[GRASS-dev] [GRASS GIS] #1801: r3.in.ascii fails in GRASS6.4.3
GRASS GIS
trac at osgeo.org
Sun Feb 3 02:52:39 PST 2013
#1801: r3.in.ascii fails in GRASS6.4.3
------------------------------------------+---------------------------------
Reporter: helena | Owner: grass-dev@…
Type: defect | Status: new
Priority: critical | Milestone: 6.4.3
Component: Raster3D | Version: svn-releasebranch64
Keywords: r3.in.ascii, raster3d import | Platform: MacOSX
Cpu: OSX/Intel |
------------------------------------------+---------------------------------
Comment(by mmetz):
Replying to [comment:3 neteler]:
> (This also applies to GRASS 7)
>
> The default:default looks confusing and useless to me:
{{{
nv String representing NULL value data cell (use 'none' if
no such value)
default: none
type Data type used in the output file
options: default,double,float
default: default
precision Precision used in the output file (default, max, or 0 to
52)
default: default
compression The compression method used in the output file
options: default,rle,none
default: default
tiledimension The dimensions of the tiles used in the output file
default: default
}}}
>
> Bad initialization in lib/g3d/g3dparam.c I suppose.
In trunk, the defaults are read from environment variables. If the
corresponding variables are not set, internal defaults are used. With
regard to the affected options, I would suggest to remove the default
answer, i.e. have
{{{
nv String representing NULL value data cell (use 'none' if
no such value)
default: none
type Data type used in the output file
options: double,float
precision Precision used in the output file (max, or 0 to 52)
compression The compression method used in the output file
options: rle,none
tiledimension The dimensions of the tiles used in the output file
}}}
If no answer is given to these options, use internal defaults. OK?
Markus M
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1801#comment:6>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list