Skip to content

Commit

Permalink
Fix for SAGA 2.2.0 in Processing - thanks Giovanni
Browse files Browse the repository at this point in the history
  • Loading branch information
pcav committed Sep 8, 2015
1 parent a2f0763 commit 72665e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/saga/SagaAlgorithm214.py
Expand Up @@ -61,4 +61,4 @@ def exportRasterLayer(self, source):
destFilename = getTempFilenameInTempFolder(filename + '.sgrd')
self.exportedLayers[source] = destFilename
sessionExportedLayers[source] = destFilename
return 'io_gdal -TRANSFORM -INTERPOL 0 -GRIDS "' + destFilename + '" -FILES "' + source + '"'
return 'io_gdal 0 -TRANSFORM 1 -INTERPOL 0 -GRIDS "' + destFilename + '" -FILES "' + source + '"'

0 comments on commit 72665e0

Please sign in to comment.