.TH v.unpack 1grass "" "GRASS 7.8.5" "GRASS GIS User's Manual" .SH NAME \fI\fBv.unpack\fR\fR \- Imports a GRASS GIS specific vector archive file (packed with v.pack) as a vector map .SH KEYWORDS vector, import, copying .SH SYNOPSIS \fBv.unpack\fR .br \fBv.unpack \-\-help\fR .br \fBv.unpack\fR [\-\fBop\fR] \fBinput\fR=\fIname.pack\fR [\fBoutput\fR=\fIname\fR] [\-\-\fBoverwrite\fR] [\-\-\fBhelp\fR] [\-\-\fBverbose\fR] [\-\-\fBquiet\fR] [\-\-\fBui\fR] .SS Flags: .IP "\fB\-o\fR" 4m .br Override projection check (use current location\(cqs projection) .br Assume that the dataset has same projection as the current location .IP "\fB\-p\fR" 4m .br Print projection information of input pack file and exit .IP "\fB\-\-overwrite\fR" 4m .br Allow output files to overwrite existing files .IP "\fB\-\-help\fR" 4m .br Print usage summary .IP "\fB\-\-verbose\fR" 4m .br Verbose module output .IP "\fB\-\-quiet\fR" 4m .br Quiet module output .IP "\fB\-\-ui\fR" 4m .br Force launching GUI dialog .SS Parameters: .IP "\fBinput\fR=\fIname.pack\fR \fB[required]\fR" 4m .br Name of input pack file .IP "\fBoutput\fR=\fIname\fR" 4m .br Name for output vector map .br Default: taken from input file internals .SH DESCRIPTION \fIv.unpack\fR allows unpacking vector maps packed by \fIv.pack\fR. .SH NOTES Name of the vector map is determined by default from pack file internals. Optionally the name can be given by \fBoutput\fR parameter. .SH EXAMPLE Pack up vector map \fIrandom_point\fR into \fIrandom_point.pack\fR file. .br .nf \fC v.pack input=random_point \fR .fi the vector map can be afterwards unpacked by .br .nf \fC v.unpack input=random_point.pack \fR .fi .SH SEE ALSO \fI v.pack, v.in.ogr, r.pack \fR .SH AUTHORS Luca Delucchi, Fondazione E. Mach (Italy), based on the \fIr.unpack\fR code .SH SOURCE CODE .PP Available at: v.unpack source code (history) .PP Main index | Vector index | Topics index | Keywords index | Graphical index | Full index .PP © 2003\-2020 GRASS Development Team, GRASS GIS 7.8.5 Reference Manual