-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #693 from ldecicco-USGS/main
Messaging and WQP order
- Loading branch information
Showing
14 changed files
with
190 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,4 @@ docs | |
.DS_Store | ||
/doc/ | ||
/Meta/ | ||
/Temp/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,3 +30,12 @@ If you have additional questions about these changes, | |
email [email protected].") | ||
} | ||
|
||
nwis_message <- function(){ | ||
return("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: | ||
https://doi-usgs.github.io/dataRetrieval/articles/Status.html | ||
https://doi-usgs.github.io/dataRetrieval/articles/qwdata_changes.html | ||
If you have additional questions about the qw data service, email [email protected].") | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,13 +106,7 @@ readNWISqw <- function(siteNumbers, | |
tz = "UTC") { | ||
.Deprecated( | ||
new = "readWQPqw", package = "dataRetrieval", | ||
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: | ||
https://doi-usgs.github.io/dataRetrieval/articles/Status.html | ||
https://doi-usgs.github.io/dataRetrieval/articles/qwdata_changes.html | ||
If you have additional questions about the qw data service, email [email protected]." | ||
msg = nwis_message() | ||
) | ||
|
||
pgrp <- c( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters