~ubuntu-branches/ubuntu/vivid/grass/vivid-proposed

« back to all changes in this revision

Viewing changes to gui/wxpython/timeline/g.gui.timeline.html

  • Committer: Package Import Robot
  • Author(s): Bas Couwenberg
  • Date: 2015-02-20 23:12:08 UTC
  • mfrom: (8.2.6 experimental)
  • Revision ID: package-import@ubuntu.com-20150220231208-1u6qvqm84v430b10
Tags: 7.0.0-1~exp1
* New upstream release.
* Update python-ctypes-ternary.patch to use if/else instead of and/or.
* Drop check4dev patch, rely on upstream check.
* Add build dependency on libpq-dev to grass-dev for libpq-fe.h.
* Drop patches applied upstream, refresh remaining patches.
* Update symlinks for images switched from jpg to png.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- meta page description: wxGUI Timeline Tool -->
 
2
<!-- meta page index: topic_gui|GUI -->
 
3
<h2>DESCRIPTION</h2>
 
4
 
 
5
The <b>Timeline Tool</b> is a <em><a href="wxGUI.html">wxGUI</a></em> component
 
6
which allows the user to compare the extents of temporal datasets (strds, stvds,
 
7
str3ds) in a plot.
 
8
<p>
 
9
Supported features:
 
10
<ul>
 
11
  <li>temporal datasets with interval/point and absolute/relative time</li>
 
12
  <li>2D plots - temporal extent</li>
 
13
  <li>3D plots - spatio-temporal extent (matplotlib &gt;= 1.0.0)</li>
 
14
  <li>pop-up annotations with basic metadata</li>
 
15
</ul>
 
16
 
 
17
<center>
 
18
<img src="timeline_2D.jpg" border="1" alt="Timeline Tool screenshot">
 
19
</center>
 
20
 
 
21
<h2>NOTES</h2>
 
22
 
 
23
<em>g.gui.timeline</em> requires the Python plotting library 
 
24
<a href="http://matplotlib.org/">Matplotlib</a>.
 
25
 
 
26
<h2>SEE ALSO</h2>
 
27
 
 
28
<em>
 
29
  <a href="temporal.html">Temporal data processing</a><br>
 
30
  <a href="wxGUI.html">wxGUI</a><br>
 
31
  <a href="wxGUI.components.html">wxGUI components</a>
 
32
</em>
 
33
 
 
34
<h2>AUTHOR</h2>
 
35
 
 
36
Anna Kratochvilova,
 
37
<a href="http://www.cvut.cz">Czech Technical University in Prague</a>, Czech Republic
 
38
 
 
39
<p>
 
40
<i>$Date: 2014-05-02 14:47:32 +0200 (Fri, 02 May 2014) $</i>