File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
python/plugins/sextante/saga Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -302,9 +302,9 @@ def processAlgorithm(self, progress):
302
302
filename = out .getCompatibleFileName (self )
303
303
filename2 = SextanteUtils .tempFolder () + os .sep + os .path .basename (filename ) + ".sgrd"
304
304
if SextanteUtils .isWindows () or SextanteUtils .isMac ():
305
- commands .append ("io_gdal 1 -GRIDS \" " + filename2 + "\" -FORMAT 1 -TYPE 0 -FILE \" " + filename + "\" " );
305
+ commands .append ("io_gdal 1 -GRIDS \" " + filename2 + "\" -FORMAT 4 -TYPE 0 -FILE \" " + filename + "\" " );
306
306
else :
307
- commands .append ("libio_gdal 1 -GRIDS \" " + filename2 + "\" -FORMAT 1 -TYPE 0 -FILE \" " + filename + "\" " );
307
+ commands .append ("libio_gdal 1 -GRIDS \" " + filename2 + "\" -FORMAT 4 -TYPE 0 -FILE \" " + filename + "\" " );
308
308
309
309
#4 Run SAGA
310
310
SagaUtils .createSagaBatchJobFileFromSagaCommands (commands )
You can’t perform that action at this time.
0 commit comments