[GRASS-dev] [GRASS GIS] #646: v.clean GUI enhancement

#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.

Thanks,

Markus M

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/646&gt;
GRASS GIS <http://grass.osgeo.org>

#646: v.clean GUI enhancement
--------------------------+-------------------------------------------------
  Reporter: mmetz | Owner: grass-dev@lists.osgeo.org
      Type: enhancement | Status: new
  Priority: normal | Milestone: 6.5.0
Component: wxGUI | Version: 6.4.0 RCs
Resolution: | Keywords:
  Platform: Unspecified | Cpu: Unspecified
--------------------------+-------------------------------------------------
Changes (by mmetz):

  * version: unspecified => 6.4.0 RCs
  * component: default => wxGUI
  * milestone: 6.4.0 => 6.5.0

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/646#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>

#646: v.clean GUI enhancement
--------------------------+-------------------------------------------------
  Reporter: mmetz | Owner: grass-dev@lists.osgeo.org
      Type: enhancement | Status: new
  Priority: normal | Milestone: 7.0.0
Component: wxGUI | Version: 6.4.0 RCs
Resolution: | Keywords:
  Platform: Unspecified | Cpu: Unspecified
--------------------------+-------------------------------------------------
Changes (by mmetz):

  * milestone: 6.5.0 => 7.0.0

Comment:

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.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/646#comment:2&gt;
GRASS GIS <http://grass.osgeo.org>

#646: v.clean GUI enhancement
--------------------------+-------------------------------------------------
  Reporter: mmetz | Owner: grass-dev@lists.osgeo.org
      Type: enhancement | Status: new
  Priority: normal | Milestone: 7.0.0
Component: wxGUI | Version: 6.4.0 RCs
Resolution: | Keywords:
  Platform: Unspecified | Cpu: Unspecified
--------------------------+-------------------------------------------------
Comment (by 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

Hamish

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/646#comment:3&gt;
GRASS GIS <http://grass.osgeo.org>

#646: v.clean GUI enhancement
--------------------------+-------------------------------------------------
  Reporter: mmetz | Owner: grass-dev@lists.osgeo.org
      Type: enhancement | Status: new
  Priority: normal | Milestone: 7.0.0
Component: wxGUI | Version: 6.4.0 RCs
Resolution: | Keywords: v.clean
  Platform: Unspecified | Cpu: Unspecified
--------------------------+-------------------------------------------------
Changes (by hamish):

  * keywords: => v.clean

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/646#comment:4&gt;
GRASS GIS <http://grass.osgeo.org>

#646: v.clean GUI enhancement
--------------------------+-------------------------------------------------
  Reporter: mmetz | Owner: grass-dev@lists.osgeo.org
      Type: enhancement | Status: new
  Priority: normal | Milestone: 7.0.0
Component: wxGUI | Version: 6.4.0 RCs
Resolution: | Keywords: v.clean
  Platform: Unspecified | Cpu: Unspecified
--------------------------+-------------------------------------------------
Comment (by mmetz):

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 :wink:

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/646#comment:5&gt;
GRASS GIS <http://grass.osgeo.org>

#646: v.clean GUI enhancement
--------------------------+-------------------------------------------------
  Reporter: mmetz | Owner: grass-dev@…
      Type: enhancement | Status: closed
  Priority: normal | Milestone: 7.0.0
Component: wxGUI | Version: 6.4.0 RCs
Resolution: fixed | Keywords: v.clean
  Platform: Unspecified | Cpu: Unspecified
--------------------------+-------------------------------------------------
Changes (by martinl):

  * status: new => closed
  * resolution: => fixed

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/646#comment:6&gt;
GRASS GIS <http://grass.osgeo.org>