View source: R/qgis_alignsingleraster.R
qgis_alignsingleraster | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Align raster (native:alignsingleraster). Aligns raster by resampling it to the same cell size and reprojecting to the same CRS as a reference raster.
qgis_alignsingleraster(
INPUT = qgisprocess:::qgis_default_value(),
RESAMPLING_METHOD = qgisprocess:::qgis_default_value(),
RESCALE = qgisprocess:::qgis_default_value(),
REFERENCE_LAYER = qgisprocess:::qgis_default_value(),
CRS = qgisprocess:::qgis_default_value(),
CELL_SIZE_X = qgisprocess:::qgis_default_value(),
CELL_SIZE_Y = qgisprocess:::qgis_default_value(),
GRID_OFFSET_X = qgisprocess:::qgis_default_value(),
GRID_OFFSET_Y = qgisprocess:::qgis_default_value(),
EXTENT = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
RESAMPLING_METHOD |
|
RESCALE |
|
REFERENCE_LAYER |
|
CRS |
|
CELL_SIZE_X |
|
CELL_SIZE_Y |
|
GRID_OFFSET_X |
|
GRID_OFFSET_Y |
|
EXTENT |
|
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 - Aligned raster
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.