mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
18 lines
1.2 KiB
HTML
18 lines
1.2 KiB
HTML
<html>
|
|
<head><link rel="stylesheet" type="text/css" href="help.css" /></head>
|
|
<body>
|
|
<h1 class='module'>Lake Flood</h1>
|
|
<div class='author'>Volker Wichmann (c) 2005-2010</div>
|
|
<div class='description'>This module can be used to flood a digital elevation model from seed points. Seed points have to be coded either with local water depth or absolute water level.
|
|
<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>DEM <div class='type'>Input Grid</div></dt><dd>digital elevation model <div class='constraints'></div></dd>
|
|
<dt>Seeds <div class='type'>Input Grid</div></dt><dd>seed cells coded with local water depth or absolute water level, all other cells NoData <div class='constraints'></div></dd>
|
|
<dt>Absolute Water Levels <div class='type'>Boolean</div></dt><dd>check this in case seed cells are coded with absolute water level <div class='constraints'></div></dd>
|
|
<dt>Lake <div class='type'>Output Grid</div></dt><dd>extent of lake, coded with water depth <div class='constraints'></div></dd>
|
|
<dt>Surface <div class='type'>Output Grid</div></dt><dd>Flooded digital elevation model <div class='constraints'></div></dd>
|
|
</dl>
|
|
</body></html>
|