[GRASS-SVN] r63360 - in grass/branches/releasebranch_7_0: imagery/i.vi scripts/v.rast.stats vector/v.univar vector/v.vect.stats

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 3 07:04:42 PST 2014


Author: neteler
Date: 2014-12-03 07:04:41 -0800 (Wed, 03 Dec 2014)
New Revision: 63360

Modified:
   grass/branches/releasebranch_7_0/imagery/i.vi/i.vi.html
   grass/branches/releasebranch_7_0/scripts/v.rast.stats/v.rast.stats.html
   grass/branches/releasebranch_7_0/vector/v.univar/main.c
   grass/branches/releasebranch_7_0/vector/v.univar/v.univar.html
   grass/branches/releasebranch_7_0/vector/v.vect.stats/v.vect.stats.html
Log:
manual: minor updates

Modified: grass/branches/releasebranch_7_0/imagery/i.vi/i.vi.html
===================================================================
--- grass/branches/releasebranch_7_0/imagery/i.vi/i.vi.html	2014-12-03 15:03:30 UTC (rev 63359)
+++ grass/branches/releasebranch_7_0/imagery/i.vi/i.vi.html	2014-12-03 15:04:41 UTC (rev 63360)
@@ -260,8 +260,9 @@
 
 <h2>NOTES</h2>
 
-Originally from kepler.gps.caltech.edu:
-<p>A FAQ on Vegetation in Remote Sensing<br>
+Originally from kepler.gps.caltech.edu (<a href="http://www.yale.edu/ceo/Documentation/rsvegfaq.html">FAQ</a>):
+<p>
+A FAQ on Vegetation in Remote Sensing<br>
 Written by Terrill W. Ray, Div. of Geological and Planetary Sciences,
 California Institute of Technology, email: terrill at mars1.gps.caltech.edu
 <p>Snail Mail:  Terrill Ray<br>
@@ -279,11 +280,6 @@
 <a href="i.tasscap.html">i.tasscap</a>
 </em>
 
-
-<h2>AUTHORS</h2>
-Baburao Kamble, Asian Institute of Technology, Thailand<br>
-Yann Chemin, Asian Institute of Technology, Thailand
-
 <h2>REFERENCES</h2>
 
 AVHRR, Landsat TM5:
@@ -293,6 +289,11 @@
 sensing approach under clear skies in mediterranean climates. PhD 
 thesis, Wageningen Agricultural Univ., The Netherland, 271 pp.
 (<a href="http://edepot.wur.nl/206553">PDF</a>)</li>
+<li> <a href="http://www.indexdatabase.de/db/i.php">Index DataBase: List of available Indices</a></li>
 </ul>
 
+<h2>AUTHORS</h2>
+Baburao Kamble, Asian Institute of Technology, Thailand<br>
+Yann Chemin, Asian Institute of Technology, Thailand
+
 <p><i>Last changed: $Date$</i>

Modified: grass/branches/releasebranch_7_0/scripts/v.rast.stats/v.rast.stats.html
===================================================================
--- grass/branches/releasebranch_7_0/scripts/v.rast.stats/v.rast.stats.html	2014-12-03 15:03:30 UTC (rev 63359)
+++ grass/branches/releasebranch_7_0/scripts/v.rast.stats/v.rast.stats.html	2014-12-03 15:04:41 UTC (rev 63360)
@@ -56,6 +56,7 @@
 <em>
 <a href="r.univar.html">r.univar</a>, 
 <a href="v.univar.html">v.univar</a>,
+<a href="v.vect.stats.html">v.vect.stats</a>,
 <a href="v.what.rast.html">v.what.rast</a>,
 <a href="v.what.rast3.html">v.what.rast3</a>,
 <a href="v.what.vect.html">v.what.vect</a>

Modified: grass/branches/releasebranch_7_0/vector/v.univar/main.c
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.univar/main.c	2014-12-03 15:03:30 UTC (rev 63359)
+++ grass/branches/releasebranch_7_0/vector/v.univar/main.c	2014-12-03 15:04:41 UTC (rev 63360)
@@ -91,6 +91,7 @@
     module = G_define_module();
     G_add_keyword(_("vector"));
     G_add_keyword(_("statistics"));
+    G_add_keyword(_("univariate statistics"));
     module->label =
 	_("Calculates univariate statistics for attribute.");
     module->description = _("Variance and standard "

Modified: grass/branches/releasebranch_7_0/vector/v.univar/v.univar.html
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.univar/v.univar.html	2014-12-03 15:03:30 UTC (rev 63359)
+++ grass/branches/releasebranch_7_0/vector/v.univar/v.univar.html	2014-12-03 15:04:41 UTC (rev 63360)
@@ -24,7 +24,10 @@
 
 <h2>SEE ALSO</h2>
 
-<em><a href="v.neighbors.html">v.neighbors</a></em>
+<em>
+<a href="r.univar.html">r.univar</a>,
+<a href="v.neighbors.html">v.neighbors</a>
+</em>
 
 
 <h2>AUTHOR</h2>

Modified: grass/branches/releasebranch_7_0/vector/v.vect.stats/v.vect.stats.html
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.vect.stats/v.vect.stats.html	2014-12-03 15:03:30 UTC (rev 63359)
+++ grass/branches/releasebranch_7_0/vector/v.vect.stats/v.vect.stats.html	2014-12-03 15:04:41 UTC (rev 63360)
@@ -82,6 +82,7 @@
 <em>
 <a href="v.distance.html">v.distance</a>,
 <a href="r.distance.html">r.distance</a>,
+<a href="v.rast.stats.html">v.rast.stats</a>,
 <a href="v.what.vect.html">v.what.vect</a>
 </em>
 



More information about the grass-commit mailing list