Opened 13 years ago

Closed 13 years ago

#3811 closed defect (fixed)

GDALGetFileList() for a large ERDAS IMG data set does not report IGE file

Reported by: rbanfield Owned by: warmerdam
Priority: normal Milestone: 1.7.3
Component: GDAL_Raster Version: 1.7.2
Severity: normal Keywords: HFA ige gdalgetfilelist
Cc:

Description

When reading a large Erdas imagine data set having a "large raster spill file" .ige file, GDALGetFileList() does not report the .ige file as belonging to the data set. Reading the data set proceeds otherwise as expected.

% gdalinfo ~/ERDAS.img Driver: HFA/Erdas Imagine Images (.img) Files: /home/rbanfield/ERDAS.img Size is 69552, 67341 ...

Change History (2)

comment:1 by warmerdam, 13 years ago

Component: defaultGDAL_Raster
Keywords: HFA added; erdas img removed
Status: newassigned

I have confirmed that GDAL 1.7 and GDAL trunk do not capture the .ige file in the file list. Confirmed with ~/data/imagine/big.{img,ige} on my personal file collection. I will attempt to correct this.

comment:2 by warmerdam, 13 years ago

Milestone: 1.7.3
Resolution: fixed
Status: assignedclosed

corrected in trunk (r21006), 1.7 (r21007) and a test has been added in trunk (r21008).

Note: See TracTickets for help on using tickets.