Metadata-Version: 1.0
Name: WorldMill
Version: 0.1
Summary: Access and transform geospatial feature data
Home-page: http://trac.gispython.org/projects/PCL/wiki/WorldMill
Author: Sean Gillies
Author-email: sgillies@frii.com
License: BSD
Description: WorldMill
        =========
        
        Access and transform geospatial feature data.
        
        See docs/reading-data.txt for examples.
        
        
        Dependencies
        ------------
        
        WorldMill requires libgdal 1.3.2+.
        
        
        Building
        --------
        
        From the distribution root::
        
        $ ./cypsrc
        $ python setup.py build_ext --inplace
        $ PYTHONPATH=src python tests.py
        
        If you have ogr.py installed, you can compare to WorldMill::
        
        $ PYTHONPATH=src python benchmark.py
        
        
        
Keywords: gis vector feature data
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: GIS
