1t.rast.import(1)              Grass 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=integer]   [--overwrite]  [--help]  [--verbose]
17       [--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=integer
80           Maximum memory to be used (in MB)
81           Cache size for raster rows
82           Options: 0-2047
83           Default: 300
84

DESCRIPTION

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

NOTES

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

EXAMPLE

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

SEE ALSO

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

AUTHOR

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

SOURCE CODE

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