Skip to content

Commit

Permalink
Update metadataversion to 1.5.2.#386
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskar.Oetken committed Mar 16, 2023
1 parent e0b63db commit 8e9f66e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion open_mastr/soap_api/metadata/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def datapackag_base(reference_date, publication_date=None, statistik_flag=None):
"id": str(uuid.uuid4()),
"description": f"Raw data download Marktstammdatenregister (MaStR) data using the webservice.\n\n{description_extra}",
"language": ["en-GB", "de-DE"],
"subject" : [{"name": None, "path": None}],
"keywords": ["powerplants", "renewables"],
"created": publication_date,
"version": data_version,
Expand Down Expand Up @@ -157,7 +158,7 @@ def datapackag_base(reference_date, publication_date=None, statistik_flag=None):
],
"review": {"path": None, "badge": None},
"metaMetadata": {
"metadataVersion": "OEP-1.4.0",
"metadataVersion": "OEP-1.5.2",
"metadataLicense": {
"name": "CC0-1.0",
"title": "Creative Commons Zero v1.0 Universal",
Expand All @@ -172,6 +173,7 @@ def datapackag_base(reference_date, publication_date=None, statistik_flag=None):
"licenses": "License name must follow the SPDX License List (https://spdx.org/licenses/)",
"review": "Following the OEP Data Review (https://github.com/OpenEnergyPlatform/data-preprocessing/wiki)",
"null": "If not applicable use (null)",
"todo": "If a value ist not yet available, use: todo"
},
}

Expand Down

0 comments on commit 8e9f66e

Please sign in to comment.