[GRASS-SVN] r62725 - grass/branches/releasebranch_7_0/vector/v.neighbors
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Nov 13 07:30:40 PST 2014
Author: neteler
Date: 2014-11-13 07:30:39 -0800 (Thu, 13 Nov 2014)
New Revision: 62725
Modified:
grass/branches/releasebranch_7_0/vector/v.neighbors/v.neighbors.html
Log:
v.neighbors manual: example added
Modified: grass/branches/releasebranch_7_0/vector/v.neighbors/v.neighbors.html
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.neighbors/v.neighbors.html 2014-11-13 15:10:41 UTC (rev 62724)
+++ grass/branches/releasebranch_7_0/vector/v.neighbors/v.neighbors.html 2014-11-13 15:30:39 UTC (rev 62725)
@@ -4,9 +4,21 @@
vector points or centroids around it, and stores new cell values in
an output raster map layer.
+<h2>EXAMPLE</h2>
+
+Count the number of schools for a given grid (North Carolina sample
+dataset) in a moving windows:
+
+<div class="code"><pre>
+g.region rast=zipcodes -p res=500
+v.neighbors input=schools_wake output=schools_wake_500m method=count size=3
+</pre></div>
+
<h2>SEE ALSO</h2>
+<em>
<a href="r.neighbors.html">r.neighbors</a>
+</em>
<h2>AUTHOR</h2>
More information about the grass-commit
mailing list