File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
python/plugins/processing/algs/gdal Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -151,6 +151,8 @@ def getConsoleCommands(self):
151151 if len (bigtiff ) > 0 :
152152 arguments .append ("-co BIGTIFF=" + bigtiff )
153153
154+ arguments .append ("-wo OPTIMIZE_SIZE=TRUE" )
155+
154156 arguments .append (self .getParameterValue (self .INPUT ))
155157 arguments .append (out )
156158
Original file line number Diff line number Diff line change @@ -186,6 +186,8 @@ def getConsoleCommands(self):
186186 if len (bigtiff ) > 0 :
187187 arguments .append ("-co BIGTIFF=" + bigtiff )
188188
189+ arguments .append ("-wo OPTIMIZE_SIZE=TRUE" )
190+
189191 arguments .append (self .getParameterValue (self .INPUT ))
190192 arguments .append (out )
191193
Original file line number Diff line number Diff line change @@ -182,6 +182,8 @@ def getConsoleCommands(self):
182182 if len (bigtiff ) > 0 :
183183 arguments .append ("-co BIGTIFF=" + bigtiff )
184184
185+ arguments .append ("-wo OPTIMIZE_SIZE=TRUE" )
186+
185187 arguments .append (self .getParameterValue (self .INPUT ))
186188 arguments .append (out )
187189
You can’t perform that action at this time.
0 commit comments