g.gui.animation.html 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <!-- meta page description: wxGUI Animation tool -->
  2. <!-- meta page index: wxGUI -->
  3. <h2>DESCRIPTION</h2>
  4. The <b>Animation Tool</b> is a <em><a href="wxGUI.html">wxGUI</a></em> component
  5. for animating a series of GRASS raster maps or a space time raster dataset (created by t.* modules).
  6. <p>
  7. Animation Tool allows to:
  8. <ul>
  9. <li>display up to 4 synchronized animations</li>
  10. <li>control the animation speed</li>
  11. <li>interactively change active frame using a slider</li>
  12. <li>visualize space time datasets with unequally spaced intervals</li>
  13. <li>animate 3d view (partially implemented)</li>
  14. </ul>
  15. <p>
  16. 3D view animation enables to animate raster (as an elevation map or a color map)
  17. or vector map (points, lines). Internally, module m.nviz.image is used.
  18. To display 3D view animation follow these steps:
  19. <ul>
  20. <li>open GRASS GUI, load maps and start 3D view</li>
  21. <li>set view, light and other parameters as you like</li>
  22. <li>save workspace file</li>
  23. <li>add new animation in Animation Tool, choose 3D view mode</li>
  24. <li>choose data (series of maps or space time dataset) used for animation</li>
  25. <li>set workspace file</li>
  26. <li>choose parameter (parameter of m.nviz.image) to animate (e.g. color_map)</li>
  27. </ul>
  28. <center>
  29. <br>
  30. <img src="wxGUI_animation_tool.jpg" border="1" alt="Animation Tool screenshot">
  31. <br>
  32. <br>
  33. </center>
  34. <h2>TODO</h2>
  35. <ul>
  36. <li>export animation</li>
  37. <li>...</li>
  38. </ul>
  39. <h2>SEE ALSO</h2>
  40. <em>
  41. <a href="wxGUI.html">wxGUI</a><br>
  42. <a href="wxGUI.Components.html">wxGUI components</a>
  43. </em>
  44. <p>
  45. <em>
  46. <a href="g.gui.html">g.gui</a>,
  47. <a href="g.gui.dbmgr.html">g.gui.dbmgr</a>,
  48. <a href="g.gui.gmodeler.html">g.gui.gmodeler</a>,
  49. <a href="g.gui.mapswipe.html">g.gui.mapswipe</a>,
  50. <a href="g.gui.psmap.html">g.gui.psmap</a>,
  51. <a href="g.gui.rlisetup.html">g.gui.rlisetup</a>
  52. </em>
  53. <h2>AUTHOR</h2>
  54. Anna Kratochvilova,
  55. <a href="http://www.cvut.cz">Czech Technical University in Prague</a>, Czech Republic
  56. <p>
  57. <i>$Date$</i>