QGIS/python/plugins/sextante/saga/help/FlowPathLength.html

35 lines
2.3 KiB
HTML

<html>
<head><link rel="stylesheet" type="text/css" href="help.css" /></head>
<body>
<h1 class='module'>Flow Path Length</h1>
<div class='author'>(c) 2005 by O.Conrad</div>
<div class='description'>This module calculates the average flow path length starting from the seeds, that are given by the optional 'Seeds' grid and optionally from cells without upslope contributing areas (i.e. summits, ridges). Seeds will be all grid cells, that are not 'no data' values. If seeds are not given, only summits and ridges as given by the flow routing will be taken into account. Available flow routing methods are based on the 'Deterministic 8 (D8)' (Callaghan and Mark 1984) and the 'Multiple Flow Direction (FD8)' (Freeman 1991, Quinn et al. 1991) algorithms.<br/>
<br/>
References:<br/>
<br/>
Deterministic 8<br/>
- O'Callaghan, J.F. / Mark, D.M. (1984):<br/>
'The extraction of drainage networks from digital elevation data',<br/>
Computer Vision, Graphics and Image Processing, 28:323-344<br/>
<br/>
- Freeman, G.T. (1991):<br/>
'Calculating catchment area with divergent flow based on a regular grid',<br/>
Computers and Geosciences, 17:413-22<br/>
<br/>
- Quinn, P.F. / Beven, K.J. / Chevallier, P. / Planchon, O. (1991):<br/>
'The prediction of hillslope flow paths for distributed hydrological modelling using digital terrain models',<br/>
Hydrological Processes, 5:59-79<br/>
<br/>
</div>
<h2>Parameters</h2>
<dl class='parameters'>
<dt>Grid system <div class='type'>Grid system</div></dt><dd>Grid system <div class='constraints'></div></dd>
<dt>Elevation <div class='type'>Input Grid</div></dt><dd> <div class='constraints'></div></dd>
<dt>Seeds <div class='type'>Input Grid</div></dt><dd> <div class='constraints'></div></dd>
<dt>Flow Path Length <div class='type'>Output Grid</div></dt><dd> <div class='constraints'></div></dd>
<dt>Seeds Only <div class='type'>Boolean</div></dt><dd>Use only seed cells as starting points. <div class='constraints'></div></dd>
<dt>Flow Routing Algorithm <div class='type'>Choice</div></dt><dd> <div class='constraints'>Available choices: Deterministic 8 (D8), Multiple Flow Direction (FD8)</div></dd>
<dt>Convergence (FD8) <div class='type'>Floating point</div></dt><dd>Convergence factor for the 'Multiple Flow Direction' algorithm (after Freeman 1991) <div class='constraints'></div></dd>
</dl>
</body></html>