Skip to content

KevinBrolly/heroku-geo-buildpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published