Metadata-Version: 2.1
Name: geosoup
Version: 0.1.82
Summary: Geospatial data manipulation using GDAL in python
Home-page: https://github.com/masseyr/geosoup
Author: Richard Massey
Author-email: rm885@nau.edu
License: Apache License 2.0
Keywords: geospatial raster vector global spatial regression hierarchical samples random
Platform: UNKNOWN
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE

## Geosoup v0.1.82


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 tables. All the heavy lifting is done by `GDAL`, `numpy` and, `scipy`. 

Install using:

`pip install geosoup`


Note: Must have `GDAL >= 2.1.3` up and running before installing this package.

