[GRASS-dev] [GRASS GIS] #2409: last call for options keys consolidation
GRASS GIS
trac at osgeo.org
Mon Sep 15 19:13:58 PDT 2014
#2409: last call for options keys consolidation
----------------------------------+-----------------------------------------
Reporter: martinl | Owner: grass-dev@…
Type: task | Status: new
Priority: blocker | Milestone: 7.0.0
Component: Default | Version: unspecified
Keywords: standardized options | Platform: Unspecified
Cpu: Unspecified |
----------------------------------+-----------------------------------------
Comment(by wenzeslaus):
`r.texture` still has the option named `prefix`, not `basename` (#2136):
* http://grass.osgeo.org/grass64/manuals/r.texture.html
* http://grass.osgeo.org/grass70/manuals/r.texture.html
* http://grass.osgeo.org/grass71/manuals/r.texture.html
Also the separator of basename and suffix should be resolved (I suppose
that it is a dot now, needs resolving of discussion in #2136).
Alternative is to use the approach taken in G7:r.neighbors where no
`basename`/`prefix` is used. Instead the standard `output` is used with
`multiple: yes` which simplifies the things in the sense that names must
be explicitly provided by user. This approach is easier for programmers
using the module but might be slightly more challenging for users running
the module manually (but it might be more understandable too since it is
clear what is the output).
''If you think this should be a separate ticket, please copy, paste and
create.''
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2409#comment:12>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list