[GRASS-user] copying rasters between mapsets

I imported a raster that I would like to copy into a new mapset (there seem to be competing file access issues on the windows version of grass if I refer to the same file in the same mapset via raster@mapset) -- what is the best way to do this transfer from one grass mapset to another? Thanks!

--j

--
Jonathan A. Greenberg, PhD
Postdoctoral Scholar
Center for Spatial Technologies and Remote Sensing (CSTARS)
University of California, Davis
One Shields Avenue
The Barn, Room 250N
Davis, CA 95616
Cell: 415-794-5043
AIM: jgrn307, MSN: jgrn307@hotmail.com, Gchat: jgrn307

Jonathan:

I imported a raster that I would like to copy into a new mapset (there
seem to be competing file access issues on the windows version of grass
if I refer to the same file in the same mapset via raster@mapset) --

is that bug known/discussed/documented in winGrass wiki page?
ie better to fix bugs then work around them.

what is the best way to do this transfer from one grass
mapset to another? Thanks!

g.copy map@othermapset,map

or use g.mapsets to add the other mapset to the search path so it doesn't need @othermapset.

Hamish