boundlessgeo/osgeolib-buildpack

Name: osgeolib-buildpack

Owner: Boundless

Description: Cloud Foundry Buildpack to include OSGEO Libraries.

Created: 2016-11-21 15:19:57.0

Updated: 2017-01-24 16:38:46.0

Pushed: 2016-11-22 16:32:33.0

Homepage:

Size: 11

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

osgeolib-buildpack

osgeolib-buildpack is a buildpack that contains OSGeo specific libraries to be added to the droplet. It is a minimal buildpack and requires the use of the multi-buildpack.

When you push your app cf push the bin/compile script execution will check to see if /app/.heroku/vendor/bin/gdalserver exists. If it does it will not install the libraries.

CF App Integration

Add a multi-buildpack.yml file in your app root and ensure that the osgeolib buildpack is the first entry in the yaml file.

dpacks:
https://github.com/boundlessgeo/osgeolib-buildpack
https://github.com/cloudfoundry/python-buildpack

Also you will need to ensure the manifest file for the application has the following entry.

dpack: https://github.com/cloudfoundry-incubator/multi-buildpack.git
OSGeo Libraries included

The buildpack also adds the following env variables to .profile.d/osgeo.sh

Steps to build the osgeolib-*-.tar.gz
endor
er run -v $PWD:/app -it cloudfoundry/cflinuxfs2 /app/build_libs.sh

This should result in the osgeolib-\*-.tar.gz file being added to the vendor directory.

OGR (Vector) Drivers

Supported Formats:

GDAL (Raster) Drivers

Supported Formats:


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.