[GRASS-SVN] r51504 - grass/branches/releasebranch_6_4/vector/v.select

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Apr 23 16:44:42 EDT 2012


Author: neteler
Date: 2012-04-23 13:44:42 -0700 (Mon, 23 Apr 2012)
New Revision: 51504

Modified:
   grass/branches/releasebranch_6_4/vector/v.select/description.html
Log:
NC example

Modified: grass/branches/releasebranch_6_4/vector/v.select/description.html
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.select/description.html	2012-04-23 20:12:11 UTC (rev 51503)
+++ grass/branches/releasebranch_6_4/vector/v.select/description.html	2012-04-23 20:44:42 UTC (rev 51504)
@@ -40,10 +40,12 @@
 
 <h2>EXAMPLES</h2>
 
-Extract forest fire points from larger fire vector map:
+Extract fire stations (points) from urban area map (polygon) - North Carolina
+data set:
 
 <div class="code"><pre>
-v.select ainput=fire binput=forest output=forest_fire operator=overlap
+v.select ainput=firestations binput=urbanarea output=urban_firestations \
+         operator=overlap
 </pre></div>
 
 Extract Italian rivers from VMAP0 watercourses map:



More information about the grass-commit mailing list