Document regional DOV soil rollout
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-16 11:58:00 +02:00
parent b17e1f7384
commit eae7d22675
7 changed files with 110 additions and 8 deletions
+14
View File
@@ -1635,6 +1635,20 @@ Load the official DOV soil map for Mol:
docker exec geointel python /app/scripts/provision_mol_soil_map.py
```
Load the same historical source for all 28 approved Kempen municipalities as
one partition-audited regional snapshot:
```bash
docker exec geointel python /app/scripts/provision_regional_soil_map.py
```
The regional command verifies the checksummed municipality-scope manifest,
queries and clips every municipality separately, retains deterministic gzip
source pages and imports one complete snapshot through DatasetService. Repeat
runs reuse all verified partitions and the existing Dataset. Use
`--fetch-only` for evidence preparation without persistence and `--force` only
for an explicit source refetch.
`--fetch-only` builds the soil artifact and manifest without API import;
`--force` is the only way to bypass an existing ready soil Dataset. Both
operators use canonical APIs and persistent operator-evidence storage. They do