wbt_rasterize_streams: Rasterize streams

Description Usage Arguments Value

View source: R/stream_network_analysis.R

Description

Rasterizes vector streams based on Lindsay (2016) method.

Usage

1
2
3
4
5
6
7
8
9
wbt_rasterize_streams(
  streams,
  base,
  output,
  nodata = TRUE,
  feature_id = FALSE,
  wd = NULL,
  verbose_mode = FALSE
)

Arguments

streams

Input vector streams file.

base

Input base raster file.

output

Output raster file.

nodata

Use NoData value for background?.

feature_id

Use feature number as output value?.

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.