Opened 15 years ago
Closed 14 years ago
#646 closed enhancement (fixed)
v.clean GUI enhancement
Reported by: | mmetz | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.0 |
Component: | wxGUI | Version: | 6.4.0 RCs |
Keywords: | v.clean | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
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.
Thanks,
Markus M
Change History (6)
comment:1 by , 15 years ago
Component: | default → wxGUI |
---|---|
Milestone: | 6.4.0 → 6.5.0 |
Version: | unspecified → 6.4.0 RCs |
follow-up: 3 comment:2 by , 15 years ago
Milestone: | 6.5.0 → 7.0.0 |
---|
follow-up: 5 comment:3 by , 15 years ago
Replying to 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
Hamish
comment:4 by , 15 years ago
Keywords: | v.clean added |
---|
comment:5 by , 15 years ago
Replying to hamish:
Replying to 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 ;-)
comment:6 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
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.