瀏覽代碼

v.neighbors manual: example updated

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

+ 7 - 3
vector/v.neighbors/v.neighbors.html

@@ -7,11 +7,15 @@ an output raster map layer.
 <h2>EXAMPLE</h2>
 <h2>EXAMPLE</h2>
 
 
 Count the number of schools for a given grid (North Carolina sample
 Count the number of schools for a given grid (North Carolina sample
-dataset) in a moving windows:
+dataset):
 
 
 <div class="code"><pre>
 <div class="code"><pre>
-g.region rast=zipcodes -p res=500
-v.neighbors input=schools_wake output=schools_wake_500m method=count size=3
+g.region vect=schools_wake res=10 -p
+v.neighbors input=schools_wake output=schools_wake_3000m method=count size=3000
+
+d.mon wx0
+d.rast schools_wake_3000m
+d.vect schools_wake
 </pre></div>
 </pre></div>
 
 
 <h2>SEE ALSO</h2>
 <h2>SEE ALSO</h2>