ozren1983 / h3-py

Python bindings for H3, a hierarchical hexagonal geospatial indexing system

Home Page:https://uber.github.io/h3/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

H3-Python

Build Status Build Status Appveyor H3 Version License

This library provides Python bindings for the H3 Core Library. For API reference, please see the H3 Documentation.

Installing

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

Development

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

Gallery

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.

About

Python bindings for H3, a hierarchical hexagonal geospatial indexing system

https://uber.github.io/h3/

License:Apache License 2.0


Languages

Language:Python 97.8%Language:Shell 2.2%