SkillAgentSearch skills...

S2sphere

Python implementation of the S2 geometry library.

Install / Use

/learn @sidewalklabs/S2sphere
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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
View on GitHub
GitHub Stars216
CategoryDevelopment
Updated6mo ago
Forks44

Languages

Python

Security Score

87/100

Audited on Sep 24, 2025

No findings