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.
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/heroku/heroku-geo-buildpack.git
2. heroku/python
The buildpack will install the following versions by default for new apps:
3.9.0
3.12.1
9.4.0
Note: Existing apps that don't specify an explicit version will continue to use the version used by the last successful build (unless the build cache is cleared).
You can change the version of each library that will be installed by setting the
GDAL_VERSION
, GEOS_VERSION
or PROJ_VERSION
config variables.
2.4.0
(Heroku-20 only)2.4.2
(Heroku-20 only)3.5.0
(Heroku-20 and Heroku-22 only)3.6.4
3.7.3
3.8.5
3.9.0
3.7.2
(Heroku-20 and Heroku-22 only)3.10.2
(Heroku-20 and Heroku-22 only)3.10.6
3.11.3
3.12.1
5.2.0
(Heroku-20 and Heroku-22 only)8.2.1
(Heroku-20 and Heroku-22 only)9.4.0
If you were previously using the undocumented BUILD_WITH_GEO_LIBRARIES
functionality of the official Heroku Python Buildpack here are instructions for changing to this buildpack:
BUILD_WITH_GEO_LIBRARIES
config variable like so - heroku config:unset BUILD_WITH_GEO_LIBRARIES