feat: add governed hydrology and historical imagery
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user