63 lines
2.4 KiB
Markdown
63 lines
2.4 KiB
Markdown
# GeoIntel Build Status
|
|
|
|
Updated: 2026-07-17
|
|
|
|
## Current state
|
|
|
|
GeoIntel is an implemented map-first GeoAI workbench running as an all-in-one
|
|
Unraid container with embedded PostGIS, FastAPI, React/MapLibre, local
|
|
Ollama integration and optional local YOLO/PyTorch inference.
|
|
|
|
The active release program is
|
|
`docs/RC_ROADMAP_BELGIUM_NORTH_SEA.md`.
|
|
|
|
## Product scope
|
|
|
|
- Target: all Belgian land and the separately labelled Belgian territorial
|
|
sea, EEZ and continental shelf.
|
|
- Existing deep regression references: Mol and the Kempen transport region.
|
|
- Required new golden areas: Wallonia, Brussels, a cross-region area, coast
|
|
and Belgian North Sea.
|
|
- Architecture: federated authoritative providers with one coverage matrix;
|
|
no assumption that GRB, PICC, UrbIS and NGI are semantically identical.
|
|
|
|
## Implemented foundation
|
|
|
|
- Projects, Areas, Datasets, versions, PostGIS vector features and raster
|
|
artifacts.
|
|
- Map selection, semantic metrics, historical comparison and exports.
|
|
- Governed Flemish sources for buildings, context, orthophotos, terrain,
|
|
flooding, soil, nature, agriculture, population and policy rasters.
|
|
- Detection persistence, local configured YOLO/PyTorch path, QA/QC and review
|
|
evidence.
|
|
- Segmentation persistence foundation without fake production inference.
|
|
- Local Ollama assistant grounded in persisted evidence.
|
|
- Single-container Unraid deployment on port 1202.
|
|
|
|
## Release blockers
|
|
|
|
- Current production backup and isolated restore proof.
|
|
- Fail-closed readiness and truthful runtime capability reporting.
|
|
- Stale job/run reconciliation and correlated exception logging.
|
|
- Temporal compatibility guard for detection QA.
|
|
- Production secret/configuration parity, immutable images and rollback.
|
|
- Full CI, reproducible dependencies and supply-chain evidence.
|
|
- Critical response-model typing and real frontend/browser E2E coverage.
|
|
- National and maritime scope/providers/golden areas.
|
|
|
|
## Latest evidence
|
|
|
|
Run:
|
|
|
|
```bash
|
|
python scripts/capture_release_evidence.py \
|
|
--output storage/release-evidence/rc-current/baseline.json \
|
|
--release-id rc-belgium-north-sea \
|
|
--live-base-url http://192.168.10.150:1202
|
|
```
|
|
|
|
The evidence manifest is runtime output and is deliberately ignored by Git.
|
|
The first captured baseline reported one Alembic head (`202607160001`) and
|
|
reachable live health/capability routes. Health truthfulness is an open RC-2
|
|
blocker until readiness becomes fail-closed.
|