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
+1 -1
View File
@@ -478,7 +478,7 @@ def provision_scope(
"attribution": VRBG_ATTRIBUTION,
}
common_provenance = {
"operator_tool": "provision_geographic_scope.py",
"operator_tool": getattr(args, "operator_tool", "provision_geographic_scope.py"),
"operator_explicit_fetch": True,
"manifest_path": str(args.output_root / scope.key / f"{scope.key.replace('-', '_')}_scope_manifest.json"),
"source_url": manifest["vrbg_source_url"],