Tool Sink Drainage Route Detection
Sink drainage route detection. 
- Author: O. Conrad (c) 2001
 
- Menu: Terrain Analysis|Preprocessing
 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Input | Elevation | grid, input | ELEVATION | - | - | 
| Output | Sink Route | grid, output | SINKROUTE | - | - | 
| Options | Grid System | grid system | PARAMETERS_GRID_SYSTEM | - | - | 
 | Threshold | boolean | THRESHOLD | - | Default: 0 | 
 | Threshold Height | floating point number | THRSHEIGHT | The maximum depth to which a sink is considered for removal. | Minimum: 0.000000 Default: 100.000000 | 
Command-line
Usage: saga_cmd ta_preprocessor 1 [-ELEVATION <str>] [-SINKROUTE <str>] [-THRESHOLD <str>] [-THRSHEIGHT <double>]
  -ELEVATION:<str>    	Elevation
	grid, input
  -SINKROUTE:<str>    	Sink Route
	grid, output
  -THRESHOLD:<str>    	Threshold
	boolean
	Default: 0
  -THRSHEIGHT:<double>	Threshold Height
	floating point number
	Minimum: 0.000000
	Default: 100.000000