[GRASS-SVN] r71211 - grass/trunk/vector/v.univar
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jun 22 23:37:41 PDT 2017
Author: mmetz
Date: 2017-06-22 23:37:41 -0700 (Thu, 22 Jun 2017)
New Revision: 71211
Modified:
grass/trunk/vector/v.univar/v.univar.html
Log:
v.univar: explain distance calculations
Modified: grass/trunk/vector/v.univar/v.univar.html
===================================================================
--- grass/trunk/vector/v.univar/v.univar.html 2017-06-22 20:49:57 UTC (rev 71210)
+++ grass/trunk/vector/v.univar/v.univar.html 2017-06-23 06:37:41 UTC (rev 71211)
@@ -15,9 +15,13 @@
<h2>NOTES</h2>
-When using the <b>-d</b> flag, univariate statistics of vector
-geometry are calculated. Depending on the selected vector <b>type</b>,
-distances are calculated as follows:
+When using the <b>-d</b> flag, univariate statistics of distances
+between vector features are calculated. The distances from all features
+to all other features are used. Since the distance from feature A to
+feature B is the same like the distance from feature B to feature A,
+that distance is considered only once, i.e. all pairwise distances
+between features are used. Depending on the selected vector
+<b>type</b>, distances are calculated as follows:
<ul>
<li> <b>type=point</b>: point distances are considered;</li>
More information about the grass-commit
mailing list