2 مستودعات
Utilities for serializing geometric objects into various standardized string and binary formats.
Distinct from Geometric Data Mappings: Candidates focus on 3D decompression or visual mapping; this is general format export for 2D geometry.
Explore 2 awesome GitHub repositories matching data & databases · Geometric Data Export. 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
Converts geometric objects into string representations, GeoJSON, or binary formats for storage and exchange.
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
Serializes geometric objects into GeoJSON, Well-Known Binary, and Well-Known Text standardized formats.