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
@@ -716,6 +716,7 @@ def provision_dataset(
"layer_limitation": definition.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"],
@@ -730,6 +731,7 @@ def provision_dataset(
provenance_metadata = {
"operator_tool": "provision_regional_grb_context.py",
"operator_explicit_fetch": True,
"geometry_clipped_to_area": True,
"manifest_path": str(manifest_path),
"source_urls": manifest["grb_source_urls"],
"artifact_sha256": manifest["artifact_sha256"],