Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qwdata portal is deprecated #20

Open
thodson-usgs opened this issue Nov 17, 2020 · 0 comments
Open

qwdata portal is deprecated #20

thodson-usgs opened this issue Nov 17, 2020 · 0 comments

Comments

@thodson-usgs
Copy link
Collaborator

thodson-usgs commented Nov 17, 2020

The rest API for water quality data has been moved to the national water quality portal and a tutorial on using that API can be found here https://www.waterqualitydata.us/webservices_documentation/. Transition nwis.get_qwdata to use wqp.

thodson-usgs pushed a commit that referenced this issue Nov 14, 2022
…missing data to get_qwdata and get_gwlevels (#53)

* New get_pmcodes function

This upload fixes issue #17.

* Update nwis.py

* Update nwis.py

* Update waterdata_pmcodes.txt

* This PR fixes issue #18.

* Update waterdata_pmcodes.txt

* fix the metadata test for variable_info

* update tests to mock multiple parameter_cd

* update test_get_info parameter_cd to a list

* This upload fixes issue #20

* Fix issue #21

* This upload fixes issue #22

* Revert "This upload fixes issue #20"

This reverts commit 938c3d5.

* Revert 66b8b7c, acd1a54, 938c3d5

* Making multi-level indexing optional

This modification addresses issue #25  by adding an additional parameter multi_index to some functions. When multi_index=False the output will be a dataframe with a single-level index (datetime) independently of the number of sites being queried.

* Update nwis.py

* Returning all raw data from get_qwdata and get_gwleveles

This addresses issue #27 by modifying the function that parses date and time from get_qwdata and get_gwleveles avoiding data loss.

Co-authored-by: Scott Black <[email protected]>
Co-authored-by: Nouri1992 <[email protected]>
Co-authored-by: Nouri1992 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant