[GRASS-SVN] r58184 - grass/trunk/gui/wxpython/animation

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Nov 9 22:16:40 PST 2013


Author: neteler
Date: 2013-11-09 22:16:40 -0800 (Sat, 09 Nov 2013)
New Revision: 58184

Modified:
   grass/trunk/gui/wxpython/animation/g.gui.animation.html
Log:
g.gui.animation manual: example with wildcard added

Modified: grass/trunk/gui/wxpython/animation/g.gui.animation.html
===================================================================
--- grass/trunk/gui/wxpython/animation/g.gui.animation.html	2013-11-10 04:10:39 UTC (rev 58183)
+++ grass/trunk/gui/wxpython/animation/g.gui.animation.html	2013-11-10 06:16:40 UTC (rev 58184)
@@ -44,6 +44,14 @@
 You can change the computational region (using <a href="g.region.html">g.region</a>)
 and then reload the maps to update the animation.
 
+<h2>EXAMPLES</h2>
+
+
+Load a series of raster maps into the Animation Tool:
+<div class="code"><pre>
+g.gui.animation rast=`g.mlist type=rast mapset=. sep=comma pattern="precip*"`
+</pre></div>
+
 <h2>TODO</h2>
 <ul>
   <li>export animation</li>
@@ -68,6 +76,8 @@
   <a href="g.gui.psmap.html">g.gui.psmap</a>,
   <a href="g.gui.rlisetup.html">g.gui.rlisetup</a>,
   <a href="g.gui.vdigit.html">g.gui.vdigit</a>
+  <br>
+  <a href="g.mlist.html">g.mlist</a>,
 </em>
 
 



More information about the grass-commit mailing list