<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>Reading a zipped shapefile (with 4 shapefiles in it) via vsicurl and vsizip</div>
<div><br>
</div>
<div>ogrinfo /vsizip//vsicurl/http://www.srh.noaa.gov/images/shv/shp/Day1_Conv_Outlook/Day1_Conv_Outlook.latest.zip -ro CATEGORICAL</div>
<div>
<div>Layer name: CATEGORICAL</div>
<div>Geometry: Polygon</div>
<div>Feature Count: 1</div>
<div>Extent: (-119.600000, 24.217000) - (-75.125000, 49.378000)</div>
</div>
<div>…</div>
<div><br>
</div>
<div>Shows 1 feature but doesn't show the geometry.</div>
<div><br>
</div>
<div>Downloading and unzipping the file, does show the geometry.</div>
<div>
<div>
<div>Layer name: CATEGORICAL</div>
<div>Geometry: Polygon</div>
<div>Feature Count: 1</div>
<div>Extent: (-119.600000, 24.217000) - (-75.125000, 49.378000)</div>
</div>
<div>…</div>
<div>POLYGON ((-83.454 46.018,-85.01 45.94,-87.15 45.02,...</div>
</div>
<div><br>
</div>
<div>Just to be inconsistent, this file does show the geometry </div>
<div><br>
</div>
<div>ogrinfo /vsizip//vsicurl/http://www.srh.noaa.gov/images/shv/shp/Day2_Conv_Outlook/Day2_Conv_Outlook.latest.zip -ro CATEGORICAL</div>
<div><br>
</div>
<div>But others in the same file do not</div>
<div><br>
</div>
<div>ogrinfo /vsizip//vsicurl/http://www.srh.noaa.gov/images/shv/shp/Day2_Conv_Outlook/Day2_Conv_Outlook.latest.zip -ro WIND</div>
<div><br>
</div>
<div><br>
</div>
</body>
</html>