table of contents
- trixie 8.4.1-1
- testing 8.4.2-1
- unstable 8.5.0-1
- experimental 8.5.0~rc1-1~exp1
| t.rename(1grass) | GRASS User's Manual | t.rename(1grass) |
NAME¶
t.rename - Renames a space time dataset
KEYWORDS¶
temporal, map management, rename, time
SYNOPSIS¶
t.rename
t.rename --help
t.rename input=name output=name
[type=name] [--overwrite] [--help]
[--verbose] [--quiet] [--ui]
Flags:¶
- --overwrite
-
Allow output files to overwrite existing files - --help
-
Print usage summary - --verbose
-
Verbose module output - --quiet
-
Quiet module output - --ui
-
Force launching GUI dialog
Parameters:¶
- input=name [required]
-
Name of the input space time dataset - output=name [required]
-
Name of the output space time dataset - type=name
-
Type of the input space time dataset
Options: strds, stvds, str3ds
Default: strds
DESCRIPTION¶
The t.rename module renames space time datasets of different types (STRDS, STVDS, STR3DS) and updates the space time dataset register entries of the registered maps.
NOTES¶
Renaming of space time datasets works only for SQLite based temporal databases.
EXAMPLE¶
A new vector space time dataset will be created, renamed and in
the end removed
# Create new and empty STVDS t.create type=stvds output=toberenamed semantictype=mean \
title="Example to rename" \
description="This is an example just to show how rename" t.rename input=toberenamed output=newname type=stvds t.remove input=newname type=stvds
SEE ALSO¶
t.create, t.support, t.register
AUTHOR¶
Sören Gebbert, Thünen Institute of Climate-Smart Agriculture
SOURCE CODE¶
Available at: t.rename source code (history)
Latest change: Thursday Dec 18 07:11:47 2025 in commit: cf870a5e49fd2643a55de543467edf5c2e61d640
Main index | Temporal index | Topics index | Keywords index | Graphical index | Full index
© 2003-2026 GRASS Development Team, GRASS 8.5.0RC1 Reference Manual
| GRASS 8.5.0RC1 |