Document regional DOV soil rollout
This commit is contained in:
@@ -1328,6 +1328,20 @@ upload path:
|
||||
docker exec geointel python /app/scripts/provision_mol_soil_map.py
|
||||
```
|
||||
|
||||
Provision all approved Kempen municipalities and the complete work area after
|
||||
the official geographic-scope artifacts exist:
|
||||
|
||||
```bash
|
||||
docker exec geointel python /app/scripts/provision_regional_soil_map.py
|
||||
```
|
||||
|
||||
The regional operator retains one checksummed WFS evidence chain per
|
||||
municipality, gives boundary-split source features a NIS suffix and assembles
|
||||
one Dataset linked to the complete Kempen Area. EPSG:31370 clipping followed by
|
||||
EPSG:4326 persistence can create submeter coordinate-rounding slivers at the
|
||||
stored boundary, so regional and municipal selection metrics deliberately run
|
||||
the exact PostGIS intersection instead of using a preclipped fast path.
|
||||
|
||||
Use `--fetch-only` to retain and validate source evidence without importing.
|
||||
The operator never writes directly to PostGIS. Soil drainage and related map
|
||||
classes represent the 1949-1971 survey and are not current observations.
|
||||
|
||||
Reference in New Issue
Block a user