gdal_assignprojection: QGIS algorithm - Assign projection

View source: R/gdal_assignprojection.R

gdal_assignprojectionR Documentation

QGIS algorithm - Assign projection

Description

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.

Usage

gdal_assignprojection(
  INPUT = qgisprocess:::qgis_default_value(),
  CRS = qgisprocess:::qgis_default_value(),
  ...,
  .complete_output = .complete_output_option(),
  .quiet = .quiet_option(),
  .messages = .message_option()
)

Arguments

INPUT

raster - Input layer. Path to a raster layer.

CRS

crs - Desired CRS. 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..

...

further parameters passed to qgisprocess::qgis_run_algorithm()

.complete_output

logical specifying if complete out of qgisprocess::qgis_run_algorithm() should be used (TRUE) or first output (most likely the main) should read (FALSE). Default value is TRUE.

.quiet

logical specifying if parameter .quiet for qgisprocess::qgis_run_algorithm() Default value is TRUE.

.messages

logical specifying if messages from qgisprocess::qgis_run_algorithm() should be printed (TRUE) or not (FALSE). Default value is FALSE.

Details

Outputs description

  • OUTPUT - outputRaster - Layer with projection


JanCaha/r_package_qgis documentation built on May 1, 2024, 3:30 a.m.