Skip to content

Commit c2d6d3b

Browse files
committed
add resources, add link to demo in README
1 parent a12c08b commit c2d6d3b

2 files changed

Lines changed: 13 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@
66

77
## Latest Announcements
88

9-
:mega: **12/04/2025:** `dataretrieval` now features the new `waterdata` module,
9+
:mega: **01/16/2025:** `dataretrieval` now features the `waterdata` module,
1010
which provides access to USGS's modernized [Water Data
1111
APIs](https://api.waterdata.usgs.gov/). The Water Data API endpoints include
1212
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.
1615

1716
Check out the [NEWS](NEWS.md) file for all updates and announcements.
1817

demos/WaterData_demo.ipynb

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@
527527
"metadata": {},
528528
"source": [
529529
"### Field values\n",
530-
"Finally, let's see if there are any discharge field measurements for these sites. These are manually recorded measurements (by a human), often used during calibration checks. We will use `waterdata.get_field_measurements()` to check. More commonly, a user would head to this function to gather groundwater level information."
530+
"Finally, let's see if there are any discharge field measurements for these sites. These are manually recorded measurements (by a human), often used during calibration checks. We will use `waterdata.get_field_measurements()` to check. More commonly, a user would head to this function to gather groundwater level data, which are categorized as field measurements."
531531
]
532532
},
533533
{
@@ -587,7 +587,15 @@
587587
"metadata": {},
588588
"source": [
589589
"## Additional Resources\n",
590-
"Check out the links below for more information on the Water Data APIs and other ways to download USGS water data:\n"
590+
"The USGS Water Data APIs belong to the Water Data for the Nation (WDFN) group of applications and tools. These products exist under the broader National Water Information System (NWIS) program. Check out the links below for more information on the USGS Water Data APIs and other ways to download or view USGS water data:\n",
591+
"* [Water Data APIs Home](https://api.waterdata.usgs.gov/)\n",
592+
"* [Get an API Key](https://api.waterdata.usgs.gov/signup/)\n",
593+
"* [Water Data API OGC Endpoint Catalog](https://api.waterdata.usgs.gov/ogcapi/v0/collections?f=html)\n",
594+
"* [Water Data Download Form](https://api.waterdata.usgs.gov/download)\n",
595+
"* [Water Data for the Nation Home](https://waterdata.usgs.gov/)\n",
596+
"* [Water Data for the Nation Feedback Form](https://waterdata.usgs.gov/questions-comments/?referrerUrl=https://api.waterdata.usgs.gov)\n",
597+
"* [R dataRetrieval package](https://github.com/DOI-USGS/dataretrieval)\n",
598+
"* [WDFN Blog Post on NWISWeb Decommissioning Timeline](https://waterdata.usgs.gov/blog/nwisweb-decommission-campaign2/)\n"
591599
]
592600
}
593601
],

0 commit comments

Comments
 (0)