This commit is contained in:
Jakob Miksch 2026-04-09 15:49:41 +02:00 committed by GitHub
commit 2b48891d25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1335,6 +1335,8 @@ _Geographic tools and servers_
- [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.
- [pg_featureserv](https://github.com/CrunchyData/pg_featureserv) - A geospatial feature server for PostGIS.
- [pg_tileserv](https://github.com/CrunchyData/pg_tileserv) - A PostGIS-only tile server.
- [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.