View source: R/gdal_assignprojection.R
gdal_assignprojection | R Documentation |
QGIS Algorithm provided by GDAL Assign projection (gdal:assignprojection). —————- Arguments —————- INPUT: Input layer Argument type: raster Acceptable values: - Path to a raster layer CRS: Desired CRS Argument type: crs Acceptable values: - CRS as an auth ID (e.g. 'EPSG:3111') - CRS as a PROJ4 string (e.g. 'PROJ4:…') - CRS as a WKT string (e.g. 'WKT:…') - Path to a layer. The CRS of the layer is used.
gdal_assignprojection(
INPUT = qgisprocess:::qgis_default_value(),
CRS = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
CRS |
|
... |
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 - Layer with projection
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.