mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-07 00:02:15 -05:00
22 lines
1.3 KiB
HTML
22 lines
1.3 KiB
HTML
<html>
|
|
<head><link rel="stylesheet" type="text/css" href="help.css" /></head>
|
|
<body>
|
|
<h1 class='module'>05: Direct neighbours - slope and aspect</h1>
|
|
<div class='author'>Copyrights (c) 2003 by Olaf Conrad</div>
|
|
<div class='description'>Simple neighbourhood analysis for grid cells.<br/>
|
|
- Zevenbergen, L.W. / Thorne, C.R. (1987):<br/>
|
|
'Quantitative analysis of land surface topography',<br/>
|
|
Earth Surface Processes and Landforms, 12: 47-56.<br/>
|
|
<br/>
|
|
(c) 2003 by Olaf Conrad, Goettingen<br/>
|
|
email: oconrad@gwdg.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>Input grid <div class='type'>Input Grid</div></dt><dd>This must be your input data of type grid. <div class='constraints'></div></dd>
|
|
<dt>Slope <div class='type'>Output Grid</div></dt><dd>This will contain your output data of type grid. <div class='constraints'></div></dd>
|
|
<dt>Aspect <div class='type'>Output Grid</div></dt><dd>This will contain your output data of type grid. <div class='constraints'></div></dd>
|
|
<dt>Method <div class='type'>Choice</div></dt><dd>Choose a method <div class='constraints'>Available choices: Steepest gradient (first version), Steepest gradient (second version), Zevenbergen & Thorne</div></dd>
|
|
</dl>
|
|
</body></html>
|