WxGUI Animation Tool: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 3: | Line 3: | ||
'''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|version=70|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 ({{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|version=70}}). | ||
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]. |
Revision as of 11:45, 26 March 2013
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)
Video tutorials
Acknowledgement
wxGUI Animation Tool was developed within a diploma thesis at the Czech Technical University in Prague by Anna Kratochvilova in 2012.