fix(map): make area analysis scale-aware
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-21 21:59:56 +02:00
parent 80631607f7
commit 20829f1a24
20 changed files with 619 additions and 56 deletions
+11
View File
@@ -835,3 +835,14 @@ This file now starts with the current implementation status. Older preparation/b
uncertainty tests exist; never merge TAW, LAT and mDNG implicitly.
- [ ] Add water volume only when bed and water-surface inputs share a governed
time, datum and coverage contract.
# Scale-aware map selection
- [x] Prevent country-scale rectangles from fan-out querying every local
provider and replace repeated source-limit errors with one overview status.
- [x] Partition compatible 20-50 km regional vector acquisitions into bounded
source requests and combine their persisted PostGIS metrics.
- [x] Keep terrain, flood and thematic rasters behind explicit pixel and
selection-size budgets.
- [ ] Provision additional national-scale baseline datasets before exposing
more overview themes; do not synthesize regional detail at national scale.