From f315b48973c39ae8a03eb032b796a3cb0f95dab8 Mon Sep 17 00:00:00 2001 From: Joe Chotard Date: Fri, 10 Jan 2025 11:58:34 -0500 Subject: [PATCH 1/2] add tools --- website/docs/community/applications.md | 1 + website/docs/community/bindings.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/website/docs/community/applications.md b/website/docs/community/applications.md index 85a88efb1..cd455185a 100644 --- a/website/docs/community/applications.md +++ b/website/docs/community/applications.md @@ -11,3 +11,4 @@ The following applications use H3. Contributions to this list are welcome, pleas - [kepler.gl](http://kepler.gl/) - An open source geospatial analysis tool - [pydeck](https://deckgl.readthedocs.io/) - High-scale spatial rendering in Python, powered by deck.gl +- [h3-viewer](https://h3.chotard.com/) - Debugging tool to visualise h3 on mercator projection, powered by deck.gl diff --git a/website/docs/community/bindings.md b/website/docs/community/bindings.md index 632ed98a5..663ac2a8f 100644 --- a/website/docs/community/bindings.md +++ b/website/docs/community/bindings.md @@ -137,4 +137,5 @@ As a C library, bindings can be made to call H3 functions from different program ## Spark -- [kevinschaich/h3-pyspark](https://github.com/kevinschaich/h3-pyspark) +- [kevinschaich/h3-pyspark](https://github.com/kevinschaich/h3-pyspark) (3.x) +- [jchotard/h3spark](https://github.com/JosephChotard/h3spark) (4.x) From 0afca8a87fbb8138adc7537776d21104df99602c Mon Sep 17 00:00:00 2001 From: Joe Chotard Date: Fri, 10 Jan 2025 12:18:27 -0500 Subject: [PATCH 2/2] put latest version first --- website/docs/community/bindings.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/docs/community/bindings.md b/website/docs/community/bindings.md index 663ac2a8f..331a0c17b 100644 --- a/website/docs/community/bindings.md +++ b/website/docs/community/bindings.md @@ -137,5 +137,6 @@ As a C library, bindings can be made to call H3 functions from different program ## Spark -- [kevinschaich/h3-pyspark](https://github.com/kevinschaich/h3-pyspark) (3.x) - [jchotard/h3spark](https://github.com/JosephChotard/h3spark) (4.x) +- [kevinschaich/h3-pyspark](https://github.com/kevinschaich/h3-pyspark) (3.x) +