Hi,

2012/2/15 Johannes Radinger <[email protected]>:
> I tried to copy a vector from my user mapset into
> the PERMANENT mapset of the same location with g.copy.

you have write access only for the current mapset. In other words, you
need to switch to PERMANENT and call `g.copy` from the target mapset.

> g.copy vect=Treene_GK@Treene,Treene_simple@PERMANENT 
> region=region_treene@Treene,region_Treene@PERMANENT
> Illegal filename. Character <@> not allowed.
> <Treene_simple@PERMANENT> is an illegal file name
> Illegal filename. Character <@> not allowed.
> <region_Treene@PERMANENT> is an illegal file name
> (Wed Feb 15 10:57:31 2012) Command finished (0 sec)

g.mapset PERMANENT
g.copy vect=Treene_GK@Treene,Treene_simple
region=region_treene@Treene,region_Treene

> Maybe that is not the correct command..is there a simple way
> to perform that copy? Or do I need to export/import the files?

Well, the error message is not clear enough...

Martin

-- 
Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa
_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to