Metadata-Version: 2.1
Name: geosoup
Version: 0.1.8
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
Keywords: geospatial raster vector global spatial regression hierarchical samples random
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: GIS
Description-Content-Type: text/markdown
Requires-Dist: psutil
Requires-Dist: h5py
Requires-Dist: numpy
Requires-Dist: scikit-learn
Requires-Dist: scipy

# Geosoup 0.1.8

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3740290.svg)](https://doi.org/10.5281/zenodo.3740290)

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.1.3 up and running before installing this package.


