From 4a6a066b8ea64cf3611d6f54cbcd45edcd6a4b3a Mon Sep 17 00:00:00 2001 From: Joseph Gilley Date: Wed, 28 Dec 2022 18:07:11 -0800 Subject: [PATCH] fix link to h3-go entry (#4665) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2415489c..df67829c 100644 --- a/README.md +++ b/README.md @@ -1162,7 +1162,7 @@ _Geographic tools and servers_ - [geoserver](https://github.com/hishamkaram/geoserver) - geoserver Is a Go Package For Manipulating a GeoServer Instance via the GeoServer REST API. - [gismanager](https://github.com/hishamkaram/gismanager) - Publish Your GIS Data(Vector Data) to PostGIS and Geoserver. - [godal](https://github.com/airbusgeo/godal) - Go wrapper for GDAL. -- [h3-go] - Go bindings for H3, a hierarchical hexagonal geospatial indexing system. +- [H3](https://github.com/uber/h3-go) - Go bindings for H3, a hierarchical hexagonal geospatial indexing system. - [H3 GeoJSON](https://github.com/mmadfox/go-geojson2h3) - Conversion utilities between H3 indexes and GeoJSON. - [H3GeoDist](https://github.com/mmadfox/go-h3geo-dist) - Distribution of Uber H3geo cells by virtual nodes. - [mbtileserver](https://github.com/consbio/mbtileserver) - A simple Go-based server for map tiles stored in mbtiles format.