[GRASS-dev] v.clean tool=rmline thresh= ?

Hamish hamish_b at yahoo.com
Tue Feb 5 05:40:04 EST 2008


Hi,

any reason why 'v.clean tool=rmline' doesn't respect thresh= to remove small lines? (like rmarea) Or is it just a matter of writing the code?
  http://trac.osgeo.org/grass/changeset/24404


workaround:
 v.db.addcol column='DOUBLE length'
 v.to.db option=length column=length
 v.extract where='length > $thresh'


thanks,
Hamish


More information about the grass-dev mailing list