fix: identify BWK snapshot series
This commit is contained in:
@@ -37,6 +37,7 @@ CATALOG_URL = (
|
||||
REPORT_URL = "https://doi.org/10.21436/inbor.129502912"
|
||||
TYPE_NAME = "BWK:Bwkhab"
|
||||
SOURCE_VERSION = "2025"
|
||||
TEMPORAL_SERIES_KEY = "inbo-bwk-natura2000:mol"
|
||||
PUBLICATION_DATE = "2025-12-10T00:00:00Z"
|
||||
ATTRIBUTION = "Bron: INBO"
|
||||
DEFAULT_API_URL = "http://127.0.0.1:8000"
|
||||
@@ -706,6 +707,7 @@ def upload_artifact(
|
||||
"source_metadata_json": json.dumps(source_metadata, ensure_ascii=False),
|
||||
"provenance_metadata_json": json.dumps(provenance_metadata, ensure_ascii=False),
|
||||
"area_id": area_id,
|
||||
"temporal_series_key": TEMPORAL_SERIES_KEY,
|
||||
"observed_at": PUBLICATION_DATE,
|
||||
"temporal_granularity": "snapshot",
|
||||
"source_version": SOURCE_VERSION,
|
||||
|
||||
Reference in New Issue
Block a user