Skip to content

Commit 1a5f124

Browse files
committed
Fixed md parsing error
1 parent d7995f8 commit 1a5f124

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

temporal/t.rast.mapcalc/t.rast.mapcalc.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ A mapcalc expression must be provided to process the temporal sampled
3131
maps. Temporal internal variables are available in addition to the
3232
*[r.mapcalc](r.mapcalc.md)* spatial operators and functions:
3333

34-
3534
### Supported internal variables
3635

3736
The supported internal variables for **relative** and **absolute time** are:
@@ -45,11 +44,18 @@ and in relative units in case of relative time.
4544
#### Start time
4645

4746
*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.
4951

5052
#### End time
5153

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.
5359

5460
The supported internal variables for the **current sample interval** or
5561
**instance for absolute time** are:

0 commit comments

Comments
 (0)