Python implementation of a part of the C++ S2 geometry library.
Links: Documentation, GitHub, Issue Tracker
Install with:
pip install s2sphere
Quick set up for development (see the Developing section in the docs for more details):
pip install .[tests]
nosetests -vv