mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
11 lines
780 B
Plaintext
11 lines
780 B
Plaintext
r.proj
|
|
Re-projects a raster layer to another coordinate reference system
|
|
Raster (r.*)
|
|
QgsProcessingParameterRasterLayer|input|Input raster to reproject|None|False
|
|
QgsProcessingParameterCrs|crs|New coordinate reference system|None|False
|
|
QgsProcessingParameterEnum|method|Interpolation method to use|nearest;bilinear;bicubic;lanczos;bilinear_f;bicubic_f;lanczos_f|False|0|True
|
|
QgsProcessingParameterNumber|memory|Maximum memory to be used (in MB)|QgsProcessingParameterNumber.Integer|300|True|0|None
|
|
QgsProcessingParameterNumber|resolution|Resolution of output raster map|QgsProcessingParameterNumber.Double|None|True|0.0|None
|
|
*QgsProcessingParameterBoolean|-n|Do not perform region cropping optimization|False|True
|
|
QgsProcessingParameterRasterDestination|output|Reprojected raster
|