Skip to content

Commit ba2601f

Browse files
author
Giovanni Manghi
committed
remove wrong gdal_translate parameter
1 parent 4c02997 commit ba2601f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/plugins/processing/algs/gdal/ClipByExtent.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ def getConsoleCommands(self):
151151
if len(bigtiff) > 0:
152152
arguments.append("-co BIGTIFF=" + bigtiff)
153153

154-
arguments.append("-wo OPTIMIZE_SIZE=TRUE")
155-
156154
arguments.append(self.getParameterValue(self.INPUT))
157155
arguments.append(out)
158156

0 commit comments

Comments
 (0)