[gdal-dev] Replicable Python/GDAL environments

Sean Gillies sgillies at frii.com
Fri Dec 28 19:11:02 EST 2007


Hi all,

A while back I mentioned how one might use zc.buildout to deploy custom
FWTools-like environments, and now I have a buildout that does exactly
that. If you're curious, you can get the

http://zcologia.com/files/Gdawg.tar.gz

tarball, extract and cd into it, and build GEOS 3.0.0, GDAL 1.5.0, and a
custom Python enviroment containing osgeo.gdal and osgeo.ogr like so:

  $ python bootstrap.py
  $ ./bin/buildout
  $ ./bin/gdawgpy

  >>> from osgeo import ogr, gdal
  >>>

All the familiar utilities are found under parts/libgdal/bin.

Cheers,
Sean





More information about the gdal-dev mailing list