S2 geojson alternatives and similar packages
Based on the "Geographic" category.
Alternatively, view S2 geojson alternatives based on common mentions on social networks and blogs.
-
go-staticmaps
A go (golang) library and command line tool to render static map images using OpenStreetMap tiles. -
simplefeatures
Simple Features is a pure Go Implementation of the OpenGIS Simple Feature Access Specification -
geoserver
geoserver is a Go library for manipulating a GeoServer instance via the GeoServer REST API. -
Web-Mercator-Projection
A Go project to explore the math to calculate and present data in a map using the `Web Mercator Projection`
CodeRabbit: AI Code Reviews for Developers
Do you think we are missing an alternative of S2 geojson or a related project?
README
Preview
Summary
Draw a polygon on the map or paste a geoJSON and explore how the s2.RegionCoverer covers it with S2 cells depending on the min and max levels. Drop a marker and inspect the corresponding S2 cell.
- Display s2 cells on leaflet map using the region coverer.
- Convert geojson features to cell unions depending on the min and max levels (supported only Polygons and Points).
- Draw points and polygons.
- Check point & circle intersection with the geoJSON features.
Quick start
go run cmd/s2-geojson/main.go
Docker
docker run -p 8080:8080 --rm lmaroulis/s2-geojson
License
This project is licensed under the MIT License - see [the LICENSE file](LICENSE) for details.
*Note that all licence references and agreements mentioned in the S2 geojson README section above
are relevant to that project's source code only.