From 36e77e840aa532497fe23de8f4c14955e5383084 Mon Sep 17 00:00:00 2001 From: mmadfox Date: Sat, 21 May 2022 09:01:00 +0300 Subject: [PATCH] add H3GeoDist (#4222) * Add H3GeoDist * change order Co-authored-by: Phani Rithvij --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 89f06d93..bc28a227 100644 --- a/README.md +++ b/README.md @@ -1147,6 +1147,7 @@ _Geographic tools and servers_ - [godal](https://github.com/airbusgeo/godal) - Go wrapper for GDAL. - [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. - [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.