provide station(s), a type of time series and optionally a timestamp to query out data from an hdf5 file resulting from a HEC-RAS model run

hec_one(hc, station_name, ts_type, time_stamp = NULL)

Arguments

hc

a hec object. See ?hec_file for more.

station_name

name(s) for station(s) defined in the model run. See ?hec_crosssections for more.

ts_type

a valid time series type defined in the model run

Examples

# NOT RUN {
h <- hec_file("~/Docs/hec-model-run.hdf")
data <- hec_one(hc=h, station="19135.6", ts_type="Water Surface")
# }