We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fbee12 commit 12c1c86Copy full SHA for 12c1c86
python/plugins/processing/algs/gdal/warp.py
@@ -41,7 +41,7 @@ class warp(GdalAlgorithm):
41
INPUT = 'INPUT'
42
OUTPUT = 'OUTPUT'
43
SOURCE_SRS = 'SOURCE_SRS'
44
- DEST_SRS = 'DEST_SRS '
+ DEST_SRS = 'DEST_SRS'
45
METHOD = 'METHOD'
46
METHOD_OPTIONS = ['near', 'bilinear', 'cubic', 'cubicspline', 'lanczos']
47
TR = 'TR'
0 commit comments