flatgeom 0.0.2

Geometry types using flat structures instead of jagged arrays
Documentation

flatgeom

Test codecov

Geospatial geometry primitives employing flat data structures instead of jagged arrays to represent Polygons, MultiPolygons, and other geometries. This design may be efficient for 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