View source: R/sagang_thermicbeltclassification.R
sagang_thermicbeltclassification | R Documentation |
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()
)
GSL |
|
GST |
|
FROST |
|
NIVAL_TEMP |
|
TREE_TEMP |
|
ATB |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
ATB - outputRaster - Thermal Belts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.