Expand description
Geospatial domain engines
This module provides geospatial computation capabilities for QualiaDB, including quadtree indexing, H3 context embedding, and spatial analysis operations for location-based reasoning.
Re-exports§
pub use adapters::AdapterRegistry;pub use adapters::LayerFetchReport;pub use adapters::LayerFetchStatus;pub use steward::validate_steward_unlock;pub use steward::StewardContract;pub use steward::StewardVerdict;pub use triggers::LocationTriggerEngine;pub use triggers::LocationTriggerRegistry;
Modules§
- adapters
- Geospatial data adapters for integrating external layers into the canvas.
- ar_
anchor - canvas_
query - Spatio-temporal region query — the P4 entry point over the quadtree index.
- canvas_
rights - dem
- geodetic
- reference_
frame - render_
surface - Render surface descriptor for Chora canvas proxy (Phase 6).
- scale_
continuum - Scale-Continuum Engine (Phase 1.5)
- spatial
- spatial_
sync - steward
- Governed steward unlock contracts using deontic norm patterns.
- streaming
- terrain_
pipeline - DEM heightfield → terrain mesh → geodetically anchored scene coordinates (P1).
- triggers