Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Documentation] Add binding + debug tool #960

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions website/docs/community/applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you mind adding a license to https://github.com/JosephChotard/h3-viewer? It might be cool to merge some of your approach back to the h3geo.org website!

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done ✅

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I'll take a look at that over the weekend. looks a bit broken when zooming out
image

4 changes: 3 additions & 1 deletion website/docs/community/bindings.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +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)
- [jchotard/h3spark](https://github.com/JosephChotard/h3spark) (4.x)
JosephChotard marked this conversation as resolved.
Show resolved Hide resolved
- [kevinschaich/h3-pyspark](https://github.com/kevinschaich/h3-pyspark) (3.x)

Loading