Metadata-Version: 2.1
Name: espatools
Version: 0.0.4
Summary: Landsat raster file I/O
Home-page: https://github.com/OpenGeoVis/espatools
Author: Bane Sullivan
Author-email: info@pvgeo.org
License: UNKNOWN
Description: ESPA Tools
        ==========
        
        .. image:: https://readthedocs.org/projects/espatools/badge/?version=latest
           :target: https://espatools.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation Status
        
        .. image :: https://img.shields.io/pypi/v/espatools.svg
           :target: https://pypi.org/project/espatools/
           :alt: PyPI
        
        .. image :: https://travis-ci.org/OpenGeoVis/espatools.svg?branch=master
           :target: https://travis-ci.org/OpenGeoVis/espatools
           :alt: Build Status
        
        .. image:: https://img.shields.io/badge/docs%20by-gendocs-blue.svg
           :target: https://gendocs.readthedocs.io/en/latest/?badge=latest)
           :alt: Documentation Built by gendocs
        
        .. image :: https://img.shields.io/github/stars/OpenGeoVis/espatools.svg?style=social&label=Stars
           :target: https://github.com/OpenGeoVis/espatools
           :alt: GitHub
        
        An open-source Python package for simple loading of Landsat imagery as NumPy arrays.
        This website hosts the code documentation for the ``espatools`` python package found on `GitHub`_ and `PyPI`_. This website documents the code so that users
        have a convenient and familiar means of searching through the library to understand
        the backend of the features they are using.
        
        
        .. _GitHub: https://github.com/OpenGeoVis/espatools/
        .. _PyPI: https://pypi.org/project/espatools/
        
        Connections
        -----------
        
        The package heavily uses `properties`_ for the creation of strongly typed objects in a consistent, declarative way.
        
        .. _properties: http://propertiespy.readthedocs.io/en/latest/
        
        Getting Started
        ---------------
        
        ``espatools`` is available from `PyPI`_
        
        .. _PyPI: https://pypi.org/project/espatools/
        
        .. code-block:: bash
        
            $ pip install espatools
        
        
        Usage
        ^^^^^
        
        We think `espatools` is easy to use; give it a try and let us know what you think as this is just the alpha-release! See `this Jupyter Notebook`_ for a demonstration of some simple plotting after reading Landsat imagery.
        
        .. _this Jupyter Notebook: https://github.com/OpenGeoVis/espatools/blob/master/Example.ipynb
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Description-Content-Type: text/x-rst
