Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.12 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.12 KB

Heroku Buildpack: Geo

Heroku Buildpack Geo is a Heroku buildpack that installs the Geo/GIS libraries GDAL, GEOS and PROJ

It can be used to get GeoDjango or RGeo running on Heroku.

Usage

This buildpack is designed to be used in combination with other buildpacks by using Heroku's multiple buildpack support.

Ensure that Heroku Buildpack Geo is the first buildpack on your list of buildpacks:

$ heroku buildpacks
=== Buildpack URLs
1. https://github.com/KevinBrolly/heroku-geo-buildpack.git
2. heroku/python

Default Versions

The buildpack will install the following version by default:

GDAL - 2.4.0
GEOS - 3.7.2
PROJ - 5.2.0

You can change the version of each library that will be installed by setting the GDAL_VERSION, GEOS_VERSION or PROJ_VERSION config variables.