Aggregate regional bathymetry partitions
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-17 17:08:35 +02:00
parent 24247746c1
commit 4fd6c06f5c
17 changed files with 661 additions and 29 deletions
+22
View File
@@ -10119,3 +10119,25 @@ Final live acceptance:
searchable Area/Dataset pages and mounts collapsed Area/history catalogs
only when opened. This preserves the complete regional inventory without
overwhelming the browser DOM.
## Sprint 236 follow-up - manifest-aware regional VHA analysis (2026-07-17)
Implemented:
- Corrected the Map explorer so a complete Flemish VHA manifest is never
represented or queried as one arbitrary municipality Dataset.
- Added one canonical bounded partition-selection endpoint. It selects the
latest internally complete manifest generation, prefilters Dataset bounds
and runs a single PostGIS intersection across the contributing persisted
`vector_features`.
- Kept exact municipality selection on its own Area partition and added
manifest-aware server-side GeoJSON export with complete contributing
Dataset provenance.
- Made the regional Waterbodem card report the sum of all 269 data-bearing
partitions: 128,913 profiles and 79,398 source documents. The rendered
GeoJSON remains capped at 1,000 objects while counts and configured metrics
cover the complete spatial result.
Validation:
- The complete readiness gate passed: 927 backend tests, backend compilation,
116 documented API routes, Alembic head `202607160001`, frontend TypeScript
typecheck and the production Vite build.