Creates a FluvialGeomorph Level 1 report, version b.

level_1_report_b(
  stream,
  flowline_fc,
  cross_section_fc,
  flowline_points_1,
  flowline_points_2,
  flowline_points_3,
  flowline_points_4,
  xs_points_1,
  xs_points_2,
  xs_points_3,
  xs_points_4,
  survey_name_1,
  survey_name_2,
  survey_name_3,
  survey_name_4,
  features_fc,
  channel_fc,
  floodplain_fc,
  dem,
  show_xs_map = TRUE,
  profile_units,
  aerial = TRUE,
  elevation = FALSE,
  xs_label_freq = 5,
  exaggeration = 10,
  extent_factor = 1.2,
  output_dir,
  output_format = "word_document"
)

Arguments

stream

character; The stream name. The stream name must match a stream name in `ReachName` field in the other parameters.

flowline_fc

character; The path to a `flowline` feature class.

cross_section_fc

character; The path to a Level 1 cross section dimensions feature class.

flowline_points_1

character; The path to a `flowline_points` feature class for the first time period.

flowline_points_2

character; The path to a `flowline_points` feature class for the second time period.

flowline_points_3

character; The path to a `flowline_points` feature class for the third time period.

flowline_points_4

character; The path to a `flowline_points` feature class for the fourth time period.

xs_points_1

character; The path to a `xs_points` feature class for the first time period.

xs_points_2

character; The path to a `xs_points` feature class for the second time period.

xs_points_3

character; The path to a `xs_points` feature class for the third time period.

xs_points_4

character; The path to a `xs_points` feature class for the fourth time period.

survey_name_1

character: The name or date of the first survey.

survey_name_2

character: The name or date of the second survey.

survey_name_3

character: The name or date of the third survey.

survey_name_4

character: The name or date of the fourth survey.

features_fc

character; The path to a `features` feature class.

channel_fc

character; The path to the `channel` polygon feature class.

floodplain_fc

character; The path to the `floodplain` polygon feature class.

dem

character; The path to the DEM raster.

show_xs_map

logical; Add the cross section maps to the report?

profile_units

character; The units to be used for the x-axis of the longitudinal profile graphs. One of "feet", "miles", "meters", "kilometers".

aerial

logical; Display an overview map with an aerial photo background?

elevation

logical; Display an overview map with an elevation background?

xs_label_freq

numeric; An integer indicating the frequency of cross section labels.

exaggeration

numeric; The degree of terrain exaggeration.

extent_factor

numeric; The amount the extent is expanded around the cross section feature class. Values greater than one zoom out, values less than one zoom in.

output_dir

character; The path to the folder in which to write the report.

output_format

character; The file format of the report. One of "html_document", "word_document", "pdf_document".

Value

Produces a FluvialGeomorph Level 1 Report in the `output_dir` in the requested file format.