[GRASS-SVN] r60034 - grass/branches/releasebranch_7_0/gui/wxpython/timeline
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri May 2 01:33:14 PDT 2014
Author: neteler
Date: 2014-05-02 01:33:14 -0700 (Fri, 02 May 2014)
New Revision: 60034
Modified:
grass/branches/releasebranch_7_0/gui/wxpython/timeline/g.gui.timeline.html
Log:
g.gui.timeline manual: cosmetics
Modified: grass/branches/releasebranch_7_0/gui/wxpython/timeline/g.gui.timeline.html
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/timeline/g.gui.timeline.html 2014-05-02 08:33:06 UTC (rev 60033)
+++ grass/branches/releasebranch_7_0/gui/wxpython/timeline/g.gui.timeline.html 2014-05-02 08:33:14 UTC (rev 60034)
@@ -3,29 +3,30 @@
<h2>DESCRIPTION</h2>
The <b>Timeline Tool</b> is a <em><a href="wxGUI.html">wxGUI</a></em> component
-which allows the user to compare temporal datasets' extents in a plot.
-It requires python plotting library <a href="http://matplotlib.org/">Matplotlib</a>.
-
-
+which allows the user to compare the extends of temporal datasets (strds, stvds,
+str3ds) in a plot.
<p>
-Features:
+Supported features:
<ul>
- <li>supports temporal datasets with interval/point and absolute/relative time</li>
- <li>2D plot - temporal extent</li>
- <li>3D plot - spatio-temporal extent (matplotlib >= 1.0.0)</li>
+ <li>temporal datasets with interval/point and absolute/relative time</li>
+ <li>2D plots - temporal extent</li>
+ <li>3D plots - spatio-temporal extent (matplotlib >= 1.0.0)</li>
<li>pop-up annotations with basic metadata</li>
</ul>
<center>
-<br>
<img src="timeline_2D.jpg" border="1" alt="Timeline Tool screenshot">
-<br>
-
</center>
+<h2>NOTES</h2>
+
+<em>g.gui.timeline</em> requires the Python plotting library
+<a href="http://matplotlib.org/">Matplotlib</a>.
+
<h2>SEE ALSO</h2>
<em>
+ <a href="temporal.html">Temporal data processing</a><br>
<a href="wxGUI.html">wxGUI</a><br>
<a href="wxGUI.components.html">wxGUI components</a>
</em>
More information about the grass-commit
mailing list