h3Easy Playground

Uber's hexagonal hierarchical spatial index

Getting started with h3Run locally
Install
pip install h3
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: h3)

h3 is a third-party package. Uber's hexagonal hierarchical spatial index. Install with: pip install h3

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?