An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# h3-py Notebooks

[![version](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](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).