Skip to content

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=False, quiet=False, superquiet=False)

Example:

gs.run_command("g.gui.timeline")

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: False
quiet: bool, optional
    Quiet module output
    Default: False
superquiet: bool, optional
    Very quiet module output
    Default: False

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

Timeline Tool screenshot

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: Friday Mar 07 09:15:07 2025 in commit 08286fb