Provided by: grass-doc_6.4.3-3_all bug

NAME

       r.unpack  - Unpacks a raster map packed with r.pack.

KEYWORDS

       raster, copying

SYNOPSIS

       r.unpack
       r.unpack help
       r.unpack [-o] input=string  [output=name]   [--overwrite]  [--verbose]  [--quiet]

   Flags:
       -o
           Override projection check (use current location's projection)

       --overwrite
           Allow output files to overwrite existing files

       --verbose
           Verbose module output

       --quiet
           Quiet module output

   Parameters:
       input=string
           Name of input pack file

       output=name
           Name for output raster map (default: taken from input file internals)

DESCRIPTION

       r.unpack  unpacks  a  GRASS  raster map and related support files (color table etc) packed
       with r.pack.

EXAMPLE

       This  command  restores  the   raster   map   "elevation.dem"   from   the   export   file
       "elevation.dem.pack" for example transferred from another computer:
       r.unpack elevation.dem.pack

SEE ALSO

       r.pack

AUTHOR

       Hamish Bowman, Otago University, New Zealand

       Last changed: $Date: 2011-02-27 09:33:36 -0800 (Sun, 27 Feb 2011) $

       Full index

       © 2003-2013 GRASS Development Team