[GRASS-SVN] r61209 - grass/branches/releasebranch_7_0/raster/r.neighbors
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jul 9 01:49:06 PDT 2014
Author: hellik
Date: 2014-07-09 01:49:06 -0700 (Wed, 09 Jul 2014)
New Revision: 61209
Modified:
grass/branches/releasebranch_7_0/raster/r.neighbors/r.neighbors.html
Log:
r.neighbors.html: annulus shaped neighborhood example added (merged from trunk: r61208)
Modified: grass/branches/releasebranch_7_0/raster/r.neighbors/r.neighbors.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.neighbors/r.neighbors.html 2014-07-09 08:45:32 UTC (rev 61208)
+++ grass/branches/releasebranch_7_0/raster/r.neighbors/r.neighbors.html 2014-07-09 08:49:06 UTC (rev 61209)
@@ -206,6 +206,16 @@
-------
</pre>
+To calculate an annulus shaped neighborhood the contents of weight.txt file
+may be e.g. for size=5:
+<pre>
+ 0 1 1 1 0
+ 1 0 0 0 1
+ 1 0 0 0 1
+ 1 0 0 0 1
+ 0 1 1 1 0
+</pre>
+
The way that weights are used depends upon the specific aggregate
(<b>method</b>) being used.
More information about the grass-commit
mailing list