Metadata-Version: 2.1
Name: spatialist
Version: 0.12.1
Summary: a Python module for spatial data handling
Maintainer-email: John Truckenbrodt <john.truckenbrodt@dlr.de>
License: # Copyright (c) 2015-2021, John Truckenbrodt
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
        documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
        rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
        persons to whom the Software is furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
        WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
        COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
        OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        
Project-URL: repository, https://github.com/johntruckenbrodt/pyroSAR
Project-URL: documentation, https://pyrosar.readthedocs.io/en/latest/
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.5
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: progressbar2
Requires-Dist: pathos>=0.2
Requires-Dist: numpy
Requires-Dist: tblib
Requires-Dist: pyyaml
Requires-Dist: dill
Requires-Dist: matplotlib
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinxcontrib-bibtex<2.0.0; extra == "docs"

# spatialist
[![Linux Build Status][1]][2] [![Windows Build status][3]][4] [![Coverage Status][5]][6]
[![Documentation Status][7]][8] [![PyPI version][12]][13] [![Conda Version][15]][16]

### A Python module for spatial data handling

This package offers functionalities for user-friendly geo data processing using GDAL and OGR.

### Documentation
A description of spatialist's functionality can be found [here][8].

### Installation
Detailed instructions can be found in the documentation [here][14].

### Tutorial
A jupyter notebook and test data are available [here][11].

[1]: https://www.travis-ci.com/johntruckenbrodt/spatialist.svg?branch=master
[2]: https://www.travis-ci.com/johntruckenbrodt/spatialist
[3]: https://ci.appveyor.com/api/projects/status/3nxj2nnmp21ig860?svg=true
[4]: https://ci.appveyor.com/project/johntruckenbrodt/spatialist
[5]: https://coveralls.io/repos/github/johntruckenbrodt/spatialist/badge.svg?branch=master
[6]: https://coveralls.io/github/johntruckenbrodt/spatialist?branch=master
[7]: https://readthedocs.org/projects/spatialist/badge/?version=latest
[8]: https://spatialist.readthedocs.io/en/latest/?badge=latest
[11]: https://github.com/johntruckenbrodt/spatialist_explorer
[12]: https://badge.fury.io/py/spatialist.svg
[13]: https://badge.fury.io/py/spatialist
[14]: https://spatialist.readthedocs.io/en/latest/installation.html
[15]: https://img.shields.io/conda/vn/conda-forge/spatialist.svg
[16]: https://anaconda.org/conda-forge/spatialist
