This library provides Python bindings for the H3 Core Library. For API reference, please see the H3 Documentation.
You need to have cc
, make
, and cmake
in your $PATH
when installing this
package:
which cc
/usr/bin/cc
which make
/usr/bin/make
which cmake
/usr/bin/cmake
pip install h3
git clone https://github.com/uber/h3-py.git && cd h3-py
virtualenv env
source env/bin/activate
pip install -r requirements-dev.txt
fab bootstrap
We love contributions. To contribute notebooks or cool visualizations, please go to Notebooks. You can see using Jupyter's nbviewer:
https://nbviewer.jupyter.org/github/uber/h3-py-notebooks/tree/master/
Here is also a simple walkthrough of the API. For more information, please see the H3 Documentation.