1 مستودع
Computes union, intersection, and difference between lists using set-theoretic logic.
Distinct from Array Difference Computation: Extends basic array difference to include union and intersection for general lists
Explore 1 awesome GitHub repository matching data & databases · List Set Operations. Refine with filters or upvote what's useful.
Shapely is a library for the manipulation and analysis of planar geometric objects, serving as a Python wrapper for the GEOS C++ engine. It provides a framework for calculating geometric properties, evaluating spatial relationships, and performing topological predicates within a Cartesian plane. The project distinguishes itself through a vectorized geometry processor capable of executing spatial operations across large arrays of shapes to increase throughput. It also includes a spatial indexing system based on R-trees to accelerate the retrieval of intersecting geometries and nearest neighbor
Computes the intersection, union, difference, and symmetric difference between geometric objects to create new shapes.