From 551b644b1ce09e2f9b6546b4a0fb21f7315c6bd6 Mon Sep 17 00:00:00 2001 From: Leonidas Maroulis Date: Tue, 31 Mar 2020 06:26:38 +0300 Subject: [PATCH] Add s2-geojson (#3026) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce903dd8..1b6fb5d8 100644 --- a/README.md +++ b/README.md @@ -803,6 +803,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [mbtileserver](https://github.com/consbio/mbtileserver) - A simple Go-based server for map tiles stored in mbtiles format. * [osm](https://github.com/paulmach/osm) - Library for reading, writing and working with OpenStreetMap data and APIs. * [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. * [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).