View source: R/qgis_rasterize.R
qgis_rasterize | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Convert map to raster (native:rasterize). Renders the map canvas to a raster file. This algorithm rasterizes map canvas content. A map theme can be selected to render a predetermined set of layers with a defined style for each layer. Alternatively, a set of layers can be selected if no map theme is set. If neither map theme nor layer is set, all the visible layers in the set extent will be rendered. The minimum extent entered will internally be extended to a multiple of the tile size.
qgis_rasterize(
EXTENT = qgisprocess:::qgis_default_value(),
EXTENT_BUFFER = qgisprocess:::qgis_default_value(),
TILE_SIZE = qgisprocess:::qgis_default_value(),
MAP_UNITS_PER_PIXEL = qgisprocess:::qgis_default_value(),
MAKE_BACKGROUND_TRANSPARENT = qgisprocess:::qgis_default_value(),
MAP_THEME = qgisprocess:::qgis_default_value(),
LAYERS = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
EXTENT |
|
EXTENT_BUFFER |
|
TILE_SIZE |
|
MAP_UNITS_PER_PIXEL |
|
MAKE_BACKGROUND_TRANSPARENT |
|
MAP_THEME |
|
LAYERS |
|
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 - Output layer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.