https://github.com/uber/h3-py-notebooks
Jupyter notebooks for h3-py, a hierarchical hexagonal geospatial indexing system
https://github.com/uber/h3-py-notebooks
geospatial h3 jupyter-notebooks uber
Last synced: 4 months ago
JSON representation
Jupyter notebooks for h3-py, a hierarchical hexagonal geospatial indexing system
- Host: GitHub
- URL: https://github.com/uber/h3-py-notebooks
- Owner: uber
- License: apache-2.0
- Created: 2019-02-07T20:14:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-16T03:00:04.000Z (almost 3 years ago)
- Last Synced: 2025-03-15T22:31:55.294Z (7 months ago)
- Topics: geospatial, h3, jupyter-notebooks, uber
- Language: Jupyter Notebook
- Homepage: https://h3geo.org/
- Size: 38.4 MB
- Stars: 274
- Watchers: 18
- Forks: 91
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - uber/h3-py-notebooks - Jupyter notebooks for h3-py, a hierarchical hexagonal geospatial indexing system (others)
README
# h3-py Notebooks
[](LICENSE)
Welcome to H3 in Jupyter Notebooks!
[H3](https://h3geo.org/) is a hierarchical hexagonal
geospatial indexing system.This repo is a gallery of Jupyter notebooks including H3 Python
API tutorials, examples and visualizations.
You can visualize them on
[NBViewer](https://nbviewer.jupyter.org/github/uber/h3-py-notebooks/tree/master/notebooks/),
[mybinder](https://mybinder.org/v2/gh/uber/h3-py-notebooks/master?filepath=notebooks),
or execute jupyter notebook from your own terminal.
To execute notebooks locally, you need to install
[`h3-py`](https://github.com/uber/h3-py).You are more than welcome to contribute new notebooks.
Before we can merge your changes, you must agree to the
[Uber Contributor License Agreement](https://cla-assistant.io/uber/h3).This repo is licensed under [Apache 2.0 License](LICENSE).