1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147
|
---
id: bindings
title: Bindings
sidebar_label: Bindings
slug: /community/bindings
---
As a C library, bindings can be made to call H3 functions from different programming languages. This page lists different bindings currently available. Contributions to this list are welcome, please feel free to open a [pull request](https://github.com/uber/h3/tree/master/website/docs/community/bindings.md).
## Athena
- [daniel-cortez-stevenson/aws-athena-udfs-h3](https://github.com/daniel-cortez-stevenson/aws-athena-udfs-h3)
## Azure Data Explorer
- [Functions for Working with H3 Indexes](https://docs.microsoft.com/en-us/azure/data-explorer/kusto/query/geo-point-to-h3cell-function)
## BigQuery
- [CARTO Analytics Toolbox](https://github.com/CartoDB/analytics-toolbox-core#bigquery)
## C#
- [entrepreneur-interet-general/h3.standard](https://github.com/entrepreneur-interet-general/H3.Standard)
- [richardvasquez/h3net](https://github.com/RichardVasquez/h3net) - A translation instead of a binding
- [pocketken/H3.net](https://github.com/pocketken/H3.net) - A translation instead of a binding
## ClickHouse
- [Functions for Working with H3 Indexes](https://clickhouse.tech/docs/en/sql-reference/functions/geo/h3/)
## Clojure
- [Factual/geo](https://github.com/Factual/geo)
## Dart
- [festelo/h3_flutter](https://github.com/festelo/h3_flutter)
- [codewithsam110g/h3_flutter_plus](https://github.com/codewithsam110g/h3_flutter_bindings)
## 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)
## DuckDB
- [isaacbrodsky/h3-duckdb](https://github.com/isaacbrodsky/h3-duckdb)
## ECL
- [hpcc-systems/HPCC-Platform](https://github.com/hpcc-systems/HPCC-Platform/tree/master/plugins/h3)
## Erlang
- [helium/erlang-h3](https://github.com/helium/erlang-h3)
## Go
- [uber/h3-go](https://github.com/uber/h3-go)
## Java
- [uber/h3-java](https://github.com/uber/h3-java)
## JavaScript
- [uber/h3-js](https://github.com/uber/h3-js)
- [dfellis/h3-node](https://github.com/dfellis/h3-node)
- [realPrimoh/h3-reactnative](https://github.com/realPrimoh/h3-reactnative)
## Julia
- [wookay/H3.jl](https://github.com/wookay/H3.jl)
## Kinetica
- [H3 Functions](https://docs.kinetica.com/7.1/sql/query/#h3-functions)
## OCaml
- [travisbrady/ocaml-h3](https://github.com/travisbrady/ocaml-h3)
## Perl
- [mrdvt92/perl-Geo-H3](https://metacpan.org/pod/Geo::H3)
## PHP
- [neatlife/php-h3](https://github.com/neatlife/php-h3)
- [abler98/h3-php](https://github.com/abler98/h3-php)
## PostgreSQL
- [zachasme/h3-pg](https://github.com/zachasme/h3-pg)
## Presto
- [foursquare/h3-presto](https://github.com/foursquare/h3-presto)
## Python
- [uber/h3-py](https://github.com/uber/h3-py)
- [DahnJ/H3-Pandas](https://github.com/DahnJ/H3-Pandas)
- [filimoa/h3-polars](https://github.com/Filimoa/polars-h3)
## R
- [scottmmjackson/h3r](https://github.com/scottmmjackson/h3r)
- [crazycapivara/h3-r](https://github.com/crazycapivara/h3-r)
- [obrl-soil/h3jsr](https://github.com/obrl-soil/h3jsr)
## Ruby
- [seanhandley/h3_ruby](https://github.com/seanhandley/h3_ruby)
## Rust
- [rustyconover/libh3-sys](https://github.com/rustyconover/libh3-sys)
- [rustyconover/libh3](https://github.com/rustyconover/libh3)
- [nmandery/h3ron](https://github.com/nmandery/h3ron)
- [HydroniumLabs/h3o](https://github.com/HydroniumLabs/h3o) - A translation instead of a binding
## Snowflake
- [CARTO Analytics Toolbox](https://github.com/CartoDB/analytics-toolbox-core#snowflake)
## SQLite3
- [isaacbrodsky/h3-sqlite3](https://github.com/isaacbrodsky/h3-sqlite3)
## SQL Server
- [tbbuck/H3.net.SqlClr](https://github.com/tbbuck/H3.net.SqlClr)
## Spark
- [jchotard/h3spark](https://github.com/JosephChotard/h3spark) (4.x)
- [kevinschaich/h3-pyspark](https://github.com/kevinschaich/h3-pyspark) (3.x)
## Swift
- [JeremyEspresso/swift-h3](https://github.com/JeremyEspresso/swift-h3) (4.x)
- [pawelmajcher/SwiftyH3](https://github.com/pawelmajcher/SwiftyH3) (4.x)
|