You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
: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.
7
+
:warning: USGS data availability and format have changed 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. All USGS data (up to and beyond March 2024) are available using the new WQP beta services. You can access the beta services by setting `legacy=False` in the functions in the `wqp` module.
8
+
8
9
To view the status of changes in data availability and code functionality, visit: https://doi-usgs.github.io/dataRetrieval/articles/Status.html
9
10
10
11
: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.
@@ -34,15 +35,11 @@ import dataretrieval.nwis as nwis
34
35
# specify the USGS site code for which we want data.
@@ -51,13 +48,16 @@ Services available from NWIS include:
51
48
- site info (site)
52
49
- discharge peaks (peaks)
53
50
- discharge measurements (measurements)
54
-
* water quality samples (qwdata)
55
51
56
-
To access the full functionality available from NWIS web services, nwis.get record appends any additional kwargs into the REST request. For example
52
+
Water quality data are available from:
53
+
-[Samples](https://waterdata.usgs.gov/download-samples/#dataProfile=site) - Discrete USGS water quality data only
54
+
-[Water Quality Portal](https://www.waterqualitydata.us/) - Discrete water quality data from USGS and EPA. Older data are available in the legacy WQX version 2 format; all data are available in the beta WQX3.0 format.
55
+
56
+
To access the full functionality available from NWIS web services, nwis.get record appends any additional kwargs into the REST request. For example, this function call:
will download daily data with the parameter code 00060 (discharge).
60
+
...will download daily data with the parameter code 00060 (discharge).
61
61
62
62
## Accessing the "Internal" NWIS
63
63
If you're connected to the USGS network, dataretrieval call pull from the internal (non-public) NWIS interface.
@@ -97,9 +97,11 @@ Any help in testing, development, documentation and other tasks is welcome.
97
97
For more details, see the file [CONTRIBUTING.md](CONTRIBUTING.md).
98
98
99
99
100
-
## Package Support
101
-
The Water Mission Area of the USGS supports the development and maintenance of `dataretrieval`
102
-
and most likely further into the future.
100
+
## Need help?
101
+
102
+
The Water Mission Area of the USGS supports the development and maintenance of `dataretrieval`. Any questions can be directed to the Computational Tools team at
0 commit comments