DOKK / manpages / debian 10 / grass-doc / t.rename.1grass.en
t.rename(1grass) Grass User's Manual t.rename(1grass)

t.rename - Renames a space time dataset

temporal, map management, rename, time

t.rename
t.rename --help
t.rename input=name output=name [type=name] [--overwrite] [--help] [--verbose] [--quiet] [--ui]


Allow output files to overwrite existing files

Print usage summary

Verbose module output

Quiet module output

Force launching GUI dialog


Name of the input space time dataset

Name of the output space time dataset

Type of the input space time dataset
Options: strds, stvds, str3ds
Default: strds

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

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

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

t.create, t.support, t.register

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

Last changed: $Date: 2015-09-12 11:38:35 +0200 (Sat, 12 Sep 2015) $

Available at: t.rename source code (history)

Main index | Temporal index | Topics index | Keywords index | Graphical index | Full index

© 2003-2019 GRASS Development Team, GRASS GIS 7.6.0 Reference Manual

GRASS 7.6.0