SAGA-GIS Tool Library Documentation (v9.2.0)

Tool Flow Accumulation (Parallelizable)

A simple implementation of a parallelizable flow accumulation algorithn.


References


Parameters

 NameTypeIdentifierDescriptionConstraints
InputElevationgrid, inputDEM--
OutputFlow Accumulationgrid, outputFLOW--
OptionsGrid Systemgrid systemPARAMETERS_GRID_SYSTEM--
Update Frequencyinteger numberUPDATEif zero no updates will be doneMinimum: 0
Default: 0
MethodchoiceMETHOD-Available Choices:
[0] D8
[1] Dinfinity
[2] MFD
Default: 2
Convergencefloating point numberCONVERGENCE-Minimum: 0.000000
Default: 1.100000

Command-line

Usage: saga_cmd ta_hydrology 29 [-DEM <str>] [-FLOW <str>] [-UPDATE <num>] [-METHOD <str>] [-CONVERGENCE <double>]
  -DEM:<str>           	Elevation
	grid, input
  -FLOW:<str>          	Flow Accumulation
	grid, output
  -UPDATE:<num>        	Update Frequency
	integer number
	Minimum: 0
	Default: 0
  -METHOD:<str>        	Method
	choice
	Available Choices:
	[0] D8
	[1] Dinfinity
	[2] MFD
	Default: 2
  -CONVERGENCE:<double>	Convergence
	floating point number
	Minimum: 0.000000
	Default: 1.100000