.flake8
.gitignore
.pre-commit-config.yaml
.prettierrc.toml
CONTRIBUTING.md
DISCLAIMER.md
LICENSE.md
NEWS.md
README.md
code.json
pyproject.toml
requirements-dev.txt
setup.py
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
.github/workflows/sphinx-docs.yml
.gitlab/issue_templates/reviewer_checklist.md
.gitlab/merge_request_templates/reviewer_checklist.md
dataretrieval/__init__.py
dataretrieval/_version.py
dataretrieval/nadp.py
dataretrieval/nldi.py
dataretrieval/nwis.py
dataretrieval/py.typed
dataretrieval/rdb.py
dataretrieval/samples.py
dataretrieval/streamstats.py
dataretrieval/utils.py
dataretrieval/wqp.py
dataretrieval.egg-info/PKG-INFO
dataretrieval.egg-info/SOURCES.txt
dataretrieval.egg-info/dependency_links.txt
dataretrieval.egg-info/requires.txt
dataretrieval.egg-info/top_level.txt
dataretrieval/codes/__init__.py
dataretrieval/codes/states.py
dataretrieval/codes/timezones.py
dataretrieval/waterdata/__init__.py
dataretrieval/waterdata/api.py
dataretrieval/waterdata/filters.py
dataretrieval/waterdata/nearest.py
dataretrieval/waterdata/ratings.py
dataretrieval/waterdata/types.py
dataretrieval/waterdata/utils.py
demos/NWIS_demo_1.ipynb
demos/R Python Vignette equivalents.ipynb
demos/WaterData_demo.ipynb
demos/datasets/peak_discharge_trends.csv
demos/hydroshare/USGS_dataretrieval_DailyValues_Examples.ipynb
demos/hydroshare/USGS_dataretrieval_GroundwaterLevels_Examples.ipynb
demos/hydroshare/USGS_dataretrieval_Measurements_Examples.ipynb
demos/hydroshare/USGS_dataretrieval_NLDI_Examples.ipynb
demos/hydroshare/USGS_dataretrieval_ParameterCodes_Examples.ipynb
demos/hydroshare/USGS_dataretrieval_Peaks_Examples.ipynb
demos/hydroshare/USGS_dataretrieval_Ratings_Examples.ipynb
demos/hydroshare/USGS_dataretrieval_SiteInfo_Examples.ipynb
demos/hydroshare/USGS_dataretrieval_SiteInventory_Examples.ipynb
demos/hydroshare/USGS_dataretrieval_Statistics_Examples.ipynb
demos/hydroshare/USGS_dataretrieval_UnitValues_Examples.ipynb
demos/hydroshare/USGS_dataretrieval_WaterSamples_Examples.ipynb
demos/hydroshare/USGS_dataretrieval_WaterUse_Examples.ipynb
demos/nwqn_data_pull/Dockerfile_dataretrieval
demos/nwqn_data_pull/README.md
demos/nwqn_data_pull/lithops.yaml
demos/nwqn_data_pull/requirements.txt
demos/nwqn_data_pull/retrieve_nwqn_samples.py
demos/nwqn_data_pull/retrieve_nwqn_streamflow.py
docs/Makefile
docs/source/.nojekyll
docs/source/conf.py
docs/source/index.rst
docs/source/examples/USGS_dataretrieval_DailyValues_Examples.nblink
docs/source/examples/USGS_dataretrieval_GroundwaterLevels_Examples.nblink
docs/source/examples/USGS_dataretrieval_Measurements_Examples.nblink
docs/source/examples/USGS_dataretrieval_ParameterCodes_Examples.nblink
docs/source/examples/USGS_dataretrieval_Peaks_Examples.nblink
docs/source/examples/USGS_dataretrieval_Ratings_Examples.nblink
docs/source/examples/USGS_dataretrieval_SiteInfo_Examples.nblink
docs/source/examples/USGS_dataretrieval_SiteInventory_Examples.nblink
docs/source/examples/USGS_dataretrieval_Statistics_Examples.nblink
docs/source/examples/USGS_dataretrieval_UnitValues_Examples.nblink
docs/source/examples/USGS_dataretrieval_WaterSamples_Examples.nblink
docs/source/examples/USGS_dataretrieval_WaterUse_Examples.nblink
docs/source/examples/WaterData_demo.nblink
docs/source/examples/index.rst
docs/source/examples/nwisdemo01.nblink
docs/source/examples/readme_examples.rst
docs/source/examples/rvignettes.nblink
docs/source/examples/siteinfo_examples.rst
docs/source/examples/datasets/peak_discharge_trends.csv
docs/source/meta/contributing.rst
docs/source/meta/installing.rst
docs/source/meta/license.rst
docs/source/reference/index.rst
docs/source/reference/nadp.rst
docs/source/reference/nldi.rst
docs/source/reference/nwis.rst
docs/source/reference/streamstats.rst
docs/source/reference/utils.rst
docs/source/reference/waterdata.rst
docs/source/reference/wqp.rst
docs/source/userguide/dataportals.rst
docs/source/userguide/index.rst
docs/source/userguide/timeconventions.rst
tests/__init__.py
tests/nadp_test.py
tests/nldi_test.py
tests/nwis_test.py
tests/rdb_test.py
tests/utils_test.py
tests/waterdata_filters_test.py
tests/waterdata_nearest_test.py
tests/waterdata_ratings_test.py
tests/waterdata_test.py
tests/waterdata_utils_test.py
tests/waterservices_test.py
tests/wqp_test.py
tests/data/nldi_get_basin.json
tests/data/nldi_get_features_by_comid.json
tests/data/nldi_get_features_by_feature_source_with_nav_mode.json
tests/data/nldi_get_features_by_feature_source_without_nav_mode.json
tests/data/nldi_get_features_by_lat_long.json
tests/data/nldi_get_flowlines.json
tests/data/nldi_get_flowlines_by_comid.json
tests/data/nwis_iv_empty_mock.json
tests/data/nwis_iv_mock.json
tests/data/nwis_sites.txt
tests/data/samples_results.txt
tests/data/samples_summary.txt
tests/data/waterservices_dv.txt
tests/data/waterservices_iv.txt
tests/data/waterservices_peaks.txt
tests/data/waterservices_ratings.txt
tests/data/waterservices_site.txt
tests/data/waterservices_stats.txt
tests/data/wqp3_results.txt
tests/data/wqp_activities.txt
tests/data/wqp_activity_metrics.txt
tests/data/wqp_detection_limits.txt
tests/data/wqp_habitat_metrics.txt
tests/data/wqp_organizations.txt
tests/data/wqp_project_weights.txt
tests/data/wqp_projects.txt
tests/data/wqp_results.txt
tests/data/wqp_sites.txt