.TH t.copy 1grass "" "GRASS 8.3.2" "GRASS GIS User's Manual" .SH NAME \fI\fBt.copy\fR\fR \- Creates a copy of a space time raster dataset. .SH KEYWORDS temporal, copy, time .SH SYNOPSIS \fBt.copy\fR .br \fBt.copy \-\-help\fR .br \fBt.copy\fR [\-\fBc\fR] \fBinput\fR=\fIname\fR [\fBtype\fR=\fIname\fR] \fBoutput\fR=\fIname\fR [\-\-\fBoverwrite\fR] [\-\-\fBhelp\fR] [\-\-\fBverbose\fR] [\-\-\fBquiet\fR] [\-\-\fBui\fR] .SS Flags: .IP "\fB\-c\fR" 4m .br Also copy maps of the space\-time dataset .br By default the old maps are only registered in the new dataset. .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 "\fBinput\fR=\fIname\fR \fB[required]\fR" 4m .br Name of the input space time dataset .IP "\fBtype\fR=\fIname\fR" 4m .br Type of the input space time dataset .br Options: \fIstrds, str3ds, stvds\fR .br Default: \fIstrds\fR .IP "\fBoutput\fR=\fIname\fR \fB[required]\fR" 4m .br Name of the output space time dataset .SH DESCRIPTION The purpose of \fBt.copy\fR is to create a copy of a space time dataset. The new space time dataset will be located in the current mapset, whereas the old space time dataset can be located in a different mapset as long as this mapset is in the search path. .PP If the \fI\-c\fR flag is given, the maps of the old space time dataset will also be copied to the current mapset, otherwise the original maps will be simply registered in the temporal database. The new copies will have the same name as the old maps. .SH NOTES A fully qualified name for the input space\-time dataset is only required if space\-time datasets with the same name exist in different mapsets. .SH EXAMPLE In the North Carolina sample dataset with the separately available mapset \fImodis_lst\fR included, copy the space\-time raster dataset \fILST_Day_monthly@modis_lst\fR to the current mapset \fIuser1\fR: .br .nf \fC g.mapsets mapset=modis_lst operation=add t.copy input=LST_Day_monthly@modis_lst type=strds output=LST_Day_monthly \fR .fi .SH SEE ALSO \fI t.rast.extract, t.rast3d.extract, t.vect.extract, t.info \fR .SH AUTHOR Markus Metz, mundialis .SH SOURCE CODE .PP Available at: t.copy source code (history) .PP Accessed: Thursday Mar 07 18:16:14 2024 .PP Main index | Temporal index | Topics index | Keywords index | Graphical index | Full index .PP © 2003\-2024 GRASS Development Team, GRASS GIS 8.3.2 Reference Manual