Dear all,<br>I have a vector file created with r.to.vect tool:<br>r.to.vect my_rast output=my_vect feature=area <br><br>The created vector has about 200 areas without centroids. I used v.centroids to update them:<br><br>v.centroids input=my_vect output=my_vect_with_centroids cat=max_centr_my_vect+1<br>
<br>I then run v.clean on the new vector<br>v.clean my_vect_with_centroids output=my_vect_clean  tool=break,rmdupl,rmsa,bpol <br><br>The my_vect_clean has an updated number of rows.<br><br>I need to use the created vector in POSTGRESQL for further analysis and statistics. However the rows count in the associated attribute table is still the same as before the centroids and the cleaning.<br>
<br>I think I am missing something rather basic here, but I can not figure what I should do to convince POSTGRESQL that 200 rows have been added. I am even not sure this is the proper way to deal with this. Any comments  or suggestions will be very welcomed.<br>
<br>Thank you very much in advance.<br><br>Laura <br><br>