2 مستودعات
Utilities for constructing geometric objects from standardized formats like WKT and WKB.
Distinct from Geometric Data Decompression: None of the candidates address importing geometry from standard textual or binary formats.
Explore 2 awesome GitHub repositories matching data & databases · Geometric Data Import. Refine with filters or upvote what's useful.
Shapely is a geometric analysis library for the manipulation and analysis of planar geometric objects. It functions as a computational geometry toolkit, a spatial predicate engine for evaluating topological relationships, and a vectorized geometry processor. The library distinguishes itself through a vectorized geometry processor capable of executing operations across coordinate arrays with multi-threaded parallel processing. It utilizes prepared geometry optimization to accelerate repeated containment and intersection tests and implements R-tree spatial indexing for efficient nearest-neighbo
Constructs geometric objects from standardized formats such as Well-Known Text and Well-Known Binary.
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
Provides utilities for constructing geometric objects from standardized formats like WKT, WKB, and GeoJSON.