#646: v.clean GUI enhancement
-------------------------+--------------------------------------------------
Reporter: mmetz | Owner: grass-dev@lists.osgeo.org
Type: enhancement | Status: new
Priority: normal | Milestone: 6.4.0
Component: default | Version: unspecified
Keywords: | Platform: Unspecified
Cpu: Unspecified |
-------------------------+--------------------------------------------------
The GUI, both tcltk and wx, do not allow to make full use of the power of
v.clean, e.g. something like v.clean tool=bpol,rmdupl,break,rmdupl can not
be constructed with the GUI.
In principle, something like for r.colors in wxGUI (Color rules) would be
nice (cleaning tool instead of raster value, threshold instead of color)
where you can add cleaning tools in any order you like, each with its own
threshold value.
There is a new GUI dialog for v.clean in trunk r42266. Try in the GRASS 7
wxGUI
Vector -> Develop vector map -> Clean vector map
I would like so see something like this in 6.x too because the standard
dialog does not allow to define and change the order in which several
cleaning tools should be applied. Some wxGUI guru should have a look at it
first, though.
Replying to [comment:2 mmetz]:
> I would like so see something like this in 6.x too because the
> standard dialog does not allow to define and change the order in
> which several cleaning tools should be applied.
see the existing GUI wrapper for v.type which gets around this for
something similar (yet different).
Replying to [comment:3 hamish]:
> Replying to [comment:2 mmetz]:
> > I would like so see something like this in 6.x too because the
> > standard dialog does not allow to define and change the order in
> > which several cleaning tools should be applied.
>
> see the existing GUI wrapper for v.type which gets around this for
something similar (yet different).
>
> source:grass/branches/develbranch_6/gui/scripts/v.type_wrapper.sh
> source:grass/branches/develbranch_6/gui/scripts/v.type_wrapper.py
>
Umh, maybe see grass/trunk/gui/wxpython/gui_modules/vclean.py for some
inspiration on how to boost v.type_wrapper.py