Re: [GRASS-user] v.patch and v.clean: how to preserve atribute table

2009-04-04 Thread Jarek Jasiewicz
Thanks, I made it in similar ways with export to shapefile but I tryied to avoid export ... Paolo Craveri pisze: Hi Jarek 2009/3/31 Jarek Jasiewicz jar...@amu.edu.pl: problem seems to be very simple; [...] Any suggestion how to join these bundle of polygons into one vector and

Re: [GRASS-user] v.patch and v.clean: how to preserve atribute table

2009-04-01 Thread Paolo Craveri
Hi Jarek 2009/3/31 Jarek Jasiewicz jar...@amu.edu.pl: problem seems to be very simple; [...] Any suggestion how to join these bundle of polygons into one vector and preserve its attributies? I have tried this: #!/bin/bash # # spearfish60 db.connect

[GRASS-user] v.patch and v.clean: how to preserve atribute table

2009-03-31 Thread Jarek Jasiewicz
Hi problem seems to be very simple; I have several (over thousand) vectors of polygons with attribute tables (every vector has one polygon). I must join them in one vector file so I do it with followning comands. patchw=`g.mlist type=vect pattern=a_?? separator=,` v.patch input=$patchw