feat: synchronize regional official time series
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-14 22:19:30 +02:00
parent cfd13307e4
commit a5b4bbdf8f
14 changed files with 609 additions and 51 deletions
+15
View File
@@ -1024,6 +1024,21 @@ Modern raster-derived forest polygons have the same identity limitation. Their
area is measured in EPSG:31370 and is exact within the 10 m source
representation, not a cadastral forest survey.
The same source-governed operators can synchronize the approved regional
scope in one explicit pass:
```bash
docker exec geointel python /app/scripts/provision_regional_timeseries.py
```
This resolves the retained official boundary and imports five Statbel
population snapshots plus five modern forest snapshots into
`Kempen Regional Workbench`. Mol and regional series keys remain separate and
existing immutable datasets are reused. Complete statistical sectors use exact
published totals; a rectangle cutting a sector remains an area-weighted
estimate. Forest area is measured within the official 10 m representation.
Use `--fetch-only` to validate source artifacts without database mutation.
## Helpful repository scripts
- `bash scripts/backend_install.sh`