We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c02997 commit ba2601fCopy full SHA for ba2601f
python/plugins/processing/algs/gdal/ClipByExtent.py
@@ -151,8 +151,6 @@ def getConsoleCommands(self):
151
if len(bigtiff) > 0:
152
arguments.append("-co BIGTIFF=" + bigtiff)
153
154
- arguments.append("-wo OPTIMIZE_SIZE=TRUE")
155
-
156
arguments.append(self.getParameterValue(self.INPUT))
157
arguments.append(out)
158
0 commit comments