shapely/shapely
Manipulation and analysis of geometric objects observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 98
- Release rhythm 37
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 62
- age_days: 5359
- days_rel: 343
- days_push: 13
- n_releases_24m: 4
Adoption not part of the score
4493 stars · 630 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Shapely is a BSD-licensed Python library for manipulation and analysis of planar geometric objects, wrapping the GEOS geometry engine. It provides a rich scalar Geometry interface plus high-performance NumPy ufuncs for vectorized operations on arrays of geometries.
Use cases
- manipulate geometric shapes in python
- compute polygon area and buffer operations
- spatial geometry analysis with numpy arrays
- check if points intersect polygons
- build gis geometry processing pipeline
- perform set operations on geometries like union and intersection
When to choose
- you need robust 2D geometry operations backed by GEOS
- you want vectorized geometry computations over NumPy arrays
- you need a mature, widely used library that integrates with the geospatial Python ecosystem
When to avoid
- you need 3D geometry or spherical/geodesic computations
- you need coordinate reference system transformations or file format I/O as the primary task
- you work outside Python
Facets
library · maturity stable
geospatial math data-science python cross-platform geometry geos numpy-ufuncs gis computational-geometry geospatial
1 source
- readme: https://github.com/shapely/shapely · fetched 2026-08-28 · 4c2f3e8cafb1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| shapely/shapely | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem