[GRASS-SVN] r73375 - grass/branches/releasebranch_7_4/vector/v.univar
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Sep 19 07:33:13 PDT 2018
Author: neteler
Date: 2018-09-19 07:33:13 -0700 (Wed, 19 Sep 2018)
New Revision: 73375
Modified:
grass/branches/releasebranch_7_4/vector/v.univar/v.univar.html
Log:
v.univar manual: beautify example section
Modified: grass/branches/releasebranch_7_4/vector/v.univar/v.univar.html
===================================================================
--- grass/branches/releasebranch_7_4/vector/v.univar/v.univar.html 2018-09-19 14:32:45 UTC (rev 73374)
+++ grass/branches/releasebranch_7_4/vector/v.univar/v.univar.html 2018-09-19 14:33:13 UTC (rev 73375)
@@ -31,10 +31,12 @@
between areas)</li>
</ul>
-<h2>EXAMPLE</h2>
+<h2>EXAMPLES</h2>
-The example is based on the North Carolina sample dataset:
+The examples are based on the North Carolina sample dataset.
+<h3>Example dataset preparation</h3>
+
<div class="code"><pre>
g.region raster=elevation -p
v.random output=samples npoints=100
@@ -43,7 +45,7 @@
v.db.select map=samples
</pre></div>
-Calculate height attribute statistics:
+<h3>Calculate height attribute statistics</h3>
<div class="code"><pre>
v.univar -e samples column=heights type=point
@@ -70,7 +72,7 @@
90th percentile: 135.023
</pre></div>
-Compare to statistics of original raster map:
+<h3>Compare to statistics of original raster map</h3>
<div class="code"><pre>
r.univar -e elevation
@@ -96,7 +98,7 @@
90th percentile: 138.66
</pre></div>
-Calculate distance between sampling points statistics:
+<h3>Calculate statistic of distance between sampling points</h3>
<div class="code"><pre>
v.univar -d samples column=heights type=point
More information about the grass-commit
mailing list