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
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,12 @@
6
6
7
7
## Latest Announcements
8
8
9
-
:mega:**12/04/2025:**`dataretrieval` now features the new`waterdata` module,
9
+
:mega:**01/16/2025:**`dataretrieval` now features the `waterdata` module,
10
10
which provides access to USGS's modernized [Water Data
11
11
APIs](https://api.waterdata.usgs.gov/). The Water Data API endpoints include
12
12
daily values, **instantaneous values**, field measurements, time series metadata,
13
-
and discrete water quality data from the Samples database. This new module will
14
-
eventually replace the `nwis` module, which provides access to the legacy [NWIS
15
-
Water Services](https://waterservices.usgs.gov/).
13
+
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
+
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.
16
15
17
16
Check out the [NEWS](NEWS.md) file for all updates and announcements.
0 commit comments