t.upgrade
Upgrades the version of the temporal database.
t.upgrade [--verbose] [--quiet] [--qq] [--ui]
Example:
t.upgrade
grass.script.run_command("t.upgrade", verbose=False, quiet=False, superquiet=False)
Example:
gs.run_command("t.upgrade")
Parameters
--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--qq
Very quiet module output
--ui
Force launching GUI dialog
verbose: bool, optional
Verbose module output
Default: False
quiet: bool, optional
Quiet module output
Default: False
superquiet: bool, optional
Very quiet module output
Default: False
DESCRIPTION
The t.upgrade module upgrades the temporal database in the current mapset from version 2 (default in GRASS 7) to 3 (default in GRASS 8). The version 3 introduces a semantic label support, see i.band.library for details.
EXAMPLE
t.upgrade
SEE ALSO
AUTHORS
Martin Landa and Markus Neteler
SOURCE CODE
Available at: t.upgrade source code
(history)
Latest change: Friday Feb 07 19:16:09 2025 in commit a82a39f