[GRASS-SVN] r73471 - in grass/branches/releasebranch_7_2: scripts/v.db.univar vector/v.qcount vector/v.univar
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Sep 30 10:14:09 PDT 2018
Author: neteler
Date: 2018-09-30 10:14:09 -0700 (Sun, 30 Sep 2018)
New Revision: 73471
Modified:
grass/branches/releasebranch_7_2/scripts/v.db.univar/v.db.univar.html
grass/branches/releasebranch_7_2/vector/v.qcount/v.qcount.html
grass/branches/releasebranch_7_2/vector/v.univar/v.univar.html
Log:
v.qcount manual: result is stored as cat, not attribute; manual: more man page cross-links
Modified: grass/branches/releasebranch_7_2/scripts/v.db.univar/v.db.univar.html
===================================================================
--- grass/branches/releasebranch_7_2/scripts/v.db.univar/v.db.univar.html 2018-09-30 17:02:53 UTC (rev 73470)
+++ grass/branches/releasebranch_7_2/scripts/v.db.univar/v.db.univar.html 2018-09-30 17:14:09 UTC (rev 73471)
@@ -62,7 +62,8 @@
<a href="r.univar.html">r.univar</a>,
<a href="v.univar.html">v.univar</a>,
<a href="db.select.html">db.select</a>,
-<a href="d.vect.thematic.html">d.vect.thematic</a>
+<a href="d.vect.thematic.html">d.vect.thematic</a>,
+<a href="v.random.html">v.random</a>
</em>
<h2>AUTHOR</h2>
Modified: grass/branches/releasebranch_7_2/vector/v.qcount/v.qcount.html
===================================================================
--- grass/branches/releasebranch_7_2/vector/v.qcount/v.qcount.html 2018-09-30 17:02:53 UTC (rev 73470)
+++ grass/branches/releasebranch_7_2/vector/v.qcount/v.qcount.html 2018-09-30 17:14:09 UTC (rev 73471)
@@ -49,6 +49,9 @@
<i>Figure 2: Randomly placed quadrats (n = 100) with 584 sample points.</i>
</div>
+<p>The number of points is written as category to the <b>output</b> map (and not
+to an attribute table).
+
<h2>NOTES</h2>
This program may not work properly with lat-long data. It uses
@@ -59,7 +62,12 @@
<h2>SEE ALSO</h2>
-<em><a href="v.random.html">v.random</a></em>
+<em>
+<a href="v.random.html">v.random</a>,
+<a href="v.distance.html">v.distance</a>,
+<a href="v.neighbors.html">v.neighbors</a>,
+<a href="v.perturb.html">v.perturb</a>
+</em>
<h2>REFERENCES</h2>
Modified: grass/branches/releasebranch_7_2/vector/v.univar/v.univar.html
===================================================================
--- grass/branches/releasebranch_7_2/vector/v.univar/v.univar.html 2018-09-30 17:02:53 UTC (rev 73470)
+++ grass/branches/releasebranch_7_2/vector/v.univar/v.univar.html 2018-09-30 17:14:09 UTC (rev 73471)
@@ -99,7 +99,7 @@
Calculate distance between sampling points statistics:
<div class="code"><pre>
-v.univar -d samples column=heights type=point
+v.univar -d samples type=point
number of primitives: 100
number of non zero distances: 4851
@@ -125,8 +125,9 @@
<a href="db.univar.html">db.univar</a>,
<a href="r.univar.html">r.univar</a>,
<a href="v.db.univar.html">v.db.univar</a>,
-<a href="v.neighbors.html">v.neighbors</a>
-<a href="v.distance.html">v.distance</a>
+<a href="v.distance.html">v.distance</a>,
+<a href="v.neighbors.html">v.neighbors</a>,
+<a href="v.qcount.html">v.qcount</a>
</em>
More information about the grass-commit
mailing list