/nwis

A Python library to fetch and process the National Water Information System (Nwis) time series datasets

Primary LanguagePythonMIT LicenseMIT

nwis

MIT license

Python library to fetch and process the National Water Information System (NWIS) time series datasets.

Please note that nwis package is deprecated.

Please check out bmi_nwis package for Basic Model Interface (BMI) implementation of the NWIS dataset.

Install package from Source

After downloading the source code, run the following command from top-level folder (the one that contains setup.py) to install nwis.

$ pip install -e .