perf: optimize trusted full-area analysis
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-14 22:57:09 +02:00
parent c4392c17fd
commit 0381fdd636
10 changed files with 164 additions and 15 deletions
@@ -657,6 +657,7 @@ def provision_dataset(
"scope_limitation": scope.limitation_message,
"member_count": len(scope.members),
"member_nis_codes": list(scope.nis_codes),
"geometry_clipped_to_area": True,
"feature_count": manifest["feature_count"],
"partition_count": len(partition_paths),
"partition_strategy": manifest["partition_strategy"],
@@ -671,6 +672,7 @@ def provision_dataset(
provenance_metadata = {
"operator_tool": "provision_regional_grb_buildings.py",
"operator_explicit_fetch": True,
"geometry_clipped_to_area": True,
"manifest_path": str(manifest_path),
"source_url": GRB_GBG_ITEMS_URL,
"artifact_sha256": manifest["artifact_sha256"],