1t.rename(1)                 GRASS GIS User's Manual                t.rename(1)
2
3
4

NAME

6       t.rename  - Renames a space time dataset
7

KEYWORDS

9       temporal, map management, rename, time
10

SYNOPSIS

12       t.rename
13       t.rename --help
14       t.rename  input=name output=name  [type=name]   [--overwrite]  [--help]
15       [--verbose]  [--quiet]  [--ui]
16
17   Flags:
18       --overwrite
19           Allow output files to overwrite existing files
20
21       --help
22           Print usage summary
23
24       --verbose
25           Verbose module output
26
27       --quiet
28           Quiet module output
29
30       --ui
31           Force launching GUI dialog
32
33   Parameters:
34       input=name [required]
35           Name of the input space time dataset
36
37       output=name [required]
38           Name of the output space time dataset
39
40       type=name
41           Type of the input space time dataset
42           Options: strds, stvds, str3ds
43           Default: strds
44

DESCRIPTION

46       This module renames space time  datasets  of  different  types  (STRDS,
47       STVDS,  STR3DS)  and updates the space time dataset register entries of
48       the registered maps.
49

NOTES

51       Renaming of space time datasets works only for  SQLite  based  temporal
52       databases.
53

EXAMPLE

55       A new vector space time dataset will be created, renamed and in the end
56       removed
57       #Create new and empty STVDS
58       t.create type=stvds output=toberenamed semantictype=mean \
59         title="Example to rename" \
60         description="This is an example just to show how rename"
61       t.rename input=toberenamed output=newname type=stvds
62       t.remove input=newname type=stvds
63

SEE ALSO

65        t.create, t.support, t.register
66

AUTHOR

68       Sören Gebbert, Thünen Institute of Climate-Smart Agriculture
69

SOURCE CODE

71       Available at: t.rename source code (history)
72
73       Accessed: Saturday Jan 21 21:17:06 2023
74
75       Main index | Temporal index | Topics index | Keywords index | Graphical
76       index | Full index
77
78       © 2003-2023 GRASS Development Team, GRASS GIS 8.2.1 Reference Manual
79
80
81
82GRASS 8.2.1                                                        t.rename(1)
Impressum