.flake8
.gitignore
.pre-commit-config.yaml
.prettierrc.toml
CONTRIBUTING.md
DISCLAIMER.md
LICENSE.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/samples.py
dataretrieval/streamstats.py
dataretrieval/utils.py
dataretrieval/waterwatch.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
demos/NWIS_demo_1.ipynb
demos/R Python Vignette equivalents.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/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/nwis.rst
docs/source/reference/samples.rst
docs/source/reference/streamstats.rst
docs/source/reference/utils.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/samples_test.py
tests/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_sites.txt
tests/data/samples_results.txt
tests/data/water_use_allegheny.txt
tests/data/water_use_national.txt
tests/data/waterdata_gwlevels.txt
tests/data/waterdata_measurements.txt
tests/data/waterdata_pmcodes.txt
tests/data/waterdata_qwdata.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