Download a tibble of active realtime stations
An up to date dataframe of all stations in the Realtime Water Survey of Canada hydrometric network operated by Environment and Climate Change Canada
realtime_stations(prov_terr_state_loc = NULL)
prov_terr_state_loc |
Province, state or territory. If this argument is omitted, the value of |
A tibble with 6 variables:
Unique 7 digit Water Survey of Canada station number
Official name for station identification
North-South Coordinates of the gauging station in decimal degrees
East-West Coordinates of the gauging station in decimal degrees
The province, territory or state in which the station is located
Timezone of the station
Other realtime functions:
realtime_dd()
## Not run: ## Available inputs for prov_terr_state_loc argument: unique(realtime_stations()$prov_terr_state_loc) realtime_stations(prov_terr_state_loc = "BC") realtime_stations(prov_terr_state_loc = c("QC","PE")) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.