mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
[Processing] Saga: update gdal_io and Flow Accumulation (Flow Tracing)
This commit is contained in:
parent
265da3ffa0
commit
2fe7caf787
@ -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):
|
||||
"""
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user