[GRASS-dev] [GRASS GIS] #1801: r3.in.ascii fails in GRASS6.4.3
GRASS GIS
trac at osgeo.org
Sun Feb 3 02:41:44 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:4 helena]:
> I found that r3.in.ascii fails when there is nulls exported as * in the
ascii file
>
> GRASS 6.4.3svn (nc_spm_05):~/grassdata/indata/test3d > r3.in.ascii
hatelevnull3d.asci out=test3d_importfpnull
>
> Loading data ... (484x654x10)
>
> ERROR: asciiToG3d: read failed
>
> if I replace * with 0 it reads the file OK
>
> GRASS 6.4.3svn (nc_spm_05):~/grassdata/indata/test3d > r3.in.ascii
hatelev_test3d.asci out=test3d_importfp0
>
> Loading data ... (484x654x10)
>
> r3.in.ascii complete.
>
>
>
> but as mentioned above, the initialization of the parameters has bugs,
for example, if I try to define null as *
> (which is the default for r3.out.ascii) I get error
>
> GRASS 6.4.3svn (nc_spm_05):~/grassdata/indata/test3d > r3.in.ascii
hatelevnull3d.asci out=test3d_importfpnull nv=* --o
>
> ERROR: getParams: NULL-value value invalid
>
> (nv="*" does not help)
Fixed for relbr64 and devbr6 in r54862-3. Trunk was not affected. I have
also changed the default nv answer to "*", as in trunk.
Markus M
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1801#comment:5>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list