mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-07 00:14:48 -05:00
[PR #2849] [MERGED] add shapely #15851
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2849
Author: @JinyangWang27
Created: 1/12/2026
Status: ✅ Merged
Merged: 1/14/2026
Merged by: @vinta
Base:
master← Head:add-shapely📝 Commits (2)
8ed5de1add shapely to Science section8fda2cbupdate entry location📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Project
shapely
Checklist
Add project-name* [project-name](url) - Description ending with period.Why This Project Is Awesome
Which criterion does it meet? (pick one)
Explain:
How It Differs
Shapely is computational geometry, which focuses on creating and manipulating geometric objects (points/lines/polygons) and running exact geometric predicates and operations (intersects/contains, union/intersection, buffer, distance) in a CRS-agnostic Cartesian plane.
So, unlike GeoPandas (DataFrame-based geospatial analysis) or geolocation libraries (address/lat-lon lookups), Shapely is the low-level geometry engine many higher-level spatial libraries build on.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.