WxGUI Animation Tool

From GRASS-Wiki
Revision as of 10:02, 4 December 2018 by Neteler (talk | contribs) (remove hardcoded version specific urls, use latest version)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Animation tool is a GUI application which allows to animate a series of GRASS raster maps or a space time raster dataset (see GRASS GIS temporal extension). See also the manual.

Animation Tool available in GRASS 7 only. The tool can be launched from Layer Manager menu (File | Animation Tool) or through command line as stand-alone application (g.gui.animation).

Animation Tool is release under GNU GPL licence and the source is available from GRASS SVN repository.

Current features

  • display up to 4 synchronized animations
  • control the animation speed
  • interactively change active frame using a slider
  • visualize space time datasets with unequally spaced intervals
  • animate 3d view (partially implemented)
  • display legend
  • supports export to animated GIF, AVI (requires ffmpeg), SWF
  • overlay multiple space-time datasets or map layers

Video tutorials

wxGUI Animation Tool
wxGUI Animation Tool - both 2D and 3D view
wxGUI Animation Tool - multiple map layers

Acknowledgement

wxGUI Animation Tool was developed within a diploma thesis at the Czech Technical University in Prague by Anna Kratochvilova in 2012.

Animation export

In order to export animations, the GRASS GIS installation must have been compiled with PIL support (python-pil, new name: python-pillow).