Skip to content

Commit 9b6b630

Browse files
authored
Merge pull request #160 from ehinman/add-gwlevels-readme
Add info about gwlevels service
2 parents e20533f + 73a6076 commit 9b6b630

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# dataretrieval: Download hydrologic data
22

3-
:warning: USGS data availability and format are changing on Water Quality Portal (WQP). Beginning in February 2024 data obtained from WQP legacy profiles will not include new USGS data or recent updates to existing data.
3+
:warning: USGS data availability and format are changing on Water Quality Portal (WQP). Since March 2024, data obtained from WQP legacy profiles will not include new USGS data or recent updates to existing data.
44
To view the status of changes in data availability and code functionality, visit: https://doi-usgs.github.io/dataRetrieval/articles/Status.html
55

6+
:mega: **09/03/2024:** The groundwater levels service has switched endpoints, and `dataretrieval` was updated accordingly in [`v1.0.10`](https://github.com/DOI-USGS/dataretrieval-python/releases/tag/v1.0.10). Older versions using the discontinued endpoint will return 503 errors for `nwis.get_gwlevels` or the `service='gwlevels'` argument. Visit [Water Data For the Nation](https://waterdata.usgs.gov/blog/wdfn-waterservices-2024/) for more information.
7+
68
## What is dataretrieval?
79
`dataretrieval` was created to simplify the process of loading hydrologic data into the Python environment.
810
Like the original R version [`dataRetrieval`](https://github.com/DOI-USGS/dataRetrieval),

0 commit comments

Comments
 (0)