.TH t.rename 1grass "" "GRASS 7.8.5" "GRASS GIS User's Manual" .SH NAME \fI\fBt.rename\fR\fR \- Renames a space time dataset .SH KEYWORDS temporal, map management, rename, time .SH SYNOPSIS \fBt.rename\fR .br \fBt.rename \-\-help\fR .br \fBt.rename\fR \fBinput\fR=\fIname\fR \fBoutput\fR=\fIname\fR [\fBtype\fR=\fIname\fR] [\-\-\fBoverwrite\fR] [\-\-\fBhelp\fR] [\-\-\fBverbose\fR] [\-\-\fBquiet\fR] [\-\-\fBui\fR] .SS Flags: .IP "\fB\-\-overwrite\fR" 4m .br Allow output files to overwrite existing files .IP "\fB\-\-help\fR" 4m .br Print usage summary .IP "\fB\-\-verbose\fR" 4m .br Verbose module output .IP "\fB\-\-quiet\fR" 4m .br Quiet module output .IP "\fB\-\-ui\fR" 4m .br Force launching GUI dialog .SS Parameters: .IP "\fBinput\fR=\fIname\fR \fB[required]\fR" 4m .br Name of the input space time dataset .IP "\fBoutput\fR=\fIname\fR \fB[required]\fR" 4m .br Name of the output space time dataset .IP "\fBtype\fR=\fIname\fR" 4m .br Type of the input space time dataset .br Options: \fIstrds, stvds, str3ds\fR .br Default: \fIstrds\fR .SH DESCRIPTION This module renames space time datasets of different types (STRDS, STVDS, STR3DS) and updates the space time dataset register entries of the registered maps. .SH NOTES Renaming of space time datasets works only for SQLite based temporal databases. .SH EXAMPLE A new vector space time dataset will be created, renamed and in the end removed .br .nf \fC #Create new and empty STVDS t.create type=stvds output=toberenamed semantictype=mean \(rs title=\(dqExample to rename\(dq \(rs description=\(dqThis is an example just to show how rename\(dq t.rename input=toberenamed output=newname type=stvds t.remove input=newname type=stvds \fR .fi .SH SEE ALSO \fI t.create, t.support, t.register \fR .SH AUTHOR Sören Gebbert, Thünen Institute of Climate\-Smart Agriculture .SH SOURCE CODE .PP Available at: t.rename source code (history) .PP Main index | Temporal index | Topics index | Keywords index | Graphical index | Full index .PP © 2003\-2020 GRASS Development Team, GRASS GIS 7.8.5 Reference Manual