DailyHydrometricData: Gets mean daily hydrometric data for selected station(s)

Description Usage Arguments Value Note See Also

View source: R/Daily_Data.r

Description

Gets the mean daily hydrometric series (flow or level) for one or more stations. Flow units in m3/s; water level units in metres.

Usage

1
DailyHydrometricData(con, get_flow = TRUE, station_number)

Arguments

con

An open SQLite database connection to the HYDAT database

get_flow

Logical. If TRUE the function returns mean daily discharge, otherwise the function returns mean daily water level

station_number

A vector of Water Survey of Canada station identifiers

Value

A data frame (station_number, date, value, symbol)

Note

Symbols associated with mean daily hydrometric series are as follows "A" - manual gauge "B" - ice affected "D" - dry "E" - estimated

See Also

AnnualHydrometricData for mean annual data, MonthlyHydrometricData for mean monthly data, DailySedimentData for mean daily sediment load/concentration, DataSymbols for information on symbols associated with mean daily data, and ReportedWaterLevelPrecision for information on water level precision


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