View source: R/sagang_landusescenariogenerator.R
sagang_landusescenariogenerator | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Land use scenario generator (sagang:landusescenariogenerator). —————- Arguments —————- FIELDS: Fields Argument type: source Acceptable values: - Path to a vector layer FIELD_ID: Field Identifier Argument type: field Acceptable values: - The name of an existing field - ; delimited list of existing field names SCENARIO: Land Use Scenario Argument type: vectorDestination Acceptable values: - Path for new vector layer OUTPUT: Output of... Default value: 0 Argument type: enum Available values: - 0: (0) Identifier - 1: (1) Name Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' STATISTICS: Crop Statistics Argument type: source Acceptable values: - Path to a vector layer KNOWN_CROPS: Known Crops (optional) Argument type: source Acceptable values: - Path to a vector layer
sagang_landusescenariogenerator(
FIELDS = qgisprocess:::qgis_default_value(),
FIELD_ID = qgisprocess:::qgis_default_value(),
SCENARIO = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
STATISTICS = qgisprocess:::qgis_default_value(),
KNOWN_CROPS = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
FIELDS |
|
FIELD_ID |
|
SCENARIO |
|
OUTPUT |
|
STATISTICS |
|
KNOWN_CROPS |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
SCENARIO - outputVector - Land Use Scenario
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.