flatgeom

Crates.ioflatgeom
lib.rsflatgeom
version0.0.2
sourcesrc
created_at2024-05-28 09:22:11.883857
updated_at2024-05-29 00:20:51.318787
descriptionGeometry types using flat structures instead of jagged arrays
homepage
repositoryhttps://github.com/MIERUNE/flatgeom-rs
max_upload_size
id1254168
size2,143,752
crates-io (github:mierune:crates-io)

documentation

README

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

Commit count: 8

cargo fmt