import_observed_data: Import observed data

Description Usage Arguments Value

View source: R/import_observed_data.R

Description

Imports observed data from a dss file. All observed data needs to be in one dss file and the pathnames should be exactly the same as what is in unsteady flow file from HEC-RAS. It is okay if the dss file name does not match the dss file name from the unsteady flow file. Different versions of HEC-DSSVue may change how the Part E (typically time interval: MIN, HOUR) is written.

Usage

1
2
3
4
5
import_observed_data(
  observed_dss_file,
  Formatted_UnsteadyFlowFileList,
  plan_events
)

Arguments

observed_dss_file

jobjRef; open dss file where observed data is stored hydrograph using dssrip.

Formatted_UnsteadyFlowFileList

list; list containing the unsteady flow data for each plan; output from import_hecras_unsteadyflowfiles function.

plan_events

list; The list of years in which the different events occurred

Value

A list of data frames Each data frames contains the observed flow (Q) and water surface (WS) elevation for each cross-section.


mpdougherty/razviz documentation built on April 1, 2021, 4:16 p.m.