Re: [gdal-dev] Reading shapefile from ZIP archive (c++)
nes the file to open. > > Docs at: https://gdal.org/user/virtual_file_systems.html#vsizip-zip-archives > > Cheers, > > Daniel > > > On Tue, 6 Sept 2022 at 15:30, Sharon Eldor wrote: > >> Hi, >> Trying to read shapefiles from a zip archive, I am running:
[gdal-dev] Reading shapefile from ZIP archive (c++)
Hi, Trying to read shapefiles from a zip archive, I am running: GDALDataset::Open('/vsizip//parks-and-recreation-feature-map-d.zip', GDAL_OF_VECTOR | GDAL_OF_READONLY | GDAL_OF_VERBOSE_ERROR | GDAL_OF_SHARED, NULL, NULL, NULL )