Assembles individual station metadata from a WRCC webservice into a standardized dataframe. Metdata columns include:
deviceDeploymentID
-- unique identifier
deviceID
-- device identifier
locationID
-- location identifier
locationName
-- English language name
longitude
-- decimal degrees E
latitude
-- decimal degrees N
elevation
-- elevation of station in m
countryCode
-- ISO 3166-1 alpha-2
stateCode
-- ISO 3166-2 alpha-2
timezone
-- Olson time zone
nwsID
-- NWS station identifier
wrccID
-- WRCC station identifier (in WRCC data)
nessID
-- NESS station identifier (in WRCC data)
agencyName
-- responsible agency (in WRCC data)
Because of the large number of web requests required to assemble this
metadata, it is recommended that the file be saved and reused by calling
wrcc_loadMeta()
.
wrcc_createMeta(
stateCode = NULL,
wrccIDs = NULL,
baseUrl = "https://raws.dri.edu/",
verbose = TRUE
)
Two character state code (will be downcased).
Vector of wrccIDs to be used instead of stateCode
.
Base URL for data queries.
Logical flag controlling detailed progress statements.
Dataframe of station metadata.
wrcc_loadMeta
setRawsDataDir