SAGA 9.12.2 | Tool Library Documentation

Index of Connectivity


Description

The tool allows one to calculate the 'Index of Connectivity' (IC) as first proposed by Borselli et al. (2008) and later adapted by Cavalli et al. (2012). The IC can be used to assess the spatial sediment connectivity in a catchment, i.e. how efficiently hillslopes and channels (or other sinks) are coupled. The index represents the potential connectivity between the different parts of a watershed. For each cell the upslope (D_up) and downslope (D_dn) components of connectivity are evaluated: IC = log10(D_up / D_dn) Please refer to the original publications for further details and formulas. When no weights and slope grids are provided, the tool calculates the IC as proposed by Cavalli et al. (2012): weights are estimated from local surface roughness and are limited to the range [0.001;1], local slope is estimated as the maximum slope (D8) and limited to the range [0.005 m/m;1 m/m]. The provided flow routing options are those of the 'Flow Accumulation (Top-Down)' tool (for references see there).


References


Parameters

 NameTypeIdentifierDescriptionConstraints
InputElevationgrid, inputELEVATIONThe digital terrain model (DTM). Usually a hydologically sound DTM is used.-
Sinksgrid, input, optionalSINKSA grid indicating sink (terminal) cells, e.g. the channel network. Cells with valid values (i.e. not NoData) act as sinks that capture all incoming flow and sediment and do not route anything downslope.-
Weightsgrid, input, optionalWEIGHTSPre-computed weights [-], greater than zero. If not given, weights are estimated from local surface roughness within the specified kernel size.-
Slopegrid, input, optionalSLOPEPre-computed slope [m/m], greater than zero. If not given, slope is estimated as the maximum slope (D8).-
OutputIndex of Connectivitygrid, outputICThe index of connectivity.-
Upslope Componentgrid, output, optionalUPSLOPEThe upslope component.-
Downslope Componentgrid, output, optionalDOWNSLOPEThe downslope component.-
OptionsGrid Systemgrid systemPARAMETERS_GRID_SYSTEM--
Radius Smoothinginteger numberKERNEL_RADIUSThe kernel radius [cells] used for DTM smoothing in local surface roughness / weighting computation.Minimum: 1 Default: 2
Flow RoutingchoiceFLOW_ROUTINGChoose the flow routing method.Available Choices: [0] Deterministic 8 [1] Rho 8 [2] Braunschweiger Reliefmodell [3] Deterministic Infinity [4] Multiple Flow Direction [5] Multiple Triangular Flow Direction [6] Multiple Maximum Downslope Gradient Based Flow Direction Default: 4
Thresholded Linear FlowbooleanLINEAR_FLOWApply linear flow routing (D8) to all cells that have a flow accumulation greater than the specified threshold.Default: 0
Linear Flow Thresholdinteger numberLINEAR_MINThe flow accumulation threshold [cells] for linear flow routing.Minimum: 0 Default: 500
Convergencefloating point numberCONVERGENCEThe convergence factor for the 'Multiple Flow Direction' and 'Multiple Triangular Flow Direction' algorithms.Minimum: 0.001000 Default: 1.100000
Contour LengthbooleanMFD_CONTOURInclude a (pseudo) contour length as additional weighting factor in multiple flow direction routing, reduces flow to diagonal neighbour cells by a factor of 0.71 (see Quinn et al. 1991 for details).Default: 0

Command Line


Usage: saga_cmd ta_hydrology 34 [-ELEVATION ] [-SINKS ] [-WEIGHTS ] [-SLOPE ] [-IC ] [-UPSLOPE ] [-DOWNSLOPE ] [-KERNEL_RADIUS ] [-FLOW_ROUTING ] [-LINEAR_FLOW ] [-LINEAR_MIN ] [-CONVERGENCE ] [-MFD_CONTOUR ]
  -ELEVATION:        Elevation
	grid, input
  -SINKS:            Sinks
	grid, input, optional
  -WEIGHTS:          Weights
	grid, input, optional
  -SLOPE:            Slope
	grid, input, optional
  -IC:               Index of Connectivity
	grid, output
  -UPSLOPE:          Upslope Component
	grid, output, optional
  -DOWNSLOPE:        Downslope Component
	grid, output, optional
  -KERNEL_RADIUS:    Radius Smoothing
	integer number
	Minimum: 1
	Default: 2
  -FLOW_ROUTING:
                          Flow Routing
                          	choice
                          	Available Choices:
                          	[0] Deterministic 8
                          	[1] Rho 8
                          	[2] Braunschweiger Reliefmodell
                          	[3] Deterministic Infinity
                          	[4] Multiple Flow Direction
                          	[5] Multiple Triangular Flow Direction
                          	[6] Multiple Maximum Downslope Gradient Based Flow Direction
                          	Default: 4
  -LINEAR_FLOW:      Thresholded Linear Flow
	boolean
	Default: 0
  -LINEAR_MIN:       Linear Flow Threshold
	integer number
	Minimum: 0
	Default: 500
  -CONVERGENCE:   Convergence
	floating point number
	Minimum: 0.001000
	Default: 1.100000
  -MFD_CONTOUR:      Contour Length
	boolean
	Default: 0