An open API service indexing awesome lists of open source software.

https://github.com/twpayne/go-shapefile

Package shapefile provides a native Go reader for ESRI Shapefiles.
https://github.com/twpayne/go-shapefile

dbf esri geospatial gis go golang prj shapefile shp shx

Last synced: 7 months ago
JSON representation

Package shapefile provides a native Go reader for ESRI Shapefiles.

Awesome Lists containing this project

README

          

# go-shapefile

[![PkgGoDev](https://pkg.go.dev/badge/github.com/twpayne/go-shapefile)](https://pkg.go.dev/github.com/twpayne/go-shapefile)

Package shapefile provides a native Go reader for ESRI Shapefiles.

## Features

* 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`](https://github.com/twpayne/go-geom).
* Well tested.

## License

MIT