Metadata-Version: 1.1
Name: geoarray
Version: 0.4.6
Summary: Fast Python interface for geodata - either on disk or in memory.
Home-page: https://gitext.gfz-potsdam.de/danschef/geoarray
Author: Daniel Scheffler
Author-email: danschef@gfz-potsdam.de
License: GNU General Public License v3
Description: ========
        geoarray
        ========
        
        
        Fast Python interface for geodata - either on disk or in memory.
        
        
        * Free software: GNU General Public License v3
        * Documentation: http://danschef.gitext.gfz-potsdam.de/geoarray/doc/
        
        
        Status
        ------
        
        .. .. image:: https://img.shields.io/pypi/v/geoarray.svg
                :target: https://pypi.python.org/pypi/geoarray
        
        .. .. image:: https://img.shields.io/travis/danschef/geoarray.svg
                :target: https://travis-ci.org/danschef/geoarray
        
        .. .. image:: https://readthedocs.org/projects/geoarray/badge/?version=latest
                :target: https://geoarray.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. .. image:: https://pyup.io/repos/github/danschef/geoarray/shield.svg
             :target: https://pyup.io/repos/github/danschef/geoarray/
             :alt: Updates
        
        .. image:: https://gitext.gfz-potsdam.de/danschef/geoarray/badges/master/build.svg
        .. image:: https://gitext.gfz-potsdam.de/danschef/geoarray/badges/master/coverage.svg
        
        
        See also the latest coverage_ report.
        
        
        Features
        --------
        
        * TODO
        
        
        Installation
        ------------
        * Use the pip-Installer:
        
            pip install geoarray
        
        
        * Or clone the repository via GIT and update the PATH environment variable:
        
            cd /your/installation/folder
        
            git clone https://gitext.gfz-potsdam.de/danschef/geoarray.git
        
            PATH=$PATH:~/path/to/your/installation/folder/geoarray
        
        
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        .. _coverage: http://danschef.gitext.gfz-potsdam.de/geoarray/coverage/
        
        
        
        =======
        History
        =======
        
        0.1.0 (2017-03-31)
        ------------------
        
        * Package creation.
        
        0.4.5 (2017-07-03)
        ------------------
        
        * First release on PyPI.
        
Keywords: geoarray,geoprocessing,gdal,numpy
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
