From cb99c736ff2e635d1559dacd9b2c28ef78987d1d Mon Sep 17 00:00:00 2001 From: Peter Stace Date: Wed, 14 Jul 2021 05:33:52 +1000 Subject: [PATCH] Add simplefeatures --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 60f63614..bbe8d32f 100644 --- a/README.md +++ b/README.md @@ -889,6 +889,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [pbf](https://github.com/maguro/pbf) - OpenStreetMap PBF golang encoder/decoder. * [S2 geojson](https://github.com/pantrif/s2-geojson) - Convert geojson to s2 cells & demonstrating some S2 geometry features on map. * [S2 geometry](https://github.com/golang/geo) - S2 geometry library in Go. +* [simplefeatures](https://github.com/peterstace/simplefeatures) - simplesfeatures is a 2D geometry library that provides Go types that model geometries, as well as algorithms that operate on them. * [Tile38](https://github.com/tidwall/tile38) - Geolocation DB with spatial index and realtime geofencing. * [WGS84](https://github.com/wroge/wgs84) - Library for Coordinate Conversion and Transformation (ETRS89, OSGB36, NAD83, RGF93, Web Mercator, UTM).