View source: R/sagang_diffusepollutionrisk.R
sagang_diffusepollutionrisk | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Diffuse pollution risk (sagang:diffusepollutionrisk). —————- Arguments —————- DEM: Elevation Argument type: raster Acceptable values: - Path to a raster layer CHANNEL: Channel Network (optional) Argument type: raster Acceptable values: - Path to a raster layer WEIGHT: Land Cover Weights (optional) Argument type: raster Acceptable values: - Path to a raster layer WEIGHT_DEFAULT: Default Default value: 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 RAIN: Rainfall (optional) Argument type: raster Acceptable values: - Path to a raster layer RAIN_DEFAULT: Default Default value: 500 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 DELIVERY: Delivery Index Argument type: rasterDestination Acceptable values: - Path for new raster layer RISK_POINT: Locational Risk Argument type: rasterDestination Acceptable values: - Path for new raster layer RISK_DIFFUSE: Diffuse Pollution Risk Argument type: rasterDestination Acceptable values: - Path for new raster layer METHOD: Flow Routing Default value: 1 Argument type: enum Available values: - 0: (0) D8 - 1: (1) MFD Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' CHANNEL_START: Channel Initiation Threshold Default value: 150 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_diffusepollutionrisk(
DEM = qgisprocess:::qgis_default_value(),
CHANNEL = qgisprocess:::qgis_default_value(),
WEIGHT = qgisprocess:::qgis_default_value(),
WEIGHT_DEFAULT = qgisprocess:::qgis_default_value(),
RAIN = qgisprocess:::qgis_default_value(),
RAIN_DEFAULT = qgisprocess:::qgis_default_value(),
DELIVERY = qgisprocess:::qgis_default_value(),
RISK_POINT = qgisprocess:::qgis_default_value(),
RISK_DIFFUSE = qgisprocess:::qgis_default_value(),
METHOD = qgisprocess:::qgis_default_value(),
CHANNEL_START = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
DEM |
|
CHANNEL |
|
WEIGHT |
|
WEIGHT_DEFAULT |
|
RAIN |
|
RAIN_DEFAULT |
|
DELIVERY |
|
RISK_POINT |
|
RISK_DIFFUSE |
|
METHOD |
|
CHANNEL_START |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
DELIVERY - outputRaster - Delivery Index
RISK_DIFFUSE - outputRaster - Diffuse Pollution Risk
RISK_POINT - outputRaster - Locational Risk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.