Package shapefile provides a native Go reader for ESRI Shapefiles.
- Reads
.CPG
,.DBF
,.PRJ
,.SHP
, and.SHX
files. - Protection against malicious and malformed files.
- Scanner interface for random access.
- Uses
github.com/twpayne/go-geom
. - Well tested.
MIT