R/sagang_landcoverscenariooffset.R
sagang_landcoverscenariooffset.Rd
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()
)
source
- Roads. Path to a vector layer.
field
- Attribute. The name of an existing field. ; delimited list of existing field names.
source
- Channel Network. Path to a vector layer.
field
- Stream Order. The name of an existing field. ; delimited list of existing field names.
raster
- Elevation. Path to a raster layer.
raster
- Vegetation. Path to a raster layer.
rasterDestination
- Land Cover. Path for new raster layer.
further parameters passed to qgisprocess::qgis_run_algorithm()
logical specifying if complete out of qgisprocess::qgis_run_algorithm()
should be used (TRUE
) or first output (most likely the main) should read (FALSE
). Default value is TRUE
.
logical specifying if parameter .quiet
for qgisprocess::qgis_run_algorithm()
Default value is TRUE
.
logical specifying if messages from qgisprocess::qgis_run_algorithm()
should be printed (TRUE
) or not (FALSE
). Default value is FALSE
.