[GRASS-user] v.patch -a

Hamish hamish_b at yahoo.com
Mon Feb 4 23:25:55 EST 2008


Hamish wrote:
> I am trying to understand 'v.patch -a'.
> 
> if I try:
>   v.patch -a in="map1,map2" out="map1" --overwrite
> 
> I get an error:
>   ERROR: Output vector map <map1> is used as input
> 
> The flag description indicates that is ok if --o is used:
> Flags:
>   -a   Append files to existing file (overwriting existing files must
> be activated)
> 
> ??


I got it. The correct syntax for the above would be:

  v.patch -a in="map2" out="map1" --overwrite


I'll add an example to the help page.


Hamish




      ____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  http://tools.search.yahoo.com/newsearch/category.php?category=shopping



More information about the grass-user mailing list