Modules
A module is a unit of analysis. It declares the datasets it depends on, applies a transformation, and emits a result — a score, a ranking, a map, a report, or another dataset.
Module categories#
- Underwriting modules. Scoring opportunities for Capital.
- Feasibility modules. Site and zoning analysis for Development.
- Operational modules. KPIs and benchmarking for Management.
- Visualization modules. 2D and 3D maps, dashboards, exports.
How modules compose#
Modules are pure: same inputs always produce the same outputs. That makes them composable — the output of one module can be the input of another, and the whole chain is reproducible.
Module governance#
Every module has an owner, a test suite, and a changelog. Breaking changes go through a deprecation cycle.