[GRASS-dev] [GRASS GIS] #1390: fully qualified name on g.mlist
GRASS GIS
trac at osgeo.org
Wed Feb 13 15:43:07 PST 2013
#1390: fully qualified name on g.mlist
-------------------------+--------------------------------------------------
Reporter: lucadelu | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal | Milestone: 7.0.0
Component: Default | Version: svn-trunk
Keywords: g.mlist | Platform: All
Cpu: Unspecified |
-------------------------+--------------------------------------------------
Comment(by hamish):
again, there are valid arguments on both sides, but one technical reason
not to use -m by default: it chews up CLI space if you use it like {{{
g.module input=`g.mlist rast sep=,` }}}, since often you have lots of maps
but just 4096 chars to describe them in. And when you overflow that the
error can do odd things (e.g. if the buffer ends right at the end of a map
name [~10% chance] and it then silently gives you a r.series result for
the first ~275 days of data instead of 365).
I'm sure others can think of pulling from the wrong mapset scenarios, I
guess it's a case of which alternative fails the safest^2 * user demand.
Hamish
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1390#comment:8>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list