Opened 12 years ago

Closed 9 years ago

#4770 closed defect (fixed)

E00 Driver Error For Compressed Files Missing

Reported by: warmerdam Owned by: warmerdam
Priority: normal Milestone:
Component: OGR_SF Version: svn-trunk
Severity: normal Keywords: e00
Cc:

Description

Attempting to open the attached file with ogrinfo fails but without making the error message visible that it ought to:

                 CPLError(CE_Failure, CPLE_OpenFailed, 
                         "This looks like a compressed E00 file and cannot be "
                         "processed directly. You may need to uncompress it "
                         "first using the E00compr library or the e00conv "
                         "program." );

Attachments (1)

russia_short.e00 (492 bytes ) - added by warmerdam 12 years ago.
header of compressed file.

Download all attachments as: .zip

Change History (3)

by warmerdam, 12 years ago

Attachment: russia_short.e00 added

header of compressed file.

comment:1 by warmerdam, 12 years ago

Status: newassigned

I have made an update to preserve the error message about compressed files (r24747). Parts of this need to be upstreamed to the avce00 library.

comment:2 by Jukka Rahkonen, 9 years ago

Resolution: fixed
Status: assignedclosed

Ogrinfo GDAL 2.0-dev shows:

ogrinfo russia_short.e00
ERROR 4: This looks like a compressed E00 file and cannot 
be processed directly. You may need to uncompress it first 
using the E00compr library or the  e00conv program.

Seems to be OK from GDAL users perspective. Not sure about what has happened with the upstreamed avce00 library but I close the ticket anyway.

Note: See TracTickets for help on using tickets.