소스 검색

v.univar: explain distance calculations

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@71211 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 8 년 전
부모
커밋
1cd46fae8d
1개의 변경된 파일7개의 추가작업 그리고 3개의 파일을 삭제
  1. 7 3
      vector/v.univar/v.univar.html

+ 7 - 3
vector/v.univar/v.univar.html

@@ -15,9 +15,13 @@ percentile to the output.
 
 <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>