RealTimeNetwork: Get list of available hydrometric stations with near...

Description Usage Arguments Value See Also Examples

View source: R/Real_Time_Data.r

Description

Gets the current list of hydrometric gauges available in near real-time (within 6 hours) from the National Hydrological Service, Environment and Climate Change Canada.

Usage

1
2
RealTimeNetwork(base_url = "http://dd.weather.gc.ca/hydrometric/doc",
  master_file = "hydrometric_StationList.csv")

Arguments

base_url

Base URL to access data mart documentation

master_file

Filename containing the list of available real-time stations

Value

A data frame (station_number, name, latitude, longitude, prov_terr_loc, timezone)

See Also

RealTimeData

Examples

1
2
3
network <- RealTimeNetwork()
# show top 50 stations 
head(network, 50)

CentreForHydrology/HYDAT documentation built on May 27, 2019, 7:24 a.m.