Opened 15 years ago

Closed 15 years ago

#2656 closed defect (fixed)

The logic for guessing HDF-EOS dataset is wrong on this HDF dataset

Reported by: gaopeng Owned by: warmerdam
Priority: normal Milestone: 1.6.0
Component: GDAL_Raster Version: unspecified
Severity: normal Keywords: hdf4
Cc: dron

Description

The logic for guessing HDF-EOS dataset added at Revision 1.33 (2006/11/23 13:23:56) is wrong on this test dataset. It detects it's a HDF-EOS dataset, but it can't correctly open it. Removing the added logic fixes the problem.

Attachments (1)

ASTER_L1A.hdf (64.8 KB ) - added by gaopeng 15 years ago.

Download all attachments as: .zip

Change History (3)

by gaopeng, 15 years ago

Attachment: ASTER_L1A.hdf added

comment:1 by Even Rouault, 15 years ago

Cc: dron added
Component: defaultGDAL_Raster
Keywords: hdf4 added

comment:2 by dron, 15 years ago

Resolution: fixed
Status: newclosed

There is nothing wrong with that logic (r10365). This dataset just not contain neither HDF-EOS Grids, nor Swaths. It contains a raster image though (one more HDF abstarction). I have changed the HDF logic to read raster images in HDF-EOS files too. See r15691.

Best regards,
Andrey

Note: See TracTickets for help on using tickets.