Skip to content

Commit

Permalink
Add metadata for eu_leg for 2020 #89
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludee committed Jan 31, 2022
1 parent 880ffca commit 5294c2e
Showing 1 changed file with 193 additions and 0 deletions.
193 changes: 193 additions & 0 deletions data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,193 @@
{
"name": "eu_leg_data_2020_eio_ir_article23_t3",
"title": "Parameters for 2020 greenhouse gas emission projections submitted by European Member States under the Monitoring Mechanism Regulation",
"id": "eu_leg_data_2020_eio_ir_article23_t3",
"description": "Parameters for 2020 greenhouse gas emission projections submitted by European Member States pursuant to Article 14 REGULATION (EU) No 525/2013 and Article 23 COMMISSION IMPLEMENTING REGULATION (EU) No 749/2014. Note: submissions by all European Member States are only mandatory every uneven year. In even years there is no requirement to submit emission projections. The data provided here includes all data openly available at the time of compilation.",
"keywords": [
"2020",
"parameters",
"Öko-Institut",
"EU-legislation",
"SIROP",
"CC-BY-4.0"
],
"context": {
"contact": "[email protected]",
"grantNo": "03EI1035B",
"fundingAgency": "Bundesministerium für Wirtschaft und Energie",
"fundingAgencyLogo": "https://commons.wikimedia.org/wiki/File:BMWi_Logo.svg",
"publisherLogo": "https://www.oeko.de/typo3conf/ext/wwt3_sitepackage/Resources/Public/frontend/assets/images/logo.svg"
},
"spatial": {
"location": "EU-27",
"resolution": "national"
},
"temporal": {
"timeseries": {
"start": "2015-09-09T00:",
"end": "2040-09-09T00:"
}
},
"review": {
"badge": null
},
"_comment": {},
"language": [],
"sources": [
{
"title": "Common Data Repository on Eionet",
"description": "The CDR holds data reported under various European legislation",
"path": "https://cdr.eionet.europa.eu/",
"licenses": [
{
"attribution": "(c) European Environment Agency",
"name": "CC BY 2.5 DK",
"title": "Attribution 2.5 Denmark",
"path": "https://cdr.eionet.europa.eu/legalnotice"
}
]
}
],
"licenses": [
{
"attribution": "(c) Öko-Institut",
"name": "CC BY 4.0",
"title": "Creative Commons Attribution 4.0 International",
"path": "https://creativecommons.org/licenses/by/4.0/"
}
],
"contributors": [
{
"title": "Öko-Institut",
"email": "[email protected]",
"object": "data, metadata",
"comment": "initial version",
"date": "2021-09-09"
}
],
"resources": [
{
"name": "eu_leg_data_2020_eio_ir_article23_t3",
"schema": {
"primaryKey": [],
"foreignKeys": [
{
"fields": [
"country_code"
],
"reference": {
"resource": "model_draft.eu_leg_dim_country",
"fields": [
"country_code"
]
}
},
{
"fields": [
"parameter"
],
"reference": {
"resource": "model_draft.eu_leg_dim_parameter",
"fields": [
"parameter"
]
}
},
{
"fields": [
"scenario"
],
"reference": {
"resource": "model_draft.eu_leg_dim_scenario",
"fields": [
"scenario"
]
}
},
{
"fields": [
"notation"
],
"reference": {
"resource": "model_draft.eu_leg_dim_notation",
"fields": [
"notation"
]
}
}
],
"fields": [
{
"name": "id",
"description": "unique id",
"type": "bigint",
"unit": "none"
},
{
"name": "country_code",
"description": "country code",
"type": "varchar(8)",
"unit": "none"
},
{
"name": "parameter",
"description": "",
"type": "varchar(128)",
"unit": "none"
},
{
"name": "scenario",
"description": "the scenario for which data is reported",
"type": "char(3)",
"unit": "none"
},
{
"name": "year",
"description": "year for which data is reported",
"type": "smallint",
"unit": "none"
},
{
"name": "base_year",
"description": "",
"type": "smallint",
"unit": "none"
},
{
"name": "default_unit",
"description": "the unit in which the data should be reported",
"type": "varchar(128)",
"unit": "none"
},
{
"name": "additional_unit",
"description": "the unit in which the data is reported",
"type": "varchar(128)",
"unit": "none"
},
{
"name": "notation",
"description": "notation key",
"type": "varchar(64)",
"unit": "none"
},
{
"name": "value",
"description": "value reported",
"type": "float",
"unit": "unit is given in clolumn 'unit'"
}
]
},
"dialect": {}
}
],
"metaMetadata": {
"metadataVersion": "OEP-1.4.0",
"metadataLicense": {
"name": "CC0-1.0",
"title": "Creative Commons Zero v1.0 Universal",
"path": "https://creativecommons.org/publicdomain/zero/1.0/"
}
}
}

0 comments on commit 5294c2e

Please sign in to comment.