Metadata-Version: 2.1
Name: gispy
Version: 0.0.9
Summary: GIS functions with GDAL/OGR
Home-page: https://github.com/konradhafen/gispy
Author: Konrad Hafen
Author-email: khafen74@gmail.com
License: GPLv3
Keywords: GIS,raster,vector
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering :: GIS
Requires-Dist: gdal
Requires-Dist: numpy
Requires-Dist: scipy

GisPy
=====

GisPy is a python package of basic GIS operations for use on GDAL raster datasets and OGR
vector data sources. I developed this package for personal use and not for widespread
distribution.

Depedencies
-----------

- gdal
- numpy
- scipy


