View source: R/sagang_landcoverscenariooffset.R
sagang_landcoverscenariooffset | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Land cover scenario offset (sagang:landcoverscenariooffset). —————- Arguments —————- ROAD_LINES: Roads Argument type: source Acceptable values: - Path to a vector layer ROAD_CLASS: Attribute Argument type: field Acceptable values: - The name of an existing field - ; delimited list of existing field names CHANNEL_LINES: Channel Network (optional) Argument type: source Acceptable values: - Path to a vector layer CHANNEL_ORDER: Stream Order Argument type: field Acceptable values: - The name of an existing field - ; delimited list of existing field names DEM: Elevation Argument type: raster Acceptable values: - Path to a raster layer VEGETATION: Vegetation Argument type: raster Acceptable values: - Path to a raster layer LANDCOVER: Land Cover Argument type: rasterDestination Acceptable values: - Path for new raster layer
sagang_landcoverscenariooffset(
ROAD_LINES = qgisprocess:::qgis_default_value(),
ROAD_CLASS = qgisprocess:::qgis_default_value(),
CHANNEL_LINES = qgisprocess:::qgis_default_value(),
CHANNEL_ORDER = qgisprocess:::qgis_default_value(),
DEM = qgisprocess:::qgis_default_value(),
VEGETATION = qgisprocess:::qgis_default_value(),
LANDCOVER = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
ROAD_LINES |
|
ROAD_CLASS |
|
CHANNEL_LINES |
|
CHANNEL_ORDER |
|
DEM |
|
VEGETATION |
|
LANDCOVER |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
LANDCOVER - outputRaster - Land Cover
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.