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 是一个用于操作和分析平面几何对象的库,作为 GEOS C++ 引擎的 Python 封装器。它提供了一个框架,用于在笛卡尔平面内计算几何属性、评估空间关系和执行拓扑谓词。 该项目以其矢量化几何处理器脱颖而出,该处理器能够跨大型形状数组执行空间操作以提高吞吐量。它还包括一个基于 R-trees 的空间索引系统,以加速相交几何和最近邻的检索。 该库涵盖了广泛的功能,包括用于计算并集和交集的几何集合运算、在 GeoJSON 和 Well-Known Text 等格式之间的空间数据序列化,以及用于验证和修复几何拓扑的工具。它进一步支持几何变换、缓冲以及生成凸包或 Voronoi 图。
Computes the intersection, union, difference, and symmetric difference between geometric objects to create new shapes.