Services Overview
The analysis modules powered by the Intelligence Kernel.
Services in Balarhinos are specialized modules that perform analysis, simulation, or geometry generation using the data stored in your Smart Geometry.
How Services Interact
Services don't operate in isolation. They are orchestrated by the Intelligence Kernel to provide a cohesive design experience.
- Input: A service reads data from the Semantic Graph.
- Compute: The service performs its specific task (e.g., ray tracing, subdivision, or calculation).
- Output: The service updates the model state, generates new geometry, or provides visual feedback via heatmaps and dashboards.
Available Services
Balarhinos currently includes four core services:
Plot Division
Automates the subdivision of urban boundaries into buildable plots based on area targets and setbacks.
Sunlight Analysis
A high-performance GPU-accelerated service for computing sunlight hours and solar exposure heatmaps.
View Studies
Analyzes visibility, occlusion, and view corridors from specific viewpoints or building facades.
Urban Metrics
Calculates architectural and urban descriptors like compactness, accessibility, and position in real-time.
The Reactive Loop
Because all services are built on the same reactive framework, they can work together. For example, a change in Plot Division might trigger an update in Sunlight Analysis to show the solar impact of the new plots, all without any manual intervention from the user.