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
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,12 @@
6
6
7
7
## Latest Announcements
8
8
9
-
:mega:**01/16/2025:**`dataretrieval` now features the `waterdata` module,
9
+
**02/24/2026** The `get_gwlevels`, `get_discharge_measurements` in the `nwis` module are deprecated and have been replaced with the `get_field_measurements` function in the `waterdata` module. The `get_pmcodes` function in the `nwis` module has been replaced with the `get_reference_table(collection='parameter_code)` function.
10
+
11
+
:mega:**01/16/2026:**`dataretrieval` now features the `waterdata` module,
10
12
which provides access to USGS's modernized [Water Data
11
13
APIs](https://api.waterdata.usgs.gov/). The Water Data API endpoints include
12
-
daily values, **instantaneous values**, field measurements, time series metadata,
14
+
daily values, instantaneous values, field measurements, time series metadata, statistics,
13
15
and discrete water quality data from the [Samples database](https://waterdata.usgs.gov/download-samples/#dataProfile=site). This new module replaces the `nwis` module, which provides access to the legacy [NWIS
14
16
Water Services](https://waterservices.usgs.gov/). Take a look at the new [`waterdata` module demo notebook](demos/WaterData_demo.ipynb), which walks through an extended example using a majority of the available `waterdata` functions.
15
17
@@ -219,6 +221,7 @@ print(f"Found {len(flowlines)} upstream tributaries within 50km")
219
221
-**Time series metadata**: Information about available data parameters
220
222
-**Latest daily values**: Most recent daily statistical summary data
221
223
-**Latest instantaneous values**: Most recent high-frequency continuous data
224
+
-**Daily, monthly, and annual statistics**: Median, maximum, minimum, arithmetic mean, and percentile statistics
222
225
-**Samples data**: Discrete USGS water quality data
223
226
224
227
### Legacy NWIS Services (Deprecated)
@@ -227,7 +230,6 @@ print(f"Found {len(flowlines)} upstream tributaries within 50km")
227
230
-**Site info (site)**: Basic site information
228
231
-**Statistics (stat)**: Statistical summaries
229
232
-**Discharge peaks (peaks)**: Annual peak discharge events
230
-
-**Discharge measurements (measurements)**: Direct flow measurements
231
233
232
234
### Water Quality Portal
233
235
-**Results**: Water quality analytical results from USGS, EPA, and other agencies
0 commit comments