[GRASS-SVN] r62774 - grass/branches/releasebranch_7_0/vector/v.neighbors
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Nov 17 05:06:26 PST 2014
Author: neteler
Date: 2014-11-17 05:06:25 -0800 (Mon, 17 Nov 2014)
New Revision: 62774
Modified:
grass/branches/releasebranch_7_0/vector/v.neighbors/v.neighbors.html
Log:
v.neighbors manual: example expanded (closes trac #2488)
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-17 13:05:23 UTC (rev 62773)
+++ grass/branches/releasebranch_7_0/vector/v.neighbors/v.neighbors.html 2014-11-17 13:06:25 UTC (rev 62774)
@@ -10,7 +10,7 @@
dataset):
<div class="code"><pre>
-g.region vect=schools_wake res=10 -p
+g.region vect=schools_wake res=100 -p -a
v.neighbors input=schools_wake output=schools_wake_3000m method=count size=3000
d.mon wx0
@@ -18,6 +18,10 @@
d.vect schools_wake
</pre></div>
+The result gives for each grid cell the number of points (here: schools)
+not farther than 1500 meter away (half of the given <em>size</em> value)
+from the respective cell center.
+
<h2>SEE ALSO</h2>
<em>
More information about the grass-commit
mailing list