1t.copy(1)                   GRASS GIS User's Manual                  t.copy(1)
2
3
4

NAME

6       t.copy  - Creates a copy of a space time raster dataset.
7

KEYWORDS

9       temporal, copy, time
10

SYNOPSIS

12       t.copy
13       t.copy --help
14       t.copy   [-c]   input=name    [type=name]   output=name   [--overwrite]
15       [--help]  [--verbose]  [--quiet]  [--ui]
16
17   Flags:
18       -c
19           Also copy maps of the space-time dataset
20           By default the old maps are only registered in the new dataset.
21
22       --overwrite
23           Allow output files to overwrite existing files
24
25       --help
26           Print usage summary
27
28       --verbose
29           Verbose module output
30
31       --quiet
32           Quiet module output
33
34       --ui
35           Force launching GUI dialog
36
37   Parameters:
38       input=name [required]
39           Name of the input space time dataset
40
41       type=name
42           Type of the input space time dataset
43           Options: strds,  str3ds,  stvds
44           Default: strds
45
46       output=name [required]
47           Name of the output space time dataset
48

DESCRIPTION

50       The purpose of t.copy is to create a copy of a space time dataset.  The
51       new  space  time dataset will be located in the current mapset, whereas
52       the old space time dataset can be located in a different mapset as long
53       as this mapset is in the search path.
54
55       If  the  -c  flag is given, the maps of the old space time dataset will
56       also be copied to the current mapset, otherwise the original maps  will
57       be simply registered in the temporal database. The new copies will have
58       the same name as the old maps.
59

NOTES

61       A fully qualified name for the input space-time  dataset  is  only  re‐
62       quired  if  space-time  datasets  with the same name exist in different
63       mapsets.
64

EXAMPLE

66       In the North Carolina sample  dataset  with  the  separately  available
67       mapset   modis_lst   included,   copy  the  space-time  raster  dataset
68       LST_Day_monthly@modis_lst to the current mapset user1:
69       g.mapsets mapset=modis_lst operation=add
70       t.copy input=LST_Day_monthly@modis_lst type=strds output=LST_Day_monthly
71

SEE ALSO

73        t.rast.extract, t.rast3d.extract, t.vect.extract, t.info
74

AUTHOR

76       Markus Metz, mundialis
77

SOURCE CODE

79       Available at: t.copy source code (history)
80
81       Accessed: Mon Jun 20 16:47:46 2022
82
83       Main index | Temporal index | Topics index | Keywords index | Graphical
84       index | Full index
85
86       © 2003-2022 GRASS Development Team, GRASS GIS 8.2.0 Reference Manual
87
88
89
90GRASS 8.2.0                                                          t.copy(1)
Impressum