Metadata-Version: 2.1
Name: stems
Version: 0.0.3
Summary: Spatio-temporal Tools for Earth Monitoring Science
Home-page: https://github.com/ceholden/stems
Author: Chris Holden
Author-email: ceholden@gmail.com
License: ('BSD license',)
Description: =====
        stems
        =====
        
        
        Spatio-temporal Tools for Earth Monitoring Science
        
        
        
        
        +------------+-------------+--------------+--------------+
        | Branch     |  Tests      | Coverage     |   Docs       |
        +------------+-------------+--------------+--------------+
        | ``master`` | |ci_master| | |cov_master| | |doc_master| |
        +------------+-------------+--------------+--------------+
        
        .. |ci_master| image:: https://travis-ci.com/ceholden/stems.svg?token=fpEUL8V3obFi2DonCumW&branch=master
            :target: https://travis-ci.com/ceholden/stems
            :alt: Continuous integration test status
        
        .. |cov_master| image:: https://ceholden.github.io/stems/master/coverage_badge.svg
            :target: https://ceholden.github.io/stems/master/coverage/index.html
            :alt: Test coverage
        
        .. |doc_master| image:: https://travis-ci.com/ceholden/stems.svg?token=fpEUL8V3obFi2DonCumW&branch=master
            :target: https://ceholden.github.io/stems/master/
            :alt: Documentation
        
        ==========
        Change Log
        ==========
        
        All notable changes will appear in this log. Changes are categorized into
        "Added", "Changed", "Fixed", and "Removed". To see a comparison between
        releases on Github, click or follow the release version number URL.
        
        For information on the style of this change log, see
        `keepachangelog.com <http://keepachangelog.com/>`__.
        
        
        UNRELEASED
        ==========
        
        * Add ``stems.masking``
        * Add ``stems.sensors.landsat`` to store data/functions related to Landsat
          satellites
        
        v0.0.2.post0
        ============
        
        * Include ``versioneer.py`` in MANIFEST.in
        * Switch to PyPI URL for conda recipe
        
        
        v0.0.2
        ======
        
        Initial public release.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Scientific/Engineering :: GIS
Requires-Python: >=3.6
Provides-Extra: core
Provides-Extra: geohash
Provides-Extra: all
