.TH t.create 1grass "" "GRASS 8.3.1" "GRASS GIS User's Manual" .SH NAME \fI\fBt.create\fR\fR \- Creates a space time dataset. .SH KEYWORDS temporal, map management, create, time .SH SYNOPSIS \fBt.create\fR .br \fBt.create \-\-help\fR .br \fBt.create\fR \fBoutput\fR=\fIname\fR [\fBtype\fR=\fIname\fR] [\fBtemporaltype\fR=\fIname\fR] \fBsemantictype\fR=\fIstring\fR \fBtitle\fR=\fIstring\fR \fBdescription\fR=\fIstring\fR [\-\-\fBoverwrite\fR] [\-\-\fBhelp\fR] [\-\-\fBverbose\fR] [\-\-\fBquiet\fR] [\-\-\fBui\fR] .SS Flags: .IP "\fB\-\-overwrite\fR" 4m .br Allow output files to overwrite existing files .IP "\fB\-\-help\fR" 4m .br Print usage summary .IP "\fB\-\-verbose\fR" 4m .br Verbose module output .IP "\fB\-\-quiet\fR" 4m .br Quiet module output .IP "\fB\-\-ui\fR" 4m .br Force launching GUI dialog .SS Parameters: .IP "\fBoutput\fR=\fIname\fR \fB[required]\fR" 4m .br Name of the output space time dataset .IP "\fBtype\fR=\fIname\fR" 4m .br Type of the output space time dataset .br Options: \fIstrds, stvds, str3ds\fR .br Default: \fIstrds\fR .IP "\fBtemporaltype\fR=\fIname\fR" 4m .br The temporal type of the space time dataset .br Options: \fIabsolute, relative\fR .br Default: \fIabsolute\fR .IP "\fBsemantictype\fR=\fIstring\fR \fB[required]\fR" 4m .br Semantic type of the space time dataset .br Options: \fImin, max, sum, mean\fR .br Default: \fImean\fR .IP "\fBtitle\fR=\fIstring\fR \fB[required]\fR" 4m .br Title of the new space time dataset .IP "\fBdescription\fR=\fIstring\fR \fB[required]\fR" 4m .br Description of the new space time dataset .SH DESCRIPTION \fIt.create\fR is used to create space time datasets of type raster (STRDS), 3D raster (STR3DS) and vector (STVDS). .PP 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. .PP 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). .SH EXAMPLE .SS Absolute STRDS dataset Create a raster space time datasets .br .nf \fC t.create type=strds temporaltype=absolute \(rs output=precipitation_monthly \(rs title=\(dqMonthly precipitation\(dq \(rs description=\(dqDataset with monthly precipitation\(dq \fR .fi .SS Relative STVDS dataset Create a vector space time datasets .br .nf \fC t.create type=stvds temporaltype=relative \(rs output=precipitation_monthly_30y \(rs title=\(dqMonthly precipitation 30 years\(dq \(rs description=\(dqTest dataset with monthly average \(rs precipitation in the last 30 year\(dq \fR .fi .SH SEE ALSO \fI t.register, t.remove, t.info \fR .SH AUTHOR Sören Gebbert, Thünen Institute of Climate\-Smart Agriculture .SH SOURCE CODE .PP Available at: t.create source code (history) .PP Accessed: Sunday Dec 17 17:22:52 2023 .PP Main index | Temporal index | Topics index | Keywords index | Graphical index | Full index .PP © 2003\-2023 GRASS Development Team, GRASS GIS 8.3.1 Reference Manual