1v.unpack(1) Grass User's Manual v.unpack(1)
2
3
4
6 v.unpack - Imports a GRASS GIS specific vector archive file (packed
7 with v.pack) as a vector map
8
10 vector, import, copying
11
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
50 v.unpack allows unpacking vector maps packed by v.pack.
51
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
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
63 v.pack, v.in.ogr, r.pack
64
66 Luca Delucchi, Fondazione E. Mach (Italy), based on the r.unpack code
67
68 Last changed: $Date: 2015-09-05 17:57:08 +0200 (Sat, 05 Sep 2015) $
69
71 Available at: v.unpack source code (history)
72
73 Main index | Vector index | Topics index | Keywords index | Graphical
74 index | Full index
75
76 © 2003-2019 GRASS Development Team, GRASS GIS 7.4.4 Reference Manual
77
78
79
80GRASS 7.4.4 v.unpack(1)