DESCRIPTION
v.unpack allows to unpack vector maps packed by v.pack.
NOTES
Name of the vector map is determined by default from pack file
internals. Optionaly the name can be given by output parameter.
EXAMPLE
Pack up vector map random_point into random_point.pack file.
v.pack input=random_point
the vector map can be afterwards unpacked by
v.unpack input=random_point.pack
SEE ALSO
v.pack,
v.in.ogr
AUTHORS
Luca Delucchi, Fondazione E. Mach (Italy), based on the r.unpack code
Last changed: $Date: 2012-11-25 02:59:42 -0800 (Sun, 25 Nov 2012) $