View source: R/qgis_rescaleraster.R
qgis_rescaleraster | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Rescale raster (native:rescaleraster). Rescales raster layer to a new value range, while preserving the shape (distribution) of the raster's histogram (pixel values). Input values are mapped using a linear interpolation from the source raster's minimum and maximum pixel values to the destination minimum and maximum pixel range. By default the algorithm preserves the original NoData value, but there is an option to override it.
qgis_rescaleraster(
INPUT = qgisprocess:::qgis_default_value(),
BAND = qgisprocess:::qgis_default_value(),
MINIMUM = qgisprocess:::qgis_default_value(),
MAXIMUM = qgisprocess:::qgis_default_value(),
NODATA = 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 |
|
BAND |
|
MINIMUM |
|
MAXIMUM |
|
NODATA |
|
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 - Rescaled
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.