Metadata-Version: 2.1
Name: geosoup
Version: 0.1.2
Summary: Geospatial data manipulation using GDAL in python
Home-page: https://github.com/masseyr/geosoup
Author: Richard Massey
Author-email: rm885@nau.edu
License: UNKNOWN
Description:  # Geosoup 0.1.2
        
        Geosoup is a python package for geospatial data manipulation using GDAL and GDAL bindings in python.
        
        This package is a minimalistic software distribution for limited manipulation of common geospatial data types such as rasters, vectors and samples. All the heavy lifting is done by GDAL, numpy and, scipy. 
        
        Install using:
        
        `pip install geosoup`
        
        
        Note: Must have GDAL >= 2.2.3 up and running before installing this package.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
