g.gui.animation.html 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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 you 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>NOTE</h2>
  35. The Animation Tool follows the computational region settings,
  36. so please be sure your computational region is set to the geographic extent of maps you are animating.
  37. You can change the computational region (using <a href="g.region.html">g.region</a>)
  38. and then reload the maps to update the animation.
  39. <h2>TODO</h2>
  40. <ul>
  41. <li>export animation</li>
  42. <li>...</li>
  43. </ul>
  44. <h2>SEE ALSO</h2>
  45. <em>
  46. <a href="wxGUI.html">wxGUI</a><br>
  47. <a href="wxGUI.components.html">wxGUI components</a>
  48. </em>
  49. <p>
  50. <em>
  51. <a href="g.gui.html">g.gui</a>,
  52. <a href="g.gui.dbmgr.html">g.gui.dbmgr</a>,
  53. <a href="g.gui.gmodeler.html">g.gui.gmodeler</a>,
  54. <a href="g.gui.iclass.html">g.gui.iclass</a>,
  55. <a href="g.gui.mapswipe.html">g.gui.mapswipe</a>,
  56. <a href="g.gui.psmap.html">g.gui.psmap</a>,
  57. <a href="g.gui.rlisetup.html">g.gui.rlisetup</a>,
  58. <a href="g.gui.vdigit.html">g.gui.vdigit</a>
  59. </em>
  60. <h2>AUTHOR</h2>
  61. Anna Kratochvilova,
  62. <a href="http://www.cvut.cz">Czech Technical University in Prague</a>, Czech Republic
  63. <p>
  64. <i>$Date$</i>