public
Description: I can has Python and GIS environments?
Homepage:
Clone URL: git://github.com/sgillies/ichpage.git
ichpage / README.txt
100644 14 lines (11 sloc) 0.222 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
The GIS and Python Lab Environment
==================================
 
To begin:
 
  $ virtualenv .
  $ source ./bin/activate
  $ python bootstrap.py
  $ buildout
  $ . ./setenv
  $ labpy
  >>> from osgeo import gdal
  ...