View source: R/qgis_reclassifybytable.R
qgis_reclassifybytable | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Reclassify by table (native:reclassifybytable). This algorithm reclassifies a raster band by assigning new class values based on the ranges specified in a fixed table.
qgis_reclassifybytable(
INPUT_RASTER = qgisprocess:::qgis_default_value(),
RASTER_BAND = qgisprocess:::qgis_default_value(),
TABLE = qgisprocess:::qgis_default_value(),
NO_DATA = qgisprocess:::qgis_default_value(),
RANGE_BOUNDARIES = qgisprocess:::qgis_default_value(),
NODATA_FOR_MISSING = qgisprocess:::qgis_default_value(),
DATA_TYPE = qgisprocess:::qgis_default_value(),
CREATE_OPTIONS = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT_RASTER |
|
RASTER_BAND |
|
TABLE |
|
NO_DATA |
|
RANGE_BOUNDARIES |
|
NODATA_FOR_MISSING |
|
DATA_TYPE |
|
CREATE_OPTIONS |
|
OUTPUT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
OUTPUT - outputRaster - Reclassified raster
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.