1t.topology(1) GRASS GIS User's Manual t.topology(1)
2
3
4
6 t.topology - Lists temporal topology of a space time dataset.
7
9 temporal, topology, time
10
12 t.topology
13 t.topology --help
14 t.topology [-ms] input=name [type=name] [where=sql_query] [--help]
15 [--verbose] [--quiet] [--ui]
16
17 Flags:
18 -m
19 Print temporal topological relationships and exit
20
21 -s
22 Print spatio-temporal topological relationships and exit
23
24 --help
25 Print usage summary
26
27 --verbose
28 Verbose module output
29
30 --quiet
31 Quiet module output
32
33 --ui
34 Force launching GUI dialog
35
36 Parameters:
37 input=name [required]
38 Name of the input space time dataset
39
40 type=name
41 Type of the input space time dataset
42 Options: strds, stvds, str3ds
43 Default: strds
44
45 where=sql_query
46 WHERE conditions of SQL statement without ’where’ keyword used in
47 the temporal GIS framework
48 Example: start_time > ’2001-01-01 12:30:00’
49
51 The module t.topology lists temporal relations of the maps in a space
52 time dataset.
53
55 In order to obtain information about space time dataset topology, run:
56 t.topology tempmean_monthly@climate_2009_2012
57 +-------------------- Basic information -------------------------------------+
58 | Id: ........................ tempmean_monthly@climate_2009_2012
59 | Name: ...................... tempmean_monthly
60 | Mapset: .................... climate_2009_2012
61 | Creator: ................... lucadelu
62 | Temporal type: ............. absolute
63 | Creation time: ............. 2014-11-28 10:40:55.060096
64 | Modification time:.......... 2014-11-28 16:08:42.166628
65 | Semantic type:.............. mean
66 +-------------------- Temporal topology -------------------------------------+
67 | Is subset of dataset: ...... False
68 | Temporal topology is: ...... valid
69 | Number of intervals: ....... 48
70 | Invalid time stamps: ....... 0
71 | Number of points: .......... 0
72 | Number of gaps: ............ 0
73 | Granularity: ............... 1 month
74 +-------------------- Topological relations ---------------------------------+
75 | Overlaps: .................. 0
76 | Overlapped: ................ 0
77 | Finishes: .................. 0
78 | Started: ................... 0
79 | Follows: ................... 47
80 | Contains: .................. 0
81 | Equal:...................... 0
82 | Finished: .................. 0
83 | Precedes: .................. 47
84 | Starts: .................... 0
85 | During: .................... 0
86 +----------------------------------------------------------------------------+
87
89 t.create, t.info
90
92 Sören Gebbert, Thünen Institute of Climate-Smart Agriculture
93
95 Available at: t.topology source code (history)
96
97 Accessed: Saturday Jan 21 20:41:03 2023
98
99 Main index | Temporal index | Topics index | Keywords index | Graphical
100 index | Full index
101
102 © 2003-2023 GRASS Development Team, GRASS GIS 8.2.1 Reference Manual
103
104
105
106GRASS 8.2.1 t.topology(1)