1t.support(1)                  Grass User's Manual                 t.support(1)
2
3
4

NAME

6       t.support  - Modifies the metadata of a space time dataset.
7

KEYWORDS

9       temporal, metadata, time
10

SYNOPSIS

12       t.support
13       t.support --help
14       t.support   [-mu]   input=name    [semantictype=string]     [type=name]
15       [title=string]   [description=string]    [aggr_type=string]    [--help]
16       [--verbose]  [--quiet]  [--ui]
17
18   Flags:
19       -m
20           Update  the  metadata  information and spatial extent of registered
21           maps from the GRASS spatial database
22           Check for removed maps and delete them from the  temporal  database
23           and all effected space time datasets
24
25       -u
26           Update  metadata information, temporal and spatial extent from reg‐
27           istered maps based on database entries.
28
29       --help
30           Print usage summary
31
32       --verbose
33           Verbose module output
34
35       --quiet
36           Quiet module output
37
38       --ui
39           Force launching GUI dialog
40
41   Parameters:
42       input=name [required]
43           Name of the input space time dataset
44
45       semantictype=string
46           Semantic type of the space time dataset
47           Options: min, max, sum, mean
48           Default: mean
49
50       type=name
51           Type of the input space time dataset
52           Options: strds, stvds, str3ds
53           Default: strds
54
55       title=string
56           Title of the space time dataset
57
58       description=string
59           Description of the space time dataset
60
61       aggr_type=string
62           Aggregation type of the space time raster or 3D raster dataset
63

DESCRIPTION

65       This module is dedicated to modify and update the metadata of  a  space
66       time dataset.
67
68       The title, description and the semantic type can be modified.
69
70       The  flag -u allows updating the STDS metadata from registered map lay‐
71       ers. This is useful in case the map layers have been  modified  without
72       using temporal commands.
73
74       The  flag  -m  will  update the metadata from registered maps, but also
75       checks if the registered map layers have been removed from the  spatial
76       database.  It  deletes  missing  map layers from the space time dataset
77       register table and the temporal database.
78

Examples

80       Modification of title and description of space time raster dataset A.
81
82       t.support type=strds input=tempmean_monthly title="Monthly temperature for North Carolina" \
83                 description="Dataset with monthly temperature for North Carolina"
84
85       Update the metadata of space  time  raster  dataset  A  and  check  for
86       removed map layers.
87
88       t.support -m type=strds input=tempmean_monthly
89

SEE ALSO

91        t.create, t.info
92

AUTHOR

94       Sören Gebbert, Thünen Institute of Climate-Smart Agriculture
95

SOURCE CODE

97       Available at: t.support source code (history)
98
99       Main index | Temporal index | Topics index | Keywords index | Graphical
100       index | Full index
101
102       © 2003-2019 GRASS Development Team, GRASS GIS 7.8.2 Reference Manual
103
104
105
106GRASS 7.8.2                                                       t.support(1)
Impressum