diff --git a/python/plugins/processing/algs/saga/SagaAlgorithm.py b/python/plugins/processing/algs/saga/SagaAlgorithm.py index 42be55946bb..839c43748a7 100644 --- a/python/plugins/processing/algs/saga/SagaAlgorithm.py +++ b/python/plugins/processing/algs/saga/SagaAlgorithm.py @@ -325,7 +325,7 @@ class SagaAlgorithm(GeoAlgorithm): destFilename = getTempFilenameInTempFolder(filename + '.sgrd') self.exportedLayers[source] = destFilename sessionExportedLayers[source] = destFilename - return 'io_gdal 0 -TRANSFORM -INTERPOL 0 -GRIDS "' + destFilename + '" -FILES "' + source + '"' + return 'io_gdal 0 -TRANSFORM -RESAMPLING 0 -GRIDS "' + destFilename + '" -FILES "' + source + '"' def checkParameterValuesBeforeExecuting(self): """ diff --git a/python/plugins/processing/algs/saga/description/FlowAccumulation(FlowTracing).txt b/python/plugins/processing/algs/saga/description/FlowAccumulation(FlowTracing).txt index 30978cb62f8..ac9e521f676 100644 --- a/python/plugins/processing/algs/saga/description/FlowAccumulation(FlowTracing).txt +++ b/python/plugins/processing/algs/saga/description/FlowAccumulation(FlowTracing).txt @@ -10,8 +10,8 @@ ParameterNumber|STEP|Step|None|None|1 ParameterSelection|METHOD|Method|[0] Rho 8;[1] Kinematic Routing Algorithm;[2] DEMON ParameterNumber|MINDQV|DEMON - Min. DQV|None|None|0.0 ParameterBoolean|CORRECT|Flow Correction|True -OutputRaster|CAREA|Catchment Area +OutputRaster|FLOW|Flow Accumulation OutputRaster|VAL_MEAN|Mean over Catchment -OutputRaster|ACCU_TOT|Total accumulated Material +OutputRaster|ACCU_TOTAL|Total accumulated Material OutputRaster|ACCU_LEFT|Accumulated Material from left side OutputRaster|ACCU_RIGHT|Accumulated Material from right side \ No newline at end of file