--- id: shapely version: "2.1.2" license: BSD 3-Clause license_treatment: permissive maintenance: active --- # shapely — Manipulation and analysis of geometric objects License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install shapely uv add shapely poetry add shapely ## Description ======= Shapely ======= .. Documentation at RTD — https://readthedocs.org .. image:: https://readthedocs.org/projects/shapely/badge/?version=stable :alt: Documentation Status :target: https://shapely.readthedocs.io/en/stable/ .. Github Actions status — https://github.com/shapely/shapely/actions .. |github-actions| image:: https://github.com/shapely/shapely/workflows/Tests/badge.svg?branch=main :alt: Github Actions status :target: https://github.com/shapely/shapely/actions?query=branch%3Amain .. PyPI .. image:: https://img.shields.io/pypi/v/shapely.svg :alt: PyPI :target: https://pypi.org/project/shapely/ .. Anaconda .. image:: https://img.shields.io/conda/vn/conda-forge/shapely :alt: Anaconda :target: https://anaconda.org/conda-forge/shapely .. Coverage .. |coveralls| image:: https://coveralls.io/repos/github/shapely/shapely/badge.svg?branch=main :target: https://coveralls.io/github/shapely/shapely?branch=main .. Zenodo .. .. image:: https://zenodo.org/badge/191151963.svg .. :alt: Zenodo .. :target: https://zenodo.org/badge/latestdoi/191151963 Manipulation and analysis of geometric objects in the Cartesian plane. .. image::... ## AI interpretation — verify before relying Shapely provides manipulation and analysis of planar geometric objects through a Python interface to the GEOS geometry library, offering both scalar geometry operations and high-performance NumPy ufuncs for array-based geometry computations. Verdict: Shapely is a mature, actively maintained geospatial library with strong community adoption (top 1000 PyPI packages) and no known vulnerabilities. Medium install friction is offset by comprehensive wheel coverage and permissive licensing. Suitable for production GIS and geometric computing workflows. [View on SkillFed](https://skillfed.io/packages/shapely) · [View on PyPI](https://pypi.org/project/shapely/)