jonas-p / go-shp

Go library for reading and writing ESRI Shapefiles. Pure Golang implementation based on the ESRI Shapefile technical description.
MIT License
255 stars 67 forks source link

Support for ZIP files #5

Closed fawick closed 7 years ago

fawick commented 7 years ago

Attempt to fix #4

This PR adds a new interface SequentialReader that allows serial access to the shapes in a shapefile.