logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

t.rename - Renames a space time dataset

Author

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

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.

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

Keywords

       temporal, map management, rename, time

Name

t.rename  - Renames a space time dataset

Notes

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

See Also

t.create,t.support,t.register

Source Code

       Available at: t.rename source code (history)

       Accessed: Friday Apr 04 01:21:15 2025

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

       © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual

GRASS 8.4.1                                                                                     t.rename(1grass)

Synopsis

t.renamet.rename--helpt.renameinput=nameoutput=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

See Also