Shapely
Shapely is a Python library for manipulating and analyzing geometric objects like points, lines, and polygons. Built on top of GEOS (the engine behind PostGIS), it provides efficient operations such as intersection, union, and buffer analysis. Widely used in spatial analysis, GIS development, and map data processing, Shapely serves as a foundational dependency for many other geospatial libraries.