g.gui.timeline
Allows comparing temporal datasets by displaying their temporal extents in a plot.
g.gui.timeline [-3] [inputs=name [,name,...]] [--verbose] [--quiet] [--qq] [--ui]
Example:
g.gui.timeline
grass.script.run_command("g.gui.timeline", inputs=None, flags=None, verbose=None, quiet=None, superquiet=None)
Example:
gs.run_command("g.gui.timeline")
grass.tools.Tools.g_gui_timeline(inputs=None, flags=None, verbose=None, quiet=None, superquiet=None)
Example:
tools = Tools()
tools.g_gui_timeline()
This grass.tools API is experimental in version 8.5 and expected to be stable in version 8.6.
Parameters
inputs=name [,name,...]
Name of the input space time datasets
-3
Show also 3D plot of spatio-temporal extents
--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--qq
Very quiet module output
--ui
Force launching GUI dialog
inputs : str | list[str], optional
Name of the input space time datasets
Used as: input, stds, name
flags : str, optional
Allowed values: 3
3
Show also 3D plot of spatio-temporal extents
verbose: bool, optional
Verbose module output
Default: None
quiet: bool, optional
Quiet module output
Default: None
superquiet: bool, optional
Very quiet module output
Default: None
inputs : str | list[str], optional
Name of the input space time datasets
Used as: input, stds, name
flags : str, optional
Allowed values: 3
3
Show also 3D plot of spatio-temporal extents
verbose: bool, optional
Verbose module output
Default: None
quiet: bool, optional
Quiet module output
Default: None
superquiet: bool, optional
Very quiet module output
Default: None
wxGUI Timeline Tool
DESCRIPTION
The Timeline Tool is a wxGUI component which allows the user to compare the extents of temporal datasets (strds, stvds, str3ds) in a plot.
Supported features:
- temporal datasets with interval/point and absolute/relative time
- 2D plots - temporal extent
- 3D plots - spatio-temporal extent (matplotlib >= 1.0.0)
- pop-up annotations with basic metadata
NOTES
g.gui.timeline requires the Python plotting library Matplotlib.
SEE ALSO
Temporal data processing, wxGUI, wxGUI components
AUTHOR
Anna Kratochvilova, Czech Technical University in Prague, Czech Republic
SOURCE CODE
Available at: g.gui.timeline source code
(history)
Latest change: Monday Aug 04 04:55:09 2025 in commit 9992774