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

NAME

6       t.rast.import  - Imports space time raster dataset.
7

KEYWORDS

9       temporal, import, raster, time, create location
10

SYNOPSIS

12       t.rast.import
13       t.rast.import --help
14       t.rast.import   [-rleoc]   input=name   output=name   [basename=string]
15       directory=name     [title=string]      [description=string]      [loca‐
16       tion=string]   [memory=memory in MB]   [--overwrite]  [--help]  [--ver‐
17       bose]  [--quiet]  [--ui]
18
19   Flags:
20       -r
21           Set the current region from the last map that was imported
22
23       -l
24           Link the raster files using r.external
25
26       -e
27           Extend location extents based on new dataset
28
29       -o
30           Override projection check (use current location’s projection)
31           Assume that the dataset has same projection as the current location
32
33       -c
34           Create the location specified by the "location" parameter and exit.
35           Do not import the space time raster datasets.
36
37       --overwrite
38           Allow output files to overwrite existing files
39
40       --help
41           Print usage summary
42
43       --verbose
44           Verbose module output
45
46       --quiet
47           Quiet module output
48
49       --ui
50           Force launching GUI dialog
51
52   Parameters:
53       input=name [required]
54           Name of input file
55
56       output=name [required]
57           Name of the output space time raster dataset
58
59       basename=string
60           Basename of the new generated output maps
61           A  numerical  suffix separated by an underscore will be attached to
62           create a unique identifier
63
64       directory=name [required]
65           Path to the extraction directory
66           Default: /tmp
67
68       title=string
69           Title of the new space time dataset
70
71       description=string
72           Description of the new space time dataset
73
74       location=string
75           Create a new location and import the data into it. Do not run  this
76           module  in  parallel  or interrupt it when a new location should be
77           created
78
79       memory=memory in MB
80           Maximum memory to be used (in MB)
81           Cache size for raster rows
82           Default: 300
83

DESCRIPTION

85       t.rast.import imports a space time  raster  dataset  archive  that  was
86       exported with t.rast.export.
87

NOTES

89       Optionally  a  base  map  name  can  be provided to avoid that existing
90       raster maps are overwritten by the map names that are used in the STRDS
91       archive.
92
93       The  directory is used as work directory in case of import but can also
94       be used as a data directory when using GeoTIFF for the data exchange.
95

EXAMPLE

97       The North Carolina space time dataset contains a  data  package  called
98       lst_daily.tar.bzip2  with  daily data from MODIS LST. Import it by run‐
99       ning:
100       t.rast.import input=lst_daily.tar.bzip2 output=lst_daily \
101                     basename=lst directory=/tmp
102

SEE ALSO

104        t.rast.export, t.create, t.info, r.in.gdal, r.unpack, t.vect.import
105

AUTHOR

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

SOURCE CODE

110       Available at: t.rast.import source code (history)
111
112       Main index | Temporal index | Topics index | Keywords index | Graphical
113       index | Full index
114
115       © 2003-2020 GRASS Development Team, GRASS GIS 7.8.5 Reference Manual
116
117
118
119GRASS 7.8.5                                                   t.rast.import(1)
Impressum