WxGUI Animation Tool: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(update information, add video)
(remove hardcoded version specific urls, use latest version)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{wxGUI}}
{{wxGUI}}


'''Animation tool''' is a GUI application which allows to animate a series of GRASS raster maps or a space time raster dataset ([http://trac.osgeo.org/grass/wiki/Grass7/TemporalExtension see GRASS GIS temporal extension]). See also the {{cmd|g.gui.animation|version=70|desc=manual}}.
'''Animation tool''' is a GUI application which allows to animate a series of GRASS raster maps or a space time raster dataset ([http://trac.osgeo.org/grass/wiki/Grass7/TemporalExtension see GRASS GIS temporal extension]). See also the {{cmd|g.gui.animation|desc=manual}}.


Animation Tool available '''in GRASS 7''' only. The tool can be launched from Layer Manager menu (<code>File | Animation Tool</code>) or through command line as stand-alone application ({{cmd|g.gui.animation|version=70}}).
Animation Tool available '''in GRASS 7''' only. The tool can be launched from Layer Manager menu (<code>File | Animation Tool</code>) or through command line as stand-alone application ({{cmd|g.gui.animation}}).


Animation Tool is release under [https://svn.osgeo.org/grass/grass/trunk/GPL.TXT GNU GPL] licence and the source is available from [https://svn.osgeo.org/grass/grass/trunk/gui/wxpython/animation/ GRASS SVN repository].
Animation Tool is release under [https://svn.osgeo.org/grass/grass/trunk/GPL.TXT GNU GPL] licence and the source is available from [https://svn.osgeo.org/grass/grass/trunk/gui/wxpython/animation/ GRASS SVN repository].
Line 27: Line 27:


wxGUI Animation Tool was developed within a diploma thesis at the [http://www.cvut.cz Czech Technical University in Prague] by Anna Kratochvilova in 2012.
wxGUI Animation Tool was developed within a diploma thesis at the [http://www.cvut.cz Czech Technical University in Prague] by Anna Kratochvilova in 2012.
[[Category:Temporal]]
== Animation export ==
In order to export animations, the GRASS GIS installation must have been compiled with [http://www.pythonware.com/products/pil PIL] support (python-pil, new name: python-pillow).

Latest revision as of 10:02, 4 December 2018


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).