You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: temporal/t.rast.mapcalc/t.rast.mapcalc.md
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,6 @@ A mapcalc expression must be provided to process the temporal sampled
31
31
maps. Temporal internal variables are available in addition to the
32
32
*[r.mapcalc](r.mapcalc.md)* spatial operators and functions:
33
33
34
-
35
34
### Supported internal variables
36
35
37
36
The supported internal variables for **relative** and **absolute time** are:
@@ -45,11 +44,18 @@ and in relative units in case of relative time.
45
44
#### Start time
46
45
47
46
*start_time()* - This internal variable represents the time difference
48
-
between the start time of the sample space time raster dataset and the start time of the current sample interval or instance. The time is measured in days and fraction of days for absolute time, and in relative units in case of relative time.
47
+
between the start time of the sample space time raster dataset and the start
48
+
time of the current sample interval or instance. The time is measured in days
49
+
and fraction of days for absolute time, and in relative units in case of
50
+
relative time.
49
51
50
52
#### End time
51
53
52
-
*end_time()* - This internal variable represents the time difference between the start time of the sample space time raster dataset and the end time of the current sample interval. The time is measured in days and fraction of days for absolute time, and in relative units in case of relative time. The end_time() will be represented by null() in case of a time instance.
54
+
*end_time()* - This internal variable represents the time difference between
55
+
the start time of the sample space time raster dataset and the end time of the
56
+
current sample interval. The time is measured in days and fraction of days for
57
+
absolute time, and in relative units in case of relative time. The end_time()
58
+
will be represented by null() in case of a time instance.
53
59
54
60
The supported internal variables for the **current sample interval** or
0 commit comments