Skip to content

Commit f5f5ab4

Browse files
[Documentation] Add binding + debug tool (#960)
* add tools * put latest version first
1 parent c440248 commit f5f5ab4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: website/docs/community/applications.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ The following applications use H3. Contributions to this list are welcome, pleas
1111

1212
- [kepler.gl](http://kepler.gl/) - An open source geospatial analysis tool
1313
- [pydeck](https://deckgl.readthedocs.io/) - High-scale spatial rendering in Python, powered by deck.gl
14+
- [h3-viewer](https://h3.chotard.com/) - Debugging tool to visualise h3 on mercator projection, powered by deck.gl

Diff for: website/docs/community/bindings.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,6 @@ As a C library, bindings can be made to call H3 functions from different program
137137

138138
## Spark
139139

140-
- [kevinschaich/h3-pyspark](https://github.com/kevinschaich/h3-pyspark)
140+
- [jchotard/h3spark](https://github.com/JosephChotard/h3spark) (4.x)
141+
- [kevinschaich/h3-pyspark](https://github.com/kevinschaich/h3-pyspark) (3.x)
142+

0 commit comments

Comments
 (0)