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
@@ -788,6 +788,7 @@ def build_source_metadata(args: argparse.Namespace, snapshot: PreparedSnapshot)
"authority_level": "authoritative",
"coverage_scope": args.scope_key,
**identity,
"geometry_clipped_to_area": True,
"attribution": ATTRIBUTION,
"license_note": "Publieke Vlaamse overheidsdata; raadpleeg de toegangs- en gebruiksvoorwaarden in de bronmetadata.",
"methodology_version": "3",
@@ -815,6 +816,7 @@ def build_provenance_metadata(args: argparse.Namespace, snapshot: PreparedSnapsh
return {
"operator_tool": "provision_official_landuse_timeseries.py",
"operator_explicit_fetch": True,
"geometry_clipped_to_area": True,
"wcs_url": WCS_URL,
"wcs_version": WCS_VERSION,
"coverage_id": coverage_id(snapshot.year),