Description Usage Arguments Value Note See Also
Gets the annual max/min instantaneous hydrometric series (flow or level). Data are usually defined to nearest minute in local standard time (see note below).
1 | AnnualInstantaneousPeakData(con, get_flow = TRUE, station_number)
|
con |
An open SQLite database connection to the HYDAT database |
get_flow |
Logical. If TRUE the function returns annual max/min instantaneous flow, otherwise the function return annual max/min instantaneous level for each station |
station_number |
A vector of Water Survey of Canada station identifiers |
A data frame (station_number, year, peak_code, precision_code, month, day, hour, minute, timezone, peak).
In some cases, the timing of the instantaneous max/min may be
uncertain due to equipment failure (e.g., recorder failure). Event
timing may be censored by the hydrographer to reflect this uncertainty. This
may lead to NA values for day or hour of occurrence. The precision_code is
only valid for water level series and refers to the precision (mm or m) of
the water level measurement (see ReportedWaterLevelPrecision
).
AnnualPeakData
for annual maximum/minimum hydrometric
series. See DataSymbols
for information on symbols associated
with instantaneous peak values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.