read_2d_standard: Read 2D Area Tables

Description Usage Arguments Value

View source: R/2da.r

Description

Read standard (not by grain class) tables for one or more 2D areas.

Usage

1
2
read_2d_standard(f, table.name, which.times = NULL, which.areas = NULL,
  override.sediment = FALSE)

Arguments

f

The HDF5 file to read.

table.name

The table to read.

which.times

Character vector of timestamps to extract. If NULL, all timestamps will be returned.

which.areas

2D flow areas to extract. Can accept either numeric IDs or 2D flow area names. If NULL, all 2D flow areas will be returned.

override.sediment

(For Unsteady+Sediment models only) If True, extract data from the hydraulic rather than sediment output.

Value

A named list of dataframes. List names correspond to the 2D flow area names. Dataframes contain a column "Time" containing the Date Time Stamp data and columns "CELL_####" where ### is the 2D cell ID.


mkoohafkan/RAStestR documentation built on July 14, 2019, 11:41 p.m.