[GRASS-dev] [GRASS GIS] #2409: last call for options keys consolidation
GRASS GIS
trac at osgeo.org
Sun Jan 11 11:01:32 PST 2015
#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 neteler):
While checking all QGIS processing files
(https://github.com/qgis/QGIS/tree/master/python/plugins/processing/algs/grass7)
I have cleaned up lib/gis/renamed_options (r64056 + r64057, r64062 +
r64063).
The following issues are open (TODO):
* r.mapcalculator: outfile -> output? (any implications in the wxGUI?)
* r.param.scape: param -> method?
* r.walk; percent_memory -> memory?
Then here I suggest to update for consistency:
{{{
v.lidar.correction
sce Interpolation spline step value in east direction
default: 25
scn Interpolation spline step value in north direction
default: 25
--> ew_step/ns_step (as in v.surf.bspline)
v.lidar.edgedetection
see Interpolation spline step value in east direction
default: 4
sen Interpolation spline step value in north direction
default: 4
--> ew_step/ns_step (as in v.surf.bspline)
No idea if the default values should be the same?
}}}
Eventually a potential issue in file "lib/gis/renamed_options":
{{{
# r.reclass.area
r.reclass.area|lesser,greater:value, mode
--> syntax ok?
}}}
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2409#comment:183>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list