[GRASS-dev] [GRASS GIS] #2409: last call for options keys consolidation
GRASS GIS
trac at osgeo.org
Sun Nov 30 04:02:49 PST 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 martinl):
Replying to [comment:73 martinl]:
> another option could to my mind. To use 'raster3d' and modify the parser
in the way that it would support also 'rast' and 'rast3d' with appropriate
warning
>
{{{
> g.list rast,rast3d
> WARNING: Option <rast> has been renamed to <raster>. Please update your
script.
> WARNING: Option <rast3d> has been renamed to <raster3d>. Please update
your script.
> raster maps...
> 3d raster maps...
}}}
Personally I am still for '3draster' (and to solve PyGRASS issue raised by
Anna), so
{{{
g.list rast,rast3d
WARNING: Option <rast> has been renamed to <raster>. Please update your
script.
WARNING: Option <rast3d> has been renamed to <3draster>. Please update
your script.
raster maps...
3d raster maps...
}}}
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2409#comment:74>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list