Spatial Plane — Where Things Are¶
Purpose¶
The Spatial Plane is the platform’s understanding of physical space. It stores maps, floor plans, zones, and landmarks (Equator) and provides intelligent queries on top of that spatial data (Marie). Every application that needs to reason about location goes through this plane.
Services¶
Service |
Responsibility |
Detail |
|---|---|---|
Spatial data management |
Source of truth for maps, floor plans, zones, coordinates, landmarks |
|
Spatial query engine |
Proximity searches, coverage analysis, path clearance, zone-based lookups |
Relationship¶
write read/query
Admin UI ──────────► ┌──────────┐ ┌───────────┐ ◄─── Applications
Map Upload ──────────► │ Equator │───►│ Marie │ ◄─── Intelligence Plane
└──────────┘ └───────────┘ ◄─── Governance Plane
(data) (intelligence)
Equator is the data; Marie is the intelligence on top of it. Developers interact with Marie for queries. Equator manages the underlying spatial model and is the write path for map data.
Named after Marie Tharp, the oceanographic cartographer who mapped the Mid-Atlantic Ridge.
Data Ownership¶
Data |
Owner |
Consumers |
|---|---|---|
Maps, floor plans, coordinate systems |
Equator |
Marie, Applications |
Zones, geofences, landmarks |
Equator |
Marie, Policy Service |
Spatial query results |
Marie (computed) |
Intelligence Plane, Applications |