1temporal(1) GRASS GIS User's Manual temporal(1)
2
3
4
6 Geographic Resources Analysis Support System, commonly referred to as
7 GRASS GIS, is a Geographic Information System (GIS) used for geospatial
8 data management and analysis, image processing, graphics/maps produc‐
9 tion, spatial modeling, and visualization. GRASS is currently used in
10 academic and commercial settings around the world, as well as by many
11 governmental agencies and environmental consulting companies.
12
13 This reference manual details the use of modules distributed with Geo‐
14 graphic Resources Analysis Support System (GRASS), an open source (GNU
15 GPLed), image processing and geographic information system (GIS). Go
16 to temporal introduction | topics
17
18 Go back to help overview
19
20 Temporal commands:
21 t.connect Prints/sets general temporal GIS database connection for
22 current mapset.
23
24 t.copy Creates a copy of a space time raster dataset.
25
26 t.create Creates a space time dataset.
27
28 t.info Lists information about space time datasets and maps.
29
30 t.list Lists space time datasets and maps registered in the tempo‐
31 ral database.
32
33 t.merge Merges several space time datasets into a single space time
34 dataset.
35
36 t.rast.accdetect Detects accumulation patterns in temporally accumulated
37 space time raster datasets created by t.rast.accumulate.
38
39 t.rast.accumulate Computes cyclic accumulations of a space time raster
40 dataset.
41
42 t.rast.aggregate.ds Aggregates data of an existing space time raster dataset us‐
43 ing the time intervals of a second space time dataset.
44
45 t.rast.aggregate Aggregates temporally the maps of a space time raster
46 dataset by a user defined granularity.
47
48 t.rast.algebra Apply temporal and spatial operations on space time raster
49 datasets using temporal raster algebra.
50
51 t.rast.colors Creates/modifies the color table associated with each raster
52 map of the space time raster dataset.
53
54 t.rast.contour Produces a space time vector dataset of specified contours
55 from a space time raster dataset.
56
57 t.rast.export Exports space time raster dataset.
58
59 t.rast.extract Extracts a subset of a space time raster datasets.
60
61 t.rast.gapfill Replaces gaps in a space time raster dataset with interpo‐
62 lated raster maps.
63
64 t.rast.import Imports space time raster dataset.
65
66
67
68 t.rast.list Lists registered maps of a space time raster dataset.
69
70 t.rast.mapcalc Performs spatio-temporal mapcalc expressions on temporally
71 sampled maps of space time raster datasets.
72
73 t.rast.neighbors Performs a neighborhood analysis for each map in a space
74 time raster dataset.
75
76 t.rast.out.vtk Exports space time raster dataset as VTK time series.
77
78 t.rast.series Performs different aggregation algorithms from r.series on
79 all or a subset of raster maps in a space time raster
80 dataset.
81
82 t.rast.to.rast3 Converts a space time raster dataset into a 3D raster map.
83
84 t.rast.to.vect Converts a space time raster dataset into a space time vec‐
85 tor dataset
86
87 t.rast.univar Calculates univariate statistics from the non-null cells for
88 each registered raster map of a space time raster dataset.
89
90 t.rast.what Sample a space time raster dataset at specific vector point
91 coordinates and write the output to stdout using different
92 layouts
93
94 t.rast3d.algebra Apply temporal and spatial operations on space time 3D
95 raster datasets using temporal 3D raster algebra.
96
97 t.rast3d.extract Extracts a subset of a space time 3D raster dataset.
98
99 t.rast3d.list Lists registered maps of a space time raster3d dataset.
100
101 t.rast3d.mapcalc Performs r3.mapcalc expressions on maps of sampled space
102 time 3D raster datasets.
103
104 t.rast3d.univar Calculates univariate statistics from the non-null cells for
105 each registered 3D raster map of a space time 3D raster
106 dataset.
107
108 t.register Assigns timestamps and registers raster, vector and raster3d
109 maps in a space time dataset.
110
111 t.remove Removes space time datasets from temporal database.
112
113 t.rename Renames a space time dataset
114
115 t.sample Samples the input space time dataset(s) with a sample space
116 time dataset and print the result to stdout.
117
118 t.select Select maps from space time datasets by topological rela‐
119 tionships to other space time datasets using temporal alge‐
120 bra.
121
122 t.shift Shifts temporally the maps of a space time dataset.
123
124 t.snap Snaps temporally the maps of a space time dataset.
125
126 t.support Modifies the metadata of a space time dataset.
127
128 t.topology Lists temporal topology of a space time dataset.
129
130 t.unregister Unregisters raster, vector and raster3d maps from the tempo‐
131 ral database or a specific space time dataset.
132
133
134 t.upgrade Upgrades the version of the temporal database.
135
136 t.vect.algebra Apply temporal and spatial operations on space time vector
137 datasets using temporal vector algebra.
138
139 t.vect.db.select Prints attributes of vector maps registered in a space time
140 vector dataset.
141
142 t.vect.export Exports a space time vector dataset as GRASS GIS specific
143 archive file.
144
145 t.vect.extract Extracts a subset of a space time vector dataset.
146
147 t.vect.import Imports a space time vector dataset from a GRASS GIS spe‐
148 cific archive file.
149
150 t.vect.list Lists registered maps of a space time vector dataset.
151
152 t.vect.observe.strds Observes specific locations in a space time raster dataset
153 over a period of time using vector points.
154
155 t.vect.univar Calculates univariate statistics of attributes for each reg‐
156 istered vector map of a space time vector dataset
157
158 t.vect.what.strds Stores raster map values at spatial and temporal positions
159 of vector points as vector attributes.
160
161
162 Main index | Topics index | Keywords index | Graphical index | Full in‐
163 dex
164
165 © 2003-2023 GRASS Development Team, GRASS GIS 8.2.1 Reference Manual
166
167
168
169GRASS 8.2.1 temporal(1)