Prefer persisted sources in map federation
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-19 02:08:52 +02:00
parent a823342b5b
commit 5f15753247
8 changed files with 96 additions and 21 deletions
+13
View File
@@ -31,6 +31,19 @@
- Bounded provider materialization now also checks its persisted
`bbox_epsg4326`; one small PICC/UrbIS/GRB/raster acquisition can no longer
claim that an entire region is locally loaded.
- The live governed Statbel apply materialized the reviewed 2025 `NEW` edition
as Dataset `ee0a46e5-6139-4b0a-93b5-9dabb3b3dfc7`: 20,781 statistical
sectors, 565 municipalities, four repaired geometries and a reconciled
national total of 11,825,551 inhabitants (11,817,897 spatially located plus
7,654 explicitly unlocated).
- Live bounded PICC and UrbIS persistence proved the same service path:
54 Walloon building geometries retained in Dataset
`0c3c0a11-c00e-4c84-87be-8ffa64302dec` and 47 Brussels building geometries
in Dataset `de53ccc0-a494-4c4e-bd0d-16d807bfefe7`.
- Corrected the map catalog precedence so reusable persisted datasets win over
on-demand placeholders. National Statbel 2025 population is now presented
as the active source, while selection-bounded PICC/UrbIS acquisitions remain
available only through an exact bounded request.
- Focused backend and frontend suites passed before full release validation;
full local and Tower evidence follows in the final P5 gate.
@@ -68,7 +68,7 @@ applicable live bounded journey fails.
## P0 - Existing national layers become usable
**State: implemented locally; live release evidence pending under P5.**
**State: complete; live national and maritime source journeys proven.**
### Work
@@ -97,7 +97,7 @@ applicable live bounded journey fails.
## P1 - National Statbel population
**State: implementation complete; reviewed live national materialization pending.**
**State: complete; reviewed 2025 national edition materialized live.**
### Work
@@ -120,9 +120,17 @@ applicable live bounded journey fails.
from the same authoritative Statbel edition.
- Mol remains within its documented baseline tolerance.
### Live evidence
- Reviewed dataset: `ee0a46e5-6139-4b0a-93b5-9dabb3b3dfc7`.
- 20,781 persisted sectors and all 565 municipalities are represented.
- National reconciliation: 11,825,551 inhabitants, including 7,654 explicitly
retained as unlocated rather than silently assigned to geometry.
- A bounded Mol selection returns an explicitly labelled area-weighted estimate.
## P2 - Wallonia bounded topographic baseline
**State: implemented locally; live Wallonia journey pending under P5.**
**State: complete; bounded Wallonia acquisition and analysis proven live.**
### Governed source
@@ -158,9 +166,16 @@ Initial allowlisted layers:
- Provider failures and record-limit truncation fail closed.
- No direct provider-to-`vector_features` write exists.
### Live evidence
- Dataset `0c3c0a11-c00e-4c84-87be-8ffa64302dec` retained 54 valid building
geometries for the bounded Wallonia smoke selection.
- The persisted selection reported 54 buildings and 0.525363 ha without
extending operational coverage beyond the retained bbox.
## P3 - Brussels bounded UrbIS baseline
**State: implemented locally; live Brussels journey pending under P5.**
**State: complete; bounded Brussels acquisition and analysis proven live.**
### Governed source
@@ -183,6 +198,13 @@ capabilities probe before implementation is marked operational.
parcels.
- Catalogue-only or failed capabilities evidence remains `not_configured`.
### Live evidence
- Dataset `de53ccc0-a494-4c4e-bd0d-16d807bfefe7` retained 47 UrbIS building
geometries for the bounded Brussels smoke selection.
- The persisted selection reported 47 buildings and 0.528894 ha without
claiming coverage outside the retained bbox.
## P4 - Maritime and bathymetry hardening
**State: complete with MDK acquisition visibly blocked by strict-TLS evidence.**
+1 -1
View File
@@ -9,7 +9,7 @@ maritieme databronnen bruikbaar in de volgende versie.
- [x] P0: bestaande NGI/RBINS-lagen als kaartthema en selectieanalyse ontsluiten.
- [x] P0: readiness baseren op bruikbare analysethema's, niet alleen datasetaantal.
- [ ] P1: nationale Statbel-populatieflow veilig operationaliseren.
- [x] P1: nationale Statbel-populatieflow veilig operationaliseren.
- [x] P2: bounded SPW PICC voor Waalse gebouwen, wegen en hydrographie.
- [x] P3: bounded UrbIS voor Brusselse gebouwen en percelen.
- [x] P4: maritieme thema's harden en bathymetrie fail-closed onderzoeken.