Skip to content

[WIP] Geospatial geometry primitives employing flat data structures instead of jagged arrays

License

Notifications You must be signed in to change notification settings

MIERUNE/flatgeom-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

[WIP] Geospatial geometry primitives employing flat data structures instead of jagged arrays

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages