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()
)

Arguments

ROAD_LINES

source - Roads. Path to a vector layer.

ROAD_CLASS

field - Attribute. The name of an existing field. ; delimited list of existing field names.

CHANNEL_LINES

source - Channel Network. Path to a vector layer.

CHANNEL_ORDER

field - Stream Order. The name of an existing field. ; delimited list of existing field names.

DEM

raster - Elevation. Path to a raster layer.

VEGETATION

raster - Vegetation. Path to a raster layer.

LANDCOVER

rasterDestination - Land Cover. Path for new raster layer.

...

further parameters passed to qgisprocess::qgis_run_algorithm()

.complete_output

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.

.quiet

logical specifying if parameter .quiet for qgisprocess::qgis_run_algorithm() Default value is TRUE.

.messages

logical specifying if messages from qgisprocess::qgis_run_algorithm() should be printed (TRUE) or not (FALSE). Default value is FALSE.

Details

Outputs description

  • LANDCOVER - outputRaster - Land Cover