Metadata-Version: 1.0
Name: pygis
Version: 0.2
Summary: Python utilities for GIS files
Home-page: http://github.com/rjw57/pygis
Author: Rich Wareham
Author-email: rjw57@cantab.net
License: APACHE-2.0
Description: Python GIS Experiments
        ======================
        
        This is a collection of some Python experiments I've been writing for
        interoperating with GIS systems and file formats.
        
        Building
        --------
        
        See the ``HACKING.rst`` file for build instructions.
        
        Authorship and License
        ----------------------
        
        This work is Copyright 2012 Rich Wareham <rjw57@cantab.net> and has been
        released under the Apache-2.0 license.  The full text can be found in the
        ``LICENSE-2.0.txt`` file.
        
        
        
        News
        ====
        
        0.2
        ---
        
        *Release date: 29-Mar-2012*
        
        * Initial release of raster support
        * Add sphinx documentation
        
        0.1
        ---
        
        *Release date: 21-Feb-2012*
        
        * First public release
        * Consists only of one utility: ``shp2kml`` for converting SHP files to KML
          files.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Utilities
