Skip to content

Commit

Permalink
updates needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ldecicco-USGS committed Jul 24, 2024
1 parent 4c75665 commit 4b72c9c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: dataRetrieval
Type: Package
Title: Retrieval Functions for USGS and EPA Hydrology and Water Quality Data
Version: 2.7.15.1
Version: 2.7.16.1
Authors@R: c(
person("Laura", "DeCicco", role = c("aut","cre"),
email = "[email protected]",
Expand Down
Binary file modified R/sysdata.rda
Binary file not shown.
11 changes: 10 additions & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,21 @@ bibentry(bibtype = "Manual",
person("Robert", "Hirsch", role = c("aut"),
comment=c(ORCID="0000-0002-4534-075X")),
person("David","Lorenz", role=c("aut")),
person("Jordan", "Read", role = c("ctb")),
person("Jordan", "Walker", role = c("ctb")),
person("Lindsay","Platt", role=c("ctb")),
person("David","Watkins", role=c("aut"),
email = "[email protected]",
comment=c(ORCID="0000-0002-7544-0700")),
person("David", "Blodgett", role="aut",
comment=c(ORCID="0000-0001-9489-1710"),
email = "[email protected]"),
person("Mike", "Johnson", role=c("aut"),
email = "[email protected]",
comment=c(ORCID="0000-0002-5288-8350"))),
comment=c(ORCID="0000-0002-5288-8350")),
person("Aliesha", "Krall", role="ctb",
email = "[email protected]",
comment=c(ORCID="0000-0003-2521-5043"))),
title = "dataRetrieval: R packages for discovering and retrieving water data available from U.S. federal hydrologic web services",
publisher = "U.S. Geological Survey",
address="Reston, VA",
Expand Down
2 changes: 1 addition & 1 deletion vignettes/dataRetrieval.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ kable(data.df,
)
```

Two output columns that may not be obvious are "srsname" and "casrn". Srsname stands for "Substance Registry Services". Casrn stands for "Chemical Abstracts Service (CAS) Registry Number". More information on CAS can be found [here](https://www.cas.org/support/documentation/chemical-substances/faqs).
Two output columns that may not be obvious are "srsname" and "casrn". Srsname stands for "Substance Registry Services". Casrn stands for "Chemical Abstracts Service (CAS) Registry Number".

For unit values data (sensor data measured at regular time intervals such as 15 minutes or hourly), knowing the parameter code and `siteNumber` is enough to make a request for data. For most variables that are measured on a continuous basis, the USGS also stores the historical data as daily values. These daily values are statistical summaries of the continuous data, e.g. maximum, minimum, mean, or median. The different statistics are specified by a 5-digit statistics code.

Expand Down

0 comments on commit 4b72c9c

Please sign in to comment.