1v.timestamp(1) Grass User's Manual v.timestamp(1)
2
3
4
6 v.timestamp - Modifies a timestamp for a vector map.
7 Print/add/remove a timestamp for a vector map.
8
10 vector, metadata, timestamp, time
11
13 v.timestamp
14 v.timestamp --help
15 v.timestamp map=name [layer=string] [date=timestamp] [--help]
16 [--verbose] [--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 vector map
34 Or data source for direct OGR access
35
36 layer=string
37 Layer number or name
38 Vector features can have category values in different layers. This
39 number determines which layer to use. When used with direct OGR
40 access this is the layer name.
41 Default: 1
42
43 date=timestamp
44 Datetime, datetime1/datetime2, or ’none’ to remove
45 Format: ’15 jan 1994’ (absolute) or ’2 years’ (relative)
46
48 This command has 2 modes of operation. If no date argument is supplied,
49 then the current timestamp for the vector map is printed. If a date
50 argument is specified, then the timestamp for the vector map is set to
51 the specified date(s). See examples below.
52
53 See TIMESTAMP FORMAT description for details.
54
56 Strings containing spaces should be quoted. For specifying a range of
57 time, the two timestamps should be separated by a forward slash. To
58 remove the timestamp from a vector map, use date=none.
59
61 Prints the timestamp for the "lidar" vector map. If there is no time‐
62 stamp for "lidar", nothing is printed. If there is a timestamp, one or
63 two time strings are printed, depending on if the timestamp for the map
64 consists of a single date or two dates (ie start and end dates).
65 v.timestamp map=lidar
66 Sets the timestamp for "lidar" to the single date "15 sep 1987".
67 v.timestamp map=lidar date=’15 sep 1987’
68 Sets the timestamp for "lidar" to have the start date "15 sep 1987" and
69 the end date "20 feb 1988".
70 v.timestamp map=lidar date=’15 sep 1987/20 feb 1988’
71 Removes the timestamp for the "lidar" vector map.
72 v.timestamp map=lidar date=none
73
75 Spaces in the timestamp value are required.
76
78 v.info, r.timestamp, r3.timestamp
79
81 Michael Shapiro, U.S.Army Construction Engineering Research Laboratory
82
83 Last changed: $Date: 2016-08-22 15:22:27 +0200 (Mon, 22 Aug 2016) $
84
86 Available at: v.timestamp source code (history)
87
88 Main index | Vector index | Topics index | Keywords index | Graphical
89 index | Full index
90
91 © 2003-2019 GRASS Development Team, GRASS GIS 7.4.4 Reference Manual
92
93
94
95GRASS 7.4.4 v.timestamp(1)