Metadata-Version: 2.1
Name: streamstats
Version: 0.1.5
Summary: Python package for using the USGS StreamStats API.
Home-page: https://github.com/earthlab/streamstats
Author: Maxwell B. Joseph
Author-email: maxwell.b.joseph@colorado.edu
License: MIT license
Keywords: streamstats
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: geopy
Requires-Dist: requests
Requires-Dist: urllib3

===========
StreamStats
===========


.. image:: https://img.shields.io/pypi/v/streamstats.svg
        :target: https://pypi.org/project/streamstats/

.. image:: https://api.travis-ci.org/earthlab/streamstats.svg?branch=master
        :target: https://travis-ci.org/earthlab/streamstats

.. image:: https://readthedocs.org/projects/streamstats-python/badge/?version=latest
        :target: https://streamstats-python.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://codecov.io/gh/earthlab/streamstats/branch/master/graph/badge.svg
        :target: https://codecov.io/gh/earthlab/streamstats

.. image:: https://static.mybinder.org/badge.svg
        :target: https://mybinder.org/v2/gh/earthlab/streamstats/master



Python package for interfacing with the USGS StreamStats API.


* Free software: MIT license
* Documentation: https://streamstats-python.readthedocs.io/en/latest/


Features
--------

* Get the GeoJSON of the watershed containing a spatial point in the U.S.

Credits
-------

This package was created with Cookiecutter_.

.. _Cookiecutter: https://github.com/cookiecutter/cookiecutter


=======
History
=======

0.1.3
-----

* remove get_flow_stats() which is down server side

0.1.0 (2018-10-22)
------------------

* First release on PyPI.


