1r3.timestamp(1) GRASS GIS User's Manual r3.timestamp(1)
2
3
4
6 r3.timestamp - Modifies a timestamp for a 3D raster map.
7 Print/add/remove a timestamp for a 3D raster map.
8
10 raster3d, metadata, timestamp, time, voxel
11
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
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
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 re‐
49 move the timestamp from a 3D raster map, use date=none.
50
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
69 Spaces in the timestamp value are required.
70
72 r3.info, r.timestamp, v.timestamp
73
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
81 Available at: r3.timestamp source code (history)
82
83 Accessed: Saturday Oct 28 18:18:24 2023
84
85 Main index | 3D raster index | Topics index | Keywords index | Graphi‐
86 cal index | Full index
87
88 © 2003-2023 GRASS Development Team, GRASS GIS 8.3.1 Reference Manual
89
90
91
92GRASS 8.3.1 r3.timestamp(1)