GRASS logo

Note: This document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade, and read the current manual page.

NAME

g.gui.animation - Tool for animating a series of raster and vector maps or a space time raster or vector dataset.

KEYWORDS

general, GUI, display, animation

SYNOPSIS

g.gui.animation
g.gui.animation --help
g.gui.animation [raster=name[,name,...]] [vector=name[,name,...]] [strds=name] [stvds=name] [--help] [--verbose] [--quiet] [--ui]

Flags:

--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--ui
Force launching GUI dialog

Parameters:

raster=name[,name,...]
Raster maps to animate
vector=name[,name,...]
Vector maps to animate
Or data source(s) for direct OGR access
strds=name
Space time raster dataset to animate
stvds=name
Space time vector dataset to animate

Table of contents

DESCRIPTION

The Animation Tool is a wxGUI component for animating series of GRASS raster or vector maps or space time datasets (created by t.* modules).

Animation Tool allows you to:

3D view animation enables to animate raster (as an elevation map or a color map) or vector map (points, lines). Internally, module m.nviz.image is used. To display 3D view animation follow these steps:


Animation Tool screenshot

NOTE

The Animation Tool follows the computational region settings, so please be sure your computational region is set to the geographic extent of maps you are animating. You can change the computational region (using g.region) and then reload the maps to update the animation.

EXAMPLES

g.gui.animation raster=rmap1,rmap2,rmap3

g.gui.animation vector=vmap1,vmap2,vmap3

g.gui.animation strds=precipitation_2000_2010
The loading of a series of maps into the Animation Tool can be simplified with g.list (back ticks syntax works for Linux and Mac only):
g.gui.animation raster=`g.list type=raster mapset=. separator=comma pattern="precip*"`
Using extended regular expressions, the list of a series of raster maps can be subset by e.g., numeric range (here: precipitation for the years 1997-2012):
g.gui.animation raster=`g.list -e type=raster mapset=. separator=comma pattern="precip_total.(199[7-9]|200[0-9]|201[0-2]).sum"`

SEE ALSO

wxGUI
wxGUI components

g.gui.timeline, g.list, m.nviz.image

See also related wiki page.

AUTHOR

Anna Kratochvilova, Czech Technical University in Prague, Czech Republic

SOURCE CODE

Available at: wxGUI Animation tool source code (history)

Latest change: Saturday Jul 16 18:18:43 2022 in commit: effc544b795cef89a0c38628eee513eca82c266e


Note: This document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade, and read the current manual page.

Main index | GUI index | Topics index | Keywords index | Graphical index | Full index

© 2003-2023 GRASS Development Team, GRASS GIS 7.8.9dev Reference Manual