[GRASS-SVN] r61246 - grass/trunk/raster/r.neighbors
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jul 13 09:30:12 PDT 2014
Author: neteler
Date: 2014-07-13 09:30:12 -0700 (Sun, 13 Jul 2014)
New Revision: 61246
Modified:
grass/trunk/raster/r.neighbors/r.neighbors.html
Log:
r.neighbors manual: HTML cosmetics
Modified: grass/trunk/raster/r.neighbors/r.neighbors.html
===================================================================
--- grass/trunk/raster/r.neighbors/r.neighbors.html 2014-07-13 16:29:32 UTC (rev 61245)
+++ grass/trunk/raster/r.neighbors/r.neighbors.html 2014-07-13 16:30:12 UTC (rev 61246)
@@ -208,13 +208,13 @@
To calculate an annulus shaped neighborhood the contents of weight.txt file
may be e.g. for size=5:
-<pre>
+<div class="code"><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>
+</pre></div>
The way that weights are used depends upon the specific aggregate
(<b>method</b>) being used.
More information about the grass-commit
mailing list