1temporal_graphical(1) GRASS GIS User's Manual temporal_graphical(1)
2
3
4
5.img-list { margin: 0; padding: 0; list-style-type: none; } .img-list li {
6padding: 5px; overflow: auto; } .img-list li:hover { background-color: #eee; }
7.img-list li a { color: initial; text-decoration: none; display: block; }
8.img-list li img { width: 10%; float: left; margin: 0 15px 0 0; background:
9white; object-fit: scale-down; } .img-list li img.default-img { max-height:
105ex; } .img-list li .desc { margin: 0px; } .img-list li .name { margin: 5px;
11display: block; color: #409940; font-weight: bold; font-style: italic; }
12
14 Go to temporal introduction | topics
15
16 Temporal modules:
17 • t.connect Prints/sets general temporal GIS database connection
18 for current mapset.
19
20 • t.copy Creates a copy of a space time raster dataset.
21
22 • t.create Creates a space time dataset.
23
24 • t.info Lists information about space time datasets and maps.
25
26 • t.list Lists space time datasets and maps registered in the
27 temporal database.
28
29 • t.merge Merges several space time datasets into a single space
30 time dataset.
31
32 • t.rast.accdetect Detects accumulation patterns in temporally
33 accumulated space time raster datasets created by t.rast.accu‐
34 mulate.
35
36 • t.rast.accumulate Computes cyclic accumulations of a space time
37 raster dataset.
38
39 • t.rast.aggregate.ds Aggregates data of an existing space time
40 raster dataset using the time intervals of a second space time
41 dataset.
42
43 • t.rast.aggregate Aggregates temporally the maps of a space time
44 raster dataset by a user defined granularity.
45
46 • t.rast.algebra Apply temporal and spatial operations on space
47 time raster datasets using temporal raster algebra.
48
49 • t.rast.colors Creates/modifies the color table associated with
50 each raster map of the space time raster dataset.
51
52 • t.rast.contour Produces a space time vector dataset of speci‐
53 fied contours from a space time raster dataset.
54
55 • t.rast.export Exports space time raster dataset.
56
57 • t.rast.extract Extracts a subset of a space time raster
58 datasets.
59
60 • t.rast.gapfill Replaces gaps in a space time raster dataset
61 with interpolated raster maps.
62
63 • t.rast.import Imports space time raster dataset.
64
65 • t.rast.list Lists registered maps of a space time raster
66 dataset.
67
68 • t.rast.mapcalc Performs spatio-temporal mapcalc expressions on
69 temporally sampled maps of space time raster datasets.
70
71 • t.rast.neighbors Performs a neighborhood analysis for each map
72 in a space time raster dataset.
73
74 • t.rast.out.vtk Exports space time raster dataset as VTK time
75 series.
76
77 • t.rast.series Performs different aggregation algorithms from
78 r.series on all or a subset of raster maps in a space time
79 raster dataset.
80
81 • t.rast.to.rast3 Converts a space time raster dataset into a 3D
82 raster map.
83
84 • t.rast.to.vect Converts a space time raster dataset into a
85 space time vector dataset
86
87 • t.rast.univar Calculates univariate statistics from the
88 non-null cells for each registered raster map of a space time
89 raster dataset.
90
91 • t.rast.what Sample a space time raster dataset at specific vec‐
92 tor point coordinates and write the output to stdout using dif‐
93 ferent layouts
94
95 • t.rast3d.algebra Apply temporal and spatial operations on space
96 time 3D raster datasets using temporal 3D raster algebra.
97
98 • t.rast3d.extract Extracts a subset of a space time 3D raster
99 dataset.
100
101 • t.rast3d.list Lists registered maps of a space time raster3d
102 dataset.
103
104 • t.rast3d.mapcalc Performs r3.mapcalc expressions on maps of
105 sampled space time 3D raster datasets.
106
107 • t.rast3d.univar Calculates univariate statistics from the
108 non-null cells for each registered 3D raster map of a space
109 time 3D raster dataset.
110
111 • t.register Assigns timestamps and registers raster, vector and
112 raster3d maps in a space time dataset.
113
114 • t.remove Removes space time datasets from temporal database.
115
116 • t.rename Renames a space time dataset
117
118 • t.sample Samples the input space time dataset(s) with a sample
119 space time dataset and print the result to stdout.
120
121 • t.select Select maps from space time datasets by topological
122 relationships to other space time datasets using temporal alge‐
123 bra.
124
125 • t.shift Shifts temporally the maps of a space time dataset.
126
127 • t.snap Snaps temporally the maps of a space time dataset.
128
129 • t.support Modifies the metadata of a space time dataset.
130
131 • t.topology Lists temporal topology of a space time dataset.
132
133 • t.unregister Unregisters raster, vector and raster3d maps from
134 the temporal database or a specific space time dataset.
135
136 • t.upgrade Upgrades the version of the temporal database.
137
138 • t.vect.algebra Apply temporal and spatial operations on space
139 time vector datasets using temporal vector algebra.
140
141 • t.vect.db.select Prints attributes of vector maps registered in
142 a space time vector dataset.
143
144 • t.vect.export Exports a space time vector dataset as GRASS GIS
145 specific archive file.
146
147 • t.vect.extract Extracts a subset of a space time vector
148 dataset.
149
150 • t.vect.import Imports a space time vector dataset from a GRASS
151 GIS specific archive file.
152
153 • t.vect.list Lists registered maps of a space time vector
154 dataset.
155
156 • t.vect.observe.strds Observes specific locations in a space
157 time raster dataset over a period of time using vector points.
158
159 • t.vect.univar Calculates univariate statistics of attributes
160 for each registered vector map of a space time vector dataset
161
162 • t.vect.what.strds Stores raster map values at spatial and tem‐
163 poral positions of vector points as vector attributes.
164
165 Main index | Topics index | Keywords index | Graphical index | Full in‐
166 dex
167
168 © 2003-2023 GRASS Development Team, GRASS GIS 8.3.1 Reference Manual
169
170
171
172GRASS 8.3.1 temporal_graphical(1)