R/sagang_landusescenariogenerator.R
sagang_landusescenariogenerator.Rd
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()
)
source
- Fields. Path to a vector layer.
field
- Field Identifier. The name of an existing field. ; delimited list of existing field names.
vectorDestination
- Land Use Scenario. Path for new vector layer.
enum
of ("(0) Identifier", "(1) Name")
- Output of.... Number of selected option, e.g. '1'. Comma separated list of options, e.g. '1,3'.
source
- Crop Statistics. Path to a vector layer.
source
- Known Crops. Path to a vector 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
.