sidewalklabs / s2sphere

Python implementation of the S2 geometry library.
http://s2sphere.sidewalklabs.com/
MIT License
213 stars 44 forks source link

s2sphere

.. image:: https://badge.fury.io/py/s2sphere.svg :target: https://pypi.python.org/pypi/s2sphere/ .. image:: https://travis-ci.org/sidewalklabs/s2sphere.svg?branch=master :target: https://travis-ci.org/sidewalklabs/s2sphere .. image:: https://coveralls.io/repos/github/sidewalklabs/s2sphere/badge.svg?branch=master :target: https://coveralls.io/github/sidewalklabs/s2sphere?branch=master

Python implementation of a part of the C++ S2 geometry library <https://code.google.com/p/s2-geometry-library/>_.

Links: Documentation <http://s2sphere.readthedocs.io>, GitHub <https://github.com/sidewalklabs/s2sphere>, Issue Tracker <https://github.com/sidewalklabs/s2sphere/issues>_

Install with:

.. code-block:: sh

pip install s2sphere

Quick set up for development (see the Developing section in the docs <http://s2sphere.readthedocs.io/en/latest/dev.html>_ for more details):

.. code-block:: sh

pip install .[tests]
nosetests -vv