feat: add governed hydrology and historical imagery
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 12:17:45 +02:00
parent 5b1156e989
commit fb38eb3e91
32 changed files with 1646 additions and 55 deletions
+19
View File
@@ -1419,6 +1419,25 @@ artifacts without persistence using `--fetch-only`; bound a run with
boundaries as resumable request partitions, preserve the native 10 m
resolution and merge locally before exact clipping to the regional union.
## Waterinfo station histories
Provision real annual station observations for the persisted Mol Area:
```bash
docker exec geointel python /app/scripts/provision_waterinfo_station_history.py \
--project-name "Kempen Regional Workbench" \
--area-name "Gemeente Mol" \
--parameters water_level,discharge \
--from-year 2013 --to-year 2025
```
Use `--fetch-only` before first persistence or `--force` to refresh retained
source JSON. The operator is idempotent for existing station/year Datasets,
retains source checksums and refuses station sets above `--max-stations`. A
missing discharge series is reported without synthesizing values. Different
stations remain separate temporal series and may not be treated as area-wide
water level or volume.
## Tower deployment
Push the local branch to Gitea, then rebuild the Unraid/Tower Docker runtime: