Add Flemish bathymetry partition workflow
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-17 16:15:29 +02:00
parent 8ef42a23e5
commit 132c4feed8
34 changed files with 1862 additions and 27 deletions
+29
View File
@@ -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.