Skip to content

h12w/go-shapefile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-shapefile

Go binding to the shapefile library.

About shapefile

The Esri shapefile, or simply a shapefile, is a popular geospatial vector data format for geographic information system software.

ESRI Shapefile Technical Description: http://www.esri.com/library/whitepapers/pdfs/shapefile.pdf

Dependencies

Shapefile C Library: http://shapelib.maptools.org

For Ubuntu Linux, install with:

apt-get install shapelib

For OS X, install with:

brew install shapelib

Installation

go get -u github.com/hailiang/go-shapefile

Example usage

See examples/example.go for basic example usage to load a .shp file (and its .dbf companian file).

go run examples/example.go map/bou2_4p.shp

About

Go binding to the shapefile library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages