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

NAME

6       t.unregister   -  Unregisters raster, vector and raster3d maps from the
7       temporal database or a specific space time dataset.
8

KEYWORDS

10       temporal, map management, unregister, time
11

SYNOPSIS

13       t.unregister
14       t.unregister --help
15       t.unregister       [input=name]         [file=name]         [type=name]
16       [maps=name[,name,...]]   [--help]  [--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       input=name
33           Name of the input space time dataset
34
35       file=name
36           Input file with map names, one per line
37
38       type=name
39           Type of the input map
40           Options: raster, vector, raster_3d
41           Default: raster
42
43       maps=name[,name,...]
44           Name(s) of existing raster, vector or raster3d map(s) to unregister
45

DESCRIPTION

47       This  module is designed to unregister raster, 3D raster and vector map
48       layers from space time datasets and the temporal database.
49
50       Map layer that should be unregistered from the temporal database can be
51       specified  as a list of comma separated map names or using a text file,
52       that contains one map layer name per line. By default the map type that
53       should be unregistered is set to raster. The optiontype must be used to
54       specify 3D raster or vector map layer types.
55

INPUT FILE FORMAT

57       Specification of map names:
58       a1
59       a2
60       a3
61       a4
62       a5
63       a6
64
65   NOTE
66       In case the input option is used to specify a space  time  dataset  the
67       maps  are  only  unregistered from the space time dataset, but not from
68       the temporal database. The reason is that maps  can  be  registered  in
69       multiple  space  time  datasets  and there is a need to unregister them
70       from a specific STDS without affecting other STDS.
71

EXAMPLE

73       In this example a precipitation map it is registered  into  temperature
74       dataset, so the wrong map will be unregister.
75       t.register -i type=raster input=tempmean_monthly@climate_2009_2012 \
76           maps=2012_01_precip \
77           start="2013-01-01" increment="1 month"
78       # We unregister raster map 2012_01_precip from a space time dataset,
79       # the raster maps are still present in the temporal database
80       t.unregister type=raster input=tempmean_monthly@climate_2009_2012 maps=2012_01_precip
81       # We unregister raster map 2012_01_precip from the temporal database, hence
82       # the time stamps are removed
83       t.unregister type=raster maps=2012_01_precip
84

SEE ALSO

86        t.create, t.info
87

AUTHOR

89       Sören Gebbert, Thünen Institute of Climate-Smart Agriculture
90

SOURCE CODE

92       Available at: t.unregister source code (history)
93
94       Main index | Temporal index | Topics index | Keywords index | Graphical
95       index | Full index
96
97       © 2003-2019 GRASS Development Team, GRASS GIS 7.8.2 Reference Manual
98
99
100
101GRASS 7.8.2                                                    t.unregister(1)
Impressum