mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
22 lines
1.2 KiB
HTML
22 lines
1.2 KiB
HTML
<html>
|
|
<head><link rel="stylesheet" type="text/css" href="help.css" /></head>
|
|
<body>
|
|
<h1 class='module'>Fill Sinks (Planchon/Darboux, 2001)</h1>
|
|
<div class='author'>Copyrights (c) 2003 by Volker Wichmann</div>
|
|
<div class='description'>Depression filling algorithm after Olivier Planchon & Frederic Darboux (2001)<br/>
|
|
<br/>
|
|
Planchon, O. & F. Darboux (2001):<br/>
|
|
A fast, simple and versatile algorithm to fill the depressions of digital elevation models.<br/>
|
|
Catena 46: 159-176<br/>
|
|
<br/>
|
|
(c) 2003 Volker Wichmann<br/>
|
|
email: volker.wichmann@geographie.uni-muenchen.de</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 [m] <div class='constraints'></div></dd>
|
|
<dt>Filled DEM <div class='type'>Output Grid</div></dt><dd>processed DEM <div class='constraints'></div></dd>
|
|
<dt>Minimum Slope [Degree] <div class='type'>Floating point</div></dt><dd>minimum slope angle preserved from one cell to the next, zero results in flat areas [Degree] <div class='constraints'></div></dd>
|
|
</dl>
|
|
</body></html>
|