[GRASS-SVN] r66280 - in grass/trunk: imagery/i.cluster temporal/t.create temporal/t.info temporal/t.list
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Sep 22 05:04:47 PDT 2015
Author: neteler
Date: 2015-09-22 05:04:47 -0700 (Tue, 22 Sep 2015)
New Revision: 66280
Modified:
grass/trunk/imagery/i.cluster/i.cluster.html
grass/trunk/temporal/t.create/t.create.html
grass/trunk/temporal/t.info/t.info.html
grass/trunk/temporal/t.list/t.list.html
Log:
manual: minor tweaks
Modified: grass/trunk/imagery/i.cluster/i.cluster.html
===================================================================
--- grass/trunk/imagery/i.cluster/i.cluster.html 2015-09-22 11:35:09 UTC (rev 66279)
+++ grass/trunk/imagery/i.cluster/i.cluster.html 2015-09-22 12:04:47 UTC (rev 66280)
@@ -269,7 +269,7 @@
# generate signature file and report
i.cluster group=lsat7_2002 subgroup=lsat7_2002 \
signaturefile=sig_cluster_lsat2002 \
- classes=10 report=rep_clust_lsat2002.txt
+ classes=10 reportfile=rep_clust_lsat2002.txt
</pre></div>
To complete the unsupervised classification, <em>i.maxlik</em> is subsequently used.
Modified: grass/trunk/temporal/t.create/t.create.html
===================================================================
--- grass/trunk/temporal/t.create/t.create.html 2015-09-22 11:35:09 UTC (rev 66279)
+++ grass/trunk/temporal/t.create/t.create.html 2015-09-22 12:04:47 UTC (rev 66280)
@@ -44,6 +44,7 @@
<em>
<a href="t.register.html">t.register</a>,
+<a href="t.remove.html">t.remove</a>,
<a href="t.info.html">t.info</a>
</em>
Modified: grass/trunk/temporal/t.info/t.info.html
===================================================================
--- grass/trunk/temporal/t.info/t.info.html 2015-09-22 11:35:09 UTC (rev 66279)
+++ grass/trunk/temporal/t.info/t.info.html 2015-09-22 12:04:47 UTC (rev 66280)
@@ -141,6 +141,7 @@
<em>
<a href="t.create.html">t.create</a>,
+<a href="t.list.html">t.list</a>,
<a href="t.register.html">t.register</a>,
<a href="r.info.html">r.info</a>,
<a href="r3.info.html">r3.info</a>,
Modified: grass/trunk/temporal/t.list/t.list.html
===================================================================
--- grass/trunk/temporal/t.list/t.list.html 2015-09-22 11:35:09 UTC (rev 66279)
+++ grass/trunk/temporal/t.list/t.list.html 2015-09-22 12:04:47 UTC (rev 66280)
@@ -23,7 +23,7 @@
<h2>EXAMPLES</h2>
-In order to obtain the list of raster space time dataset
+Obtain the list of raster space time dataset(s):
<div class="code"><pre>
t.list strds
@@ -32,11 +32,12 @@
tempmean_monthly at climate_2000_2012
</pre></div>
-Tha user can obtain also the list of raster contained into temporal
-datasets
+The user can obtain also the list of raster maps contained in a temporal
+datasets (this may be the content of several space time datasets if enabled
+through <a href="g.mapsets.html">g.mapsets</a>):
<div class="code"><pre>
-t.list rast
+t.list raster
Time stamped raster maps with absolute time available in mapset <climate_2000_2012>:
2009_01_tempmean at climate_2000_2012
2009_02_tempmean at climate_2000_2012
More information about the grass-commit
mailing list