View source: R/sagang_metricconversions.R
sagang_metricconversions | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Metric conversions (sagang:metricconversions). —————- Arguments —————- GRID: Grid Argument type: raster Acceptable values: - Path to a raster layer CONV: Converted Grid Argument type: rasterDestination Acceptable values: - Path for new raster layer CONVERSION: Conversion Default value: 0 Argument type: enum Available values: - 0: (0) radians to degree - 1: (1) degree to radians - 2: (2) Celsius to Fahrenheit - 3: (3) Fahrenheit to Celsius Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3'
sagang_metricconversions(
GRID = qgisprocess:::qgis_default_value(),
CONV = qgisprocess:::qgis_default_value(),
CONVERSION = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
GRID |
|
CONV |
|
CONVERSION |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
CONV - outputRaster - Converted Grid
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.