Hi List,
I have ~800 LOCATIONS taking up ~1 TB. For each of these 800 locations I've created a mapset called SUBSET with a mask, a small non-mask region, and subset of data that takes up much less space.
I'd like to copy each of the SUBSET mapsets to my laptop from the external disk so I can work on it while I travel without the disk. I'm not sure how to best do this.
r.pack doesn't look like it would work. It warns, "Since the selected raster map is not exported but natively stored, the current region is not respected. Hence r.pack stores the entire raster map."
It seems like g.copy is one method, but I need to re-create each of the 800 locations with the correct projection.
Can I zip or tarball SUBSET and then unzip/tar it and will that work? Are there other files outside of the SUBSET mapset that I need to worry about?
Thanks,
-k.
On 2016-08-05 at 00:57, Ken Mankoff <mankoff@gmail.com> wrote:
I'd like to copy each of the SUBSET mapsets to my laptop from the
external disk so I can work on it while I travel without the disk. I'm
not sure how to best do this.
After a bit of trial and error, it looks like coping the SUBSET mapset, and then PERMANENT/* (but not recursive for the latter) works.
-k.
hi Ken,
On Aug 5, 2016 2:57 AM, “Ken Mankoff” <mankoff@gmail.com> wrote:
Hi List,
I have ~800 LOCATIONS taking up ~1 TB. For each of these 800 locations I’ve created a mapset called SUBSET with a mask, a small non-mask region, and subset of data that takes up much less space.
I’d like to copy each of the SUBSET mapsets to my laptop from the external disk so I can work on it while I travel without the disk. I’m not sure how to best do this.
r.pack doesn’t look like it would work. It warns, “Since the selected raster map is not exported but natively stored, the current region is not respected. Hence r.pack stores the entire raster map.”
It seems like g.copy is one method, but I need to re-create each of the 800 locations with the correct projection.
Can I zip or tarball SUBSET and then unzip/tar it and will that work? Are there other files outside of the SUBSET mapset that I need to worry about?
Yes that works but you need also the ASCII files in PERMANENT.
Best
Markus
Thanks,
-k.
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user