View source: R/qgis_alignrasters.R
qgis_alignrasters | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Align rasters (native:alignrasters). Aligns rasters by resampling them to the same cell size and reprojecting to the same CRS.
qgis_alignrasters(
LAYERS = 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(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
LAYERS |
|
REFERENCE_LAYER |
|
CRS |
|
CELL_SIZE_X |
|
CELL_SIZE_Y |
|
GRID_OFFSET_X |
|
GRID_OFFSET_Y |
|
EXTENT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
OUTPUT_LAYERS - outputMultilayer - Aligned rasters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.