sagang_salem | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Salem (sagang:salem). —————- Arguments —————- SURFACE_T0: Initial Surface Elevation Argument type: raster Acceptable values: - Path to a raster layer REGOLITH_T0: Initial Regolith Thickness (optional) Argument type: raster Acceptable values: - Path to a raster layer REGOLITH_T0_DEFAULT: Default Default value: 0 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 ALLOCHTHONE: Allochthone Input (optional) Argument type: raster Acceptable values: - Path to a raster layer ALLOCHTHONE_DEFAULT: Default Default value: 0 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 SURFACE: Surface Elevation Argument type: rasterDestination Acceptable values: - Path for new raster layer REGOLITH: Regolith Thickness Argument type: rasterDestination Acceptable values: - Path for new raster layer DIFFERENCE: Difference Argument type: rasterDestination Acceptable values: - Path for new raster layer TIME_START: Start (Years BP) Default value: 50000 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 TIME_STOP: Stop (Years BP) Default value: 10000 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 TIME_STEP: Step (Years) Default value: 100 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 DIFFUSIVE_KD: Diffusivity Coefficient Kd (m^2/a) 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 DIFFUSIVE_NEIGHBOURS: Neighbourhood Default value: 1 Argument type: enum Available values: - 0: (0) Neumann - 1: (1) Moore Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3'
sagang_salem(
SURFACE_T0 = qgisprocess:::qgis_default_value(),
REGOLITH_T0 = qgisprocess:::qgis_default_value(),
REGOLITH_T0_DEFAULT = qgisprocess:::qgis_default_value(),
ALLOCHTHONE = qgisprocess:::qgis_default_value(),
ALLOCHTHONE_DEFAULT = qgisprocess:::qgis_default_value(),
SURFACE = qgisprocess:::qgis_default_value(),
REGOLITH = qgisprocess:::qgis_default_value(),
DIFFERENCE = qgisprocess:::qgis_default_value(),
TIME_START = qgisprocess:::qgis_default_value(),
TIME_STOP = qgisprocess:::qgis_default_value(),
TIME_STEP = qgisprocess:::qgis_default_value(),
DIFFUSIVE_KD = qgisprocess:::qgis_default_value(),
DIFFUSIVE_NEIGHBOURS = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
SURFACE_T0 |
|
REGOLITH_T0 |
|
REGOLITH_T0_DEFAULT |
|
ALLOCHTHONE |
|
ALLOCHTHONE_DEFAULT |
|
SURFACE |
|
REGOLITH |
|
DIFFERENCE |
|
TIME_START |
|
TIME_STOP |
|
TIME_STEP |
|
DIFFUSIVE_KD |
|
DIFFUSIVE_NEIGHBOURS |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
DIFFERENCE - outputRaster - Difference
REGOLITH - outputRaster - Regolith Thickness
SURFACE - outputRaster - Surface Elevation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.