[GRASS-user] Copying Raster Maps to Another Partition/Disk

   I need to make space on my server's hard drive; the unclipped raster maps
for one project have taken all available space. I'm now formatting (ext3) an
external 3G hard drive for data storage use and want to move the large files
there, then work on isolating the project area on each one at a time.

   g.copy, according to the manual page, copies from another mapset in the
search path to the current mapset. What command should I use if I want to
copy a single raster map to another device (e.g., from ~/grassdata/project/
to /dev/sdb) to ensure that all relevant files are moved? The directory
structure of ~/grassdata/project is:

VAR cats/ cell_misc/ dbf/ hist/ windows/
WIND cell/ cellhd/ fcell/ vector/

and I want to move the raster maps dem_east and dem_west. Then I'll copy
back one at a time to work on it.

Rich

  g.copy, according to the manual page, copies from another mapset in the
search path to the current mapset. What command should I use if I want to
copy a single raster map to another device (e.g., from ~/grassdata/project/
to /dev/sdb) to ensure that all relevant files are moved?

http://grass.osgeo.org/wiki/GRASS_AddOns#r.pack

r.pack and r.unpack are two GRASS scripts for transferring raster maps to
anothr transferring raster maps to another computer as a single compressed
file incl

-----
best regards
Helmut
--
View this message in context: http://osgeo-org.1560.n6.nabble.com/Copying-Raster-Maps-to-Another-Partition-Disk-tp4570911p4571072.html
Sent from the Grass - Users mailing list archive at Nabble.com.

On Mon, 12 Mar 2012, Helmut Kudrnovsky wrote:

http://grass.osgeo.org/wiki/GRASS_AddOns#r.pack

r.pack and r.unpack are two GRASS scripts for transferring raster maps to
anothr transferring raster maps to another computer as a single compressed
file incl

Helmut,

   Ah. No wonder they're not in the list of raster commands.

Thanks,

Rich