Skip to content
forked from uber/h3-py

Python bindings for H3, a hierarchical hexagonal geospatial indexing system

License

Notifications You must be signed in to change notification settings

ozren1983/h3-py

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.8%
  • Shell 2.2%