https://github.com/raspi/geoesrishapefile
ESRI Shapefile for Go
https://github.com/raspi/geoesrishapefile
esri geocoding go shapefile
Last synced: 7 months ago
JSON representation
ESRI Shapefile for Go
- Host: GitHub
- URL: https://github.com/raspi/geoesrishapefile
- Owner: raspi
- License: apache-2.0
- Created: 2019-08-25T08:55:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-25T16:52:02.000Z (about 6 years ago)
- Last Synced: 2025-01-08T11:42:31.927Z (9 months ago)
- Topics: esri, geocoding, go, shapefile
- Language: Go
- Homepage:
- Size: 332 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GeoESRIShapeFile
ESRI Shapefile for Go.It's bad. See: http://switchfromshapefile.org/
You'll need at least these files:
* `my_database.shp` - The main ESRI ShapeFile
* `my_database.shx` - The ESRI ShapeFile Index offsets for fast lookups
* `my_database.dbx` - dBase database file for various metadata, see [DBF README notes](dbf/)
## Documentation* [Documentation directory](_doc/)
* [DBF README notes](dbf/)## Install
go get -u github.com/raspi/GeoESRIShapeFile
## Example
Soon(TM)