.TH r.unpack 1grass "" "GRASS 7.8.5" "GRASS GIS User's Manual" .SH NAME \fI\fBr.unpack\fR\fR \- Imports a GRASS GIS specific raster archive file (packed with r.pack) as a raster map .SH KEYWORDS raster, import, copying .SH SYNOPSIS \fBr.unpack\fR .br \fBr.unpack \-\-help\fR .br \fBr.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 raster map (default: taken from input file internals) .SH DESCRIPTION \fIr.unpack\fR allows unpacking raster maps packed by \fIr.pack\fR. .SH NOTES Name of the raster map is determined by default from pack file internals. Optionally the name can be given by \fBoutput\fR parameter. Currently only 2D raster maps are supported. .SH EXAMPLE Pack up raster map \fIaspect\fR into \fIaspect.pack\fR file. .br .nf \fC r.pack input=aspect \fR .fi the raster map can be afterwards unpacked by .br .nf \fC r.unpack input=aspect.pack \fR .fi .SH SEE ALSO \fI r.pack, r.in.gdal, v.pack \fR .SH AUTHORS Original Bash script written by Hamish Bowman, Otago University, New Zealand as GRASS AddOns .br Converted to Python and updated for GRASS 7 by Martin Landa, CTU in Prague, Czech Republic .SH SOURCE CODE .PP Available at: r.unpack source code (history) .PP Main index | Raster index | Topics index | Keywords index | Graphical index | Full index .PP © 2003\-2020 GRASS Development Team, GRASS GIS 7.8.5 Reference Manual