Metadata-Version: 2.1
Name: stems
Version: 0.0.2.post0
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',)
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
Requires-Dist: dask
Requires-Dist: distributed
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: toolz
Requires-Dist: xarray
Requires-Dist: affine
Requires-Dist: fiona
Requires-Dist: gdal
Requires-Dist: rasterio (>=1.0.14)
Requires-Dist: shapely
Requires-Dist: pyyaml
Requires-Dist: click (>=6.0)
Requires-Dist: click-plugins
Requires-Dist: cligj (>=0.5)
Provides-Extra: all
Requires-Dist: affine ; extra == 'all'
Requires-Dist: click-plugins ; extra == 'all'
Requires-Dist: click (>=6.0) ; extra == 'all'
Requires-Dist: cligj (>=0.5) ; extra == 'all'
Requires-Dist: dask ; extra == 'all'
Requires-Dist: distributed ; extra == 'all'
Requires-Dist: fiona ; extra == 'all'
Requires-Dist: gdal ; extra == 'all'
Requires-Dist: numpy ; extra == 'all'
Requires-Dist: pandas ; extra == 'all'
Requires-Dist: python-geohash ; extra == 'all'
Requires-Dist: pyyaml ; extra == 'all'
Requires-Dist: rasterio (>=1.0.14) ; extra == 'all'
Requires-Dist: shapely ; extra == 'all'
Requires-Dist: toolz ; extra == 'all'
Requires-Dist: xarray ; extra == 'all'
Provides-Extra: core
Requires-Dist: dask ; extra == 'core'
Requires-Dist: distributed ; extra == 'core'
Requires-Dist: numpy ; extra == 'core'
Requires-Dist: pandas ; extra == 'core'
Requires-Dist: toolz ; extra == 'core'
Requires-Dist: xarray ; extra == 'core'
Requires-Dist: affine ; extra == 'core'
Requires-Dist: fiona ; extra == 'core'
Requires-Dist: gdal ; extra == 'core'
Requires-Dist: rasterio (>=1.0.14) ; extra == 'core'
Requires-Dist: shapely ; extra == 'core'
Requires-Dist: pyyaml ; extra == 'core'
Requires-Dist: click (>=6.0) ; extra == 'core'
Requires-Dist: click-plugins ; extra == 'core'
Requires-Dist: cligj (>=0.5) ; extra == 'core'
Provides-Extra: geohash
Requires-Dist: python-geohash ; extra == 'geohash'

=====
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
==========

v0.0.2.post0
============

* Include ``versioneer.py`` in MANIFEST.in
* Switch to PyPI URL for conda recipe


v0.0.2
======

Initial public release.


