[GRASS-SVN] r71483 - grass/trunk/temporal/t.list
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Sep 12 09:39:58 PDT 2017
Author: veroandreo
Date: 2017-09-12 09:39:57 -0700 (Tue, 12 Sep 2017)
New Revision: 71483
Modified:
grass/trunk/temporal/t.list/t.list.html
Log:
t.list: add example for where option
Modified: grass/trunk/temporal/t.list/t.list.html
===================================================================
--- grass/trunk/temporal/t.list/t.list.html 2017-09-08 12:54:08 UTC (rev 71482)
+++ grass/trunk/temporal/t.list/t.list.html 2017-09-12 16:39:57 UTC (rev 71483)
@@ -23,7 +23,7 @@
<h2>EXAMPLES</h2>
-Obtain the list of raster space time dataset(s):
+Obtain the list of space time raster dataset(s):
<div class="code"><pre>
t.list strds
@@ -32,11 +32,29 @@
tempmean_monthly at climate_2000_2012
</pre></div>
-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>):
+Obtain the list of space time raster datasets in a specific mapset (Note
+that the target mapset must be in the user's search path):
<div class="code"><pre>
+# strds in PERMANENT
+t.list strds where="mapset = 'PERMANENT'"
+----------------------------------------------
+
+# strds in climate_2000_2012
+t.list strds where="mapset = 'climate_2000_2012'"
+----------------------------------------------
+Space time raster datasets with absolute time available in mapset <climate_2000_2012>:
+precip_abs at climate_2000_2012
+precipitation at climate_2000_2012
+tempmean at climate_2000_2012
+</pre></div>
+
+The user can also obtain the list of time stamped raster maps. These maps
+might be registered in strds or not. The output of the following command
+can vary according to the accessible mapsets specified through
+<a href="g.mapsets.html">g.mapsets</a>.
+
+<div class="code"><pre>
t.list raster
Time stamped raster maps with absolute time available in mapset <climate_2000_2012>:
2009_01_tempmean at climate_2000_2012
More information about the grass-commit
mailing list