mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
[processing] Remove space in GDAL warp which causes issues when alg is called from script.
This commit is contained in:
parent
8fbee12106
commit
12c1c869ee
@ -41,7 +41,7 @@ class warp(GdalAlgorithm):
|
|||||||
INPUT = 'INPUT'
|
INPUT = 'INPUT'
|
||||||
OUTPUT = 'OUTPUT'
|
OUTPUT = 'OUTPUT'
|
||||||
SOURCE_SRS = 'SOURCE_SRS'
|
SOURCE_SRS = 'SOURCE_SRS'
|
||||||
DEST_SRS = 'DEST_SRS '
|
DEST_SRS = 'DEST_SRS'
|
||||||
METHOD = 'METHOD'
|
METHOD = 'METHOD'
|
||||||
METHOD_OPTIONS = ['near', 'bilinear', 'cubic', 'cubicspline', 'lanczos']
|
METHOD_OPTIONS = ['near', 'bilinear', 'cubic', 'cubicspline', 'lanczos']
|
||||||
TR = 'TR'
|
TR = 'TR'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user