-
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 #746 from ldecicco-USGS/add_more_wqx3_docs
Add more wqx3 docs
- Loading branch information
Showing
8 changed files
with
127 additions
and
49 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
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 |
---|---|---|
|
@@ -33,16 +33,6 @@ The `dataRetrieval` package was created to simplify the process of loading hydro | |
|
||
:warning: USGS discrete water-quality data availability and format are changing. Beginning March 11, 2024 USGS data obtained from legacy services 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> | ||
|
||
:warning: All documentation on <https://doi-usgs.github.io/dataRetrieval> assume you have the development version of dataRetrieval installed. To do that: | ||
|
||
```{r eval=FALSE} | ||
library(remotes) | ||
install_github("DOI-USGS/dataRetrieval", | ||
build_vignettes = TRUE, | ||
build_opts = c("--no-resave-data", | ||
"--no-manual")) | ||
``` | ||
|
||
If you have additional questions about these changes, email [email protected]. | ||
|
||
# What would you like to do? | ||
|
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 |
---|---|---|
|
@@ -23,18 +23,6 @@ data. To view the status of changes in data availability and code | |
functionality, visit: | ||
<https://doi-usgs.github.io/dataRetrieval/articles/Status.html> | ||
|
||
:warning: All documentation on | ||
<https://doi-usgs.github.io/dataRetrieval> assume you have the | ||
development version of dataRetrieval installed. To do that: | ||
|
||
``` r | ||
library(remotes) | ||
install_github("DOI-USGS/dataRetrieval", | ||
build_vignettes = TRUE, | ||
build_opts = c("--no-resave-data", | ||
"--no-manual")) | ||
``` | ||
|
||
If you have additional questions about these changes, email | ||
<[email protected]>. | ||
|
||
|
@@ -137,14 +125,14 @@ NWIScitation | |
#> U.S. Geological Survey (2025). _National Water Information System data | ||
#> available on the World Wide Web (USGS Water Data for the Nation)_. | ||
#> doi:10.5066/F7P55KJN <https://doi.org/10.5066/F7P55KJN>, Accessed Feb | ||
#> 03, 2025, | ||
#> 10, 2025, | ||
#> <https://waterservices.usgs.gov/nwis/dv/?site=09010500&format=waterml%2C1.1&ParameterCd=00060&StatCd=00003&startDT=1851-01-01>. | ||
print(NWIScitation, style = "Bibtex") | ||
#> @Manual{, | ||
#> title = {National Water Information System data available on the World Wide Web (USGS Water Data for the Nation)}, | ||
#> author = {{U.S. Geological Survey}}, | ||
#> doi = {10.5066/F7P55KJN}, | ||
#> note = {Accessed Feb 03, 2025}, | ||
#> note = {Accessed Feb 10, 2025}, | ||
#> year = {2025}, | ||
#> url = {https://waterservices.usgs.gov/nwis/dv/?site=09010500&format=waterml%2C1.1&ParameterCd=00060&StatCd=00003&startDT=1851-01-01}, | ||
#> } | ||
|
@@ -168,14 +156,14 @@ WQPcitation <- create_WQP_bib(SC) | |
WQPcitation | ||
#> National Water Quality Monitoring Council (2025). _Water Quality | ||
#> Portal_. doi:10.5066/P9QRKUVJ <https://doi.org/10.5066/P9QRKUVJ>, | ||
#> Accessed Feb 03, 2025, | ||
#> Accessed Feb 10, 2025, | ||
#> <https://www.waterqualitydata.us/data/Result/search?siteid=USGS-05288705&count=no&pCode=00300&mimeType=csv>. | ||
print(WQPcitation, style = "Bibtex") | ||
#> @Manual{, | ||
#> title = {Water Quality Portal}, | ||
#> author = {{National Water Quality Monitoring Council}}, | ||
#> doi = {10.5066/P9QRKUVJ}, | ||
#> note = {Accessed Feb 03, 2025}, | ||
#> note = {Accessed Feb 10, 2025}, | ||
#> year = {2025}, | ||
#> url = {https://www.waterqualitydata.us/data/Result/search?siteid=USGS-05288705&count=no&pCode=00300&mimeType=csv}, | ||
#> } | ||
|
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