| elev_to_channel | R Documentation |
The main goal of this function is to calculate the
Vertical Distance to the Channel Network vdcnw
parameter, so it will calculate first chnet.
However, it can be used to only calculate the
Channel Network as well.
elev_to_channel(
elev_sgrd,
flow_sgrd,
out_dir,
prefix = "",
envir,
...,
chnet = TRUE,
vdcnw = FALSE,
init_value = 1e+06,
chnet_shp = FALSE
)
elev_sgrd |
input, elevation raster data in SAGA format,
can be created with |
flow_sgrd |
input, can be generated with
|
out_dir |
output directory |
prefix |
character prefix for output filenames |
envir |
environment to get SAGA installation,
can be set with |
... |
ignored, check help page for possible outputs |
chnet |
Channel Network:
If a cell is part of a channel its value equals the channel
order. Otherwise the cell is marked as no-data.
Boolean, defaults to |
vdcnw |
Vertical Distance to Channel Network:
Altitude above the channel network.
Boolean, defaults to |
init_value |
Initiation flow accumulation value for channel network computation. Defaults to 1000000 |
chnet_shp |
Calculate channel network in vector format |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.