Description Usage Arguments Value
View source: R/import_observed_data.R
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.
1 2 3 4 5 | import_observed_data(
observed_dss_file,
Formatted_UnsteadyFlowFileList,
plan_events
)
|
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 |
A list of data frames Each data frames contains the observed flow (Q) and water surface (WS) elevation for each cross-section.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.