1g.gui.timeline(1) Grass User's Manual g.gui.timeline(1)
2
3
4
6 g.gui.timeline - Allows comparing temporal datasets by displaying
7 their temporal extents in a plot.
8
10 general, GUI, temporal
11
13 g.gui.timeline
14 g.gui.timeline --help
15 g.gui.timeline [-3] [inputs=name[,name,...]] [--help] [--verbose]
16 [--quiet] [--ui]
17
18 Flags:
19 -3
20 Show also 3D plot of spatio-temporal extents
21
22 --help
23 Print usage summary
24
25 --verbose
26 Verbose module output
27
28 --quiet
29 Quiet module output
30
31 --ui
32 Force launching GUI dialog
33
34 Parameters:
35 inputs=name[,name,...]
36 Name of the input space time datasets
37
39 The Timeline Tool is a wxGUI component which allows the user to compare
40 the extents of temporal datasets (strds, stvds, str3ds) in a plot.
41
42 Supported features:
43
44 · temporal datasets with interval/point and absolute/relative
45 time
46
47 · 2D plots - temporal extent
48
49 · 3D plots - spatio-temporal extent (matplotlib >= 1.0.0)
50
51 · pop-up annotations with basic metadata
52
54 g.gui.timeline requires the Python plotting library Matplotlib.
55
57 Temporal data processing
58 wxGUI
59 wxGUI components
60
62 Anna Kratochvilova, Czech Technical University in Prague, Czech Repub‐
63 lic
64
65 $Date: 2014-05-02 14:46:55 +0200 (Fri, 02 May 2014) $
66
68 Available at: wxGUI Timeline Tool source code (history)
69
70 Main index | GUI index | Topics index | Keywords index | Graphical
71 index | Full index
72
73 © 2003-2019 GRASS Development Team, GRASS GIS 7.6.0 Reference Manual
74
75
76
77GRASS 7.6.0 g.gui.timeline(1)