You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 4, 2026. It is now read-only.
The goal of this library is to start sharing core types for geometries.
The primary motivation is to enable ABI compatible, zero-copy operations between modular C++ libraries when they are combined into the same program.
A secondary motivation is general code sharing across C++ codebases implementing support for GeoJSON-like/OGC style geometries. The focus will be on Mapbox maintained code, but this library should be easily pluggable anywhere.
Running list of the primary downstream consumers this library is prioritizing and integration needs (will be editing in place):
The goal of this library is to start sharing core types for geometries.
The primary motivation is to enable ABI compatible, zero-copy operations between modular C++ libraries when they are combined into the same program.
A secondary motivation is general code sharing across C++ codebases implementing support for GeoJSON-like/OGC style geometries. The focus will be on Mapbox maintained code, but this library should be easily pluggable anywhere.
Running list of the primary downstream consumers this library is prioritizing and integration needs (will be editing in place):
Downstream