[GRASS-SVN] r71574 - grass/trunk/temporal/t.list

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Oct 21 08:23:25 PDT 2017


Author: veroandreo
Date: 2017-10-21 08:23:24 -0700 (Sat, 21 Oct 2017)
New Revision: 71574

Modified:
   grass/trunk/temporal/t.list/t.list.html
Log:
t.list manual: add example to list stds by a pattern in the name

Modified: grass/trunk/temporal/t.list/t.list.html
===================================================================
--- grass/trunk/temporal/t.list/t.list.html	2017-10-21 15:01:49 UTC (rev 71573)
+++ grass/trunk/temporal/t.list/t.list.html	2017-10-21 15:23:24 UTC (rev 71574)
@@ -49,6 +49,19 @@
 tempmean at climate_2000_2012
 </pre></div>
 
+The <em>where</em> option can also be used to list the stds with a 
+certain pattern in their name, i.e. as the pattern option in <a 
+href="g.list.html">g.list</a>.
+
+<div class="code"><pre>
+# strds whose name start with "precip"
+t.list type=strds where="name LIKE 'precip%'"
+----------------------------------------------
+Space time raster datasets with absolute time available in mapset <climate_1970_2012>:
+precip_abs at climate_1970_2012
+precipitation at climate_1970_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 



More information about the grass-commit mailing list