[GRASS-SVN] r34085 - grass/trunk/vector/v.select

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 30 00:12:52 EDT 2008


Author: hamish
Date: 2008-10-30 00:12:52 -0400 (Thu, 30 Oct 2008)
New Revision: 34085

Modified:
   grass/trunk/vector/v.select/v.select.html
Log:
only works on features with cat numbers

Modified: grass/trunk/vector/v.select/v.select.html
===================================================================
--- grass/trunk/vector/v.select/v.select.html	2008-10-30 04:10:50 UTC (rev 34084)
+++ grass/trunk/vector/v.select/v.select.html	2008-10-30 04:12:52 UTC (rev 34085)
@@ -5,6 +5,19 @@
 
 <h2>NOTES</h2>
 
+Only features with category numbers will be considered. If required
+the <em>v.category</em> module can be used to add them. Typically
+boundaries do not need to be given a category number, as an area's
+attributes are inherited from the centroid. Typically points, lines, and
+centroids will always want to have a cat number.
+<p>
+e.g. take a road which separates two farms. It is ambiguous as to which
+farm an attribute that is attached to the road belongs to. The boundary
+only needs a cat number if it will hold its own attributes, such as road
+name or pavement form. A centroid in each paddock holds the information
+with respect to ownership, area, etc.
+
+
 <h2>EXAMPLES</h2>
 
 Extract forest fire points from larger fire map:
@@ -21,14 +34,18 @@
          out=watrcrsl_italy op=overlap
 </pre></div>
 
+
 <h2>SEE ALSO</h2>
 
 <em>
+<a HREF="v.category.html">v.category</a>,
 <a HREF="v.overlay.html">v.overlay</a>,
 <a HREF="sql.html">GRASS SQL interface</a></em>
 
+
 <h2>AUTHORS</h2>
 
 Radim Blazek
 
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>



More information about the grass-commit mailing list