examples/example_read_ufs.R

library(saturnR)
a <- read_ufs("./testdata/A428_Stage3_BY2015_AM_v3_6c_inc_SFC_T14.UFS")

# this should throw a warning
b <- read_ufs("./testdata/2031_HIFSc2_AM.UFS", load_geometry = TRUE)
c <- read_ufs("./testdata/2031_HIFSc2_AM.UFS", load_geometry = TRUE, selection_mode = "simulation_links")
R-AECOM/saturnR documentation built on Nov. 24, 2022, 1:30 p.m.