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

15 lines
994 B
HTML

<html>
<head><link rel="stylesheet" type="text/css" href="help.css" /></head>
<body>
<h1 class='module'>Aggregate</h1>
<div class='author'>Copyrights (c) 2005 by Victor Olaya</div>
<div class='description'>Resamples a raster layer to a lower resolution, aggregatingthe values of a group of cells. This should be used in any case in which and a normalresampling will result in wrong values in the resulting layer, such as, for instance,the number of elements of a given class in each cell.</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>Grid <div class='type'>Input Grid</div></dt><dd> <div class='constraints'></div></dd>
<dt>Aggregation Size <div class='type'>Integer</div></dt><dd> <div class='constraints'>Minimum: 2.0</div></dd>
<dt>Method <div class='type'>Choice</div></dt><dd> <div class='constraints'>Available choices: Sum, Min, Max</div></dd>
</dl>
</body></html>