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

NAME

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

KEYWORDS

10       vector, import, copying
11

SYNOPSIS

13       v.unpack
14       v.unpack --help
15       v.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 vector map
47           Default: taken from input file internals
48

DESCRIPTION

50       v.unpack allows unpacking vector maps packed by v.pack.
51

NOTES

53       Name  of  the vector map is determined by default from pack file inter‐
54       nals. Optionally the name can be given by output parameter.
55

EXAMPLE

57       Pack up vector map random_point into random_point.pack file.
58       v.pack input=random_point
59       the vector map can be afterwards unpacked by
60       v.unpack input=random_point.pack
61

SEE ALSO

63        v.pack, v.in.ogr, r.pack
64

AUTHOR

66       Luca Delucchi, Fondazione E. Mach (Italy), based on the r.unpack code
67

SOURCE CODE

69       Available at: v.unpack source code (history)
70
71       Accessed: Saturday Jan 21 21:17:04 2023
72
73       Main index | Vector index | Topics index | Keywords index  |  Graphical
74       index | Full index
75
76       © 2003-2023 GRASS Development Team, GRASS GIS 8.2.1 Reference Manual
77
78
79
80GRASS 8.2.1                                                        v.unpack(1)
Impressum