Add Flemish bathymetry partition workflow
This commit is contained in:
@@ -1909,3 +1909,32 @@ python scripts/provision_mol_bathymetry_profiles.py \
|
||||
|
||||
The output is a point dataset with historical evidence. It is not a continuous
|
||||
water-bottom raster and cannot calculate current water volume.
|
||||
|
||||
## Flanders VHA bathymetry partitions
|
||||
|
||||
Create the complete official Flemish land scope from the current VRBG
|
||||
municipality collection:
|
||||
|
||||
```bash
|
||||
docker exec geointel python /app/scripts/provision_flanders_geographic_scope.py
|
||||
```
|
||||
|
||||
Acquire VHA profile partitions with atomic resume evidence:
|
||||
|
||||
```bash
|
||||
docker exec geointel python /app/scripts/provision_flanders_bathymetry_profiles.py
|
||||
```
|
||||
|
||||
Use `--members Mol Geel` or `--max-partitions 5` only for a partial operational
|
||||
check. Partial runs do not activate regional coverage. The complete run
|
||||
finalizes only when every official municipality has either one ready Dataset
|
||||
or an explicit zero-profile source result.
|
||||
|
||||
Probe the official-metadata MDK WCS safely:
|
||||
|
||||
```bash
|
||||
docker exec geointel python /app/scripts/probe_mdk_bathymetry.py
|
||||
```
|
||||
|
||||
This performs only `GetCapabilities`, keeps strict TLS verification enabled
|
||||
and returns exit code `2` for an honest non-ready source.
|
||||
|
||||
Reference in New Issue
Block a user