R/sagang_bioclimaticvariables.R
sagang_bioclimaticvariables.Rd
QGIS Algorithm provided by SAGA Next Gen Bioclimatic variables (sagang:bioclimaticvariables). —————- Arguments —————- TMEAN: Mean Temperature Argument type: multilayer TMIN: Minimum Temperature Argument type: multilayer TMAX: Maximum Temperature Argument type: multilayer P: Precipitation Argument type: multilayer BIO_01: Annual Mean Temperature Argument type: rasterDestination Acceptable values: - Path for new raster layer BIO_02: Mean Diurnal Range Argument type: rasterDestination Acceptable values: - Path for new raster layer BIO_03: Isothermality Argument type: rasterDestination Acceptable values: - Path for new raster layer BIO_04: Temperature Seasonality Argument type: rasterDestination Acceptable values: - Path for new raster layer BIO_05: Maximum Temperature of Warmest Month Argument type: rasterDestination Acceptable values: - Path for new raster layer BIO_06: Minimum Temperature of Coldest Month Argument type: rasterDestination Acceptable values: - Path for new raster layer BIO_07: Temperature Annual Range Argument type: rasterDestination Acceptable values: - Path for new raster layer BIO_08: Mean Temperature of Wettest Quarter Argument type: rasterDestination Acceptable values: - Path for new raster layer BIO_09: Mean Temperature of Driest Quarter Argument type: rasterDestination Acceptable values: - Path for new raster layer BIO_10: Mean Temperature of Warmest Quarter Argument type: rasterDestination Acceptable values: - Path for new raster layer BIO_11: Mean Temperature of Coldest Quarter Argument type: rasterDestination Acceptable values: - Path for new raster layer BIO_12: Annual Precipitation Argument type: rasterDestination Acceptable values: - Path for new raster layer BIO_13: Precipitation of Wettest Month Argument type: rasterDestination Acceptable values: - Path for new raster layer BIO_14: Precipitation of Driest Month Argument type: rasterDestination Acceptable values: - Path for new raster layer BIO_15: Precipitation Seasonality Argument type: rasterDestination Acceptable values: - Path for new raster layer BIO_16: Precipitation of Wettest Quarter Argument type: rasterDestination Acceptable values: - Path for new raster layer BIO_17: Precipitation of Driest Quarter Argument type: rasterDestination Acceptable values: - Path for new raster layer BIO_18: Precipitation of Warmest Quarter Argument type: rasterDestination Acceptable values: - Path for new raster layer BIO_19: Precipitation of Coldest Quarter Argument type: rasterDestination Acceptable values: - Path for new raster layer SEASONALITY: Temperature Seasonality Default value: 1 Argument type: enum Available values: - 0: (0) Coefficient of Variation - 1: (1) Standard Deviation Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3'
sagang_bioclimaticvariables(
TMEAN = qgisprocess:::qgis_default_value(),
TMIN = qgisprocess:::qgis_default_value(),
TMAX = qgisprocess:::qgis_default_value(),
P = qgisprocess:::qgis_default_value(),
BIO_01 = qgisprocess:::qgis_default_value(),
BIO_02 = qgisprocess:::qgis_default_value(),
BIO_03 = qgisprocess:::qgis_default_value(),
BIO_04 = qgisprocess:::qgis_default_value(),
BIO_05 = qgisprocess:::qgis_default_value(),
BIO_06 = qgisprocess:::qgis_default_value(),
BIO_07 = qgisprocess:::qgis_default_value(),
BIO_08 = qgisprocess:::qgis_default_value(),
BIO_09 = qgisprocess:::qgis_default_value(),
BIO_10 = qgisprocess:::qgis_default_value(),
BIO_11 = qgisprocess:::qgis_default_value(),
BIO_12 = qgisprocess:::qgis_default_value(),
BIO_13 = qgisprocess:::qgis_default_value(),
BIO_14 = qgisprocess:::qgis_default_value(),
BIO_15 = qgisprocess:::qgis_default_value(),
BIO_16 = qgisprocess:::qgis_default_value(),
BIO_17 = qgisprocess:::qgis_default_value(),
BIO_18 = qgisprocess:::qgis_default_value(),
BIO_19 = qgisprocess:::qgis_default_value(),
SEASONALITY = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
multilayer
- Mean Temperature. .
multilayer
- Minimum Temperature. .
multilayer
- Maximum Temperature. .
multilayer
- Precipitation. .
rasterDestination
- Annual Mean Temperature. Path for new raster layer.
rasterDestination
- Mean Diurnal Range. Path for new raster layer.
rasterDestination
- Isothermality. Path for new raster layer.
rasterDestination
- Temperature Seasonality. Path for new raster layer.
rasterDestination
- Maximum Temperature of Warmest Month. Path for new raster layer.
rasterDestination
- Minimum Temperature of Coldest Month. Path for new raster layer.
rasterDestination
- Temperature Annual Range. Path for new raster layer.
rasterDestination
- Mean Temperature of Wettest Quarter. Path for new raster layer.
rasterDestination
- Mean Temperature of Driest Quarter. Path for new raster layer.
rasterDestination
- Mean Temperature of Warmest Quarter. Path for new raster layer.
rasterDestination
- Mean Temperature of Coldest Quarter. Path for new raster layer.
rasterDestination
- Annual Precipitation. Path for new raster layer.
rasterDestination
- Precipitation of Wettest Month. Path for new raster layer.
rasterDestination
- Precipitation of Driest Month. Path for new raster layer.
rasterDestination
- Precipitation Seasonality. Path for new raster layer.
rasterDestination
- Precipitation of Wettest Quarter. Path for new raster layer.
rasterDestination
- Precipitation of Driest Quarter. Path for new raster layer.
rasterDestination
- Precipitation of Warmest Quarter. Path for new raster layer.
rasterDestination
- Precipitation of Coldest Quarter. Path for new raster layer.
enum
of ("(0) Coefficient of Variation", "(1) Standard Deviation")
- Temperature Seasonality. Number of selected option, e.g. '1'. Comma separated list of options, e.g. '1,3'.
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
.
BIO_01 - outputRaster - Annual Mean Temperature
BIO_02 - outputRaster - Mean Diurnal Range
BIO_03 - outputRaster - Isothermality
BIO_04 - outputRaster - Temperature Seasonality
BIO_05 - outputRaster - Maximum Temperature of Warmest Month
BIO_06 - outputRaster - Minimum Temperature of Coldest Month
BIO_07 - outputRaster - Temperature Annual Range
BIO_08 - outputRaster - Mean Temperature of Wettest Quarter
BIO_09 - outputRaster - Mean Temperature of Driest Quarter
BIO_10 - outputRaster - Mean Temperature of Warmest Quarter
BIO_11 - outputRaster - Mean Temperature of Coldest Quarter
BIO_12 - outputRaster - Annual Precipitation
BIO_13 - outputRaster - Precipitation of Wettest Month
BIO_14 - outputRaster - Precipitation of Driest Month
BIO_15 - outputRaster - Precipitation Seasonality
BIO_16 - outputRaster - Precipitation of Wettest Quarter
BIO_17 - outputRaster - Precipitation of Driest Quarter
BIO_18 - outputRaster - Precipitation of Warmest Quarter
BIO_19 - outputRaster - Precipitation of Coldest Quarter