sagang_tobia | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Tobia (sagang:tobia). —————- Arguments —————- A: Slope grid (rad) Argument type: raster Acceptable values: - Path to a raster layer B: Aspect grid (rad) Argument type: raster Acceptable values: - Path to a raster layer C: Dip grid (degrees) (optional) Argument type: raster Acceptable values: - Path to a raster layer D: Dip direction grid (degrees) (optional) Argument type: raster Acceptable values: - Path to a raster layer fB: Global structure dip (degrees) Default value: 45 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 fC: Global structure dip direction (degrees) Default value: 90 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 E: TOBIA classes Argument type: rasterDestination Acceptable values: - Path for new raster layer F: TOBIA index Argument type: rasterDestination Acceptable values: - Path for new raster layer
sagang_tobia(
A = qgisprocess:::qgis_default_value(),
B = qgisprocess:::qgis_default_value(),
C = qgisprocess:::qgis_default_value(),
D = qgisprocess:::qgis_default_value(),
fB = qgisprocess:::qgis_default_value(),
fC = qgisprocess:::qgis_default_value(),
E = qgisprocess:::qgis_default_value(),
F = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
A |
|
B |
|
C |
|
D |
|
fB |
|
fC |
|
E |
|
F |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
E - outputRaster - TOBIA classes
F - outputRaster - TOBIA index
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.