What is GeoZero?
mainGeoZero is a library designed for zero-copy reading and writing of geospatial data. It provides an API for accessing geospatial formats without requiring an intermediate representation, which improves performance and reduces memory overhead.
GeoZero supports:
- Geometry Types: OGC Simple Features, Circular arcs (SQL-MM Part 3), and TIN.
- Dimensions: X, Y, Z, M, and T.
- Core Abstractions: It uses traits to allow reading and converting to arbitrary formats or rendering geometries directly.