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 a2f0763 commit 72665e0Copy full SHA for 72665e0
python/plugins/processing/algs/saga/SagaAlgorithm214.py
@@ -61,4 +61,4 @@ def exportRasterLayer(self, source):
61
destFilename = getTempFilenameInTempFolder(filename + '.sgrd')
62
self.exportedLayers[source] = destFilename
63
sessionExportedLayers[source] = destFilename
64
- return 'io_gdal -TRANSFORM -INTERPOL 0 -GRIDS "' + destFilename + '" -FILES "' + source + '"'
+ return 'io_gdal 0 -TRANSFORM 1 -INTERPOL 0 -GRIDS "' + destFilename + '" -FILES "' + source + '"'
0 commit comments