|
@@ -4,21 +4,21 @@
|
|
|
This includes the number of features counted, minimum and maximum values,
|
|
|
and range.
|
|
|
Variance and standard deviation is calculated only for points if
|
|
|
-<tt>type=point</tt> is defined.
|
|
|
+<b>type=point</b> is defined.
|
|
|
|
|
|
<p>Extended statistics adds median, 1st and 3rd quartiles, and 90th
|
|
|
percentile to the output.
|
|
|
|
|
|
<h2>NOTES</h2>
|
|
|
|
|
|
-When using the <em>-d</em> flag, univariate statistics of vector
|
|
|
-geometry are calculated. Depending on the selected vector <em>type</em>,
|
|
|
+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:
|
|
|
|
|
|
<ul>
|
|
|
-<li> <em>type=point</em>: point distances are considered;</li>
|
|
|
-<li> <em>type=line</em>: the first point of each line is considered;</li>
|
|
|
-<li> <em>type=area</em>: the centroid of each area is considered.</li>
|
|
|
+<li> <b>type=point</b>: point distances are considered;</li>
|
|
|
+<li> <b>type=line</b>: the first point of each line is considered;</li>
|
|
|
+<li> <b>type=area</b>: the centroid of each area is considered.</li>
|
|
|
</ul>
|
|
|
|
|
|
<h2>EXAMPLE</h2>
|
|
@@ -59,4 +59,5 @@ extended by:<br>
|
|
|
Hamish Bowman, University of Otago, New Zealand<br>
|
|
|
Martin Landa
|
|
|
|
|
|
-<p><i>Last changed: $Date$</i>
|
|
|
+<p>
|
|
|
+<i>Last changed: $Date$</i>
|