1t.rast3d.algebra(1) GRASS GIS User's Manual t.rast3d.algebra(1)
2
3
4
6 t.rast3d.algebra - Apply temporal and spatial operations on space time
7 3D raster datasets using temporal 3D raster algebra.
8
10 temporal, algebra, raster3d, voxel, time
11
13 t.rast3d.algebra
14 t.rast3d.algebra --help
15 t.rast3d.algebra [-sng] expression=string basename=string [nprocs=in‐
16 teger] [--help] [--verbose] [--quiet] [--ui]
17
18 Flags:
19 -s
20 Check the spatial topology of temporally related maps and process
21 only spatially related maps
22
23 -n
24 Register Null maps
25
26 -g
27 Use granularity sampling instead of the temporal topology approach
28
29 --help
30 Print usage summary
31
32 --verbose
33 Verbose module output
34
35 --quiet
36 Quiet module output
37
38 --ui
39 Force launching GUI dialog
40
41 Parameters:
42 expression=string [required]
43 Algebraic expression for temporal and spatial analysis of space
44 time 3D raster datasets
45
46 basename=string [required]
47 Basename of the new generated output maps
48 A numerical suffix separated by an underscore will be attached to
49 create a unique identifier
50
51 nprocs=integer
52 Number of r3.mapcalc processes to run in parallel
53 Default: 1
54
56 t.rast3d.algebra performs temporal and spatial map algebra operations
57 on space time 3D raster datasets (STR3DS) by using the temporal 3D
58 raster algebra.
59
60 NOTES
61 The module expects an expression as input parameter in the following
62 form:
63
64 "result = expression"
65
66 The statement structure is exact the same as of t.rast.algebra, see
67 t.rast.algebra but allows four-dimensional indexing.
68
70 PLY(Python-Lex-Yacc)
71
73 t.rast.algebra, t.rast3d.mapcalc, r.mapcalc, t.vect.algebra, t.select
74
76 Thomas Leppelt, Sören Gebbert, Thünen Institute of Climate-Smart
77 Agriculture
78
80 Available at: t.rast3d.algebra source code (history)
81
82 Accessed: Saturday Oct 28 18:19:23 2023
83
84 Main index | Temporal index | Topics index | Keywords index | Graphical
85 index | Full index
86
87 © 2003-2023 GRASS Development Team, GRASS GIS 8.3.1 Reference Manual
88
89
90
91GRASS 8.3.1 t.rast3d.algebra(1)