mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-07 00:02:15 -05:00
17 lines
806 B
HTML
17 lines
806 B
HTML
<html>
|
|
<head><link rel="stylesheet" type="text/css" href="help.css" /></head>
|
|
<body>
|
|
<h1 class='module'>Flow Accumulation (Parallel)</h1>
|
|
<div class='author'>(c) 2004 by O.Conrad</div>
|
|
<div class='description'>Calculates the catchment area based on the selected elevation values.<br/>
|
|
<br/>
|
|
</div>
|
|
<h2>Parameters</h2>
|
|
<dl class='parameters'>
|
|
<dt>TIN <div class='type'>Input TIN</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Z Values <div class='type'>Table field</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Flow Accumulation <div class='type'>Output TIN</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Method <div class='type'>Choice</div></dt><dd> <div class='constraints'>Available choices: Single Flow Direction, Multiple Flow Direction</div></dd>
|
|
</dl>
|
|
</body></html>
|