[GRASS-dev] [GRASS GIS] #2437: order parameters in g.remove window
GRASS GIS
trac at osgeo.org
Mon Sep 29 12:48:33 PDT 2014
#2437: order parameters in g.remove window
-------------------------+--------------------------------------------------
Reporter: pvanbosgeo | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal | Milestone: 7.1.0
Component: Default | Version: unspecified
Keywords: g.remove | Platform: All
Cpu: Unspecified |
-------------------------+--------------------------------------------------
Comment(by annakrat):
Yes, I am not satisfied either, I always overlook it and I go to the
Pattern tab and use the exclude instead of the pattern option. So beside
the change of order, we should also consider renaming the 'Pattern' tab to
'Exclusion' perhaps? Or move exclude option to Optional? I personally
don't use exclusion very often.
Changing the order between type and pattern would mean that you would
write:
{{{
g.remove "mymap_*" type=rast
}}}
instead of
{{{
g.remove rast pattern="mymap_*"
}}}
unless we do some special trick in the GUI which I would try to avoid.
Would this change of the first parameter do any harm?
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2437#comment:1>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list