.coveragerc
.editorconfig
.gitignore
.pep8speaks.yml
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.rst
environment.yml
requirements.txt
setup.cfg
setup.py
.github/ISSUE_TEMPLATE.md
.github/workflows/lint.yml
.github/workflows/python-publish.yml
.github/workflows/test.yml
ci/requirements/doc.yml
ci/requirements/environment.yml
ci/requirements/py3.6.yml
ci/requirements/py3.7.yml
ci/requirements/py3.8.yml
ci/requirements/requirements_lint.txt
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/hydrodata.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/modules.rst
docs/quickguide.ipynb
docs/usage.ipynb
docs/_static/example_plots.png
docs/_static/favicon.ico
docs/_static/favicon.png
docs/_static/hydrodata_logo.png
docs/_static/hydrodata_logo.svg
docs/_static/hydrodata_logo_text.png
docs/_static/hydrodata_logo_text.svg
docs/_static/interactive_map.png
docs/_static/style.css
docs/_static/versions.json
docs/_template/layout.html
hydrodata/__init__.py
hydrodata/datasets.py
hydrodata/helpers.py
hydrodata/hydrodata.py
hydrodata/plot.py
hydrodata/services.py
hydrodata/utils.py
hydrodata.egg-info/PKG-INFO
hydrodata.egg-info/SOURCES.txt
hydrodata.egg-info/dependency_links.txt
hydrodata.egg-info/not-zip-safe
hydrodata.egg-info/requires.txt
hydrodata.egg-info/top_level.txt
scripts/generate_pip_deps_from_conda.py
tests/__init__.py
tests/test_hydrodata.py