Skip to content

benbovy/spherely

Repository files navigation

spherely

Tests Docs Coverage

Python library for manipulation and analysis of geometric objects on the sphere.

Spherely is the counterpart of Shapely (2.0+) for manipulation and analysis of spherical geometric objects. It is using the widely deployed open-source geometry library s2geometry via the library s2geography which provides a GEOS compatibility layer on top of s2geometry.

This library is at an early stage of development.

Installation

The easiest way to install Spherely is via its binary packages available for Linux, MacOS, and Windows platforms on conda-forge and PyPI.

Install the binary wheel using pip:

$ pip install spherely

Install the conda-forge package using conda:

$ conda install spherely --channel conda-forge

To compile and install Spherely from source, see detailed instructions in the documentation.

Documentation

https://spherely.readthedocs.io

License

Spherely is licensed under BSD 3-Clause license. See the LICENSE file for more details.

Acknowledgment

The development of this project has been supported by two NumFOCUS Small Development Grants (GeoPandas 2022 round 1 and GeoPandas 2023 round 3).