Document regional DOV soil rollout
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user