1r3.timestamp(1)             GRASS GIS User's Manual            r3.timestamp(1)
2
3
4

NAME

6       r3.timestamp  - Modifies a timestamp for a 3D raster map.
7       Print/add/remove a timestamp for a 3D raster map.
8

KEYWORDS

10       raster3d, metadata, timestamp, time, voxel
11

SYNOPSIS

13       r3.timestamp
14       r3.timestamp --help
15       r3.timestamp   map=name    [date=timestamp]     [--help]    [--verbose]
16       [--quiet]  [--ui]
17
18   Flags:
19       --help
20           Print usage summary
21
22       --verbose
23           Verbose module output
24
25       --quiet
26           Quiet module output
27
28       --ui
29           Force launching GUI dialog
30
31   Parameters:
32       map=name [required]
33           Name of 3D raster map
34
35       date=timestamp
36           Datetime, datetime1/datetime2, or none
37

DESCRIPTION

39       This command has 2 modes of operation. If no date argument is supplied,
40       then  the current timestamp for the 3D raster map is printed. If a date
41       argument is specified, then the timestamp for the 3D raster map is  set
42       to the specified date(s). See examples below.
43
44       See TIMESTAMP FORMAT description for details.
45

NOTES

47       Strings  containing  spaces should be quoted. For specifying a range of
48       time, the two timestamps should be separated by  a  forward  slash.  To
49       remove the timestamp from a 3D raster map, use date=none.
50

EXAMPLES

52       Prints  the  timestamp  for  the  "soils" 3D raster map. If there is no
53       timestamp for soils, nothing is printed. If there is a  timestamp,  one
54       or  two  lines  are  printed, depending on if the timestamp for the map
55       consists of a single date or two dates (ie start and end dates).
56       r3.timestamp map=soils
57       Sets the timestamp for "soils" to the single date "15 sep 1987".
58       r3.timestamp map=soils date=’15 sep 1987’
59       Sets the timestamp for "soils" to have the start date "15 sep 1987" and
60       the end date "20 feb 1988".
61       r3.timestamp map=soils date=’15 sep 1987/20 feb 1988’
62       Sets  the  timestamp  for  "soils"  to have the start date "18 feb 2005
63       10:30:00" and the end date "20 jul 2007 20:30:00".
64       r3.timestamp map=soils date=’18 feb 2005 10:30:00/20 jul 2007 20:30:00’
65       Removes the timestamp for the "soils" 3D raster map.
66       r3.timestamp map=soils date=none
67

KNOWN ISSUES

69       Spaces in the timestamp value are required.
70

SEE ALSO

72        r3.info, r.timestamp, v.timestamp
73

AUTHOR

75       Michael Pelizzari
76       Lockheed Martin Space Systems
77       based on r.timestamp by Michael Shapiro,
78       U.S. Army Construction Engineering Research Laboratory
79

SOURCE CODE

81       Available at: r3.timestamp source code (history)
82
83       Main index | 3D raster index | Topics index | Keywords index |  Graphi‐
84       cal index | Full index
85
86       © 2003-2020 GRASS Development Team, GRASS GIS 7.8.5 Reference Manual
87
88
89
90GRASS 7.8.5                                                    r3.timestamp(1)
Impressum