1t.rast3d.mapcalc(1) GRASS GIS User's Manual t.rast3d.mapcalc(1)
2
3
4
6 t.rast3d.mapcalc - Performs r3.mapcalc expressions on maps of sampled
7 space time 3D raster datasets.
8
10 temporal, algebra, raster3d, voxel, time
11
13 t.rast3d.mapcalc
14 t.rast3d.mapcalc --help
15 t.rast3d.mapcalc [-ns] inputs=name[,name,...] expression=string
16 [method=name[,name,...]] output=name basename=string [nprocs=integer]
17 [--overwrite] [--help] [--verbose] [--quiet] [--ui]
18
19 Flags:
20 -n
21 Register Null maps
22
23 -s
24 Check the spatial topology of temporally related maps and process
25 only spatially related maps
26
27 --overwrite
28 Allow output files to overwrite existing files
29
30 --help
31 Print usage summary
32
33 --verbose
34 Verbose module output
35
36 --quiet
37 Quiet module output
38
39 --ui
40 Force launching GUI dialog
41
42 Parameters:
43 inputs=name[,name,...]Â [required]
44 Name of the input space time raster3d datasets
45
46 expression=string [required]
47 r3.mapcalc expression applied to each time step of the sampled data
48
49 method=name[,name,...]
50 The method to be used for sampling the input dataset
51 Options: start, during, overlap, contain, equal, follows, precedes
52 Default: during,overlap,contain,equal
53
54 output=name [required]
55 Name of the output space time raster3d dataset
56
57 basename=string [required]
58 Basename of the new generated output maps
59 A numerical suffix separated by an underscore will be attached to
60 create a unique identifier
61
62 nprocs=integer
63 Number of r3.mapcalc processes to run in parallel
64 Default: 1
65
67 t.rast3d.mapcalc provides exact the same functionality as t.rast.map‐
68 calc, but for space time 3D raster datasets. Please refer to
69 t.rast.mapcalc for documentation.
70
71 It is a simple wrapper for r3.mapcalc enhanced with temporal functions.
72
74 t.rast.mapcalc, t.rast3d.algebra, r3.mapcalc
75
77 Sören Gebbert, Thünen Institute of Climate-Smart Agriculture
78
80 Available at: t.rast3d.mapcalc source code (history)
81
82 Accessed: Mon Jun 20 16:47:47 2022
83
84 Main index | Temporal index | Topics index | Keywords index | Graphical
85 index | Full index
86
87 © 2003-2022 GRASS Development Team, GRASS GIS 8.2.0 Reference Manual
88
89
90
91GRASS 8.2.0 t.rast3d.mapcalc(1)