Metadata-Version: 2.1
Name: spatialist
Version: 0.6
Summary: A Python module for spatial data handling
Home-page: https://github.com/johntruckenbrodt/spatialist.git
Author: John Truckenbrodt
Author-email: john.truckenbrodt@uni-jena.de
License: MIT
Description: # spatialist
        [![Linux Build Status][1]][2] [![Windows Build status][3]][4] [![Coverage Status][5]][6]
        [![Documentation Status][7]][8] [![Binder][9]][10] [![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
        We are currently developing a tutorial jupyter notebook [spatialist_tutorial.ipynb][11]. 
        You can interactively use it by launching binder on the top.
        
        [1]: https://www.travis-ci.org/johntruckenbrodt/spatialist.svg?branch=master
        [2]: https://www.travis-ci.org/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
        [9]: https://mybinder.org/badge.svg
        [10]: https://mybinder.org/v2/gh/johntruckenbrodt/spatialist/master?filepath=spatialist_tutorial.ipynb
        [11]: https://github.com/johntruckenbrodt/spatialist/blob/master/spatialist_tutorial.ipynb
        [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
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Requires-Python: >=2.7.9
Description-Content-Type: text/markdown
