jonas-p / go-shp

Go library for reading and writing ESRI Shapefiles. Pure Golang implementation based on the ESRI Shapefile technical description.
MIT License
255 stars 68 forks source link

Add spatial index #23

Open fawick opened 6 years ago

fawick commented 6 years ago

I suggested go-shp to be used as a geometry provider in the vector tile server Tegola here: https://github.com/terranodo/tegola/issues/160

They were open to the idea and suggested that go-shp implemented a spatial index. This issue is meant to keep track of that.