Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1.12 KB

README.md

File metadata and controls

36 lines (19 loc) · 1.12 KB

flatgeom

Test codecov

Geospatial geometry primitives using flat data structures instead of jagged arrays to represent Polygons, MultiPolygons, and other geometries. This design is mainly intended to prioritize efficient serialization and deserialization.

Visual examples of the data structure

LineString

LineString

Polygon

Polygon

Polygon with a hole

Polygon with a hole

Polygon with multiple holes

Polygon with multiple holes

MultiPolygon

MultiPolygon

MultiPolygon with holes

MultiPolygon with holes

Multiple polygons, multiple holes

Multiple polygons, multiple holes