Skip to main content

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

Project description

https://img.shields.io/pypi/v/hydrodata.svg https://travis-ci.com/cheginit/hydrodata.svg?branch=master Documentation Status https://zenodo.org/badge/237573928.svg

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

Features

  • Download daily climate data from the Daymet database.

  • Download daily streamflow data from the NWIS database.

  • Compute potential evapotranspiration using ETo package.

  • Download land use, land cover data from NLCD 2016 database.

  • Plot hydrological signature graphs.

Installation

To install Hydrodata, run this command in your terminal:

$ pip install hydrodata

Alternatively, it can be installed from source by first using create_env.sh script to generate two environments using Miniconda framework; one for installing hydrodata and its dependencies and one for running the nhdplus.R script (for downloading a watershed geometry based on station ID or coordinates). Before running the script modify it based on the installation folder of Miniconda or Anaconda. Miniconda can be installed on Linux systems as follows:

$ wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
$ chmod +x Miniconda3-latest-Linux-x86_64.sh
$ bash ./Miniconda3-latest-Linux-x86_64.sh -b -p ${APP_DIR}/miniconda
$ rm -f Miniconda3-latest-Linux-x86_64.sh

where ${APP_DIR} is the installation folder.

$ git clone https://github.com/cheginit/hydrodata.git
$ cd hydrodata
$ ./create_env.sh
$ conda activate hydrodata
$ python setup.py install

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.2.0 (2020-02-09)

  • Simplified import method

  • Changed usage from rst format to ipynb

  • Autoo-formatting with the black python package

0.1.6 (2020-02-04)

  • Change docstring format based on Sphinx

  • Fixed pytest warnings and changed its working directory

0.1.5 (2020-02-02)

  • Added an example notebook with datafiles

  • Added docstring for all the functions

  • Added Module section to the documentation

  • Fixed py7zr issue

  • Changed 7z extractor from pyunpack to py7zr

  • Fixed some linting issues.

0.1.0 (2020-01-31)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hydrodata-0.2.0.tar.gz (9.4 MB view hashes)

Uploaded Source

Built Distribution

hydrodata-0.2.0-py2.py3-none-any.whl (14.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page