elev_to_hidrology | R Documentation |
Calculate derivatives from the Hidrology module
elev_to_hidrology(
elev_sgrd = NULL,
slope_sgrd = NULL,
spcar_sgrd = NULL,
out_dir,
prefix = "",
envir,
...,
mridx = FALSE,
sagaw = FALSE,
sllgt = FALSE,
spidx = FALSE
)
elev_sgrd |
optional input, elevation raster data in SAGA format,
can be created with |
slope_sgrd |
optional input, slope raster data in SAGA format,
can be created with |
spcar_sgrd |
optional input, specific catchment area raster data in
SAGA format, can be created 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 |
mridx |
Melton Ruggedness Index:
Simple flow accumulation related index, calculated as
difference between maximum and minimum elevation in catchment
area divided by square root of catchment area size. The
calculation is performed for each grid cell, therefore minimum
elevation is same as elevation at cell’s position. Due to the
discrete character of a single maximum elevation, flow
calculation is simply done with Deterministic 8.
Boolean,defaults to |
sagaw |
SAGA Wetness Index:
Similar to the ‘Topographic Wetness Index’ (TWI),
see |
sllgt |
Slope Length:
Measurement of the distance from the origin of overland flow
along its flow path to the location of either concentrated flow
or deposition.
Boolean, defaults to |
spidx |
Stream Power Index:
Measure of the erosive power of flowing water. Calculated based
upon slope and contributing area. SPI approximates locations
where gullies might be more likely to form on the landscape.
Needs |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.