Page GRB references for operator samples
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-07-09 15:02:12 +02:00
parent 77c45937c6
commit a63d4eaadc
8 changed files with 254 additions and 12 deletions
+8
View File
@@ -7,6 +7,14 @@
# Changelog
## Sprint 152 GRB reference paging for operator samples (2026-07-09)
- Fixed the operator real-data sample preparer so GRB GBG reference GeoJSON is fetched through OGC API `rel=next` pagination links instead of stopping at the first `limit=1000` page.
- Added `--reference-page-limit` / `OPERATOR_GRB_PAGE_LIMIT` and `--reference-max-features` / `OPERATOR_GRB_MAX_FEATURES` safeguards for dense reference AOIs.
- Generated reference GeoJSON now records fetched page URLs, page count, truncation state and paging limits for auditability.
- Added regression coverage for paged GRB responses and the new CLI help options.
- No application provider endpoint, migration, API contract, live GRB product import, model download or active YOLO model changed.
## Sprint 151 runtime GIS upload and AOI1024 YOLO candidate (2026-07-09)
- Fixed the operator YOLO training wrapper so the all-in-one runtime defaults to `/opt/geointel/venv/bin/python` when present, while still falling back to `python3` for local shells.