Rich Shepard wrote: > Apparently, g.copy works only within the current location/mapset. I have a > sites map and attribute data in grassbase/sitesLCC/rbs/ that I want to copy > to grassbase/Oregon/rbs. I also have a raster DEM that I want to copy to > that same location/mapset. Please point me to the appropriate commands.
You can't *copy* maps between locations, as different locations typically have different projections. You can re-project maps between locations with r.proj (raster) and v.proj (vector). -- Glynn Clements <[email protected]> _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
