[GRASSLIST:1054] Re: gdal problem
Keith J. Forbes
listsemail at gmx.net
Wed Aug 27 13:49:37 EDT 2003
On Wednesday 27 August 2003 06:27 pm, you wrote:
> Keith J. Forbes wrote:
> > On Wednesday 27 August 2003 06:14 pm, you wrote:
> >> > Would updating to 1.1.9 help?
> >>
> >>Keith,
> >>
> >>While there have been a few improvements to arc/info binary grid support
> >>I doubt updating to 1.1.9 will help; however, you should update to the
> >>GDAL night snapshot before reporting a bug via bugzilla.
> >>
> >>Best regards,
> >
> > Frank. Thanks, was actually about to report when your email arrived. How
> > do I update to the
> >
> >>GDAL night snapshot before reporting a bug via bugzilla.??
> >
> > (Linux newbie, sorry)
>
> Keith,
>
> Download, build and install:
>
> ftp://ftp.remotesensing.org/gdal/daily/gdal-cvs-030827.tar.gz
>
> If you aren't very confident about doing that, just report the bug and I
> will try it. Note you will have to make the problem data available.
> Either by attaching to the bugzilla bug report (if it is small, say 2MB or
> less) or by making it available to me some other way.
>
> Best regards,
--
k|J|f
Thanks Frank. Actually, it was the night snapshot part that threw me :). Can
do tarball installations.
Tried gdalinfo from outside of project directory (above) and it worked. Within
etp, on .adf files, no such luck.
r.in.gdal continues with segmentation fault error.
will install latest snapshot and let you know.
Best,
Keith
-------
from directory above project directory (etp)
GRASS:~/grass5/datasrc/hadrm/a2c_con > gdalinfo etp
Driver: AIG/Arc/Info Binary Grid
Size is 280, 578
Coordinate System is `'
Origin = (81427.250000,577941.764648)
Pixel Size = (1000.000000,-1000.000000)
Corner Coordinates:
Upper Left ( 81427.250, 577941.765)
Lower Left ( 81427.250, -58.235)
Upper Right ( 361427.250, 577941.765)
Lower Right ( 361427.250, -58.235)
Center ( 221427.250, 288941.765)
Band 1 Block=280x4 Type=Float32, ColorInterp=Undefined
Min=1093.500 Max=2000.600
NoData Value=-3.40282e+38
GRASS:~/grass5/datasrc/hadrm/a2c_con > gdalinfo etp/w001001x.adf
Driver: AIG/Arc/Info Binary Grid
Size is 280, 578
Coordinate System is `'
Origin = (81427.250000,577941.764648)
Pixel Size = (1000.000000,-1000.000000)
Corner Coordinates:
Upper Left ( 81427.250, 577941.765)
Lower Left ( 81427.250, -58.235)
Upper Right ( 361427.250, 577941.765)
Lower Right ( 361427.250, -58.235)
Center ( 221427.250, 288941.765)
Band 1 Block=280x4 Type=Float32, ColorInterp=Undefined
Min=1093.500 Max=2000.600
NoData Value=-3.40282e+38
GRASS:~/grass5/datasrc/hadrm/a2c_con > gdalinfo etp/hdr.adf
Driver: AIG/Arc/Info Binary Grid
Size is 280, 578
Coordinate System is `'
Origin = (81427.250000,577941.764648)
Pixel Size = (1000.000000,-1000.000000)
Corner Coordinates:
Upper Left ( 81427.250, 577941.765)
Lower Left ( 81427.250, -58.235)
Upper Right ( 361427.250, 577941.765)
Lower Right ( 361427.250, -58.235)
Center ( 221427.250, 288941.765)
Band 1 Block=280x4 Type=Float32, ColorInterp=Undefined
Min=1093.500 Max=2000.600
NoData Value=-3.40282e+38
--------------
within etp
GRASS:~/grass5/datasrc/hadrm/a2c_con/etp > gdalinfo hdr.adf
ERROR 4: `hdr.adf' not recognised as a supported file format.
GDALOpen failed - 4
`hdr.adf' not recognised as a supported file format.
GRASS:~/grass5/datasrc/hadrm/a2c_con/etp > gdalinfo w001001x.adf
ERROR 4: `w001001x.adf' not recognised as a supported file format.
GDALOpen failed - 4
`w001001x.adf' not recognised as a supported file format.
---------
trying r.in.gdal
GRASS:~/grass5/datasrc/hadrm/a2c_con > r.in.gdal input=etp output=etp
Segmentation fault
GRASS:~/grass5/datasrc/hadrm/a2c_con > r.in.gdal input=etp output=etpnew
Segmentation fault
GRASS:~/grass5/datasrc/hadrm/a2c_con > cd etp
GRASS:~/grass5/datasrc/hadrm/a2c_con/etp > r.in.gdal input=w001001x.adf
output=etp
ERROR 4: `w001001x.adf' not recognised as a supported file format.
GRASS:~ > r.in.gdal input=/home/keith/grass5/datasrc/hadrm/a2c_con/etp/
output=etp1
Segmentation fault
GRASS:~ > r.in.gdal
input=/home/keith/grass5/datasrc/hadrm/a2c_con/etp/w001001x.adf output=etp1
Segmentation fault
More information about the grass-user
mailing list