feat: add map-driven orthophoto analysis
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-15 02:01:03 +02:00
parent 845c4696e7
commit daccd3869a
29 changed files with 1300 additions and 26 deletions
+15
View File
@@ -7,6 +7,21 @@
# Changelog
## Sprint 196 Map-driven official orthophoto analysis (2026-07-15)
- Added an explicit bounded endpoint for the official Digitaal Vlaanderen
most-recent winter orthophoto WMS, with EPSG:31370 georeferencing, 128-1,024
metre side limits, response guards, exact-request reuse and complete
Dataset/DatasetVersion provenance through DatasetService.
- Connected a drawn map rectangle to one building-analysis action: official
raster acquisition, canonical tiling, active local YOLO inference, persisted
detections, existing GRB QA and MapLibre output.
- Kept all fetches user-triggered and backend-only. No startup fetch,
browser-side WMS call, model download, direct persistence write or fabricated
detection/QA value was introduced.
- Added Docker/Unraid controls and focused service, CRS, persistence,
safety-bound and canonical-envelope regressions.
## Sprint 195 Guided raster-to-detection workflow (2026-07-14)
- Replaced the Detection Lab's manual manifest-path prerequisite with one guided action that creates canonical 512 px raster tiles with 64 px overlap, reuses an existing manifest, validates raster size and the local YOLO runtime, runs persisted detection and loads the persisted GeoJSON result on the existing MapLibre map.