From f0336b52967034eeec4245aa99b1c2361e97fad9 Mon Sep 17 00:00:00 2001 From: Hui Zheng <2249215+hui-zheng@users.noreply.github.com> Date: Fri, 24 Feb 2023 10:43:48 -0800 Subject: [PATCH] Update bindings.md (#754) * Update bindings.md Added the recently h3 implementation by Databricks. https://www.databricks.com/blog/2023/01/12/supercharging-h3-geospatial-analytics.html * Update website/docs/community/bindings.md Co-authored-by: David Ellis --------- Co-authored-by: David Ellis --- website/docs/community/bindings.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/community/bindings.md b/website/docs/community/bindings.md index 89c66296c..0ed11c2ea 100644 --- a/website/docs/community/bindings.md +++ b/website/docs/community/bindings.md @@ -37,6 +37,10 @@ As a C library, bindings can be made to call H3 functions from different program - [festelo/h3_flutter](https://github.com/festelo/h3_flutter) +## Databricks + +- [H3 geospatial functions](https://docs.databricks.com/sql/language-manual/sql-ref-h3-geospatial-functions.html) + ## Delphi - [SkybuckFlying/h3_delphi](https://github.com/SkybuckFlying/h3_delphi)