GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
t.rename(1) GRASS GIS User's Manual t.rename(1)

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

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.

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

Available at: t.rename source code (history)

Latest change: Tuesday Dec 17 20:17:20 2024 in commit: d962e90c026708a4815ea2b9f46c0e84c17de22d

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

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.