public
Description: I can has Python and GIS environments?
Homepage:
Clone URL: git://github.com/sgillies/ichpage.git
name age message
file README.txt Loading commit data...
file bootstrap.py
file buildout.cfg
file devel.cfg
file setenv.in
README.txt
The GIS and Python Lab Environment
==================================

To begin:

  $ virtualenv .
  $ source ./bin/activate
  $ python bootstrap.py
  $ buildout
  $ . ./setenv
  $ labpy
  >>> from osgeo import gdal
  ...