Opened 12 years ago

Closed 12 years ago

#4748 closed defect (fixed)

/vsizip appear to skip a feature

Reported by: msmitherdc Owned by: warmerdam
Priority: normal Milestone: 1.9.2
Component: default Version:
Severity: normal Keywords: vsizip, vsil
Cc:

Description

when accessing through /vsizip, less features are returned that when not using /vsizip

This is on current trunk

Attachments (2)

vsizip_results.txt (23.7 KB ) - added by msmitherdc 12 years ago.
results from vsizip operation compared with direct access
vsizip_only_results.txt (8.8 KB ) - added by msmitherdc 12 years ago.

Download all attachments as: .zip

Change History (6)

by msmitherdc, 12 years ago

Attachment: vsizip_results.txt added

results from vsizip operation compared with direct access

comment:1 by Even Rouault, 12 years ago

What about if you try with /vsizip only (zip file downloaded) ? :

ogrinfo /vsizip/Day1_Conv_Outlook/Day1_Conv_Outlook.latest.zip -ro HAIL --debug on

comment:2 by Even Rouault, 12 years ago

actually, I meant that (if you are in the directory where the zip is downloaded) :

ogrinfo /vsizip/Day1_Conv_Outlook.latest.zip -ro HAIL --debug on

comment:3 by msmitherdc, 12 years ago

Same result. Only one feature shows

by msmitherdc, 12 years ago

Attachment: vsizip_only_results.txt added

comment:4 by Even Rouault, 12 years ago

Milestone: 2.0.01.9.2
Resolution: fixed
Status: newclosed
Version: svn-trunk

r24684 /trunk/gdal/port/cpl_vsil_gzip.cpp: /vsizip: fix handling of Eof() that could cause missed last feature(s) of zipped shapefiles (#4748)

r24685 /branches/1.9/gdal/port/cpl_vsil_gzip.cpp: /vsizip: fix handling of Eof() that could cause missed last feature(s) of zipped shapefiles (#4748)

Note: See TracTickets for help on using tickets.