[GRASS-SVN] r51506 - grass/trunk/vector/v.select
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Apr 23 16:45:18 EDT 2012
Author: neteler
Date: 2012-04-23 13:45:18 -0700 (Mon, 23 Apr 2012)
New Revision: 51506
Modified:
grass/trunk/vector/v.select/v.select.html
Log:
NC example
Modified: grass/trunk/vector/v.select/v.select.html
===================================================================
--- grass/trunk/vector/v.select/v.select.html 2012-04-23 20:44:49 UTC (rev 51505)
+++ grass/trunk/vector/v.select/v.select.html 2012-04-23 20:45:18 UTC (rev 51506)
@@ -38,10 +38,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