View source: R/sagang_massbalanceindex.R
sagang_massbalanceindex | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Mass balance index (sagang:massbalanceindex). —————- Arguments —————- DEM: Elevation Argument type: raster Acceptable values: - Path to a raster layer HREL: Vertical Distance to Channel Network (optional) Argument type: raster Acceptable values: - Path to a raster layer MBI: Mass Balance Index Argument type: rasterDestination Acceptable values: - Path for new raster layer TSLOPE: T Slope Default value: 15 Argument type: number Acceptable values: - A numeric value - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression TCURVE: T Curvature Default value: 0.01 Argument type: number Acceptable values: - A numeric value - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression THREL: T Vertical Distance to Channel Network Default value: 15 Argument type: number Acceptable values: - A numeric value - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression
sagang_massbalanceindex(
DEM = qgisprocess:::qgis_default_value(),
HREL = qgisprocess:::qgis_default_value(),
MBI = qgisprocess:::qgis_default_value(),
TSLOPE = qgisprocess:::qgis_default_value(),
TCURVE = qgisprocess:::qgis_default_value(),
THREL = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
DEM |
|
HREL |
|
MBI |
|
TSLOPE |
|
TCURVE |
|
THREL |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
MBI - outputRaster - Mass Balance Index
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.