Skip to content

Commit

Permalink
remove wrong gdal_translate parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Manghi committed Apr 25, 2016
1 parent 4c02997 commit ba2601f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/plugins/processing/algs/gdal/ClipByExtent.py
Expand Up @@ -151,8 +151,6 @@ def getConsoleCommands(self):
if len(bigtiff) > 0:
arguments.append("-co BIGTIFF=" + bigtiff)

arguments.append("-wo OPTIMIZE_SIZE=TRUE")

arguments.append(self.getParameterValue(self.INPUT))
arguments.append(out)

Expand Down

0 comments on commit ba2601f

Please sign in to comment.