Description Usage Arguments Value Examples
View source: R/dd_hydro_data.R
Get near real-time data for Water Survey of Canada gauges via DataMart. #' See DataMart documentation for more info.
1 2 | dd_hydro_data(station_id, prov_terr, update_interval = "hourly",
all_stns = FALSE)
|
station_id |
The official Water Survey of Canada gauge ID. See |
prov_terr |
Province/territory short code.
|
update_interval |
|
all_stns |
|
Tibble with following columns
WSC station identifier. See ?dd_hydro_meta
Timestamp for measurement in UTC
Water level measurement (m). See WSC website for datumn info.
Quality assurance/quality control flag for the water level (1 = preliminary, 2 = reviewed, 3 = checked, 4 = approved)
Discharge measurement (cms)
Quality assurance/quality control flag for the discharge (1 = preliminary, 2 = reviewed, 3 = checked, 4 = approved)
1 | dd_hydro_data(station_id = "02HA006", prov_terr = "ON")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.