wbt_burn_streams_at_roads: Burn streams at roads

Description Usage Arguments Value

View source: R/hydro_analysis.R

Description

Burns-in streams at the sites of road embankments.

Usage

1
2
3
4
5
6
7
8
9
wbt_burn_streams_at_roads(
  dem,
  streams,
  roads,
  output,
  width = NULL,
  wd = NULL,
  verbose_mode = FALSE
)

Arguments

dem

Input raster digital elevation model (DEM) file.

streams

Input vector streams file.

roads

Input vector roads file.

output

Output raster file.

width

Maximum road embankment width, in map units.

wd

Changes the working directory.

verbose_mode

Sets verbose mode. If verbose mode is False, tools will not print output messages.

Value

Returns the tool text outputs.


whitebox documentation built on Sept. 7, 2020, 3 p.m.