diff --git a/R/AAA.R b/R/AAA.R index 8b8bdbac..c73d5544 100644 --- a/R/AAA.R +++ b/R/AAA.R @@ -22,7 +22,7 @@ is_dataRetrieval_user <- function() { wqp_message <- function(){ message("NEWS: USGS data availability and format are changing. -Beginning in February 2024 the data obtained from legacy profiles +Beginning in late February 2024 the data obtained from legacy profiles will not include new USGS data or recent updates to existing data. To view the status of changes in data availability and code functionality, visit: https://doi-usgs.github.io/dataRetrieval/articles/Status.html diff --git a/R/readNWISqw.R b/R/readNWISqw.R index 07d81e8d..d030e154 100644 --- a/R/readNWISqw.R +++ b/R/readNWISqw.R @@ -106,7 +106,7 @@ readNWISqw <- function(siteNumbers, tz = "UTC") { .Deprecated( new = "readWQPqw", package = "dataRetrieval", - msg = "WARNING: Beginning in February 2024 the NWIS qw data endpoint will not deliver new data or updates to existing data. + msg = "WARNING: Beginning in late February 2024 the NWIS qw data endpoint will not deliver new data or updates to existing data. Eventually the endpoint will be retired. For updated information visit: https://waterdata.usgs.gov/nwis/qwdata For additional details, see vignettes: diff --git a/vignettes/Status.Rmd b/vignettes/Status.Rmd index 334d849a..71ca9d49 100644 --- a/vignettes/Status.Rmd +++ b/vignettes/Status.Rmd @@ -31,7 +31,7 @@ Functioning normally, includes new USGS data. See below for upcoming information ### NWIS qw services -Discrete water samples data are undergoing modernization, and NWIS services will no longer be updated with the latest data starting in February 2024, with a full decommission expected 6 months later. Learn more about the upcoming change and where to find the new samples data in our [blog](https://waterdata.usgs.gov/blog/changes-to-sample-data/). +Discrete water samples data are undergoing modernization, and NWIS services will no longer be updated with the latest data starting late February 2024, with a full decommission expected 6 months later. Learn more about the upcoming change and where to find the new samples data in our [blog](https://waterdata.usgs.gov/blog/changes-to-sample-data/). For updated information visit: @@ -46,9 +46,9 @@ See `vignette("qwdata_changes", package = "dataRetrieval")` for information on h ### WQP: USGS Data -Limited availability of **new** USGS data: starting approximately February 12, 2024, there will be a period when new USGS data will not be accessible on the Water Quality Portal. Data will still be collected but will not be publicly available. This limited availability is expected to last a few weeks. +Limited availability of **new** USGS data: starting late February 2024, there will be a period when new USGS data will not be accessible on the Water Quality Portal. Data will still be collected but will not be publicly available. This limited availability is expected to last a few weeks. -Recent USGS data will be accessible again upon release of the new Data Profiles, which will be in the WQX 3.0 format. These profiles should be available starting in March, 2024. +Recent USGS data will be accessible again upon release of the new Data Profiles, which will be in the WQX 3.0 format. These profiles should be available starting late March 2024. These profiles are not yet available to test. When they are, we will update this page with recommendations. \ No newline at end of file