View source: R/sagang_03_spatiallydistributedsimulationofsoilnitrogendynamics.R
sagang_03_spatiallydistributedsimulationofsoilnitrogendynamics | R Documentation |
QGIS Algorithm provided by SAGA Next Gen 03: spatially distributed simulation of soil nitrogen dynamics (sagang:03:spatiallydistributedsimulationofsoilnitrogendynamics). —————- Arguments —————- DEM: Elevation Argument type: raster Acceptable values: - Path to a raster layer NSTORE: Soil Nitrogen Argument type: rasterDestination Acceptable values: - Path for new raster layer TIME_SPAN: Time Span (a) 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 TIME_STEP: Time Interval (a) Default value: 0.1 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 UPDATE: Update View Default value: true Argument type: boolean Acceptable values: - 1 for true/yes - 0 for false/no - 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 NINIT: Initial Nitrogen Content (kg/ha) Default value: 5000 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 NRAIN: Nitrogen in Rainfall (kg/ha/a) Default value: 16 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_03_spatiallydistributedsimulationofsoilnitrogendynamics(
DEM = qgisprocess:::qgis_default_value(),
NSTORE = qgisprocess:::qgis_default_value(),
TIME_SPAN = qgisprocess:::qgis_default_value(),
TIME_STEP = qgisprocess:::qgis_default_value(),
UPDATE = qgisprocess:::qgis_default_value(),
NINIT = qgisprocess:::qgis_default_value(),
NRAIN = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
DEM |
|
NSTORE |
|
TIME_SPAN |
|
TIME_STEP |
|
UPDATE |
|
NINIT |
|
NRAIN |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
NSTORE - outputRaster - Soil Nitrogen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.