perf: optimize trusted full-area analysis
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user