rt_valdata: Get a validation dataset from a set of RiverObs runs

Description Usage Arguments

Description

Get a validation dataset from a set of RiverObs runs

Usage

1
2
3
4
rt_valdata(dir, group = c("nodes", "reaches"), rtname = "rt.nc",
  gdname = "rt_gdem.nc", keep_na_vars = FALSE,
  time_round_digits = -2, flag_out_nodes = TRUE, rmnodes = NULL,
  force_agg = FALSE)

Arguments

dir

directory containing riverobs output including gdem truth

group

Which group to get data from: "nodes" or "reaches

rtname

Name of rivertile file to read

gdname

Name of gdem-truth rivertile file

keep_na_vars

Keep variables that only contain missing values?

time_round_digits

how many digits to round time (secondes) to consider equal between gdem pixc and "real" pixc

flag_out_nodes

Automatically flag and remove nodes with ambiguous truth?

rmnodes

Additional nodes to remove

force_agg

For reach data only: use force = TRUE in add_nodelen()?


markwh/rtvalidate documentation built on Nov. 4, 2019, 5:25 p.m.