Ticket #2256 (closed defect: fixed)

Opened 7 months ago

Last modified 5 months ago

Problem Opening ENVI Files

Reported by: jgr007 Assigned to: 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

03/04/08 16:08:02 changed by warmerdam

  • cc set to warmerdam.
  • component changed from default to GDAL_Raster.
  • owner changed from warmerdam to dmarino.
  • version changed from unspecified to svn-trunk.
  • milestone set to 1.6.0.
  • keywords set to envi.

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

03/04/08 16:14:56 changed by rouault

  • owner changed from dmarino to rouault.

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

03/04/08 16:19:54 changed by rouault

Yes, indeed. It was caused by r13740.

Fixed in trunk in r13928

03/04/08 16:37:58 changed by rouault

  • cc changed from warmerdam to warmerdam, dmarino.

05/08/08 05:53:50 changed by rouault

  • status changed from new to closed.
  • resolution set to fixed.