[GRASS-SVN] r64897 - grass/branches/releasebranch_7_0/raster/r.neighbors
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 23 14:59:44 PDT 2015
Author: neteler
Date: 2015-03-23 14:59:44 -0700 (Mon, 23 Mar 2015)
New Revision: 64897
Modified:
grass/branches/releasebranch_7_0/raster/r.neighbors/r.neighbors.html
Log:
r.neighbors manual: sync to trunk (r64860)
Modified: grass/branches/releasebranch_7_0/raster/r.neighbors/r.neighbors.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.neighbors/r.neighbors.html 2015-03-23 21:17:49 UTC (rev 64896)
+++ grass/branches/releasebranch_7_0/raster/r.neighbors/r.neighbors.html 2015-03-23 21:59:44 UTC (rev 64897)
@@ -9,7 +9,7 @@
example, each cell in the output layer might be assigned a
value equal to the average of the values
appearing in its 3 x 3 cell "neighborhood" in the input
-layer.
+layer. Note that the centre cell is also included in the calculation.
<h3>OPTIONS</h3>
@@ -159,8 +159,9 @@
<em>Neighborhood Size:</em>
The neighborhood <b>size</b> specifies which cells surrounding any given
cell fall into the neighborhood for that cell.
-The <b>size</b> must be an odd integer.
-For example,
+The <b>size</b> must be an odd integer and represent the lenght of one of
+moving window edges in cells.
+For example, a size value of 3 will result in
<div class="code"><pre>
_ _ _
|_|_|_|
More information about the grass-commit
mailing list