Metadata-Version: 2.1
Name: geosoup
Version: 0.1.50
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
Description: ## Geosoup v0.1.50
        
        [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3740462.svg)](https://doi.org/10.5281/zenodo.3740462)
        
        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._
        
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 :: 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
Description-Content-Type: text/markdown
