Skip to contents

Picks transects

Usage

xs_to_transect_picker(
  path_to_ras_dbase = NULL,
  line_select_subset = NULL,
  hf_lines,
  reference_divides,
  reference_flowlines,
  existing_transects,
  existing_points,
  overwrite = FALSE,
  is_verbose = TRUE,
  test_limit = NULL
)

Arguments

path_to_ras_dbase

The path to the folder in which you are building your catalog, Default: NULL

line_select_subset

PARAM_DESCRIPTION, Default: NULL

hf_lines

Hydrofabric lines

reference_divides

reference divide paths

reference_flowlines

reference flowline paths

existing_transects

reference transect paths

existing_points

reference points paths

overwrite

overwrite files if we find identical models, Default: FALSE

is_verbose

flag to determine whether internal print statements (i.e. cross section parsing, vdat trans, file info) are suppressed, TRUE to show these messages and FALSE to suppress them, Default: FALSE

test_limit

Number of transects to use, Default: NULL

Value

selected HEC-RAS lines in hd3d form

Details

DETAILS

Examples

if (FALSE) { # \dontrun{
if(interactive()){
 #EXAMPLE1
 xs_to_transect_picker(path_to_ras_dbase = NULL,line_select_subset = NULL,hf_lines,overwrite = FALSE,is_verbose = TRUE)
 }
} # }