Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

TrailStash/heroku-geo-buildpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Heroku buildpack: geo

This is a Heroku buildpack that vendors main geo/gis libraries like geos, proj and gdal.

It is meant to be used in conjunction with other buildpacks as part of a multi-buildpack.

Usage

Example usage:

$ heroku config:add BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi.git

$ cat .buildpacks
https://github.com/cyberdelia/heroku-geo-buildpack.git#1.1
https://github.com/heroku/heroku-buildpack-ruby.git#v79

Don't forget to pin buildpack versions you want to use in your .buildpacks file.

Testing

For Geo Django:

from django.contrib.gis import gdal gdal.HAS_GDAL True

For rgeo:

require 'rgeo' RGeo::CoordSys::Proj4.supported? => true RGeo::Geos.supported? => true

About

Geo libraries for Heroku

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%