Skip to content

raspi/GeoESRIShapeFile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Documentation

Install

go get -u github.com/raspi/GeoESRIShapeFile

Example

Soon(TM)

Releases

No releases published

Packages

No packages published

Languages