[GRASS-SVN] r58983 - grass/branches/releasebranch_6_4/vector/v.what

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 10 14:43:18 PST 2014


Author: neteler
Date: 2014-02-10 14:43:18 -0800 (Mon, 10 Feb 2014)
New Revision: 58983

Modified:
   grass/branches/releasebranch_6_4/vector/v.what/description.html
Log:
v.what.html: fix descriptions; added NC examples

Modified: grass/branches/releasebranch_6_4/vector/v.what/description.html
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.what/description.html	2014-02-10 22:43:16 UTC (rev 58982)
+++ grass/branches/releasebranch_6_4/vector/v.what/description.html	2014-02-10 22:43:18 UTC (rev 58983)
@@ -1,24 +1,28 @@
 <h2>DESCRIPTION</h2>
 
-<em>v.what</em>
-Outputs the category number value(s) associated with user-specified location(s) 
-in user-specified vector map layer(s).  This module was derived from the
-<em>d.what.vect</em> module by removing all interactive code and
-modification of the output for easy parsing. Using the <em>-g</em> flag
-generates script-style output which is easily parsable.
-<p>
-This module always reports standard acres, even when the location uses
-US Survey feet as the map unit.
+<em>v.what</em> outputs the category number value(s) associated with 
+user-specified location(s) in user-specified vector map layer(s).  
+This module was derived from the <em>d.what.vect</em> module by 
+removing all interactive code and modification of the output for 
+easy parsing. Using the <em>-g</em> flag generates script-style 
+output which is easily parsable.
 
-
 <h2>EXAMPLE</h2>
 
-Spearfish example:
+North Carolina sample dataset example:
+<p>
+Query polygon at given position:
 <div class="code"><pre>
-v.what fields east_north=599121.75,4922981.125
+v.what zipcodes_wake east_north=637502.25,221744.25
 </pre></div>
 
+<p>
+Find closest hospital to given position within given distance (search radius):
+<div class="code"><pre>
+v.what hospitals east_north=542690.4,204802.7 distance=2000000
+</pre></div>
 
+
 <h2>SEE ALSO</h2>
 
 <em>



More information about the grass-commit mailing list