g.gui.timeline.html 1.1 KB

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