1r.unpack(1)                 GRASS GIS User's Manual                r.unpack(1)
2
3
4

NAME

6       r.unpack   -  Imports  a GRASS GIS specific raster archive file (packed
7       with r.pack) as a raster map
8

KEYWORDS

10       raster, import, copying
11

SYNOPSIS

13       r.unpack
14       r.unpack --help
15       r.unpack [-op] input=name.pack  [output=name]   [--overwrite]  [--help]
16       [--verbose]  [--quiet]  [--ui]
17
18   Flags:
19       -o
20           Override projection check (use current location’s projection)
21           Assume that the dataset has same projection as the current location
22
23       -p
24           Print projection information of input pack file and exit
25
26       --overwrite
27           Allow output files to overwrite existing files
28
29       --help
30           Print usage summary
31
32       --verbose
33           Verbose module output
34
35       --quiet
36           Quiet module output
37
38       --ui
39           Force launching GUI dialog
40
41   Parameters:
42       input=name.pack [required]
43           Name of input pack file
44
45       output=name
46           Name  for  output raster map (default: taken from input file inter‐
47           nals)
48

DESCRIPTION

50       r.unpack allows unpacking raster maps packed by r.pack.
51

NOTES

53       Name of the raster map is determined by default from pack  file  inter‐
54       nals.  Optionally the name can be given by output parameter.  Currently
55       only 2D raster maps are supported.
56

EXAMPLE

58       Pack up raster map aspect into aspect.pack file.
59       r.pack input=aspect
60       the raster map can be afterwards unpacked by
61       r.unpack input=aspect.pack
62

SEE ALSO

64        r.pack, r.in.gdal, v.pack
65

AUTHORS

67       Original Bash script written by Hamish Bowman,  Otago  University,  New
68       Zealand as GRASS AddOns
69       Converted  to  Python  and  updated for GRASS 7 by Martin Landa, CTU in
70       Prague, Czech Republic
71

SOURCE CODE

73       Available at: r.unpack source code (history)
74
75       Main index | Raster index | Topics index | Keywords index  |  Graphical
76       index | Full index
77
78       © 2003-2020 GRASS Development Team, GRASS GIS 7.8.5 Reference Manual
79
80
81
82GRASS 7.8.5                                                        r.unpack(1)
Impressum