R/sagang_localclimatezoneclassification.R
sagang_localclimatezoneclassification.Rd
QGIS Algorithm provided by SAGA Next Gen Local climate zone classification (sagang:localclimatezoneclassification). —————- Arguments —————- FEATURES: Features Argument type: multilayer GRIDDEFILE: grid definition for KML2shp conversion Default value: False Argument type: file Acceptable values: - Path to a file FILE_TRAINING: Training Areas Default value: False Argument type: file Acceptable values: - Path to a file RF_TREE_COUNT: Random Forest Tree Count Default value: 32 Argument type: number Acceptable values: - A numeric value - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression CLASS_DEF_SRC: Class Definition Default value: 0 Argument type: enum Available values: - 0: (0) built-in - 1: (1) from file Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' CLASS_DEF_FILE: Class Definition File Default value: False Argument type: file Acceptable values: - Path to a file LCZC: LCZC Argument type: rasterDestination Acceptable values: - Path for new raster layer LCZC_FILE: KMZ File Default value: False Argument type: file Acceptable values: - Path to a file LCZC_FILTERED: LCZC (Filtered) Argument type: rasterDestination Acceptable values: - Path for new raster layer FILE_FILTERED_LCZC: KMZ File Default value: False Argument type: file Acceptable values: - Path to a file FILTER_RADIUS: Majority Filter Radius Default value: 3 Argument type: number Acceptable values: - A numeric value - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression
sagang_localclimatezoneclassification(
FEATURES = qgisprocess:::qgis_default_value(),
GRIDDEFILE = qgisprocess:::qgis_default_value(),
FILE_TRAINING = qgisprocess:::qgis_default_value(),
RF_TREE_COUNT = qgisprocess:::qgis_default_value(),
CLASS_DEF_SRC = qgisprocess:::qgis_default_value(),
CLASS_DEF_FILE = qgisprocess:::qgis_default_value(),
LCZC = qgisprocess:::qgis_default_value(),
LCZC_FILE = qgisprocess:::qgis_default_value(),
LCZC_FILTERED = qgisprocess:::qgis_default_value(),
FILE_FILTERED_LCZC = qgisprocess:::qgis_default_value(),
FILTER_RADIUS = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
multilayer
- Features. .
file
- grid definition for KML2shp conversion. Path to a file.
file
- Training Areas. Path to a file.
number
- Random Forest Tree Count. A numeric value. field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field. expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression.
enum
of ("(0) built-in", "(1) from file")
- Class Definition. Number of selected option, e.g. '1'. Comma separated list of options, e.g. '1,3'.
file
- Class Definition File. Path to a file.
rasterDestination
- LCZC. Path for new raster layer.
file
- KMZ File. Path to a file.
rasterDestination
- LCZC (Filtered). Path for new raster layer.
file
- KMZ File. Path to a file.
number
- Majority Filter Radius. A numeric value. field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field. expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression.
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
.