From aca7d0195eee2c7fe0e0868d44335e2b6044e2b0 Mon Sep 17 00:00:00 2001 From: Laura A DeCicco Date: Wed, 29 Nov 2023 09:23:16 -0600 Subject: [PATCH] updated Rd files --- man/constructNWISURL.Rd | 2 +- man/readNWISdata.Rd | 4 ++-- man/readNWISgwl.Rd | 2 +- man/readNWISstat.Rd | 4 ++-- man/readNWISuv.Rd | 6 +++--- man/whatNWISdata.Rd | 4 ++-- man/whatNWISsites.Rd | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/man/constructNWISURL.Rd b/man/constructNWISURL.Rd index c628053d..9839abd4 100644 --- a/man/constructNWISURL.Rd +++ b/man/constructNWISURL.Rd @@ -63,7 +63,7 @@ provide statistics for each month and year within the range individually.} \item{statType}{character Only used for statistics service requests. Type(s) of statistics to output for daily values. Default is mean, which is the only option for monthly and yearly report types. See the statistics service documentation -at \url{https://waterservices.usgs.gov/rest/Statistics-Service.html} for a +at \url{https://waterservices.usgs.gov/docs/statistics/} for a full list of codes.} } \value{ diff --git a/man/readNWISdata.Rd b/man/readNWISdata.Rd index dd47f665..9a16d072 100644 --- a/man/readNWISdata.Rd +++ b/man/readNWISdata.Rd @@ -7,7 +7,7 @@ readNWISdata(..., asDateTime = TRUE, convertType = TRUE, tz = "UTC") } \arguments{ -\item{\dots}{see \url{https://waterservices.usgs.gov/rest/Site-Service.html} for +\item{\dots}{see \url{https://waterservices.usgs.gov/docs/site-service/} for a complete list of options. A list of arguments can also be supplied. One important argument to include is "service". Possible values are "iv" @@ -17,7 +17,7 @@ list of arguments can also be supplied. One important argument to include is statistics service). Note: "measurement" calls go to: \url{https://nwis.waterdata.usgs.gov/usa/nwis} for data requests, and use different call requests schemes. The statistics service has a limited selection of arguments -(see \url{https://waterservices.usgs.gov/rest/Statistics-Service-Test-Tool.html}).} +(see \url{https://waterservices.usgs.gov/docs/site-service/}).} \item{asDateTime}{logical, if \code{TRUE} returns date and time as POSIXct, if \code{FALSE}, Date} diff --git a/man/readNWISgwl.Rd b/man/readNWISgwl.Rd index 4edda423..58c96b0f 100644 --- a/man/readNWISgwl.Rd +++ b/man/readNWISgwl.Rd @@ -65,7 +65,7 @@ Reads groundwater level measurements from NWISweb. Mixed date/times come back fr depending on the year that the data was collected. See \url{https://waterdata.usgs.gov/usa/nwis/gw} for details about groundwater. By default the returned dates are converted to date objects, unless convertType is specified as FALSE. Sites with non-standard date formats (i.e. lacking a day) can be affected (see examples). -See \url{https://waterservices.usgs.gov/rest/GW-Levels-Service.html} for more information. +See \url{https://waterservices.usgs.gov/docs/groundwater-levels/} for more information. } \examples{ \dontshow{if (is_dataRetrieval_user()) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} diff --git a/man/readNWISstat.Rd b/man/readNWISstat.Rd index 6c1823ba..860e8e76 100644 --- a/man/readNWISstat.Rd +++ b/man/readNWISstat.Rd @@ -45,7 +45,7 @@ provide statistics for each month and year within the range indivually.} \item{statType}{character type(s) of statistics to output for daily values. Default is mean, which is the only option for monthly and yearly report types. See the statistics service documentation -at \url{https://waterservices.usgs.gov/rest/Statistics-Service.html} for a full list of codes.} +at \url{https://waterservices.usgs.gov/docs/statistics/} for a full list of codes.} } \value{ A data frame with the following columns: @@ -60,7 +60,7 @@ Other columns will be present depending on statReportType and statType } \description{ Retrieves site statistics from the USGS Statistics Web Service beta. -See \url{https://waterservices.usgs.gov/rest/Statistics-Service.html} for more information. +See \url{https://waterservices.usgs.gov/docs/statistics/} for more information. } \examples{ \dontshow{if (is_dataRetrieval_user()) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} diff --git a/man/readNWISuv.Rd b/man/readNWISuv.Rd index 812c7c66..a1fa964f 100644 --- a/man/readNWISuv.Rd +++ b/man/readNWISuv.Rd @@ -13,11 +13,11 @@ readNWISuv(siteNumbers, parameterCd, startDate = "", endDate = "", tz = "UTC") \item{startDate}{character starting date for data retrieval in the form YYYY-MM-DD. Default is "" which indicates retrieval for the earliest possible record. Simple date arguments are specified in local time. -See more information here: \url{https://waterservices.usgs.gov/rest/IV-Service.html}.} +See more information here: \url{https://waterservices.usgs.gov/docs/instantaneous-values/}.} \item{endDate}{character ending date for data retrieval in the form YYYY-MM-DD. Default is "" which indicates retrieval for the latest possible record. Simple date arguments are specified in local time. -See more information here: \url{https://waterservices.usgs.gov/rest/IV-Service.html}.} +See more information here: \url{https://waterservices.usgs.gov/docs/instantaneous-values/}.} \item{tz}{character to set timezone attribute of dateTime. Default is "UTC", and converts the date times to UTC, properly accounting for daylight savings times based on the data's provided tz_cd column. @@ -61,7 +61,7 @@ A list of parameter codes can be found here: A list of statistic codes can be found here: \url{https://nwis.waterdata.usgs.gov/nwis/help/?read_file=stat&format=table}. More information on the web service can be found here: -\url{https://waterservices.usgs.gov/rest/IV-Service.html}. +\url{https://waterservices.usgs.gov/docs/instantaneous-values/}. } \examples{ \dontshow{if (is_dataRetrieval_user()) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} diff --git a/man/whatNWISdata.Rd b/man/whatNWISdata.Rd index 444d40b5..75b9ea1a 100644 --- a/man/whatNWISdata.Rd +++ b/man/whatNWISdata.Rd @@ -7,7 +7,7 @@ whatNWISdata(..., convertType = TRUE) } \arguments{ -\item{\dots}{see \url{https://waterservices.usgs.gov/rest/Site-Service.html} +\item{\dots}{see \url{https://waterservices.usgs.gov/docs/site-service/} for a complete list of options. A list of arguments can also be supplied.} \item{convertType}{logical, defaults to \code{TRUE}. If \code{TRUE}, the function will @@ -59,7 +59,7 @@ queryTime \tab POSIXct \tab The time the data was returned \cr } \description{ Imports a table of available parameters, period of record, and count. See -\url{https://waterservices.usgs.gov/rest/Site-Service.html} +\url{https://waterservices.usgs.gov/docs/site-service/} for more information. } \details{ diff --git a/man/whatNWISsites.Rd b/man/whatNWISsites.Rd index 1ec89112..7f6408f3 100644 --- a/man/whatNWISsites.Rd +++ b/man/whatNWISsites.Rd @@ -7,7 +7,7 @@ whatNWISsites(...) } \arguments{ -\item{\dots}{see \url{https://waterservices.usgs.gov/rest/Site-Service.html} +\item{\dots}{see \url{https://waterservices.usgs.gov/docs/site-service/} for a complete list of options. A list (or lists) can also be supplied.} } \value{ @@ -32,7 +32,7 @@ queryTime \tab POSIXct \tab The time the data was returned \cr } \description{ Returns a list of sites from the NWIS web service. This function gets the data from: -\url{https://waterservices.usgs.gov/rest/Site-Test-Tool.html}. +\url{https://waterservices.usgs.gov/docs/site-service/}. Mapper format is used } \examples{