[GRASS-SVN] r43044 - grass/trunk/vector/v.distance

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 11 12:39:01 EDT 2010


Author: mmetz
Date: 2010-08-11 16:39:01 +0000 (Wed, 11 Aug 2010)
New Revision: 43044

Modified:
   grass/trunk/vector/v.distance/v.distance.html
Log:
update manual

Modified: grass/trunk/vector/v.distance/v.distance.html
===================================================================
--- grass/trunk/vector/v.distance/v.distance.html	2010-08-11 16:37:20 UTC (rev 43043)
+++ grass/trunk/vector/v.distance/v.distance.html	2010-08-11 16:39:01 UTC (rev 43044)
@@ -36,7 +36,7 @@
 
 <H3>Find nearest area</H3>
 
-For each point from vector map <B>pnt</B>, find <EM>nearest area</EM>
+For each point from vector map <B>pnt</B>, find the <EM>nearest area</EM>
 from map <B>ar</B> within the given threshold and write the related
 area categories to column <B>areacat</B> in an attribute table attached
 to vector map <B>pnt</B> (in the case that a point falls into a polygon area,
@@ -78,8 +78,12 @@
 
 <H3>Point-in-polygon</H3>
 
-Find <EM>area</EM> from vector map <B>ar</B> for each point from
-vector map <B>pnt</B> in which the individual point falls, and
+The option <em>dmax=0</em> is here important because otherwise for
+points not falling into any area, the category of the nearest area is
+recorded.
+<br>
+For each point from vector map <B>pnt</B>, find the <EM>area</EM> from
+vector map <B>ar</B> in which the individual point falls, and
 write the related area categories to column <B>areacat</B> into
 the attribute table attached to vector map <B>pnt</B>:
 
@@ -141,6 +145,6 @@
 Janne Soimasuo 1994, University of Joensuu, Faculty of Forestry, Finland<BR>
 Cmd line coordinates support: Markus Neteler, ITC-irst, Trento, Italy<BR>
 Updated for 5.1: Radim Blazek, ITC-irst, Trento, Italy<BR>
-Martix-like output by Martin Landa, FBK-irst, Trento, Italy
+Matrix-like output by Martin Landa, FBK-irst, Trento, Italy
 
 <p><i>Last changed: $Date$</i>



More information about the grass-commit mailing list