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.
- Host: GitHub
- URL: https://github.com/twpayne/go-shapefile
- Owner: twpayne
- License: mit
- Created: 2022-11-17T22:42:35.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-22T08:55:15.000Z (over 1 year ago)
- Last Synced: 2024-10-14T21:07:51.325Z (12 months ago)
- Topics: dbf, esri, geospatial, gis, go, golang, prj, shapefile, shp, shx
- Language: Go
- Homepage:
- Size: 338 KB
- Stars: 18
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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