Opened 16 years ago

Closed 16 years ago

#2256 closed defect (fixed)

Problem Opening ENVI Files

Reported by: jgr007 Owned by: Even Rouault
Priority: normal Milestone: 1.6.0
Component: GDAL_Raster Version: svn-trunk
Severity: normal Keywords: envi
Cc: warmerdam, dmarino

Description

Hi,

I'm using gdal through FWTools to process ENVI files. I'm trying to use both precompiled binary utilites (gdalinfo, etc.) and the python interface. I've encountered problems with FWTools 2.1.0 (I'm not sure which GDAL version Frank is using for 2.1.0) on a Windows XP 32-bit machine.

I tried three different combinations of ENVI files:

1 - myfile, myfile.hdr

2 - myfile.envi.dat, myfile.envi.hdr

3 - myfile.envi, myfile.envi.hdr

gdalinfo and gdal.Open() work fine for all three combinations on my machine (WindowsXP 32-bit) with FWTools 2.0.6.

With FWTools 2.1.0:

  • The first two combinations both work with gdalinfo and gdal.Open()
  • The third one does not seem to work with gdalinfo or gdal.Open()

I posted to FWTools list and Frank confirmed the problem. He said it appears to be specific to the GDAL trunk and asked me to submit a bug report here.

Change History (5)

comment:1 by warmerdam, 16 years ago

Cc: warmerdam added
Component: defaultGDAL_Raster
Keywords: envi added
Milestone: 1.6.0
Owner: changed from warmerdam to dmarino
Version: unspecifiedsvn-trunk

Turning over to Donnie who plans to look at it after the 12th.

comment:2 by Even Rouault, 16 years ago

Owner: changed from dmarino to Even Rouault

I think I might be responsible for this. Turning the ticket to me.

comment:3 by Even Rouault, 16 years ago

Yes, indeed. It was caused by r13740.

Fixed in trunk in r13928

comment:4 by Even Rouault, 16 years ago

Cc: dmarino added

comment:5 by Even Rouault, 16 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.