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.create(1) GRASS GIS User's Manual t.create(1)

t.create - Creates a space time dataset.

temporal, map management, create, time

t.create
t.create --help
t.create output=name [type=name] [temporaltype=name] semantictype=string title=string description=string [--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 output space time dataset

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

The temporal type of the space time dataset
Options: absolute, relative
Default: absolute

Semantic type of the space time dataset
Options: min, max, sum, mean
Default: mean

Title of the new space time dataset

Description of the new space time dataset

t.create is used to create space time datasets of type raster (STRDS), 3D raster (STR3DS) and vector (STVDS).

Space time datasets represent spatio-temporal fields in the temporal GRASS framework. They are designed to collect any amount of time stamped maps with time intervals and time instances. The temporal type of a space time dataset can be absolute (means with a fixed date) or relative (only sequential maps) and must be set during dataset creation along with the name and the description.

Time stamped maps can registered in and unregistered from space time datasets. The spatio-temporal extent as well as the metadata of a space time dataset is derived from its registered maps. Hence the metadata is dependent from the dataset type (raster, 3D raster, vector).

Create a raster space time datasets

t.create type=strds temporaltype=absolute \

output=precipitation_monthly \
title="Monthly precipitation" \
description="Dataset with monthly precipitation"

Create a vector space time datasets

t.create type=stvds temporaltype=relative \

output=precipitation_monthly_30y \
title="Monthly precipitation 30 years" \
description="Test dataset with monthly average \
precipitation in the last 30 year"

t.register, t.remove, t.info

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

Available at: t.create source code (history)

Latest change: Thursday Feb 03 11:10:06 2022 in commit: 547ff44e6aecfb4c9cbf6a4717fc14e521bec0be

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.