Metadata-Version: 2.1
Name: hydrodata
Version: 0.1.3
Summary: Hydrodata downloads climate data for a USGS station as well as land use, land cover data for the corresponding watershed.
Home-page: https://github.com/cheginit/hydrodata
Author: Taher Chegini
Author-email: cheginit@gmail.com
License: MIT license
Keywords: hydrodata
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Requires-Dist: ETo (>=1.1.0)
Requires-Dist: OWSLib (>=0.18.0)
Requires-Dist: numpy (>=1.18.1)
Requires-Dist: rasterstats (>=0.14.0)
Requires-Dist: tables (>=3.6.1)
Requires-Dist: daymetpy (>=1.0.0)
Requires-Dist: numba (>=0.48.0)
Requires-Dist: tqdm (>=4.42.0)
Requires-Dist: requests (>=2.22.0)
Requires-Dist: Shapely (>=1.6.4.post2)
Requires-Dist: pandas (>=1.0.0)
Requires-Dist: matplotlib (>=3.1.1)
Requires-Dist: geopandas (>=0.6.1)
Requires-Dist: h5py (>=2.10.0)
Requires-Dist: py7zr (==0.4.4)
Requires-Dist: lxml (>=4.5)

=========
Hydrodata
=========


.. image:: https://img.shields.io/pypi/v/hydrodata.svg
        :target: https://pypi.python.org/pypi/hydrodata

.. image:: https://img.shields.io/travis/cheginit/hydrodata.svg
        :target: https://travis-ci.org/cheginit/hydrodata

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


.. image:: https://pyup.io/repos/github/cheginit/hydrodata/shield.svg
     :target: https://pyup.io/repos/github/cheginit/hydrodata/
     :alt: Updates



Hydrodata downloads climate data for USGS stations as well as land use, land cover data for the corresponding watershed.


* Free software: MIT license
* Documentation: https://hydrodata.readthedocs.io.


Features
--------

* Download daily climate data from the `Daymet <https://daymet.ornl.gov/>`__ database.
* Download daily streamflow data from the `NWIS <https://nwis.waterdata.usgs.gov/nwis>`__ database.
* Compute potential evapotranspiration using `ETo <https://eto.readthedocs.io/en/latest/>`__ package.
* Download land use, land cover data from `NLCD 2016 <https://www.mrlc.gov/>`__ database.
* Plot hydrological signature graphs.

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


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

0.1.3 (2020-02-01)
------------------

* Fixed py7zr issue

0.1.2 (2020-02-01)
------------------

* Changed 7z extractor from pyunpack to py7zr

0.1.1 (2020-02-01)
------------------

* Fixed some linting issues.

0.1.0 (2020-01-31)
------------------

* First release on PyPI.


