Skip to contents

Gets annual maximum series data for a hydrological monitoring station from the MSC GeoMet API.

Usage

data_geomet(station_id)

Arguments

station_id

A character scalar containing the ID of a hydrological monitoring station. You can search for station IDs by name, province, drainage basin, and location here.

Value

A dataframe with two columns:

  • max: A float, the annual maximum series observation, in m\(^3\)/s.

  • year: An integer, the corresponding year.

See also

Examples

# Get data for the BOW RIVER AT BANFF (05BB001)
df <- data_geomet("05BB001")