瀏覽代碼

v.neighbors manual: example expanded (closes trac https://trac.osgeo.org/grass/ticket/2488)

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@62774 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 10 年之前
父節點
當前提交
4387979bf2
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      vector/v.neighbors/v.neighbors.html

+ 5 - 1
vector/v.neighbors/v.neighbors.html

@@ -10,7 +10,7 @@ Count the number of schools for a given grid (North Carolina sample
 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.rast schools_wake_3000m
 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>