[GRASS-user] deleting vectors not having any attribute

Hamish hamish_nospam at yahoo.com
Wed Jan 24 22:37:02 EST 2007


temiz wrote:
> how can I eliminate the vectors that does not have any attribute ?
> when I try to delete that records in postgresql, I think grass keeps
> vectors internally ?


v.extract only copies features with a cat.

I think it is an error for the cat column to be NULL in the attribute table.

v.extract or d.vect with a SQL where= query should help.



Hamish




More information about the grass-user mailing list