R/sagang_thermicbeltclassification.R
sagang_thermicbeltclassification.Rd
QGIS Algorithm provided by SAGA Next Gen Thermic belt classification (sagang:thermicbeltclassification). —————- Arguments —————- GSL: Growing Season Length Argument type: raster Acceptable values: - Path to a raster layer GST: Mean Temperature Argument type: raster Acceptable values: - Path to a raster layer FROST: Frost occurence Argument type: raster Acceptable values: - Path to a raster layer NIVAL_TEMP: Minimum Temperature Nival Default value: 3.5 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 TREE_TEMP: Minimum Temperature Treeline Default value: 6.4 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 ATB: Thermal Belts Argument type: rasterDestination Acceptable values: - Path for new raster layer
sagang_thermicbeltclassification(
GSL = qgisprocess:::qgis_default_value(),
GST = qgisprocess:::qgis_default_value(),
FROST = qgisprocess:::qgis_default_value(),
NIVAL_TEMP = qgisprocess:::qgis_default_value(),
TREE_TEMP = qgisprocess:::qgis_default_value(),
ATB = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
raster
- Growing Season Length. Path to a raster layer.
raster
- Mean Temperature. Path to a raster layer.
raster
- Frost occurence. Path to a raster layer.
number
- Minimum Temperature Nival. 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.
number
- Minimum Temperature Treeline. 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.
rasterDestination
- Thermal Belts. 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
.