[GRASS-user] How to remove small vectors in a shapefile in GRASS 6.4.1

Hello,

I want to remove small vector in a shp. I tried with v.generalize but I only
managed to remove segment of a line.

The image shows in black the vectors I want to "clean". And in green is the
result I obtained with v.generalize.

Has someone an idea?

Thanks

Lucien

http://osgeo-org.1560.n6.nabble.com/file/n4472852/courbes-niveau.png

--
View this message in context: http://osgeo-org.1560.n6.nabble.com/How-to-remove-small-vectors-in-a-shapefile-in-GRASS-6-4-1-tp4472852p4472852.html
Sent from the Grass - Users mailing list archive at Nabble.com.

On Wed, Feb 15, 2012 at 5:46 PM, lucien.blandenier
<lucien.blandenier@unine.ch> wrote:

Hello,

I want to remove small vector in a shp. I tried with v.generalize but I only
managed to remove segment of a line.

The image shows in black the vectors I want to "clean". And in green is the
result I obtained with v.generalize.

Has someone an idea?

Try v.clean tool=rmarea threshold=XXX
That will remove all areas smaller than XXX.

HTH,

Markus M