SAGA 9.9.1 | Tool Library Documentation

Fill Minima


Description

This tool performs basic sink filling on Digital Elevation Models (DEMs). It identifies and fills local depressions (sinks) to ensure continuous flow paths across the terrain surface. Note: this tool does not carry out a full hydrological correction – it only addresses depressions and does not modify flat areas, resolve flow directions, or enforce hydrological consistency beyond sink removal. The tool accepts a DEM as input and returns a version with filled depressions. Optionally, users can define a fixed boundary value to control how edge/boundary cells are initialized during filling. Recommended Usage:


References


Parameters

 NameTypeIdentifierDescriptionConstraints
InputDEMgrid, inputDEMDigital Elevation Model-
OutputFilled DEMgrid, outputRESULTProcessed DEM-
OptionsGrid Systemgrid systemPARAMETERS_GRID_SYSTEM--
MethodchoiceMETHOD-Available Choices: [0] Auto detection by input [1] Soille & Gratin 1994 [2] Barnes et al. 2014 Default: 0
Set Fixed Boundary ValuebooleanBOUNDARY-Default: 0
Boundary Valuefloating point numberBOUNDARY_VALUEThe boundary value will be scaled by the scaling factor of the input. Default: 1.000000

Command Line


Usage: saga_cmd ta_preprocessor 8 [-DEM ] [-RESULT ] [-METHOD ] [-BOUNDARY ] [-BOUNDARY_VALUE ]
  -DEM:                 DEM
	grid, input
  -RESULT:              Filled DEM
	grid, output
  -METHOD:
                             Method
                             	choice
                             	Available Choices:
                             	[0] Auto detection by input
                             	[1] Soille & Gratin 1994
                             	[2] Barnes et al. 2014
                             	Default: 0
  -BOUNDARY:            Set Fixed Boundary Value
	boolean
	Default: 0
  -BOUNDARY_VALUE:   Boundary Value
	floating point number
	Default: 1.000000