SAGA 9.3.3 | Tool Library Documentation

Terrain Flooding


Description

The tool allows one to flood a digital elevation model for a given water level. The water level can be provided either as absolute height or relative to the DEM. If the water level is given relative to the DEM, the tool can model a constant water level starting from the seed cell, or a water level that is always relative to the currently processed cell. This way also inclined water surfaces, e.g. along a river, can be modelled. Note that this usually requires rather small relative water levels in order to prevent the flooding of the complete DEM; the functionality is most suited to generate a segment (connected component) of a river bed.


Parameters

 NameTypeIdentifierDescriptionConstraints
InputDEMgrid, inputDEMThe digital elevation model to flood.-
Seed Pointsshapes, inputSEEDSThe point(s) from where to start the flooding.-
OutputWater Bodygrid, outputWATER_BODYThe extent of the water body, labeled with local water depth [map units].-
Flooded DEMgrid, output, optionalDEM_FLOODEDThe flooded digital elevation model.-
OptionsGrid Systemgrid systemPARAMETERS_GRID_SYSTEM--
Water Leveltable fieldWATER_LEVELThe attribute field with the local water level, given either relative to the DEM or as absolute height [map units].-
Defaultfloating point numberWATER_LEVEL_DEFAULTdefault value if no attribute has been selectedDefault: 0.500000
Water Level ReferencechoiceLEVEL_REFERENCE-Available Choices: [0] level is given relative to DEM [1] level is given as absolute water height Default: 0
Constant Water LevelbooleanCONSTANT_LEVELModel the water level as constant. Otherwise the specified level is always taken as relative to the currently processed cell. This option is only available if the water level reference is relative to the DEM.Default: 1

Command Line


Usage: saga_cmd ta_hydrology 32 [-DEM ] [-SEEDS ] [-WATER_LEVEL ] [-WATER_LEVEL_DEFAULT ] [-LEVEL_REFERENCE ] [-CONSTANT_LEVEL ] [-WATER_BODY ] [-DEM_FLOODED ]
  -DEM:                   	DEM
	grid, input
  -SEEDS:                 	Seed Points
	shapes, input
  -WATER_LEVEL:           	Water Level
	table field
  -WATER_LEVEL_DEFAULT:	Default
	floating point number
	Default: 0.500000
  -LEVEL_REFERENCE:       	Water Level Reference
	choice
	Available Choices:
	[0] level is given relative to DEM
	[1] level is given as absolute water height
	Default: 0
  -CONSTANT_LEVEL:        	Constant Water Level
	boolean
	Default: 1
  -WATER_BODY:            	Water Body
	grid, output
  -DEM_FLOODED:           	Flooded DEM
	grid, output, optional