shawnlaffan / Geo-ShapeFile

A perl library for reading shapefiles
https://metacpan.org/module/Geo::ShapeFile
2 stars 1 forks source link

support direct reading from zip archives #20

Open shawnlaffan opened 7 years ago

shawnlaffan commented 7 years ago

See http://www.perlmonks.org/?node_id=1188191

shawnlaffan commented 5 years ago

This can be done using the GDAL /vsizip virtual system interface, accessible through Geo::GDAL::FFI.

Leaving this open for now.