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.create Creates a space time dataset.
21
22 · t.info Lists information about space time datasets and maps.
23
24 · t.list Lists space time datasets and maps registered in the
25 temporal database.
26
27 · t.merge Merges several space time datasets into a single space
28 time dataset.
29
30 · t.rast.accdetect Detects accumulation patterns in temporally
31 accumulated space time raster datasets created by t.rast.accu‐
32 mulate.
33
34 · t.rast.accumulate Computes cyclic accumulations of a space time
35 raster dataset.
36
37 · t.rast.aggregate.ds Aggregates data of an existing space time
38 raster dataset using the time intervals of a second space time
39 dataset.
40
41 · t.rast.aggregate Aggregates temporally the maps of a space time
42 raster dataset by a user defined granularity.
43
44 · t.rast.algebra Apply temporal and spatial operations on space
45 time raster datasets using temporal raster algebra.
46
47 · t.rast.colors Creates/modifies the color table associated with
48 each raster map of the space time raster dataset.
49
50 · t.rast.contour Produces a space time vector dataset of speci‐
51 fied contours from a space time raster dataset.
52
53 · t.rast.export Exports space time raster dataset.
54
55 · t.rast.extract Extracts a subset of a space time raster
56 datasets.
57
58 · t.rast.gapfill Replaces gaps in a space time raster dataset
59 with interpolated raster maps.
60
61 · t.rast.import Imports space time raster dataset.
62
63 · t.rast.list Lists registered maps of a space time raster
64 dataset.
65
66 · t.rast.mapcalc Performs spatio-temporal mapcalc expressions on
67 temporally sampled maps of space time raster datasets.
68
69 · t.rast.neighbors Performs a neighborhood analysis for each map
70 in a space time raster dataset.
71
72 · t.rast.out.vtk Exports space time raster dataset as VTK time
73 series.
74
75 · t.rast.series Performs different aggregation algorithms from
76 r.series on all or a subset of raster maps in a space time
77 raster dataset.
78
79 · t.rast.to.rast3 Converts a space time raster dataset into a 3D
80 raster map.
81
82 · t.rast.to.vect Converts a space time raster dataset into a
83 space time vector dataset
84
85 · t.rast.univar Calculates univariate statistics from the
86 non-null cells for each registered raster map of a space time
87 raster dataset.
88
89 · t.rast.what Sample a space time raster dataset at specific vec‐
90 tor point coordinates and write the output to stdout using dif‐
91 ferent layouts
92
93 · t.rast3d.algebra Apply temporal and spatial operations on space
94 time 3D raster datasets using temporal 3D raster algebra.
95
96 · t.rast3d.extract Extracts a subset of a space time 3D raster
97 dataset.
98
99 · t.rast3d.list Lists registered maps of a space time raster3d
100 dataset.
101
102 · t.rast3d.mapcalc Performs r3.mapcalc expressions on maps of
103 sampled space time 3D raster datasets.
104
105 · t.rast3d.univar Calculates univariate statistics from the
106 non-null cells for each registered 3D raster map of a space
107 time 3D raster dataset.
108
109 · t.register Assigns timestamps and registers raster, vector and
110 raster3d maps in a space time dataset.
111
112 · t.remove Removes space time datasets from temporal database.
113
114 · t.rename Renames a space time dataset
115
116 · t.sample Samples the input space time dataset(s) with a sample
117 space time dataset and print the result to stdout.
118
119 · t.select Select maps from space time datasets by topological
120 relationships to other space time datasets using temporal alge‐
121 bra.
122
123 · t.shift Shifts temporally the maps of a space time dataset.
124
125 · t.snap Snaps temporally the maps of a space time dataset.
126
127 · t.support Modifies the metadata of a space time dataset.
128
129 · t.topology Lists temporal topology of a space time dataset.
130
131 · t.unregister Unregisters raster, vector and raster3d maps from
132 the temporal database or a specific space time dataset.
133
134 · t.vect.algebra Apply temporal and spatial operations on space
135 time vector datasets using temporal vector algebra.
136
137 · t.vect.db.select Prints attributes of vector maps registered in
138 a space time vector dataset.
139
140 · t.vect.export Exports a space time vector dataset as GRASS GIS
141 specific archive file.
142
143 · t.vect.extract Extracts a subset of a space time vector
144 dataset.
145
146 · t.vect.import Imports a space time vector dataset from a GRASS
147 GIS specific archive file.
148
149 · t.vect.list Lists registered maps of a space time vector
150 dataset.
151
152 · t.vect.observe.strds Observes specific locations in a space
153 time raster dataset over a period of time using vector points.
154
155 · t.vect.univar Calculates univariate statistics of attributes
156 for each registered vector map of a space time vector dataset
157
158 · t.vect.what.strds Stores raster map values at spatial and tem‐
159 poral positions of vector points as vector attributes.
160
161 Main index | Topics index | Keywords index | Graphical index | Full
162 index
163
164 © 2003-2020 GRASS Development Team, GRASS GIS 7.8.5 Reference Manual
165
166
167
168GRASS 7.8.5 temporal_graphical(1)