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

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

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)