From 5294c2e84fc83cd48bd837c853670328b4a7e2df Mon Sep 17 00:00:00 2001 From: Ludee Date: Mon, 31 Jan 2022 15:28:02 +0100 Subject: [PATCH 01/27] Add metadata for eu_leg for 2020 #89 --- ....eu_leg_data_2020_eio_ir_article23_t3.json | 193 ++++++++++++++++++ 1 file changed, 193 insertions(+) create mode 100644 data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json diff --git a/data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json b/data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json new file mode 100644 index 00000000..c3e11f2c --- /dev/null +++ b/data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json @@ -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": "oedb@oeko.de", + "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": "oedb@oeko.de", + "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/" + } + } +} \ No newline at end of file From 4e6d4dbb71727f84c1a92b66630afa4bc8c19748 Mon Sep 17 00:00:00 2001 From: Ludee Date: Mon, 31 Jan 2022 15:29:08 +0100 Subject: [PATCH 02/27] Add metadata for eu_leg dimensions #89 --- .../scenario.eu_leg_dim_parameter.json | 119 ++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 data-review/scenario.eu_leg_dim_parameter.json diff --git a/data-review/scenario.eu_leg_dim_parameter.json b/data-review/scenario.eu_leg_dim_parameter.json new file mode 100644 index 00000000..6b906a40 --- /dev/null +++ b/data-review/scenario.eu_leg_dim_parameter.json @@ -0,0 +1,119 @@ +{ + "name": "eu_leg_dim_parameter", + "title": "Parameters for greenhouse gas emission projections submitted under EU legislation", + "id": "eu_leg_dim_parameter", + "description": "This table matches parameters for greenhouse gas emission projections submitted under EU legislation to default units and to a parameter group according to the parameter template. It also takes into account parameters added by Member States and which were not originally listed in the parameter template.", + "keywords": [ + "Öko-Institut", + "EU-legislation", + "parameters", + "CC-BY-4.0" + ], + "context": { + "contact": "oedb@oeko.de", + "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": {}, + "temporal": { + "timeseries": {} + }, + "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" + } + ] + }, + { + "title": "Reportnet 3 - National projections of anthropogenic greenhouse gas emissions – Reporting year 2021", + "description": "National projections provided by European Member States, pursuant to Governance Regulation Art.18 (1)(b) / Implementing Regulation Art.38", + "path": "https://reportnet.europa.eu/public/dataflow/113", + "licenses": [ + { + "attribution": "(c) European Environment Agency", + "name": "ODC-by license or similar", + "title": "Open Data Commons Attribution License - or similar", + "path": "https://www.eea.europa.eu/legal/eea-data-policy#toc-6" + } + ] + }, + { + "title": "Member States' greenhouse gas (GHG) emission projections", + "description": "Member State's greenhouse gas emission projections compiled by the EEA", + "path": "https://www.eea.europa.eu/data-and-maps/data/greenhouse-gas-emission-projections-for-7", + "licenses": [ + { + "attribution": "(c) European Environment Agency", + "name": "ODC-by license or similar", + "title": "Open Data Commons Attribution License - or similar", + "path": "https://www.eea.europa.eu/legal/eea-data-policy#toc-6" + } + ] + } + ], + "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": [], + "resources": [ + { + "name": "eu_leg_dim_parameter", + "schema": { + "primaryKey": [], + "foreignKeys": [], + "fields": [ + { + "name": "id", + "type": "bigint" + }, + { + "name": "parameter", + "type": "varchar(128)" + }, + { + "name": "is_user_defined", + "type": "boolean" + }, + { + "name": "default_unit", + "description": "the unit in which the data should be reported", + "type": "varchar(128)" + }, + { + "name": "parameter_group", + "type": "varchar(128)" + } + ] + }, + "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/" + } + } +} \ No newline at end of file From 08ee9f07c57b8564b00129071c98f44839bdad2c Mon Sep 17 00:00:00 2001 From: Ludee Date: Tue, 1 Feb 2022 13:34:56 +0100 Subject: [PATCH 03/27] Review: Update name of source #89 --- data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json b/data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json index c3e11f2c..add6739f 100644 --- a/data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json +++ b/data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json @@ -35,7 +35,7 @@ "language": [], "sources": [ { - "title": "Common Data Repository on Eionet", + "title": "European Environment Agency - Central Data Repository on Eionet", "description": "The CDR holds data reported under various European legislation", "path": "https://cdr.eionet.europa.eu/", "licenses": [ From 6e8afb749fd81c53640644bcbab37a4e67877968 Mon Sep 17 00:00:00 2001 From: Ludee Date: Tue, 1 Feb 2022 13:41:57 +0100 Subject: [PATCH 04/27] Review: Update title of license #89 --- .../scenario.eu_leg_data_2020_eio_ir_article23_t3.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json b/data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json index add6739f..c0573c43 100644 --- a/data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json +++ b/data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json @@ -41,8 +41,8 @@ "licenses": [ { "attribution": "(c) European Environment Agency", - "name": "CC BY 2.5 DK", - "title": "Attribution 2.5 Denmark", + "name": "CC-BY-2.5-DK", + "title": "Creative Commons Attribution 2.5 Denmark", "path": "https://cdr.eionet.europa.eu/legalnotice" } ] From ebecf6c4e978895646a1306b6270ab0cc9398d31 Mon Sep 17 00:00:00 2001 From: Ludee Date: Tue, 1 Feb 2022 13:46:26 +0100 Subject: [PATCH 05/27] Review: Update path of license #89 --- data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json b/data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json index c0573c43..8d02cae9 100644 --- a/data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json +++ b/data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json @@ -43,7 +43,7 @@ "attribution": "(c) European Environment Agency", "name": "CC-BY-2.5-DK", "title": "Creative Commons Attribution 2.5 Denmark", - "path": "https://cdr.eionet.europa.eu/legalnotice" + "path": "https://creativecommons.org/licenses/by/2.5/dk/legalcode" } ] } From 40fc45fbcf145eb514429964f39a2c3136e0c1a8 Mon Sep 17 00:00:00 2001 From: Ludee Date: Tue, 1 Feb 2022 13:56:27 +0100 Subject: [PATCH 06/27] Review: Update attribution copyright #89 --- data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json b/data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json index 8d02cae9..2f259dc7 100644 --- a/data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json +++ b/data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json @@ -40,7 +40,7 @@ "path": "https://cdr.eionet.europa.eu/", "licenses": [ { - "attribution": "(c) European Environment Agency", + "attribution": "© European Environment Agency", "name": "CC-BY-2.5-DK", "title": "Creative Commons Attribution 2.5 Denmark", "path": "https://creativecommons.org/licenses/by/2.5/dk/legalcode" From aeff1aca4e5bf5d2e7ccc7d82223637dd2bcd4ad Mon Sep 17 00:00:00 2001 From: steull Date: Fri, 4 Feb 2022 08:54:50 +0000 Subject: [PATCH 07/27] Add metadata for eu_leg for 2015-2019 #89 --- ....eu_leg_data_2015_eio_ir_article23_t3.json | 193 ++++++++++++++++++ ....eu_leg_data_2016_eio_ir_article23_t3.json | 193 ++++++++++++++++++ ....eu_leg_data_2017_eio_ir_article23_t3.json | 193 ++++++++++++++++++ ....eu_leg_data_2018_eio_ir_article23_t3.json | 193 ++++++++++++++++++ ....eu_leg_data_2019_eio_ir_article23_t3.json | 193 ++++++++++++++++++ 5 files changed, 965 insertions(+) create mode 100644 data-review/scenario.eu_leg_data_2015_eio_ir_article23_t3.json create mode 100644 data-review/scenario.eu_leg_data_2016_eio_ir_article23_t3.json create mode 100644 data-review/scenario.eu_leg_data_2017_eio_ir_article23_t3.json create mode 100644 data-review/scenario.eu_leg_data_2018_eio_ir_article23_t3.json create mode 100644 data-review/scenario.eu_leg_data_2019_eio_ir_article23_t3.json diff --git a/data-review/scenario.eu_leg_data_2015_eio_ir_article23_t3.json b/data-review/scenario.eu_leg_data_2015_eio_ir_article23_t3.json new file mode 100644 index 00000000..0111ed82 --- /dev/null +++ b/data-review/scenario.eu_leg_data_2015_eio_ir_article23_t3.json @@ -0,0 +1,193 @@ +{ + "name": "eu_leg_data_2015_eio_ir_article23_t3", + "title": "Parameters for 2015 greenhouse gas emission projections submitted by European Member States under the Monitoring Mechanism Regulation", + "id": "eu_leg_data_2015_eio_ir_article23_t3", + "description": "Parameters for 2015 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": [ + "2015", + "parameters", + "Öko-Institut", + "EU-legislation", + "SIROP", + "CC-BY-4.0" + ], + "context": { + "contact": "oedb@oeko.de", + "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": "oedb@oeko.de", + "object": "data, metadata", + "comment": "initial version", + "date": "2021-09-09" + } + ], + "resources": [ + { + "name": "eu_leg_data_2015_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/" + } + } +} \ No newline at end of file diff --git a/data-review/scenario.eu_leg_data_2016_eio_ir_article23_t3.json b/data-review/scenario.eu_leg_data_2016_eio_ir_article23_t3.json new file mode 100644 index 00000000..6f3050c4 --- /dev/null +++ b/data-review/scenario.eu_leg_data_2016_eio_ir_article23_t3.json @@ -0,0 +1,193 @@ +{ + "name": "eu_leg_data_2016_eio_ir_article23_t3", + "title": "Parameters for 2016 greenhouse gas emission projections submitted by European Member States under the Monitoring Mechanism Regulation", + "id": "eu_leg_data_2016_eio_ir_article23_t3", + "description": "Parameters for 2016 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": [ + "2016", + "parameters", + "Öko-Institut", + "EU-legislation", + "SIROP", + "CC-BY-4.0" + ], + "context": { + "contact": "oedb@oeko.de", + "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": "oedb@oeko.de", + "object": "data, metadata", + "comment": "initial version", + "date": "2021-09-09" + } + ], + "resources": [ + { + "name": "eu_leg_data_2016_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/" + } + } +} \ No newline at end of file diff --git a/data-review/scenario.eu_leg_data_2017_eio_ir_article23_t3.json b/data-review/scenario.eu_leg_data_2017_eio_ir_article23_t3.json new file mode 100644 index 00000000..4689a5c9 --- /dev/null +++ b/data-review/scenario.eu_leg_data_2017_eio_ir_article23_t3.json @@ -0,0 +1,193 @@ +{ + "name": "eu_leg_data_2017_eio_ir_article23_t3", + "title": "Parameters for 2017 greenhouse gas emission projections submitted by European Member States under the Monitoring Mechanism Regulation", + "id": "eu_leg_data_2017_eio_ir_article23_t3", + "description": "Parameters for 2017 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": [ + "2017", + "parameters", + "Öko-Institut", + "EU-legislation", + "SIROP", + "CC-BY-4.0" + ], + "context": { + "contact": "oedb@oeko.de", + "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": "oedb@oeko.de", + "object": "data, metadata", + "comment": "initial version", + "date": "2021-09-09" + } + ], + "resources": [ + { + "name": "eu_leg_data_2017_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/" + } + } +} \ No newline at end of file diff --git a/data-review/scenario.eu_leg_data_2018_eio_ir_article23_t3.json b/data-review/scenario.eu_leg_data_2018_eio_ir_article23_t3.json new file mode 100644 index 00000000..e7e87d1e --- /dev/null +++ b/data-review/scenario.eu_leg_data_2018_eio_ir_article23_t3.json @@ -0,0 +1,193 @@ +{ + "name": "eu_leg_data_2018_eio_ir_article23_t3", + "title": "Parameters for 2018 greenhouse gas emission projections submitted by European Member States under the Monitoring Mechanism Regulation", + "id": "eu_leg_data_2018_eio_ir_article23_t3", + "description": "Parameters for 2018 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": [ + "2018", + "parameters", + "Öko-Institut", + "EU-legislation", + "SIROP", + "CC-BY-4.0" + ], + "context": { + "contact": "oedb@oeko.de", + "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": "oedb@oeko.de", + "object": "data, metadata", + "comment": "initial version", + "date": "2021-09-09" + } + ], + "resources": [ + { + "name": "eu_leg_data_2018_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/" + } + } +} \ No newline at end of file diff --git a/data-review/scenario.eu_leg_data_2019_eio_ir_article23_t3.json b/data-review/scenario.eu_leg_data_2019_eio_ir_article23_t3.json new file mode 100644 index 00000000..4bfa58fa --- /dev/null +++ b/data-review/scenario.eu_leg_data_2019_eio_ir_article23_t3.json @@ -0,0 +1,193 @@ +{ + "name": "eu_leg_data_2019_eio_ir_article23_t3", + "title": "Parameters for 2019 greenhouse gas emission projections submitted by European Member States under the Monitoring Mechanism Regulation", + "id": "eu_leg_data_2019_eio_ir_article23_t3", + "description": "Parameters for 2019 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": [ + "2019", + "parameters", + "Öko-Institut", + "EU-legislation", + "SIROP", + "CC-BY-4.0" + ], + "context": { + "contact": "oedb@oeko.de", + "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": "oedb@oeko.de", + "object": "data, metadata", + "comment": "initial version", + "date": "2021-09-09" + } + ], + "resources": [ + { + "name": "eu_leg_data_2019_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/" + } + } +} \ No newline at end of file From f61d1ae7ca423ec5516aef54cee4f0de036cfe52 Mon Sep 17 00:00:00 2001 From: steull Date: Mon, 7 Feb 2022 12:48:30 +0000 Subject: [PATCH 08/27] Review: Update License --- .../scenario.eu_leg_data_2020_eio_ir_article23_t3.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json b/data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json index 2f259dc7..8c039506 100644 --- a/data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json +++ b/data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json @@ -50,8 +50,8 @@ ], "licenses": [ { - "attribution": "(c) Öko-Institut", - "name": "CC BY 4.0", + "attribution": "© Öko-Institut", + "name": "CC-BY-4.0", "title": "Creative Commons Attribution 4.0 International", "path": "https://creativecommons.org/licenses/by/4.0/" } From 6589452fc844fb6f4a42f6295ed8cf07aa0dc1d7 Mon Sep 17 00:00:00 2001 From: steull Date: Mon, 7 Feb 2022 13:05:42 +0000 Subject: [PATCH 09/27] Review: Add contributors --- .../scenario.eu_leg_data_2020_eio_ir_article23_t3.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json b/data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json index 8c039506..f4a69528 100644 --- a/data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json +++ b/data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json @@ -61,8 +61,15 @@ "title": "Öko-Institut", "email": "oedb@oeko.de", "object": "data, metadata", - "comment": "initial version", + "comment": "Initial version", "date": "2021-09-09" + }, + { + "title": "steull", + "email": "datenzentrum@rl-institut.de", + "object": "metadata", + "comment": "Review and update metadata", + "date": "2022-02-07" } ], "resources": [ From f66272ce9d0c4f33c8d5ec155f81d5b717dfa104 Mon Sep 17 00:00:00 2001 From: Ludee Date: Mon, 7 Feb 2022 14:08:06 +0100 Subject: [PATCH 10/27] Review: Add field publicationDate --- data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json b/data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json index f4a69528..b475040e 100644 --- a/data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json +++ b/data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json @@ -11,6 +11,7 @@ "SIROP", "CC-BY-4.0" ], + "publicationDate": null, "context": { "contact": "oedb@oeko.de", "grantNo": "03EI1035B", From 7e784928bcaeddfecf78cbee75415d207a976337 Mon Sep 17 00:00:00 2001 From: steull Date: Mon, 7 Feb 2022 13:25:53 +0000 Subject: [PATCH 11/27] Review: Add new metadata template V1.5.0 --- ...o.eea_eionet_eu_legislation_data_2020.json | 175 ++++++++++++++++++ 1 file changed, 175 insertions(+) create mode 100644 data-review/scenario.eea_eionet_eu_legislation_data_2020.json diff --git a/data-review/scenario.eea_eionet_eu_legislation_data_2020.json b/data-review/scenario.eea_eionet_eu_legislation_data_2020.json new file mode 100644 index 00000000..a7665872 --- /dev/null +++ b/data-review/scenario.eea_eionet_eu_legislation_data_2020.json @@ -0,0 +1,175 @@ +{ + "name": null, + "title": null, + "id": null, + "description": null, + "subject": null, + "language": [ + null + ], + "keywords": [ + null + ], + "publicationDate": null, + "context": { + "homepage": null, + "documentation": null, + "sourceCode": null, + "contact": null, + "grantNo": null, + "fundingAgency": null, + "fundingAgencyLogo": null, + "publisherLogo": null + }, + "spatial": { + "location": null, + "extent": null, + "resolution": null + }, + "temporal": { + "referenceDate": null, + "timeseries": [{ + "start": null, + "end": null, + "resolution": null, + "alignment": null, + "aggregationType": null + }, + { + "start": null, + "end": null, + "resolution": null, + "alignment": null, + "aggregationType": null + } + ] + }, + "sources": [ + { + "title": null, + "description": null, + "path": null, + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": null, + "description": null, + "path": null, + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + } + ], + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ], + "contributors": [ + { + "title": null, + "email": null, + "date": null, + "object": null, + "comment": null + }, + { + "title": null, + "email": null, + "date": null, + "object": null, + "comment": null + } + ], + "resources": [ + { + "profile": null, + "name": null, + "path": null, + "format": null, + "encoding": null, + "schema": { + "fields": [ + { + "name": null, + "description": null, + "type": null, + "is_about": null, + "value_reference": null, + "unit": null + }, + { + "name": null, + "description": null, + "type": null, + "is_about": null, + "value_reference": null, + "unit": null + } + ], + "primaryKey": [ + null + ], + "foreignKeys": [ + { + "fields": [ + null + ], + "reference": { + "resource": null, + "fields": [ + null + ] + } + } + ] + }, + "dialect": { + "delimiter": null, + "decimalSeparator": "." + } + } + ], + "@id": null, + "@context": null, + "review": { + "path": null, + "badge": null + }, + "metaMetadata": { + "metadataVersion": "OEP-1.5.0", + "metadataLicense": { + "name": "CC0-1.0", + "title": "Creative Commons Zero v1.0 Universal", + "path": "https://creativecommons.org/publicdomain/zero/1.0/" + } + }, + "_comment": { + "metadata": "Metadata documentation and explanation (https://github.com/OpenEnergyPlatform/oemetadata)", + "dates": "Dates and time must follow the ISO8601 including time zone (YYYY-MM-DD or YYYY-MM-DDThh:mm:ss±hh)", + "units": "Use a space between numbers and units (100 m)", + "languages": "Languages must follow the IETF (BCP47) format (en-GB, en-US, de-DE)", + "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/blob/master/data-review/manual/review_manual.md)", + "null": "If not applicable use: null", + "todo": "If a value is not yet available, use: todo" + } +} \ No newline at end of file From 94ba9dc6996bb5aea81605e99a66e15da1188a5c Mon Sep 17 00:00:00 2001 From: steull Date: Mon, 7 Feb 2022 14:44:01 +0000 Subject: [PATCH 12/27] Review: add information #89 --- ...o.eea_eionet_eu_legislation_data_2020.json | 200 +++++++++++------- 1 file changed, 124 insertions(+), 76 deletions(-) diff --git a/data-review/scenario.eea_eionet_eu_legislation_data_2020.json b/data-review/scenario.eea_eionet_eu_legislation_data_2020.json index a7665872..140f6133 100644 --- a/data-review/scenario.eea_eionet_eu_legislation_data_2020.json +++ b/data-review/scenario.eea_eionet_eu_legislation_data_2020.json @@ -1,44 +1,42 @@ { - "name": null, - "title": null, - "id": null, - "description": null, + "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": "scenario.eea_eionet_eu_legislation_data_2020", + "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.", "subject": null, "language": [ - null + "en-GB" ], "keywords": [ - null + "2020", + "parameters", + "Öko-Institut", + "EU-legislation", + "SIROP", + "CC-BY-4.0" ], - "publicationDate": null, + "publicationDate": "todo", "context": { - "homepage": null, + "homepage": "oeko.de", "documentation": null, "sourceCode": null, - "contact": null, - "grantNo": null, - "fundingAgency": null, - "fundingAgencyLogo": null, - "publisherLogo": null + "contact": "oedb@oeko.de", + "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": null, - "extent": null, - "resolution": null + "extent": "EU-27", + "resolution": "country" }, "temporal": { - "referenceDate": null, + "referenceDate": "2020", "timeseries": [{ - "start": null, - "end": null, - "resolution": null, - "alignment": null, - "aggregationType": null - }, - { - "start": null, - "end": null, - "resolution": null, + "start": "2015", + "end": "2040", + "resolution": "year", "alignment": null, "aggregationType": null } @@ -46,83 +44,133 @@ }, "sources": [ { - "title": null, - "description": null, - "path": null, - "licenses": [ - { - "name": null, - "title": null, - "path": null, - "instruction": null, - "attribution": null - } - ] - }, - { - "title": null, - "description": null, - "path": null, + "title": "European Environment Agency - Central Data Repository on Eionet", + "description": "The CDR holds data reported under various European legislation", + "path": "https://cdr.eionet.europa.eu/", "licenses": [ { - "name": null, - "title": null, - "path": null, + "name": "CC-BY-2.5-DK", + "title": "Creative Commons Attribution 2.5 Denmark", + "path": "https://creativecommons.org/licenses/by/2.5/dk/legalcode", "instruction": null, - "attribution": null + "attribution": "© European Environment Agency" } ] } ], "licenses": [ { - "name": null, - "title": null, - "path": null, + "name": "CC-BY-4.0", + "title": "Creative Commons Attribution 4.0 International", + "path": "https://creativecommons.org/licenses/by/4.0/", "instruction": null, - "attribution": null + "attribution": "© Öko-Institut" } ], "contributors": [ { - "title": null, - "email": null, - "date": null, - "object": null, - "comment": null + "title": "Öko-Institut", + "email": "oedb@oeko.de", + "date": "2021-09-09", + "object": "data, metadata", + "comment": "Initial version" }, { - "title": null, - "email": null, - "date": null, - "object": null, - "comment": null + "title": "steull", + "email": "datenzentrum@rl-institut.de", + "date": "2022-02-07", + "object": "metadata", + "comment": "Review and update metadata" } ], "resources": [ { - "profile": null, - "name": null, - "path": null, - "format": null, - "encoding": null, + "profile": "tabular-data-resource", + "name": "scenario.eea_eionet_eu_legislation_data_2020", + "path": "todo", + "format": "PostgresSQL", + "encoding": "UTF-8", "schema": { "fields": [ { - "name": null, - "description": null, - "type": null, + "name": "id", + "description": "unique id", + "type": "bigint", + "is_about": null, + "value_reference": null, + "unit": "none" + }, + { + "name": "country_code", + "description": "country code", + "type": "varchar(8)", + "is_about": null, + "value_reference": null, + "unit": "none" + }, + { + "name": "parameter", + "description": "", + "type": "varchar(128)", + "is_about": null, + "value_reference": null, + "unit": "none" + }, + { + "name": "scenario", + "description": "the scenario for which data is reported", + "type": "char(3)", + "is_about": null, + "value_reference": null, + "unit": "none" + }, + { + "name": "year", + "description": "year for which data is reported", + "type": "smallint", + "is_about": null, + "value_reference": null, + "unit": "none" + }, + { + "name": "base_year", + "description": "", + "type": "smallint", + "is_about": null, + "value_reference": null, + "unit": "none" + }, + { + "name": "default_unit", + "description": "the unit in which the data should be reported", + "type": "varchar(128)", + "is_about": null, + "value_reference": null, + "unit": "none" + }, + { + "name": "additional_unit", + "description": "the unit in which the data is reported", + "type": "varchar(128)", + "is_about": null, + "value_reference": null, + "unit": "none" + }, + { + "name": "notation", + "description": "notation key", + "type": "varchar(64)", "is_about": null, "value_reference": null, - "unit": null + "unit": "none" }, { - "name": null, - "description": null, - "type": null, + "name": "value", + "description": "value reported", + "type": "float", "is_about": null, "value_reference": null, - "unit": null + "unit": "unit is given in clolumn 'unit'" } ], "primaryKey": [ @@ -151,8 +199,8 @@ "@id": null, "@context": null, "review": { - "path": null, - "badge": null + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/89", + "badge": "todo" }, "metaMetadata": { "metadataVersion": "OEP-1.5.0", From 2883facd4972fe4e4bb6a04f24651d2b1eddb8c7 Mon Sep 17 00:00:00 2001 From: Ludee Date: Tue, 8 Feb 2022 10:30:27 +0100 Subject: [PATCH 13/27] Review: Update conetxt homepage #89 --- data-review/scenario.eea_eionet_eu_legislation_data_2020.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-review/scenario.eea_eionet_eu_legislation_data_2020.json b/data-review/scenario.eea_eionet_eu_legislation_data_2020.json index 140f6133..614e57be 100644 --- a/data-review/scenario.eea_eionet_eu_legislation_data_2020.json +++ b/data-review/scenario.eea_eionet_eu_legislation_data_2020.json @@ -17,7 +17,7 @@ ], "publicationDate": "todo", "context": { - "homepage": "oeko.de", + "homepage": "https://oeko.de/", "documentation": null, "sourceCode": null, "contact": "oedb@oeko.de", From e8b4e2eceb34cd9ff7c57025bb42f39bf521082d Mon Sep 17 00:00:00 2001 From: Ludee Date: Tue, 8 Feb 2022 10:31:18 +0100 Subject: [PATCH 14/27] Review: Update context funding agency logo link #89 --- data-review/scenario.eea_eionet_eu_legislation_data_2020.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-review/scenario.eea_eionet_eu_legislation_data_2020.json b/data-review/scenario.eea_eionet_eu_legislation_data_2020.json index 614e57be..1a8a20ae 100644 --- a/data-review/scenario.eea_eionet_eu_legislation_data_2020.json +++ b/data-review/scenario.eea_eionet_eu_legislation_data_2020.json @@ -23,7 +23,7 @@ "contact": "oedb@oeko.de", "grantNo": "03EI1035B", "fundingAgency": "Bundesministerium für Wirtschaft und Energie", - "fundingAgencyLogo": "https://commons.wikimedia.org/wiki/File:BMWi_Logo.svg", + "fundingAgencyLogo": "https://upload.wikimedia.org/wikipedia/commons/e/e1/BMWi_Logo.svg", "publisherLogo": "https://www.oeko.de/typo3conf/ext/wwt3_sitepackage/Resources/Public/frontend/assets/images/logo.svg" }, "spatial": { From f8334b871bcc92a9109c0516c6235f1082e53899 Mon Sep 17 00:00:00 2001 From: Ludee Date: Tue, 8 Feb 2022 10:38:19 +0100 Subject: [PATCH 15/27] Review: Add CIR No 749/2014 as source #89 --- ...enario.eea_eionet_eu_legislation_data_2020.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/data-review/scenario.eea_eionet_eu_legislation_data_2020.json b/data-review/scenario.eea_eionet_eu_legislation_data_2020.json index 1a8a20ae..56ef9b87 100644 --- a/data-review/scenario.eea_eionet_eu_legislation_data_2020.json +++ b/data-review/scenario.eea_eionet_eu_legislation_data_2020.json @@ -56,6 +56,20 @@ "attribution": "© European Environment Agency" } ] + }, + { + "title": "Commission Implementing Regulation (EU) No 749/2014 of 30 June 2014", + "description": "Commission Implementing Regulation (EU) No 749/2014 of 30 June 2014 on structure, format, submission processes and review of information reported by Member States pursuant to Regulation (EU) No 525/2013 of the European Parliament and of the Council. Note: No longer in force, Date of end of validity: 31/12/2020; Repealed by 32020R1208", + "path": "http://data.europa.eu/eli/reg_impl/2014/749/oj", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© Official Journal of the European Union" + } + ] } ], "licenses": [ From 21d8c8edf8a84cb0098b8bd1b0ec68f7e751dd01 Mon Sep 17 00:00:00 2001 From: Ludee Date: Tue, 8 Feb 2022 10:40:09 +0100 Subject: [PATCH 16/27] Review: Update resource name #89 --- data-review/scenario.eea_eionet_eu_legislation_data_2020.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data-review/scenario.eea_eionet_eu_legislation_data_2020.json b/data-review/scenario.eea_eionet_eu_legislation_data_2020.json index 56ef9b87..65af865b 100644 --- a/data-review/scenario.eea_eionet_eu_legislation_data_2020.json +++ b/data-review/scenario.eea_eionet_eu_legislation_data_2020.json @@ -100,8 +100,8 @@ "resources": [ { "profile": "tabular-data-resource", - "name": "scenario.eea_eionet_eu_legislation_data_2020", - "path": "todo", + "name": "eea_eionet_eu_legislation_data_2020", + "path": "https://openenergy-platform.org/dataedit/view/scenario/eea_eionet_eu_legislation_data_2020", "format": "PostgresSQL", "encoding": "UTF-8", "schema": { From edc78ac0a2acd48699c861486e65147144a80d67 Mon Sep 17 00:00:00 2001 From: Ludee Date: Tue, 8 Feb 2022 11:03:16 +0100 Subject: [PATCH 17/27] Review: Update name and path #89 --- .../scenario.eea_eionet_eu_legislation_data_2020.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data-review/scenario.eea_eionet_eu_legislation_data_2020.json b/data-review/scenario.eea_eionet_eu_legislation_data_2020.json index 65af865b..9aaabdd8 100644 --- a/data-review/scenario.eea_eionet_eu_legislation_data_2020.json +++ b/data-review/scenario.eea_eionet_eu_legislation_data_2020.json @@ -1,7 +1,7 @@ { - "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": "scenario.eea_eionet_eu_legislation_data_2020", + "name": "oekoinstitut_eea_eionet_eu_emissions_per_country_2020", + "title": "Öko-Institut - Collection of parameters for greenhouse gas emission projections submitted by European Member States under the Monitoring Mechanism Regulation (MMR) - 2020", + "id": "https://openenergy-platform.org/dataedit/view/scenario/oekoinstitut_eea_eionet_eu_emissions_per_country_2020", "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.", "subject": null, "language": [ From c671e6b4cf9441fc39d2564f9d6f46d38cbe7698 Mon Sep 17 00:00:00 2001 From: Ludee Date: Tue, 8 Feb 2022 11:15:58 +0100 Subject: [PATCH 18/27] Review: Add review badge #89 --- data-review/scenario.eea_eionet_eu_legislation_data_2020.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-review/scenario.eea_eionet_eu_legislation_data_2020.json b/data-review/scenario.eea_eionet_eu_legislation_data_2020.json index 9aaabdd8..5ee6870d 100644 --- a/data-review/scenario.eea_eionet_eu_legislation_data_2020.json +++ b/data-review/scenario.eea_eionet_eu_legislation_data_2020.json @@ -214,7 +214,7 @@ "@context": null, "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/89", - "badge": "todo" + "badge": "Silver" }, "metaMetadata": { "metadataVersion": "OEP-1.5.0", From d6e81affab8581b4a52741bd4d5414072625ca4b Mon Sep 17 00:00:00 2001 From: Ludee Date: Tue, 8 Feb 2022 11:16:34 +0100 Subject: [PATCH 19/27] Review: Add template for parameter table #89 --- ..._eionet_eu_legislation_data_parameter.json | 175 ++++++++++++++++++ 1 file changed, 175 insertions(+) create mode 100644 data-review/scenario.eea_eionet_eu_legislation_data_parameter.json diff --git a/data-review/scenario.eea_eionet_eu_legislation_data_parameter.json b/data-review/scenario.eea_eionet_eu_legislation_data_parameter.json new file mode 100644 index 00000000..a7665872 --- /dev/null +++ b/data-review/scenario.eea_eionet_eu_legislation_data_parameter.json @@ -0,0 +1,175 @@ +{ + "name": null, + "title": null, + "id": null, + "description": null, + "subject": null, + "language": [ + null + ], + "keywords": [ + null + ], + "publicationDate": null, + "context": { + "homepage": null, + "documentation": null, + "sourceCode": null, + "contact": null, + "grantNo": null, + "fundingAgency": null, + "fundingAgencyLogo": null, + "publisherLogo": null + }, + "spatial": { + "location": null, + "extent": null, + "resolution": null + }, + "temporal": { + "referenceDate": null, + "timeseries": [{ + "start": null, + "end": null, + "resolution": null, + "alignment": null, + "aggregationType": null + }, + { + "start": null, + "end": null, + "resolution": null, + "alignment": null, + "aggregationType": null + } + ] + }, + "sources": [ + { + "title": null, + "description": null, + "path": null, + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": null, + "description": null, + "path": null, + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + } + ], + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ], + "contributors": [ + { + "title": null, + "email": null, + "date": null, + "object": null, + "comment": null + }, + { + "title": null, + "email": null, + "date": null, + "object": null, + "comment": null + } + ], + "resources": [ + { + "profile": null, + "name": null, + "path": null, + "format": null, + "encoding": null, + "schema": { + "fields": [ + { + "name": null, + "description": null, + "type": null, + "is_about": null, + "value_reference": null, + "unit": null + }, + { + "name": null, + "description": null, + "type": null, + "is_about": null, + "value_reference": null, + "unit": null + } + ], + "primaryKey": [ + null + ], + "foreignKeys": [ + { + "fields": [ + null + ], + "reference": { + "resource": null, + "fields": [ + null + ] + } + } + ] + }, + "dialect": { + "delimiter": null, + "decimalSeparator": "." + } + } + ], + "@id": null, + "@context": null, + "review": { + "path": null, + "badge": null + }, + "metaMetadata": { + "metadataVersion": "OEP-1.5.0", + "metadataLicense": { + "name": "CC0-1.0", + "title": "Creative Commons Zero v1.0 Universal", + "path": "https://creativecommons.org/publicdomain/zero/1.0/" + } + }, + "_comment": { + "metadata": "Metadata documentation and explanation (https://github.com/OpenEnergyPlatform/oemetadata)", + "dates": "Dates and time must follow the ISO8601 including time zone (YYYY-MM-DD or YYYY-MM-DDThh:mm:ss±hh)", + "units": "Use a space between numbers and units (100 m)", + "languages": "Languages must follow the IETF (BCP47) format (en-GB, en-US, de-DE)", + "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/blob/master/data-review/manual/review_manual.md)", + "null": "If not applicable use: null", + "todo": "If a value is not yet available, use: todo" + } +} \ No newline at end of file From 84d9769c5c627cba4e3e96a02ce7a0250f38a46d Mon Sep 17 00:00:00 2001 From: Ludee Date: Tue, 8 Feb 2022 11:26:29 +0100 Subject: [PATCH 20/27] Review: Add data for parameter list #89 --- ..._eionet_eu_legislation_data_parameter.json | 155 +++++++++++------- 1 file changed, 95 insertions(+), 60 deletions(-) diff --git a/data-review/scenario.eea_eionet_eu_legislation_data_parameter.json b/data-review/scenario.eea_eionet_eu_legislation_data_parameter.json index a7665872..bd6b928e 100644 --- a/data-review/scenario.eea_eionet_eu_legislation_data_parameter.json +++ b/data-review/scenario.eea_eionet_eu_legislation_data_parameter.json @@ -1,25 +1,29 @@ { - "name": null, - "title": null, - "id": null, - "description": null, + "name": "scenario.eea_eionet_eu_legislation_data_parameter", + "title": "Öko-Institut - Collection of parameters for greenhouse gas emission projections submitted by European Member States under the Monitoring Mechanism Regulation (MMR) - Parameter", + "id": "https://openenergy-platform.org/dataedit/view/scenario/scenario.eea_eionet_eu_legislation_data_parameter", + "description": "Parameters for 2020 greenhouse gas emission projections submitted by European Member States. This table matches parameters for greenhouse gas emission projections submitted under EU legislation to default units and to a parameter group according to the parameter template. It also takes into account parameters added by Member States and which were not originally listed in the parameter template.", "subject": null, "language": [ - null + "en-GB" ], "keywords": [ - null + "parameters", + "Öko-Institut", + "EU-legislation", + "SIROP", + "CC-BY-4.0" ], - "publicationDate": null, + "publicationDate": "todo", "context": { - "homepage": null, + "homepage": "https://oeko.de/", "documentation": null, "sourceCode": null, - "contact": null, - "grantNo": null, - "fundingAgency": null, - "fundingAgencyLogo": null, - "publisherLogo": null + "contact": "oedb@oeko.de", + "grantNo": "03EI1035B", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie", + "fundingAgencyLogo": "https://upload.wikimedia.org/wikipedia/commons/e/e1/BMWi_Logo.svg", + "publisherLogo": "https://www.oeko.de/typo3conf/ext/wwt3_sitepackage/Resources/Public/frontend/assets/images/logo.svg" }, "spatial": { "location": null, @@ -34,99 +38,130 @@ "resolution": null, "alignment": null, "aggregationType": null - }, - { - "start": null, - "end": null, - "resolution": null, - "alignment": null, - "aggregationType": null } ] }, "sources": [ { - "title": null, - "description": null, - "path": null, + "title": "European Environment Agency - Central Data Repository on Eionet", + "description": "The CDR holds data reported under various European legislation", + "path": "https://cdr.eionet.europa.eu/", "licenses": [ { - "name": null, - "title": null, - "path": null, + "name": "CC-BY-2.5-DK", + "title": "Creative Commons Attribution 2.5 Denmark", + "path": "https://creativecommons.org/licenses/by/2.5/dk/legalcode", "instruction": null, - "attribution": null + "attribution": "© European Environment Agency" } ] }, { - "title": null, - "description": null, - "path": null, + "title": "Commission Implementing Regulation (EU) No 749/2014 of 30 June 2014", + "description": "Commission Implementing Regulation (EU) No 749/2014 of 30 June 2014 on structure, format, submission processes and review of information reported by Member States pursuant to Regulation (EU) No 525/2013 of the European Parliament and of the Council. Note: No longer in force, Date of end of validity: 31/12/2020; Repealed by 32020R1208", + "path": "http://data.europa.eu/eli/reg_impl/2014/749/oj", "licenses": [ { "name": null, - "title": null, + "title": null, "path": null, "instruction": null, - "attribution": null + "attribution": "© Official Journal of the European Union" + } + ] + }, + { + "title": "Reportnet 3 - National projections of anthropogenic greenhouse gas emissions – Reporting year 2021", + "description": "National projections provided by European Member States, pursuant to Governance Regulation Art.18 (1)(b) / Implementing Regulation Art.38", + "path": "https://reportnet.europa.eu/public/dataflow/113", + "licenses": [ + { + "name": "European Environment Agency (EEA) Data Policy", + "title": null, + "path": https://www.eea.europa.eu/legal/eea-data-policy#toc-6, + "instruction": "This policy provides guidelines about EEA’s handling of data. The policy will ensure that data is handled in a consistent and transparent manner. EEA aspires to promote the sharing of environmental data. In agreeing to share, data providers need to have assurance that their data are properly handled, disseminated and acknowledged following similar principles and rules across countries and stakeholders.", + "attribution": "© European Environment Agency" } ] } ], "licenses": [ { - "name": null, - "title": null, - "path": null, + "name": "CC-BY-4.0", + "title": "Creative Commons Attribution 4.0 International", + "path": "https://creativecommons.org/licenses/by/4.0/", "instruction": null, - "attribution": null + "attribution": "© Öko-Institut" } ], "contributors": [ { - "title": null, - "email": null, - "date": null, - "object": null, - "comment": null + "title": "Öko-Institut", + "email": "oedb@oeko.de", + "date": "2021-09-09", + "object": "data, metadata", + "comment": "Initial version" }, { - "title": null, - "email": null, - "date": null, - "object": null, - "comment": null + "title": "steull", + "email": "datenzentrum@rl-institut.de", + "date": "2022-02-07", + "object": "metadata", + "comment": "Review and update metadata" } ], "resources": [ { - "profile": null, - "name": null, - "path": null, - "format": null, - "encoding": null, + "profile": "tabular-data-resource", + "name": "eea_eionet_eu_legislation_data_parameter", + "path": "https://openenergy-platform.org/dataedit/view/scenario/eea_eionet_eu_legislation_data_parameter", + "format": "PostgresSQL", + "encoding": "UTF-8", "schema": { "fields": [ { - "name": null, - "description": null, - "type": null, + "name": "id", + "description": "Unique id", + "type": "bigint", "is_about": null, "value_reference": null, "unit": null }, { - "name": null, - "description": null, - "type": null, + "name": "parameter", + "description": "Parameter name", + "type": "varchar(128)", "is_about": null, "value_reference": null, "unit": null + }, + { + "name": "is_user_defined", + "description": "Parameter was not originally listed in the parameter template", + "type": "boolean", + "is_about": null, + "value_reference": null, + "unit": null + }, + { + "name": "default_unit", + "description": "Unit in which the data should be reported", + "type": "varchar(128)", + "is_about": null, + "value_reference": null, + "unit": "none" + }, + { + "name": "parameter_group", + "description": "todo", + "type": "varchar(128)", + "is_about": null, + "value_reference": null, + "unit": "none" } ], "primaryKey": [ - null + "id" ], "foreignKeys": [ { @@ -151,8 +186,8 @@ "@id": null, "@context": null, "review": { - "path": null, - "badge": null + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/89", + "badge": "Silver" }, "metaMetadata": { "metadataVersion": "OEP-1.5.0", From a92564578b880dd117f51efcd6b0688ccaa8bf95 Mon Sep 17 00:00:00 2001 From: Ludee Date: Tue, 8 Feb 2022 11:27:19 +0100 Subject: [PATCH 21/27] Review: Add FK to parameter list #89 --- .../scenario.eea_eionet_eu_legislation_data_2020.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data-review/scenario.eea_eionet_eu_legislation_data_2020.json b/data-review/scenario.eea_eionet_eu_legislation_data_2020.json index 5ee6870d..6b072bca 100644 --- a/data-review/scenario.eea_eionet_eu_legislation_data_2020.json +++ b/data-review/scenario.eea_eionet_eu_legislation_data_2020.json @@ -188,17 +188,17 @@ } ], "primaryKey": [ - null + "id" ], "foreignKeys": [ { "fields": [ - null + "parameter" ], "reference": { - "resource": null, + "resource": "scenario.eea_eionet_eu_legislation_data_parameter", "fields": [ - null + "parameter" ] } } From 2ffd19f76b5a7ff193856712cfa718b9b82150fb Mon Sep 17 00:00:00 2001 From: Ludee Date: Tue, 8 Feb 2022 11:28:23 +0100 Subject: [PATCH 22/27] Review: Update "none" with null #89 --- ...io.eea_eionet_eu_legislation_data_2020.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/data-review/scenario.eea_eionet_eu_legislation_data_2020.json b/data-review/scenario.eea_eionet_eu_legislation_data_2020.json index 6b072bca..c7d3b91a 100644 --- a/data-review/scenario.eea_eionet_eu_legislation_data_2020.json +++ b/data-review/scenario.eea_eionet_eu_legislation_data_2020.json @@ -112,7 +112,7 @@ "type": "bigint", "is_about": null, "value_reference": null, - "unit": "none" + "unit": null }, { "name": "country_code", @@ -120,7 +120,7 @@ "type": "varchar(8)", "is_about": null, "value_reference": null, - "unit": "none" + "unit": null }, { "name": "parameter", @@ -128,7 +128,7 @@ "type": "varchar(128)", "is_about": null, "value_reference": null, - "unit": "none" + "unit": null }, { "name": "scenario", @@ -136,7 +136,7 @@ "type": "char(3)", "is_about": null, "value_reference": null, - "unit": "none" + "unit": null }, { "name": "year", @@ -144,7 +144,7 @@ "type": "smallint", "is_about": null, "value_reference": null, - "unit": "none" + "unit": null }, { "name": "base_year", @@ -152,7 +152,7 @@ "type": "smallint", "is_about": null, "value_reference": null, - "unit": "none" + "unit": null }, { "name": "default_unit", @@ -160,7 +160,7 @@ "type": "varchar(128)", "is_about": null, "value_reference": null, - "unit": "none" + "unit": null }, { "name": "additional_unit", @@ -168,7 +168,7 @@ "type": "varchar(128)", "is_about": null, "value_reference": null, - "unit": "none" + "unit": null }, { "name": "notation", @@ -176,7 +176,7 @@ "type": "varchar(64)", "is_about": null, "value_reference": null, - "unit": "none" + "unit": null }, { "name": "value", From 6e98afff362cec2c956bc507ca49b0ed0eb55ca7 Mon Sep 17 00:00:00 2001 From: steull Date: Fri, 4 Mar 2022 13:29:58 +0000 Subject: [PATCH 23/27] Update all files to v1.5.1 #89 --- ...net_eu_legislation_data_2015 - V1.5.1.json | 340 +++++++++++++++++ ...net_eu_legislation_data_2016 - V1.5.1.json | 340 +++++++++++++++++ ...net_eu_legislation_data_2017 - V1.5.1.json | 340 +++++++++++++++++ ...net_eu_legislation_data_2018 - V1.5.1.json | 340 +++++++++++++++++ ...net_eu_legislation_data_2019 - V1.5.1.json | 340 +++++++++++++++++ ...net_eu_legislation_data_2020 - V1.5.1.json | 340 +++++++++++++++++ ...net_eu_legislation_data_2021 - V1.5.1.json | 356 ++++++++++++++++++ ...u_legislation_data_parameter - V1.5.1.json | 255 +++++++++++++ 8 files changed, 2651 insertions(+) create mode 100644 data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2015 - V1.5.1.json create mode 100644 data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2016 - V1.5.1.json create mode 100644 data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2017 - V1.5.1.json create mode 100644 data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2018 - V1.5.1.json create mode 100644 data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2019 - V1.5.1.json create mode 100644 data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2020 - V1.5.1.json create mode 100644 data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2021 - V1.5.1.json create mode 100644 data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_parameter - V1.5.1.json diff --git a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2015 - V1.5.1.json b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2015 - V1.5.1.json new file mode 100644 index 00000000..23341d56 --- /dev/null +++ b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2015 - V1.5.1.json @@ -0,0 +1,340 @@ +{ + "name": "oekoinstitut_eea_eionet_eu_emissions_per_country_2015", + "title": "Öko-Institut - Collection of parameters for greenhouse gas emission projections submitted by European Member States under the Monitoring Mechanism Regulation (MMR) - 2015", + "id": "https://openenergy-platform.org/dataedit/view/scenario/oekoinstitut_eea_eionet_eu_emissions_per_country_2015", + "description": "Parameters for 2015 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.", + "language": [ + "en-GB" + ], + "subject": [ + {"name" : null, + "path": null} + ], + "keywords": [ + "2015", + "parameters", + "Öko-Institut", + "EU-legislation", + "SIROP", + "CC-BY-4.0" + ], + "publicationDate": "todo", + "context": { + "homepage": "https://oeko.de/", + "documentation": null, + "sourceCode": null, + "contact": "oedb@oeko.de", + "grantNo": "03EI1035B", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie", + "fundingAgencyLogo": "https://upload.wikimedia.org/wikipedia/commons/e/e1/BMWi_Logo.svg", + "publisherLogo": "https://www.oeko.de/typo3conf/ext/wwt3_sitepackage/Resources/Public/frontend/assets/images/logo.svg" + }, + "spatial": { + "location": null, + "extent": "EU-27", + "resolution": "country" + }, + "temporal": { + "referenceDate": "2015", + "timeseries": [{ + "start": "2015", + "end": "2040", + "resolution": "year", + "alignment": null, + "aggregationType": null + } + ] + }, + "sources": [ + { + "title": "European Environment Agency - Central Data Repository on Eionet", + "description": "The CDR holds data reported under various European legislation", + "path": "https://cdr.eionet.europa.eu/", + "licenses": [ + { + "name": "CC-BY-2.5-DK", + "title": "Creative Commons Attribution 2.5 Denmark", + "path": "https://creativecommons.org/licenses/by/2.5/dk/legalcode", + "instruction": null, + "attribution": "© European Environment Agency" + } + ] + }, + { + "title": "Commission Implementing Regulation (EU) No 749/2014 of 30 June 2014", + "description": "Commission Implementing Regulation (EU) No 749/2014 of 30 June 2014 on structure, format, submission processes and review of information reported by Member States pursuant to Regulation (EU) No 525/2013 of the European Parliament and of the Council. Note: No longer in force, Date of end of validity: 31/12/2020; Repealed by 32020R1208", + "path": "http://data.europa.eu/eli/reg_impl/2014/749/oj", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© Official Journal of the European Union" + } + ] + } + ], + "licenses": [ + { + "name": "CC-BY-4.0", + "title": "Creative Commons Attribution 4.0 International", + "path": "https://creativecommons.org/licenses/by/4.0/", + "instruction": null, + "attribution": "© Öko-Institut" + } + ], + "contributors": [ + { + "title": "Öko-Institut", + "email": "oedb@oeko.de", + "date": "2021-09-09", + "object": "data, metadata", + "comment": "Initial version" + }, + { + "title": "steull", + "email": "datenzentrum@rl-institut.de", + "date": "2022-03-04", + "object": "metadata", + "comment": "Review and update metadata" + } + ], + "resources": [ + { + "profile": "tabular-data-resource", + "name": "eea_eionet_eu_legislation_data_2015", + "path": "https://openenergy-platform.org/dataedit/view/scenario/eea_eionet_eu_legislation_data_2015", + "format": "PostgresSQL", + "encoding": "UTF-8", + "schema": { + "fields": [ + { + "name": "id", + "description": "unique id", + "type": "bigint", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "country_code", + "description": "country code", + "type": "varchar(8)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "parameter", + "description": "", + "type": "varchar(128)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "scenario", + "description": "the scenario for which data is reported", + "type": "char(3)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "year", + "description": "year for which data is reported", + "type": "smallint", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "base_year", + "description": "", + "type": "smallint", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "default_unit", + "description": "the unit in which the data should be reported", + "type": "varchar(128)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "additional_unit", + "description": "the unit in which the data is reported", + "type": "varchar(128)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "notation", + "description": "notation key", + "type": "varchar(64)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "value", + "description": "value reported", + "type": "float", + "unit": "unit is given in clolumn 'unit'", + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "source_original", + "description": "source, where the data comes from", + "type": "varchar(128)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "comment", + "description": null, + "type": "varchar(128)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + } + ], + "primaryKey": [ + "id" + ], + "foreignKeys": [ + { + "fields": [ + "parameter" + ], + "reference": { + "resource": "scenario.eea_eionet_eu_legislation_data_parameter", + "fields": [ + "parameter" + ] + } + } + ] + }, + "dialect": { + "delimiter": null, + "decimalSeparator": "." + } + } + ], + "@id": null, + "@context": null, + "review": { + "path": null, + "badge": null + }, + "metaMetadata": { + "metadataVersion": "OEP-1.5.1", + "metadataLicense": { + "name": "CC0-1.0", + "title": "Creative Commons Zero v1.0 Universal", + "path": "https://creativecommons.org/publicdomain/zero/1.0/" + } + }, + "_comment": { + "metadata": "Metadata documentation and explanation (https://github.com/OpenEnergyPlatform/oemetadata)", + "dates": "Dates and time must follow the ISO8601 including time zone (YYYY-MM-DD or YYYY-MM-DDThh:mm:ss±hh)", + "units": "Use a space between numbers and units (100 m)", + "languages": "Languages must follow the IETF (BCP47) format (en-GB, en-US, de-DE)", + "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/blob/master/data-review/manual/review_manual.md)", + "null": "If not applicable use: null", + "todo": "If a value is not yet available, use: todo" + } +} \ No newline at end of file diff --git a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2016 - V1.5.1.json b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2016 - V1.5.1.json new file mode 100644 index 00000000..18d601e1 --- /dev/null +++ b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2016 - V1.5.1.json @@ -0,0 +1,340 @@ +{ + "name": "oekoinstitut_eea_eionet_eu_emissions_per_country_2016", + "title": "Öko-Institut - Collection of parameters for greenhouse gas emission projections submitted by European Member States under the Monitoring Mechanism Regulation (MMR) - 2016", + "id": "https://openenergy-platform.org/dataedit/view/scenario/oekoinstitut_eea_eionet_eu_emissions_per_country_2016", + "description": "Parameters for 2016 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.", + "language": [ + "en-GB" + ], + "subject": [ + {"name" : null, + "path": null} + ], + "keywords": [ + "2016", + "parameters", + "Öko-Institut", + "EU-legislation", + "SIROP", + "CC-BY-4.0" + ], + "publicationDate": "todo", + "context": { + "homepage": "https://oeko.de/", + "documentation": null, + "sourceCode": null, + "contact": "oedb@oeko.de", + "grantNo": "03EI1035B", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie", + "fundingAgencyLogo": "https://upload.wikimedia.org/wikipedia/commons/e/e1/BMWi_Logo.svg", + "publisherLogo": "https://www.oeko.de/typo3conf/ext/wwt3_sitepackage/Resources/Public/frontend/assets/images/logo.svg" + }, + "spatial": { + "location": null, + "extent": "EU-27", + "resolution": "country" + }, + "temporal": { + "referenceDate": "2016", + "timeseries": [{ + "start": "2015", + "end": "2040", + "resolution": "year", + "alignment": null, + "aggregationType": null + } + ] + }, + "sources": [ + { + "title": "European Environment Agency - Central Data Repository on Eionet", + "description": "The CDR holds data reported under various European legislation", + "path": "https://cdr.eionet.europa.eu/", + "licenses": [ + { + "name": "CC-BY-2.5-DK", + "title": "Creative Commons Attribution 2.5 Denmark", + "path": "https://creativecommons.org/licenses/by/2.5/dk/legalcode", + "instruction": null, + "attribution": "© European Environment Agency" + } + ] + }, + { + "title": "Commission Implementing Regulation (EU) No 749/2014 of 30 June 2014", + "description": "Commission Implementing Regulation (EU) No 749/2014 of 30 June 2014 on structure, format, submission processes and review of information reported by Member States pursuant to Regulation (EU) No 525/2013 of the European Parliament and of the Council. Note: No longer in force, Date of end of validity: 31/12/2020; Repealed by 32020R1208", + "path": "http://data.europa.eu/eli/reg_impl/2014/749/oj", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© Official Journal of the European Union" + } + ] + } + ], + "licenses": [ + { + "name": "CC-BY-4.0", + "title": "Creative Commons Attribution 4.0 International", + "path": "https://creativecommons.org/licenses/by/4.0/", + "instruction": null, + "attribution": "© Öko-Institut" + } + ], + "contributors": [ + { + "title": "Öko-Institut", + "email": "oedb@oeko.de", + "date": "2021-09-09", + "object": "data, metadata", + "comment": "Initial version" + }, + { + "title": "steull", + "email": "datenzentrum@rl-institut.de", + "date": "2022-02-21", + "object": "metadata", + "comment": "Review and update metadata" + } + ], + "resources": [ + { + "profile": "tabular-data-resource", + "name": "eea_eionet_eu_legislation_data_2016", + "path": "https://openenergy-platform.org/dataedit/view/scenario/eea_eionet_eu_legislation_data_2016", + "format": "PostgresSQL", + "encoding": "UTF-8", + "schema": { + "fields": [ + { + "name": "id", + "description": "unique id", + "type": "bigint", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "country_code", + "description": "country code", + "type": "varchar(8)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "parameter", + "description": "", + "type": "varchar(128)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "scenario", + "description": "the scenario for which data is reported", + "type": "char(3)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "year", + "description": "year for which data is reported", + "type": "smallint", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "base_year", + "description": "", + "type": "smallint", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "default_unit", + "description": "the unit in which the data should be reported", + "type": "varchar(128)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "additional_unit", + "description": "the unit in which the data is reported", + "type": "varchar(128)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "notation", + "description": "notation key", + "type": "varchar(64)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "value", + "description": "value reported", + "type": "float", + "unit": "unit is given in clolumn 'unit'", + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "source_original", + "description": null, + "type": "varchar(128)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "comment", + "description": null, + "type": "varchar(128)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + } + ], + "primaryKey": [ + "id" + ], + "foreignKeys": [ + { + "fields": [ + "parameter" + ], + "reference": { + "resource": "scenario.eea_eionet_eu_legislation_data_parameter", + "fields": [ + "parameter" + ] + } + } + ] + }, + "dialect": { + "delimiter": null, + "decimalSeparator": "." + } + } + ], + "@id": null, + "@context": null, + "review": { + "path": null, + "badge": null + }, + "metaMetadata": { + "metadataVersion": "OEP-1.5.1", + "metadataLicense": { + "name": "CC0-1.0", + "title": "Creative Commons Zero v1.0 Universal", + "path": "https://creativecommons.org/publicdomain/zero/1.0/" + } + }, + "_comment": { + "metadata": "Metadata documentation and explanation (https://github.com/OpenEnergyPlatform/oemetadata)", + "dates": "Dates and time must follow the ISO8601 including time zone (YYYY-MM-DD or YYYY-MM-DDThh:mm:ss±hh)", + "units": "Use a space between numbers and units (100 m)", + "languages": "Languages must follow the IETF (BCP47) format (en-GB, en-US, de-DE)", + "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/blob/master/data-review/manual/review_manual.md)", + "null": "If not applicable use: null", + "todo": "If a value is not yet available, use: todo" + } +} \ No newline at end of file diff --git a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2017 - V1.5.1.json b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2017 - V1.5.1.json new file mode 100644 index 00000000..e0b979b1 --- /dev/null +++ b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2017 - V1.5.1.json @@ -0,0 +1,340 @@ +{ + "name": "oekoinstitut_eea_eionet_eu_emissions_per_country_2017", + "title": "Öko-Institut - Collection of parameters for greenhouse gas emission projections submitted by European Member States under the Monitoring Mechanism Regulation (MMR) - 2017", + "id": "https://openenergy-platform.org/dataedit/view/scenario/oekoinstitut_eea_eionet_eu_emissions_per_country_2017", + "description": "Parameters for 2017 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.", + "language": [ + "en-GB" + ], + "subject": [ + {"name" : null, + "path": null} + ], + "keywords": [ + "2017", + "parameters", + "Öko-Institut", + "EU-legislation", + "SIROP", + "CC-BY-4.0" + ], + "publicationDate": "todo", + "context": { + "homepage": "https://oeko.de/", + "documentation": null, + "sourceCode": null, + "contact": "oedb@oeko.de", + "grantNo": "03EI1035B", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie", + "fundingAgencyLogo": "https://upload.wikimedia.org/wikipedia/commons/e/e1/BMWi_Logo.svg", + "publisherLogo": "https://www.oeko.de/typo3conf/ext/wwt3_sitepackage/Resources/Public/frontend/assets/images/logo.svg" + }, + "spatial": { + "location": null, + "extent": "EU-27", + "resolution": "country" + }, + "temporal": { + "referenceDate": "2017", + "timeseries": [{ + "start": "2015", + "end": "2040", + "resolution": "year", + "alignment": null, + "aggregationType": null + } + ] + }, + "sources": [ + { + "title": "European Environment Agency - Central Data Repository on Eionet", + "description": "The CDR holds data reported under various European legislation", + "path": "https://cdr.eionet.europa.eu/", + "licenses": [ + { + "name": "CC-BY-2.5-DK", + "title": "Creative Commons Attribution 2.5 Denmark", + "path": "https://creativecommons.org/licenses/by/2.5/dk/legalcode", + "instruction": null, + "attribution": "© European Environment Agency" + } + ] + }, + { + "title": "Commission Implementing Regulation (EU) No 749/2014 of 30 June 2014", + "description": "Commission Implementing Regulation (EU) No 749/2014 of 30 June 2014 on structure, format, submission processes and review of information reported by Member States pursuant to Regulation (EU) No 525/2013 of the European Parliament and of the Council. Note: No longer in force, Date of end of validity: 31/12/2020; Repealed by 32020R1208", + "path": "http://data.europa.eu/eli/reg_impl/2014/749/oj", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© Official Journal of the European Union" + } + ] + } + ], + "licenses": [ + { + "name": "CC-BY-4.0", + "title": "Creative Commons Attribution 4.0 International", + "path": "https://creativecommons.org/licenses/by/4.0/", + "instruction": null, + "attribution": "© Öko-Institut" + } + ], + "contributors": [ + { + "title": "Öko-Institut", + "email": "oedb@oeko.de", + "date": "2021-09-09", + "object": "data, metadata", + "comment": "Initial version" + }, + { + "title": "steull", + "email": "datenzentrum@rl-institut.de", + "date": "2022-02-21", + "object": "metadata", + "comment": "Review and update metadata" + } + ], + "resources": [ + { + "profile": "tabular-data-resource", + "name": "eea_eionet_eu_legislation_data_2017", + "path": "https://openenergy-platform.org/dataedit/view/scenario/eea_eionet_eu_legislation_data_2017", + "format": "PostgresSQL", + "encoding": "UTF-8", + "schema": { + "fields": [ + { + "name": "id", + "description": "unique id", + "type": "bigint", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "country_code", + "description": "country code", + "type": "varchar(8)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "parameter", + "description": "", + "type": "varchar(128)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "scenario", + "description": "the scenario for which data is reported", + "type": "char(3)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "year", + "description": "year for which data is reported", + "type": "smallint", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "base_year", + "description": "", + "type": "smallint", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "default_unit", + "description": "the unit in which the data should be reported", + "type": "varchar(128)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "additional_unit", + "description": "the unit in which the data is reported", + "type": "varchar(128)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "notation", + "description": "notation key", + "type": "varchar(64)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "value", + "description": "value reported", + "type": "float", + "unit": "unit is given in clolumn 'unit'", + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "source_original", + "description": null, + "type": "varchar(128)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "comment", + "description": null, + "type": "varchar(128)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + } + ], + "primaryKey": [ + "id" + ], + "foreignKeys": [ + { + "fields": [ + "parameter" + ], + "reference": { + "resource": "scenario.eea_eionet_eu_legislation_data_parameter", + "fields": [ + "parameter" + ] + } + } + ] + }, + "dialect": { + "delimiter": null, + "decimalSeparator": "." + } + } + ], + "@id": null, + "@context": null, + "review": { + "path": null, + "badge": null + }, + "metaMetadata": { + "metadataVersion": "OEP-1.5.1", + "metadataLicense": { + "name": "CC0-1.0", + "title": "Creative Commons Zero v1.0 Universal", + "path": "https://creativecommons.org/publicdomain/zero/1.0/" + } + }, + "_comment": { + "metadata": "Metadata documentation and explanation (https://github.com/OpenEnergyPlatform/oemetadata)", + "dates": "Dates and time must follow the ISO8601 including time zone (YYYY-MM-DD or YYYY-MM-DDThh:mm:ss±hh)", + "units": "Use a space between numbers and units (100 m)", + "languages": "Languages must follow the IETF (BCP47) format (en-GB, en-US, de-DE)", + "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/blob/master/data-review/manual/review_manual.md)", + "null": "If not applicable use: null", + "todo": "If a value is not yet available, use: todo" + } +} \ No newline at end of file diff --git a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2018 - V1.5.1.json b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2018 - V1.5.1.json new file mode 100644 index 00000000..4841f2d4 --- /dev/null +++ b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2018 - V1.5.1.json @@ -0,0 +1,340 @@ +{ + "name": "oekoinstitut_eea_eionet_eu_emissions_per_country_2018", + "title": "Öko-Institut - Collection of parameters for greenhouse gas emission projections submitted by European Member States under the Monitoring Mechanism Regulation (MMR) - 2018", + "id": "https://openenergy-platform.org/dataedit/view/scenario/oekoinstitut_eea_eionet_eu_emissions_per_country_2018", + "description": "Parameters for 2018 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.", + "language": [ + "en-GB" + ], + "subject": [ + {"name" : null, + "path": null} + ], + "keywords": [ + "2018", + "parameters", + "Öko-Institut", + "EU-legislation", + "SIROP", + "CC-BY-4.0" + ], + "publicationDate": "todo", + "context": { + "homepage": "https://oeko.de/", + "documentation": null, + "sourceCode": null, + "contact": "oedb@oeko.de", + "grantNo": "03EI1035B", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie", + "fundingAgencyLogo": "https://upload.wikimedia.org/wikipedia/commons/e/e1/BMWi_Logo.svg", + "publisherLogo": "https://www.oeko.de/typo3conf/ext/wwt3_sitepackage/Resources/Public/frontend/assets/images/logo.svg" + }, + "spatial": { + "location": null, + "extent": "EU-27", + "resolution": "country" + }, + "temporal": { + "referenceDate": "2018", + "timeseries": [{ + "start": "2015", + "end": "2040", + "resolution": "year", + "alignment": null, + "aggregationType": null + } + ] + }, + "sources": [ + { + "title": "European Environment Agency - Central Data Repository on Eionet", + "description": "The CDR holds data reported under various European legislation", + "path": "https://cdr.eionet.europa.eu/", + "licenses": [ + { + "name": "CC-BY-2.5-DK", + "title": "Creative Commons Attribution 2.5 Denmark", + "path": "https://creativecommons.org/licenses/by/2.5/dk/legalcode", + "instruction": null, + "attribution": "© European Environment Agency" + } + ] + }, + { + "title": "Commission Implementing Regulation (EU) No 749/2014 of 30 June 2014", + "description": "Commission Implementing Regulation (EU) No 749/2014 of 30 June 2014 on structure, format, submission processes and review of information reported by Member States pursuant to Regulation (EU) No 525/2013 of the European Parliament and of the Council. Note: No longer in force, Date of end of validity: 31/12/2020; Repealed by 32020R1208", + "path": "http://data.europa.eu/eli/reg_impl/2014/749/oj", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© Official Journal of the European Union" + } + ] + } + ], + "licenses": [ + { + "name": "CC-BY-4.0", + "title": "Creative Commons Attribution 4.0 International", + "path": "https://creativecommons.org/licenses/by/4.0/", + "instruction": null, + "attribution": "© Öko-Institut" + } + ], + "contributors": [ + { + "title": "Öko-Institut", + "email": "oedb@oeko.de", + "date": "2021-09-09", + "object": "data, metadata", + "comment": "Initial version" + }, + { + "title": "steull", + "email": "datenzentrum@rl-institut.de", + "date": "2022-02-21", + "object": "metadata", + "comment": "Review and update metadata" + } + ], + "resources": [ + { + "profile": "tabular-data-resource", + "name": "eea_eionet_eu_legislation_data_2018", + "path": "https://openenergy-platform.org/dataedit/view/scenario/eea_eionet_eu_legislation_data_2018", + "format": "PostgresSQL", + "encoding": "UTF-8", + "schema": { + "fields": [ + { + "name": "id", + "description": "unique id", + "type": "bigint", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "country_code", + "description": "country code", + "type": "varchar(8)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "parameter", + "description": "", + "type": "varchar(128)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "scenario", + "description": "the scenario for which data is reported", + "type": "char(3)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "year", + "description": "year for which data is reported", + "type": "smallint", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "base_year", + "description": "", + "type": "smallint", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "default_unit", + "description": "the unit in which the data should be reported", + "type": "varchar(128)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "additional_unit", + "description": "the unit in which the data is reported", + "type": "varchar(128)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "notation", + "description": "notation key", + "type": "varchar(64)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "value", + "description": "value reported", + "type": "float", + "unit": "unit is given in clolumn 'unit'", + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "source_original", + "description": null, + "type": "varchar(128)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "comment", + "description": null, + "type": "varchar(128)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + } + ], + "primaryKey": [ + "id" + ], + "foreignKeys": [ + { + "fields": [ + "parameter" + ], + "reference": { + "resource": "scenario.eea_eionet_eu_legislation_data_parameter", + "fields": [ + "parameter" + ] + } + } + ] + }, + "dialect": { + "delimiter": null, + "decimalSeparator": "." + } + } + ], + "@id": null, + "@context": null, + "review": { + "path": null, + "badge": null + }, + "metaMetadata": { + "metadataVersion": "OEP-1.5.1", + "metadataLicense": { + "name": "CC0-1.0", + "title": "Creative Commons Zero v1.0 Universal", + "path": "https://creativecommons.org/publicdomain/zero/1.0/" + } + }, + "_comment": { + "metadata": "Metadata documentation and explanation (https://github.com/OpenEnergyPlatform/oemetadata)", + "dates": "Dates and time must follow the ISO8601 including time zone (YYYY-MM-DD or YYYY-MM-DDThh:mm:ss±hh)", + "units": "Use a space between numbers and units (100 m)", + "languages": "Languages must follow the IETF (BCP47) format (en-GB, en-US, de-DE)", + "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/blob/master/data-review/manual/review_manual.md)", + "null": "If not applicable use: null", + "todo": "If a value is not yet available, use: todo" + } +} \ No newline at end of file diff --git a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2019 - V1.5.1.json b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2019 - V1.5.1.json new file mode 100644 index 00000000..68bdf010 --- /dev/null +++ b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2019 - V1.5.1.json @@ -0,0 +1,340 @@ +{ + "name": "oekoinstitut_eea_eionet_eu_emissions_per_country_2019", + "title": "Öko-Institut - Collection of parameters for greenhouse gas emission projections submitted by European Member States under the Monitoring Mechanism Regulation (MMR) - 2019", + "id": "https://openenergy-platform.org/dataedit/view/scenario/oekoinstitut_eea_eionet_eu_emissions_per_country_2019", + "description": "Parameters for 2019 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.", + "language": [ + "en-GB" + ], + "subject": [ + {"name" : null, + "path": null} + ], + "keywords": [ + "2019", + "parameters", + "Öko-Institut", + "EU-legislation", + "SIROP", + "CC-BY-4.0" + ], + "publicationDate": "todo", + "context": { + "homepage": "https://oeko.de/", + "documentation": null, + "sourceCode": null, + "contact": "oedb@oeko.de", + "grantNo": "03EI1035B", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie", + "fundingAgencyLogo": "https://upload.wikimedia.org/wikipedia/commons/e/e1/BMWi_Logo.svg", + "publisherLogo": "https://www.oeko.de/typo3conf/ext/wwt3_sitepackage/Resources/Public/frontend/assets/images/logo.svg" + }, + "spatial": { + "location": null, + "extent": "EU-27", + "resolution": "country" + }, + "temporal": { + "referenceDate": "2019", + "timeseries": [{ + "start": "2015", + "end": "2040", + "resolution": "year", + "alignment": null, + "aggregationType": null + } + ] + }, + "sources": [ + { + "title": "European Environment Agency - Central Data Repository on Eionet", + "description": "The CDR holds data reported under various European legislation", + "path": "https://cdr.eionet.europa.eu/", + "licenses": [ + { + "name": "CC-BY-2.5-DK", + "title": "Creative Commons Attribution 2.5 Denmark", + "path": "https://creativecommons.org/licenses/by/2.5/dk/legalcode", + "instruction": null, + "attribution": "© European Environment Agency" + } + ] + }, + { + "title": "Commission Implementing Regulation (EU) No 749/2014 of 30 June 2014", + "description": "Commission Implementing Regulation (EU) No 749/2014 of 30 June 2014 on structure, format, submission processes and review of information reported by Member States pursuant to Regulation (EU) No 525/2013 of the European Parliament and of the Council. Note: No longer in force, Date of end of validity: 31/12/2020; Repealed by 32020R1208", + "path": "http://data.europa.eu/eli/reg_impl/2014/749/oj", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© Official Journal of the European Union" + } + ] + } + ], + "licenses": [ + { + "name": "CC-BY-4.0", + "title": "Creative Commons Attribution 4.0 International", + "path": "https://creativecommons.org/licenses/by/4.0/", + "instruction": null, + "attribution": "© Öko-Institut" + } + ], + "contributors": [ + { + "title": "Öko-Institut", + "email": "oedb@oeko.de", + "date": "2021-09-09", + "object": "data, metadata", + "comment": "Initial version" + }, + { + "title": "steull", + "email": "datenzentrum@rl-institut.de", + "date": "2022-02-21", + "object": "metadata", + "comment": "Review and update metadata" + } + ], + "resources": [ + { + "profile": "tabular-data-resource", + "name": "eea_eionet_eu_legislation_data_2019", + "path": "https://openenergy-platform.org/dataedit/view/scenario/eea_eionet_eu_legislation_data_2019", + "format": "PostgresSQL", + "encoding": "UTF-8", + "schema": { + "fields": [ + { + "name": "id", + "description": "unique id", + "type": "bigint", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "country_code", + "description": "country code", + "type": "varchar(8)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "parameter", + "description": "", + "type": "varchar(128)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "scenario", + "description": "the scenario for which data is reported", + "type": "char(3)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "year", + "description": "year for which data is reported", + "type": "smallint", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "base_year", + "description": "", + "type": "smallint", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "default_unit", + "description": "the unit in which the data should be reported", + "type": "varchar(128)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "additional_unit", + "description": "the unit in which the data is reported", + "type": "varchar(128)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "notation", + "description": "notation key", + "type": "varchar(64)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "value", + "description": "value reported", + "type": "float", + "unit": "unit is given in clolumn 'unit'", + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "source_original", + "description": null, + "type": "varchar(128)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "comment", + "description": null, + "type": "varchar(128)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + } + ], + "primaryKey": [ + "id" + ], + "foreignKeys": [ + { + "fields": [ + "parameter" + ], + "reference": { + "resource": "scenario.eea_eionet_eu_legislation_data_parameter", + "fields": [ + "parameter" + ] + } + } + ] + }, + "dialect": { + "delimiter": null, + "decimalSeparator": "." + } + } + ], + "@id": null, + "@context": null, + "review": { + "path": null, + "badge": null + }, + "metaMetadata": { + "metadataVersion": "OEP-1.5.1", + "metadataLicense": { + "name": "CC0-1.0", + "title": "Creative Commons Zero v1.0 Universal", + "path": "https://creativecommons.org/publicdomain/zero/1.0/" + } + }, + "_comment": { + "metadata": "Metadata documentation and explanation (https://github.com/OpenEnergyPlatform/oemetadata)", + "dates": "Dates and time must follow the ISO8601 including time zone (YYYY-MM-DD or YYYY-MM-DDThh:mm:ss±hh)", + "units": "Use a space between numbers and units (100 m)", + "languages": "Languages must follow the IETF (BCP47) format (en-GB, en-US, de-DE)", + "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/blob/master/data-review/manual/review_manual.md)", + "null": "If not applicable use: null", + "todo": "If a value is not yet available, use: todo" + } +} \ No newline at end of file diff --git a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2020 - V1.5.1.json b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2020 - V1.5.1.json new file mode 100644 index 00000000..8b92f806 --- /dev/null +++ b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2020 - V1.5.1.json @@ -0,0 +1,340 @@ +{ + "name": "oekoinstitut_eea_eionet_eu_emissions_per_country_2020", + "title": "Öko-Institut - Collection of parameters for greenhouse gas emission projections submitted by European Member States under the Monitoring Mechanism Regulation (MMR) - 2020", + "id": "https://openenergy-platform.org/dataedit/view/scenario/oekoinstitut_eea_eionet_eu_emissions_per_country_2020", + "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.", + "language": [ + "en-GB" + ], + "subject": [ + {"name" : null, + "path": null} + ], + "keywords": [ + "2020", + "parameters", + "Öko-Institut", + "EU-legislation", + "SIROP", + "CC-BY-4.0" + ], + "publicationDate": "todo", + "context": { + "homepage": "https://oeko.de/", + "documentation": null, + "sourceCode": null, + "contact": "oedb@oeko.de", + "grantNo": "03EI1035B", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie", + "fundingAgencyLogo": "https://upload.wikimedia.org/wikipedia/commons/e/e1/BMWi_Logo.svg", + "publisherLogo": "https://www.oeko.de/typo3conf/ext/wwt3_sitepackage/Resources/Public/frontend/assets/images/logo.svg" + }, + "spatial": { + "location": null, + "extent": "EU-27", + "resolution": "country" + }, + "temporal": { + "referenceDate": "2020", + "timeseries": [{ + "start": "2015", + "end": "2040", + "resolution": "year", + "alignment": null, + "aggregationType": null + } + ] + }, + "sources": [ + { + "title": "European Environment Agency - Central Data Repository on Eionet", + "description": "The CDR holds data reported under various European legislation", + "path": "https://cdr.eionet.europa.eu/", + "licenses": [ + { + "name": "CC-BY-2.5-DK", + "title": "Creative Commons Attribution 2.5 Denmark", + "path": "https://creativecommons.org/licenses/by/2.5/dk/legalcode", + "instruction": null, + "attribution": "© European Environment Agency" + } + ] + }, + { + "title": "Commission Implementing Regulation (EU) No 749/2014 of 30 June 2014", + "description": "Commission Implementing Regulation (EU) No 749/2014 of 30 June 2014 on structure, format, submission processes and review of information reported by Member States pursuant to Regulation (EU) No 525/2013 of the European Parliament and of the Council. Note: No longer in force, Date of end of validity: 31/12/2020; Repealed by 32020R1208", + "path": "http://data.europa.eu/eli/reg_impl/2014/749/oj", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© Official Journal of the European Union" + } + ] + } + ], + "licenses": [ + { + "name": "CC-BY-4.0", + "title": "Creative Commons Attribution 4.0 International", + "path": "https://creativecommons.org/licenses/by/4.0/", + "instruction": null, + "attribution": "© Öko-Institut" + } + ], + "contributors": [ + { + "title": "Öko-Institut", + "email": "oedb@oeko.de", + "date": "2021-09-09", + "object": "data, metadata", + "comment": "Initial version" + }, + { + "title": "steull", + "email": "datenzentrum@rl-institut.de", + "date": "2022-02-18", + "object": "metadata", + "comment": "Review and update metadata" + } + ], + "resources": [ + { + "profile": "tabular-data-resource", + "name": "eea_eionet_eu_legislation_data_2020", + "path": "https://openenergy-platform.org/dataedit/view/scenario/eea_eionet_eu_legislation_data_2020", + "format": "PostgresSQL", + "encoding": "UTF-8", + "schema": { + "fields": [ + { + "name": "id", + "description": "unique id", + "type": "bigint", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "country_code", + "description": "country code", + "type": "varchar(8)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "parameter", + "description": "", + "type": "varchar(128)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "scenario", + "description": "the scenario for which data is reported", + "type": "char(3)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "year", + "description": "year for which data is reported", + "type": "smallint", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "base_year", + "description": "", + "type": "smallint", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "default_unit", + "description": "the unit in which the data should be reported", + "type": "varchar(128)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "additional_unit", + "description": "the unit in which the data is reported", + "type": "varchar(128)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "notation", + "description": "notation key", + "type": "varchar(64)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "value", + "description": "value reported", + "type": "float", + "unit": "unit is given in clolumn 'unit'", + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "source_original", + "description": null, + "type": "varchar(128)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "comment", + "description": null, + "type": "varchar(128)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + } + ], + "primaryKey": [ + "id" + ], + "foreignKeys": [ + { + "fields": [ + "parameter" + ], + "reference": { + "resource": "scenario.eea_eionet_eu_legislation_data_parameter", + "fields": [ + "parameter" + ] + } + } + ] + }, + "dialect": { + "delimiter": null, + "decimalSeparator": "." + } + } + ], + "@id": null, + "@context": null, + "review": { + "path": null, + "badge": null + }, + "metaMetadata": { + "metadataVersion": "OEP-1.5.1", + "metadataLicense": { + "name": "CC0-1.0", + "title": "Creative Commons Zero v1.0 Universal", + "path": "https://creativecommons.org/publicdomain/zero/1.0/" + } + }, + "_comment": { + "metadata": "Metadata documentation and explanation (https://github.com/OpenEnergyPlatform/oemetadata)", + "dates": "Dates and time must follow the ISO8601 including time zone (YYYY-MM-DD or YYYY-MM-DDThh:mm:ss±hh)", + "units": "Use a space between numbers and units (100 m)", + "languages": "Languages must follow the IETF (BCP47) format (en-GB, en-US, de-DE)", + "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/blob/master/data-review/manual/review_manual.md)", + "null": "If not applicable use: null", + "todo": "If a value is not yet available, use: todo" + } +} \ No newline at end of file diff --git a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2021 - V1.5.1.json b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2021 - V1.5.1.json new file mode 100644 index 00000000..12c412d5 --- /dev/null +++ b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2021 - V1.5.1.json @@ -0,0 +1,356 @@ +{ + "name": "oekoinstitut_eea_eionet_eu_emissions_per_country_2021", + "title": "Öko-Institut - Collection of parameters for greenhouse gas emission projections submitted by European Member States under the Monitoring Mechanism Regulation (MMR) - 2021", + "id": "https://openenergy-platform.org/dataedit/view/scenario/oekoinstitut_eea_eionet_eu_emissions_per_country_2021", + "description": "Parameters for 2021 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.", + "language": [ + "en-GB" + ], + "subject": [ + {"name" : null, + "path": null} + ], + "keywords": [ + "2021", + "parameters", + "Öko-Institut", + "EU-legislation", + "SIROP", + "CC-BY-4.0" + ], + "publicationDate": "todo", + "context": { + "homepage": "https://oeko.de/", + "documentation": null, + "sourceCode": null, + "contact": "oedb@oeko.de", + "grantNo": "03EI1035B", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie", + "fundingAgencyLogo": "https://upload.wikimedia.org/wikipedia/commons/e/e1/BMWi_Logo.svg", + "publisherLogo": "https://www.oeko.de/typo3conf/ext/wwt3_sitepackage/Resources/Public/frontend/assets/images/logo.svg" + }, + "spatial": { + "location": null, + "extent": "EU-27", + "resolution": "country" + }, + "temporal": { + "referenceDate": "2021", + "timeseries": [{ + "start": "2015", + "end": "2050", + "resolution": "year", + "alignment": null, + "aggregationType": null + } + ] + }, + "sources": [ + { + "title": "European Union - National projections of anthropogenic greenhouse gas emissions on Reportnet 3", + "description": "National projections provided by European Member States, pursuant to Governance Regulation Art.18 (1)(b) / Implementing Regulation Art.38", + "path": "https://reportnet.europa.eu/public/dataflow/113", + "licenses": [ + { + "name": "ODC-By-1.0", + "title": "Open Data Commons Attribution License v1.0", + "path": "https://www.eea.europa.eu/legal/eea-data-policy#toc-6", + "instruction": null, + "attribution": "© European Environment Agency" + } + ] + } + ], + "licenses": [ + { + "name": "CC-BY-4.0", + "title": "Creative Commons Attribution 4.0 International", + "path": "https://creativecommons.org/licenses/by/4.0/", + "instruction": null, + "attribution": "© Öko-Institut" + } + ], + "contributors": [ + { + "title": "Öko-Institut", + "email": "oedb@oeko.de", + "date": "2021-09-09", + "object": "data, metadata", + "comment": "Initial version" + }, + { + "title": "steull", + "email": "datenzentrum@rl-institut.de", + "date": "2022-03-04", + "object": "metadata", + "comment": "Review and update metadata" + } + ], + "resources": [ + { + "profile": "tabular-data-resource", + "name": "eea_eionet_eu_legislation_data_2021", + "path": "https://openenergy-platform.org/dataedit/view/scenario/eea_eionet_eu_legislation_data_2016", + "format": "PostgresSQL", + "encoding": "UTF-8", + "schema": { + "fields": [ + { + "name": "id", + "description": "unique id", + "type": "bigint", + "unit": "none", + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "country_code", + "description": "country code", + "type": "varchar(8)", + "unit": "none", + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "parameter", + "description": null, + "type": "varchar(128)", + "unit": "none", + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "scenario", + "description": "the scenario for which data is reported", + "type": "char(3)", + "unit": "none", + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "year", + "description": "year for which projected data is reported", + "type": "smallint", + "unit": "none", + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "default_unit", + "description": "the unit in which the data should be reported", + "type": "varchar(8)", + "unit": "none", + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "additional_unit", + "description": "the unit in which the data is reported", + "type": "varchar(8)", + "unit": "none", + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "notation", + "description": "notation key", + "type": "varchar(64)", + "unit": "none", + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "value", + "description": "value reported", + "type": "float", + "unit": "unit is given in column 'unit'", + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "data_source_years", + "description": null, + "type": "varchar(32)", + "unit": "none", + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "data_source", + "description": "information on the original data source provided", + "type": "varchar(1024)", + "unit": "none", + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "comment", + "description": "any comment provided", + "type": "varchar(512)", + "unit": "none", + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "is_part_of_projections", + "description": "information whether parameter was used for projections", + "type": "boolean", + "unit": "none", + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "is_ry", + "description": "information on whether this is the reference year", + "type": "boolean", + "unit": "none", + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + } + ], + "primaryKey": [ + "id" + ], + "foreignKeys": [ + { + "fields": [ + null + ], + "reference": { + "resource": null, + "fields": [ + null + ] + } + } + ] + }, + "dialect": { + "delimiter": null, + "decimalSeparator": "." + } + } + ], + "@id": null, + "@context": null, + "review": { + "path": null, + "badge": null + }, + "metaMetadata": { + "metadataVersion": "OEP-1.5.1", + "metadataLicense": { + "name": "CC0-1.0", + "title": "Creative Commons Zero v1.0 Universal", + "path": "https://creativecommons.org/publicdomain/zero/1.0/" + } + }, + "_comment": { + "metadata": "Metadata documentation and explanation (https://github.com/OpenEnergyPlatform/oemetadata)", + "dates": "Dates and time must follow the ISO8601 including time zone (YYYY-MM-DD or YYYY-MM-DDThh:mm:ss±hh)", + "units": "Use a space between numbers and units (100 m)", + "languages": "Languages must follow the IETF (BCP47) format (en-GB, en-US, de-DE)", + "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/blob/master/data-review/manual/review_manual.md)", + "null": "If not applicable use: null", + "todo": "If a value is not yet available, use: todo" + } +} \ No newline at end of file diff --git a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_parameter - V1.5.1.json b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_parameter - V1.5.1.json new file mode 100644 index 00000000..5fc6bfa7 --- /dev/null +++ b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_parameter - V1.5.1.json @@ -0,0 +1,255 @@ +{ + "name": "scenario.eea_eionet_eu_legislation_data_parameter", + "title": "Öko-Institut - Collection of parameters for greenhouse gas emission projections submitted by European Member States under the Monitoring Mechanism Regulation (MMR) - Parameter", + "id": "https://openenergy-platform.org/dataedit/view/scenario/scenario.eea_eionet_eu_legislation_data_parameter", + "description": "Parameters for 2020 greenhouse gas emission projections submitted by European Member States. This table matches parameters for greenhouse gas emission projections submitted under EU legislation to default units and to a parameter group according to the parameter template. It also takes into account parameters added by Member States and which were not originally listed in the parameter template.", + "language": [ + "en-GB" + ], + "subject": [ + {"name" : null, + "path": null} + ], + "keywords": [ + "parameters", + "Öko-Institut", + "EU-legislation", + "SIROP", + "CC-BY-4.0" + ], + "publicationDate": "todo", + "context": { + "homepage": "https://oeko.de/", + "documentation": null, + "sourceCode": null, + "contact": "oedb@oeko.de", + "grantNo": "03EI1035B", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie", + "fundingAgencyLogo": "https://upload.wikimedia.org/wikipedia/commons/e/e1/BMWi_Logo.svg", + "publisherLogo": "https://www.oeko.de/typo3conf/ext/wwt3_sitepackage/Resources/Public/frontend/assets/images/logo.svg" + }, + "spatial": { + "location": null, + "extent": null, + "resolution": null + }, + "temporal": { + "referenceDate": null, + "timeseries": [{ + "start": null, + "end": null, + "resolution": null, + "alignment": null, + "aggregationType": null + }, + { + "start": null, + "end": null, + "resolution": null, + "alignment": null, + "aggregationType": null + } + ] + }, + "sources": [ + { + "title": "European Environment Agency - Central Data Repository on Eionet", + "description": "The CDR holds data reported under various European legislation", + "path": "https://cdr.eionet.europa.eu/", + "licenses": [ + { + "name": "CC-BY-2.5-DK", + "title": "Creative Commons Attribution 2.5 Denmark", + "path": "https://creativecommons.org/licenses/by/2.5/dk/legalcode", + "instruction": null, + "attribution": "© European Environment Agency" + } + ] + }, + { + "title": "Commission Implementing Regulation (EU) No 749/2014 of 30 June 2014", + "description": "Commission Implementing Regulation (EU) No 749/2014 of 30 June 2014 on structure, format, submission processes and review of information reported by Member States pursuant to Regulation (EU) No 525/2013 of the European Parliament and of the Council. Note: No longer in force, Date of end of validity: 31/12/2020; Repealed by 32020R1208", + "path": "http://data.europa.eu/eli/reg_impl/2014/749/oj", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© Official Journal of the European Union" + } + ] + }, + { + "title": "Reportnet 3 - National projections of anthropogenic greenhouse gas emissions – Reporting year 2021", + "description": "National projections provided by European Member States, pursuant to Governance Regulation Art.18 (1)(b) / Implementing Regulation Art.38", + "path": "https://reportnet.europa.eu/public/dataflow/113", + "licenses": [ + { + "name": "European Environment Agency (EEA) Data Policy", + "title": null, + "path": https://www.eea.europa.eu/legal/eea-data-policy#toc-6, + "instruction": "This policy provides guidelines about EEA’s handling of data. The policy will ensure that data is handled in a consistent and transparent manner. EEA aspires to promote the sharing of environmental data. In agreeing to share, data providers need to have assurance that their data are properly handled, disseminated and acknowledged following similar principles and rules across countries and stakeholders.", + "attribution": "© European Environment Agency" + } + ] + } + ], + "licenses": [ + { + "name": "CC-BY-4.0", + "title": "Creative Commons Attribution 4.0 International", + "path": "https://creativecommons.org/licenses/by/4.0/", + "instruction": null, + "attribution": "© Öko-Institut" + } + ], + "contributors": [ + { + "title": "Öko-Institut", + "email": "oedb@oeko.de", + "date": "2021-09-09", + "object": "data, metadata", + "comment": "Initial version" + }, + { + "title": "steull", + "email": "datenzentrum@rl-institut.de", + "date": "2022-02-18", + "object": "metadata", + "comment": "Review and update metadata" + } + ], + "resources": [ + { + "profile": "tabular-data-resource", + "name": "eea_eionet_eu_legislation_data_parameter", + "path": "https://openenergy-platform.org/dataedit/view/scenario/eea_eionet_eu_legislation_data_parameter", + "format": "PostgresSQL", + "encoding": "UTF-8", + "schema": { + "fields": [ + { + "name": "id", + "description": "Unique id", + "type": "bigint", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "parameter", + "description": "Parameter name", + "type": "varchar(128)", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "is_user_defined", + "description": "Parameter was not originally listed in the parameter template", + "type": "boolean", + "unit": null, + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "default_unit", + "description": "Unit in which the data should be reported", + "type": "varchar(128)", + "unit": "none", + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "parameter_group", + "description": "todo", + "type": "varchar(128)", + "unit": "none", + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + } + ], + "primaryKey": [ + "id" + ], + "foreignKeys": [ + { + "fields": [ + null + ], + "reference": { + "resource": null, + "fields": [ + null + ] + } + } + ] + }, + "dialect": { + "delimiter": null, + "decimalSeparator": "." + } + } + ], + "@id": null, + "@context": null, + "review": { + "path": null, + "badge": null + }, + "metaMetadata": { + "metadataVersion": "OEP-1.5.1", + "metadataLicense": { + "name": "CC0-1.0", + "title": "Creative Commons Zero v1.0 Universal", + "path": "https://creativecommons.org/publicdomain/zero/1.0/" + } + }, + "_comment": { + "metadata": "Metadata documentation and explanation (https://github.com/OpenEnergyPlatform/oemetadata)", + "dates": "Dates and time must follow the ISO8601 including time zone (YYYY-MM-DD or YYYY-MM-DDThh:mm:ss±hh)", + "units": "Use a space between numbers and units (100 m)", + "languages": "Languages must follow the IETF (BCP47) format (en-GB, en-US, de-DE)", + "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/blob/master/data-review/manual/review_manual.md)", + "null": "If not applicable use: null", + "todo": "If a value is not yet available, use: todo" + } +} \ No newline at end of file From c698dd5d70ef4cdbd72b618f8f21644dec666840 Mon Sep 17 00:00:00 2001 From: steull Date: Fri, 4 Mar 2022 13:41:32 +0000 Subject: [PATCH 24/27] deleted files and added in folder with new version #89 --- ...o.eea_eionet_eu_legislation_data_2020.json | 237 ------------------ ..._eionet_eu_legislation_data_parameter.json | 210 ---------------- ....eu_leg_data_2015_eio_ir_article23_t3.json | 193 -------------- ....eu_leg_data_2016_eio_ir_article23_t3.json | 193 -------------- ....eu_leg_data_2017_eio_ir_article23_t3.json | 193 -------------- ....eu_leg_data_2018_eio_ir_article23_t3.json | 193 -------------- ....eu_leg_data_2019_eio_ir_article23_t3.json | 193 -------------- ....eu_leg_data_2020_eio_ir_article23_t3.json | 201 --------------- .../scenario.eu_leg_dim_parameter.json | 119 --------- 9 files changed, 1732 deletions(-) delete mode 100644 data-review/scenario.eea_eionet_eu_legislation_data_2020.json delete mode 100644 data-review/scenario.eea_eionet_eu_legislation_data_parameter.json delete mode 100644 data-review/scenario.eu_leg_data_2015_eio_ir_article23_t3.json delete mode 100644 data-review/scenario.eu_leg_data_2016_eio_ir_article23_t3.json delete mode 100644 data-review/scenario.eu_leg_data_2017_eio_ir_article23_t3.json delete mode 100644 data-review/scenario.eu_leg_data_2018_eio_ir_article23_t3.json delete mode 100644 data-review/scenario.eu_leg_data_2019_eio_ir_article23_t3.json delete mode 100644 data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json delete mode 100644 data-review/scenario.eu_leg_dim_parameter.json diff --git a/data-review/scenario.eea_eionet_eu_legislation_data_2020.json b/data-review/scenario.eea_eionet_eu_legislation_data_2020.json deleted file mode 100644 index c7d3b91a..00000000 --- a/data-review/scenario.eea_eionet_eu_legislation_data_2020.json +++ /dev/null @@ -1,237 +0,0 @@ -{ - "name": "oekoinstitut_eea_eionet_eu_emissions_per_country_2020", - "title": "Öko-Institut - Collection of parameters for greenhouse gas emission projections submitted by European Member States under the Monitoring Mechanism Regulation (MMR) - 2020", - "id": "https://openenergy-platform.org/dataedit/view/scenario/oekoinstitut_eea_eionet_eu_emissions_per_country_2020", - "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.", - "subject": null, - "language": [ - "en-GB" - ], - "keywords": [ - "2020", - "parameters", - "Öko-Institut", - "EU-legislation", - "SIROP", - "CC-BY-4.0" - ], - "publicationDate": "todo", - "context": { - "homepage": "https://oeko.de/", - "documentation": null, - "sourceCode": null, - "contact": "oedb@oeko.de", - "grantNo": "03EI1035B", - "fundingAgency": "Bundesministerium für Wirtschaft und Energie", - "fundingAgencyLogo": "https://upload.wikimedia.org/wikipedia/commons/e/e1/BMWi_Logo.svg", - "publisherLogo": "https://www.oeko.de/typo3conf/ext/wwt3_sitepackage/Resources/Public/frontend/assets/images/logo.svg" - }, - "spatial": { - "location": null, - "extent": "EU-27", - "resolution": "country" - }, - "temporal": { - "referenceDate": "2020", - "timeseries": [{ - "start": "2015", - "end": "2040", - "resolution": "year", - "alignment": null, - "aggregationType": null - } - ] - }, - "sources": [ - { - "title": "European Environment Agency - Central Data Repository on Eionet", - "description": "The CDR holds data reported under various European legislation", - "path": "https://cdr.eionet.europa.eu/", - "licenses": [ - { - "name": "CC-BY-2.5-DK", - "title": "Creative Commons Attribution 2.5 Denmark", - "path": "https://creativecommons.org/licenses/by/2.5/dk/legalcode", - "instruction": null, - "attribution": "© European Environment Agency" - } - ] - }, - { - "title": "Commission Implementing Regulation (EU) No 749/2014 of 30 June 2014", - "description": "Commission Implementing Regulation (EU) No 749/2014 of 30 June 2014 on structure, format, submission processes and review of information reported by Member States pursuant to Regulation (EU) No 525/2013 of the European Parliament and of the Council. Note: No longer in force, Date of end of validity: 31/12/2020; Repealed by 32020R1208", - "path": "http://data.europa.eu/eli/reg_impl/2014/749/oj", - "licenses": [ - { - "name": null, - "title": null, - "path": null, - "instruction": null, - "attribution": "© Official Journal of the European Union" - } - ] - } - ], - "licenses": [ - { - "name": "CC-BY-4.0", - "title": "Creative Commons Attribution 4.0 International", - "path": "https://creativecommons.org/licenses/by/4.0/", - "instruction": null, - "attribution": "© Öko-Institut" - } - ], - "contributors": [ - { - "title": "Öko-Institut", - "email": "oedb@oeko.de", - "date": "2021-09-09", - "object": "data, metadata", - "comment": "Initial version" - }, - { - "title": "steull", - "email": "datenzentrum@rl-institut.de", - "date": "2022-02-07", - "object": "metadata", - "comment": "Review and update metadata" - } - ], - "resources": [ - { - "profile": "tabular-data-resource", - "name": "eea_eionet_eu_legislation_data_2020", - "path": "https://openenergy-platform.org/dataedit/view/scenario/eea_eionet_eu_legislation_data_2020", - "format": "PostgresSQL", - "encoding": "UTF-8", - "schema": { - "fields": [ - { - "name": "id", - "description": "unique id", - "type": "bigint", - "is_about": null, - "value_reference": null, - "unit": null - }, - { - "name": "country_code", - "description": "country code", - "type": "varchar(8)", - "is_about": null, - "value_reference": null, - "unit": null - }, - { - "name": "parameter", - "description": "", - "type": "varchar(128)", - "is_about": null, - "value_reference": null, - "unit": null - }, - { - "name": "scenario", - "description": "the scenario for which data is reported", - "type": "char(3)", - "is_about": null, - "value_reference": null, - "unit": null - }, - { - "name": "year", - "description": "year for which data is reported", - "type": "smallint", - "is_about": null, - "value_reference": null, - "unit": null - }, - { - "name": "base_year", - "description": "", - "type": "smallint", - "is_about": null, - "value_reference": null, - "unit": null - }, - { - "name": "default_unit", - "description": "the unit in which the data should be reported", - "type": "varchar(128)", - "is_about": null, - "value_reference": null, - "unit": null - }, - { - "name": "additional_unit", - "description": "the unit in which the data is reported", - "type": "varchar(128)", - "is_about": null, - "value_reference": null, - "unit": null - }, - { - "name": "notation", - "description": "notation key", - "type": "varchar(64)", - "is_about": null, - "value_reference": null, - "unit": null - }, - { - "name": "value", - "description": "value reported", - "type": "float", - "is_about": null, - "value_reference": null, - "unit": "unit is given in clolumn 'unit'" - } - ], - "primaryKey": [ - "id" - ], - "foreignKeys": [ - { - "fields": [ - "parameter" - ], - "reference": { - "resource": "scenario.eea_eionet_eu_legislation_data_parameter", - "fields": [ - "parameter" - ] - } - } - ] - }, - "dialect": { - "delimiter": null, - "decimalSeparator": "." - } - } - ], - "@id": null, - "@context": null, - "review": { - "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/89", - "badge": "Silver" - }, - "metaMetadata": { - "metadataVersion": "OEP-1.5.0", - "metadataLicense": { - "name": "CC0-1.0", - "title": "Creative Commons Zero v1.0 Universal", - "path": "https://creativecommons.org/publicdomain/zero/1.0/" - } - }, - "_comment": { - "metadata": "Metadata documentation and explanation (https://github.com/OpenEnergyPlatform/oemetadata)", - "dates": "Dates and time must follow the ISO8601 including time zone (YYYY-MM-DD or YYYY-MM-DDThh:mm:ss±hh)", - "units": "Use a space between numbers and units (100 m)", - "languages": "Languages must follow the IETF (BCP47) format (en-GB, en-US, de-DE)", - "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/blob/master/data-review/manual/review_manual.md)", - "null": "If not applicable use: null", - "todo": "If a value is not yet available, use: todo" - } -} \ No newline at end of file diff --git a/data-review/scenario.eea_eionet_eu_legislation_data_parameter.json b/data-review/scenario.eea_eionet_eu_legislation_data_parameter.json deleted file mode 100644 index bd6b928e..00000000 --- a/data-review/scenario.eea_eionet_eu_legislation_data_parameter.json +++ /dev/null @@ -1,210 +0,0 @@ -{ - "name": "scenario.eea_eionet_eu_legislation_data_parameter", - "title": "Öko-Institut - Collection of parameters for greenhouse gas emission projections submitted by European Member States under the Monitoring Mechanism Regulation (MMR) - Parameter", - "id": "https://openenergy-platform.org/dataedit/view/scenario/scenario.eea_eionet_eu_legislation_data_parameter", - "description": "Parameters for 2020 greenhouse gas emission projections submitted by European Member States. This table matches parameters for greenhouse gas emission projections submitted under EU legislation to default units and to a parameter group according to the parameter template. It also takes into account parameters added by Member States and which were not originally listed in the parameter template.", - "subject": null, - "language": [ - "en-GB" - ], - "keywords": [ - "parameters", - "Öko-Institut", - "EU-legislation", - "SIROP", - "CC-BY-4.0" - ], - "publicationDate": "todo", - "context": { - "homepage": "https://oeko.de/", - "documentation": null, - "sourceCode": null, - "contact": "oedb@oeko.de", - "grantNo": "03EI1035B", - "fundingAgency": "Bundesministerium für Wirtschaft und Energie", - "fundingAgencyLogo": "https://upload.wikimedia.org/wikipedia/commons/e/e1/BMWi_Logo.svg", - "publisherLogo": "https://www.oeko.de/typo3conf/ext/wwt3_sitepackage/Resources/Public/frontend/assets/images/logo.svg" - }, - "spatial": { - "location": null, - "extent": null, - "resolution": null - }, - "temporal": { - "referenceDate": null, - "timeseries": [{ - "start": null, - "end": null, - "resolution": null, - "alignment": null, - "aggregationType": null - } - ] - }, - "sources": [ - { - "title": "European Environment Agency - Central Data Repository on Eionet", - "description": "The CDR holds data reported under various European legislation", - "path": "https://cdr.eionet.europa.eu/", - "licenses": [ - { - "name": "CC-BY-2.5-DK", - "title": "Creative Commons Attribution 2.5 Denmark", - "path": "https://creativecommons.org/licenses/by/2.5/dk/legalcode", - "instruction": null, - "attribution": "© European Environment Agency" - } - ] - }, - { - "title": "Commission Implementing Regulation (EU) No 749/2014 of 30 June 2014", - "description": "Commission Implementing Regulation (EU) No 749/2014 of 30 June 2014 on structure, format, submission processes and review of information reported by Member States pursuant to Regulation (EU) No 525/2013 of the European Parliament and of the Council. Note: No longer in force, Date of end of validity: 31/12/2020; Repealed by 32020R1208", - "path": "http://data.europa.eu/eli/reg_impl/2014/749/oj", - "licenses": [ - { - "name": null, - "title": null, - "path": null, - "instruction": null, - "attribution": "© Official Journal of the European Union" - } - ] - }, - { - "title": "Reportnet 3 - National projections of anthropogenic greenhouse gas emissions – Reporting year 2021", - "description": "National projections provided by European Member States, pursuant to Governance Regulation Art.18 (1)(b) / Implementing Regulation Art.38", - "path": "https://reportnet.europa.eu/public/dataflow/113", - "licenses": [ - { - "name": "European Environment Agency (EEA) Data Policy", - "title": null, - "path": https://www.eea.europa.eu/legal/eea-data-policy#toc-6, - "instruction": "This policy provides guidelines about EEA’s handling of data. The policy will ensure that data is handled in a consistent and transparent manner. EEA aspires to promote the sharing of environmental data. In agreeing to share, data providers need to have assurance that their data are properly handled, disseminated and acknowledged following similar principles and rules across countries and stakeholders.", - "attribution": "© European Environment Agency" - } - ] - } - ], - "licenses": [ - { - "name": "CC-BY-4.0", - "title": "Creative Commons Attribution 4.0 International", - "path": "https://creativecommons.org/licenses/by/4.0/", - "instruction": null, - "attribution": "© Öko-Institut" - } - ], - "contributors": [ - { - "title": "Öko-Institut", - "email": "oedb@oeko.de", - "date": "2021-09-09", - "object": "data, metadata", - "comment": "Initial version" - }, - { - "title": "steull", - "email": "datenzentrum@rl-institut.de", - "date": "2022-02-07", - "object": "metadata", - "comment": "Review and update metadata" - } - ], - "resources": [ - { - "profile": "tabular-data-resource", - "name": "eea_eionet_eu_legislation_data_parameter", - "path": "https://openenergy-platform.org/dataedit/view/scenario/eea_eionet_eu_legislation_data_parameter", - "format": "PostgresSQL", - "encoding": "UTF-8", - "schema": { - "fields": [ - { - "name": "id", - "description": "Unique id", - "type": "bigint", - "is_about": null, - "value_reference": null, - "unit": null - }, - { - "name": "parameter", - "description": "Parameter name", - "type": "varchar(128)", - "is_about": null, - "value_reference": null, - "unit": null - }, - { - "name": "is_user_defined", - "description": "Parameter was not originally listed in the parameter template", - "type": "boolean", - "is_about": null, - "value_reference": null, - "unit": null - }, - { - "name": "default_unit", - "description": "Unit in which the data should be reported", - "type": "varchar(128)", - "is_about": null, - "value_reference": null, - "unit": "none" - }, - { - "name": "parameter_group", - "description": "todo", - "type": "varchar(128)", - "is_about": null, - "value_reference": null, - "unit": "none" - } - ], - "primaryKey": [ - "id" - ], - "foreignKeys": [ - { - "fields": [ - null - ], - "reference": { - "resource": null, - "fields": [ - null - ] - } - } - ] - }, - "dialect": { - "delimiter": null, - "decimalSeparator": "." - } - } - ], - "@id": null, - "@context": null, - "review": { - "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/89", - "badge": "Silver" - }, - "metaMetadata": { - "metadataVersion": "OEP-1.5.0", - "metadataLicense": { - "name": "CC0-1.0", - "title": "Creative Commons Zero v1.0 Universal", - "path": "https://creativecommons.org/publicdomain/zero/1.0/" - } - }, - "_comment": { - "metadata": "Metadata documentation and explanation (https://github.com/OpenEnergyPlatform/oemetadata)", - "dates": "Dates and time must follow the ISO8601 including time zone (YYYY-MM-DD or YYYY-MM-DDThh:mm:ss±hh)", - "units": "Use a space between numbers and units (100 m)", - "languages": "Languages must follow the IETF (BCP47) format (en-GB, en-US, de-DE)", - "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/blob/master/data-review/manual/review_manual.md)", - "null": "If not applicable use: null", - "todo": "If a value is not yet available, use: todo" - } -} \ No newline at end of file diff --git a/data-review/scenario.eu_leg_data_2015_eio_ir_article23_t3.json b/data-review/scenario.eu_leg_data_2015_eio_ir_article23_t3.json deleted file mode 100644 index 0111ed82..00000000 --- a/data-review/scenario.eu_leg_data_2015_eio_ir_article23_t3.json +++ /dev/null @@ -1,193 +0,0 @@ -{ - "name": "eu_leg_data_2015_eio_ir_article23_t3", - "title": "Parameters for 2015 greenhouse gas emission projections submitted by European Member States under the Monitoring Mechanism Regulation", - "id": "eu_leg_data_2015_eio_ir_article23_t3", - "description": "Parameters for 2015 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": [ - "2015", - "parameters", - "Öko-Institut", - "EU-legislation", - "SIROP", - "CC-BY-4.0" - ], - "context": { - "contact": "oedb@oeko.de", - "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": "oedb@oeko.de", - "object": "data, metadata", - "comment": "initial version", - "date": "2021-09-09" - } - ], - "resources": [ - { - "name": "eu_leg_data_2015_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/" - } - } -} \ No newline at end of file diff --git a/data-review/scenario.eu_leg_data_2016_eio_ir_article23_t3.json b/data-review/scenario.eu_leg_data_2016_eio_ir_article23_t3.json deleted file mode 100644 index 6f3050c4..00000000 --- a/data-review/scenario.eu_leg_data_2016_eio_ir_article23_t3.json +++ /dev/null @@ -1,193 +0,0 @@ -{ - "name": "eu_leg_data_2016_eio_ir_article23_t3", - "title": "Parameters for 2016 greenhouse gas emission projections submitted by European Member States under the Monitoring Mechanism Regulation", - "id": "eu_leg_data_2016_eio_ir_article23_t3", - "description": "Parameters for 2016 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": [ - "2016", - "parameters", - "Öko-Institut", - "EU-legislation", - "SIROP", - "CC-BY-4.0" - ], - "context": { - "contact": "oedb@oeko.de", - "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": "oedb@oeko.de", - "object": "data, metadata", - "comment": "initial version", - "date": "2021-09-09" - } - ], - "resources": [ - { - "name": "eu_leg_data_2016_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/" - } - } -} \ No newline at end of file diff --git a/data-review/scenario.eu_leg_data_2017_eio_ir_article23_t3.json b/data-review/scenario.eu_leg_data_2017_eio_ir_article23_t3.json deleted file mode 100644 index 4689a5c9..00000000 --- a/data-review/scenario.eu_leg_data_2017_eio_ir_article23_t3.json +++ /dev/null @@ -1,193 +0,0 @@ -{ - "name": "eu_leg_data_2017_eio_ir_article23_t3", - "title": "Parameters for 2017 greenhouse gas emission projections submitted by European Member States under the Monitoring Mechanism Regulation", - "id": "eu_leg_data_2017_eio_ir_article23_t3", - "description": "Parameters for 2017 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": [ - "2017", - "parameters", - "Öko-Institut", - "EU-legislation", - "SIROP", - "CC-BY-4.0" - ], - "context": { - "contact": "oedb@oeko.de", - "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": "oedb@oeko.de", - "object": "data, metadata", - "comment": "initial version", - "date": "2021-09-09" - } - ], - "resources": [ - { - "name": "eu_leg_data_2017_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/" - } - } -} \ No newline at end of file diff --git a/data-review/scenario.eu_leg_data_2018_eio_ir_article23_t3.json b/data-review/scenario.eu_leg_data_2018_eio_ir_article23_t3.json deleted file mode 100644 index e7e87d1e..00000000 --- a/data-review/scenario.eu_leg_data_2018_eio_ir_article23_t3.json +++ /dev/null @@ -1,193 +0,0 @@ -{ - "name": "eu_leg_data_2018_eio_ir_article23_t3", - "title": "Parameters for 2018 greenhouse gas emission projections submitted by European Member States under the Monitoring Mechanism Regulation", - "id": "eu_leg_data_2018_eio_ir_article23_t3", - "description": "Parameters for 2018 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": [ - "2018", - "parameters", - "Öko-Institut", - "EU-legislation", - "SIROP", - "CC-BY-4.0" - ], - "context": { - "contact": "oedb@oeko.de", - "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": "oedb@oeko.de", - "object": "data, metadata", - "comment": "initial version", - "date": "2021-09-09" - } - ], - "resources": [ - { - "name": "eu_leg_data_2018_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/" - } - } -} \ No newline at end of file diff --git a/data-review/scenario.eu_leg_data_2019_eio_ir_article23_t3.json b/data-review/scenario.eu_leg_data_2019_eio_ir_article23_t3.json deleted file mode 100644 index 4bfa58fa..00000000 --- a/data-review/scenario.eu_leg_data_2019_eio_ir_article23_t3.json +++ /dev/null @@ -1,193 +0,0 @@ -{ - "name": "eu_leg_data_2019_eio_ir_article23_t3", - "title": "Parameters for 2019 greenhouse gas emission projections submitted by European Member States under the Monitoring Mechanism Regulation", - "id": "eu_leg_data_2019_eio_ir_article23_t3", - "description": "Parameters for 2019 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": [ - "2019", - "parameters", - "Öko-Institut", - "EU-legislation", - "SIROP", - "CC-BY-4.0" - ], - "context": { - "contact": "oedb@oeko.de", - "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": "oedb@oeko.de", - "object": "data, metadata", - "comment": "initial version", - "date": "2021-09-09" - } - ], - "resources": [ - { - "name": "eu_leg_data_2019_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/" - } - } -} \ No newline at end of file diff --git a/data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json b/data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json deleted file mode 100644 index b475040e..00000000 --- a/data-review/scenario.eu_leg_data_2020_eio_ir_article23_t3.json +++ /dev/null @@ -1,201 +0,0 @@ -{ - "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" - ], - "publicationDate": null, - "context": { - "contact": "oedb@oeko.de", - "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": "European Environment Agency - Central Data Repository on Eionet", - "description": "The CDR holds data reported under various European legislation", - "path": "https://cdr.eionet.europa.eu/", - "licenses": [ - { - "attribution": "© European Environment Agency", - "name": "CC-BY-2.5-DK", - "title": "Creative Commons Attribution 2.5 Denmark", - "path": "https://creativecommons.org/licenses/by/2.5/dk/legalcode" - } - ] - } - ], - "licenses": [ - { - "attribution": "© Ö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": "oedb@oeko.de", - "object": "data, metadata", - "comment": "Initial version", - "date": "2021-09-09" - }, - { - "title": "steull", - "email": "datenzentrum@rl-institut.de", - "object": "metadata", - "comment": "Review and update metadata", - "date": "2022-02-07" - } - ], - "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/" - } - } -} \ No newline at end of file diff --git a/data-review/scenario.eu_leg_dim_parameter.json b/data-review/scenario.eu_leg_dim_parameter.json deleted file mode 100644 index 6b906a40..00000000 --- a/data-review/scenario.eu_leg_dim_parameter.json +++ /dev/null @@ -1,119 +0,0 @@ -{ - "name": "eu_leg_dim_parameter", - "title": "Parameters for greenhouse gas emission projections submitted under EU legislation", - "id": "eu_leg_dim_parameter", - "description": "This table matches parameters for greenhouse gas emission projections submitted under EU legislation to default units and to a parameter group according to the parameter template. It also takes into account parameters added by Member States and which were not originally listed in the parameter template.", - "keywords": [ - "Öko-Institut", - "EU-legislation", - "parameters", - "CC-BY-4.0" - ], - "context": { - "contact": "oedb@oeko.de", - "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": {}, - "temporal": { - "timeseries": {} - }, - "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" - } - ] - }, - { - "title": "Reportnet 3 - National projections of anthropogenic greenhouse gas emissions – Reporting year 2021", - "description": "National projections provided by European Member States, pursuant to Governance Regulation Art.18 (1)(b) / Implementing Regulation Art.38", - "path": "https://reportnet.europa.eu/public/dataflow/113", - "licenses": [ - { - "attribution": "(c) European Environment Agency", - "name": "ODC-by license or similar", - "title": "Open Data Commons Attribution License - or similar", - "path": "https://www.eea.europa.eu/legal/eea-data-policy#toc-6" - } - ] - }, - { - "title": "Member States' greenhouse gas (GHG) emission projections", - "description": "Member State's greenhouse gas emission projections compiled by the EEA", - "path": "https://www.eea.europa.eu/data-and-maps/data/greenhouse-gas-emission-projections-for-7", - "licenses": [ - { - "attribution": "(c) European Environment Agency", - "name": "ODC-by license or similar", - "title": "Open Data Commons Attribution License - or similar", - "path": "https://www.eea.europa.eu/legal/eea-data-policy#toc-6" - } - ] - } - ], - "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": [], - "resources": [ - { - "name": "eu_leg_dim_parameter", - "schema": { - "primaryKey": [], - "foreignKeys": [], - "fields": [ - { - "name": "id", - "type": "bigint" - }, - { - "name": "parameter", - "type": "varchar(128)" - }, - { - "name": "is_user_defined", - "type": "boolean" - }, - { - "name": "default_unit", - "description": "the unit in which the data should be reported", - "type": "varchar(128)" - }, - { - "name": "parameter_group", - "type": "varchar(128)" - } - ] - }, - "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/" - } - } -} \ No newline at end of file From f409212a69d770207dd3a11a86d684a7c5520723 Mon Sep 17 00:00:00 2001 From: steull Date: Fri, 1 Apr 2022 11:03:10 +0100 Subject: [PATCH 25/27] Awarded Badge and rename all files - remove V1.5.1 #89 --- ...json => scenario.eea_eionet_eu_legislation_data_2015.json} | 2 +- ...json => scenario.eea_eionet_eu_legislation_data_2016.json} | 2 +- ...json => scenario.eea_eionet_eu_legislation_data_2017.json} | 2 +- ...json => scenario.eea_eionet_eu_legislation_data_2018.json} | 2 +- ...json => scenario.eea_eionet_eu_legislation_data_2019.json} | 2 +- ...json => scenario.eea_eionet_eu_legislation_data_2020.json} | 2 +- ...json => scenario.eea_eionet_eu_legislation_data_2021.json} | 2 +- ...=> scenario.eea_eionet_eu_legislation_data_parameter.json} | 4 ++-- 8 files changed, 9 insertions(+), 9 deletions(-) rename data-review/89-eu_leg/{scenario.eea_eionet_eu_legislation_data_2015 - V1.5.1.json => scenario.eea_eionet_eu_legislation_data_2015.json} (99%) rename data-review/89-eu_leg/{scenario.eea_eionet_eu_legislation_data_2016 - V1.5.1.json => scenario.eea_eionet_eu_legislation_data_2016.json} (99%) rename data-review/89-eu_leg/{scenario.eea_eionet_eu_legislation_data_2017 - V1.5.1.json => scenario.eea_eionet_eu_legislation_data_2017.json} (99%) rename data-review/89-eu_leg/{scenario.eea_eionet_eu_legislation_data_2018 - V1.5.1.json => scenario.eea_eionet_eu_legislation_data_2018.json} (99%) rename data-review/89-eu_leg/{scenario.eea_eionet_eu_legislation_data_2019 - V1.5.1.json => scenario.eea_eionet_eu_legislation_data_2019.json} (99%) rename data-review/89-eu_leg/{scenario.eea_eionet_eu_legislation_data_2020 - V1.5.1.json => scenario.eea_eionet_eu_legislation_data_2020.json} (99%) rename data-review/89-eu_leg/{scenario.eea_eionet_eu_legislation_data_2021 - V1.5.1.json => scenario.eea_eionet_eu_legislation_data_2021.json} (99%) rename data-review/89-eu_leg/{scenario.eea_eionet_eu_legislation_data_parameter - V1.5.1.json => scenario.eea_eionet_eu_legislation_data_parameter.json} (98%) diff --git a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2015 - V1.5.1.json b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2015.json similarity index 99% rename from data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2015 - V1.5.1.json rename to data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2015.json index 23341d56..666bf101 100644 --- a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2015 - V1.5.1.json +++ b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2015.json @@ -317,7 +317,7 @@ "@context": null, "review": { "path": null, - "badge": null + "badge": "Silver" }, "metaMetadata": { "metadataVersion": "OEP-1.5.1", diff --git a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2016 - V1.5.1.json b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2016.json similarity index 99% rename from data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2016 - V1.5.1.json rename to data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2016.json index 18d601e1..c0831aad 100644 --- a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2016 - V1.5.1.json +++ b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2016.json @@ -317,7 +317,7 @@ "@context": null, "review": { "path": null, - "badge": null + "badge": "Silver" }, "metaMetadata": { "metadataVersion": "OEP-1.5.1", diff --git a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2017 - V1.5.1.json b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2017.json similarity index 99% rename from data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2017 - V1.5.1.json rename to data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2017.json index e0b979b1..6aff0cd3 100644 --- a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2017 - V1.5.1.json +++ b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2017.json @@ -317,7 +317,7 @@ "@context": null, "review": { "path": null, - "badge": null + "badge": "Silver" }, "metaMetadata": { "metadataVersion": "OEP-1.5.1", diff --git a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2018 - V1.5.1.json b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2018.json similarity index 99% rename from data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2018 - V1.5.1.json rename to data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2018.json index 4841f2d4..6ddaf3a7 100644 --- a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2018 - V1.5.1.json +++ b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2018.json @@ -317,7 +317,7 @@ "@context": null, "review": { "path": null, - "badge": null + "badge": "Silver" }, "metaMetadata": { "metadataVersion": "OEP-1.5.1", diff --git a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2019 - V1.5.1.json b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2019.json similarity index 99% rename from data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2019 - V1.5.1.json rename to data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2019.json index 68bdf010..74a1c4cc 100644 --- a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2019 - V1.5.1.json +++ b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2019.json @@ -317,7 +317,7 @@ "@context": null, "review": { "path": null, - "badge": null + "badge": "Silver" }, "metaMetadata": { "metadataVersion": "OEP-1.5.1", diff --git a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2020 - V1.5.1.json b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2020.json similarity index 99% rename from data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2020 - V1.5.1.json rename to data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2020.json index 8b92f806..bb0a07bb 100644 --- a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2020 - V1.5.1.json +++ b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2020.json @@ -317,7 +317,7 @@ "@context": null, "review": { "path": null, - "badge": null + "badge": "Silver" }, "metaMetadata": { "metadataVersion": "OEP-1.5.1", diff --git a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2021 - V1.5.1.json b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2021.json similarity index 99% rename from data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2021 - V1.5.1.json rename to data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2021.json index 12c412d5..89f725ec 100644 --- a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2021 - V1.5.1.json +++ b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2021.json @@ -333,7 +333,7 @@ "@context": null, "review": { "path": null, - "badge": null + "badge": "Silver" }, "metaMetadata": { "metadataVersion": "OEP-1.5.1", diff --git a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_parameter - V1.5.1.json b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_parameter.json similarity index 98% rename from data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_parameter - V1.5.1.json rename to data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_parameter.json index 5fc6bfa7..00fc29a2 100644 --- a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_parameter - V1.5.1.json +++ b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_parameter.json @@ -88,7 +88,7 @@ { "name": "European Environment Agency (EEA) Data Policy", "title": null, - "path": https://www.eea.europa.eu/legal/eea-data-policy#toc-6, + "path": "https://www.eea.europa.eu/legal/eea-data-policy#toc-6", "instruction": "This policy provides guidelines about EEA’s handling of data. The policy will ensure that data is handled in a consistent and transparent manner. EEA aspires to promote the sharing of environmental data. In agreeing to share, data providers need to have assurance that their data are properly handled, disseminated and acknowledged following similar principles and rules across countries and stakeholders.", "attribution": "© European Environment Agency" } @@ -232,7 +232,7 @@ "@context": null, "review": { "path": null, - "badge": null + "badge": "Silver" }, "metaMetadata": { "metadataVersion": "OEP-1.5.1", From 2649cfabfd45f35f081c07b0a02a478ec1668e9e Mon Sep 17 00:00:00 2001 From: steull Date: Mon, 4 Apr 2022 09:50:29 +0100 Subject: [PATCH 26/27] Resource description "todo" #89 --- ..._eionet_eu_legislation_data_parameter.json | 74 +++++++++++++++++-- 1 file changed, 67 insertions(+), 7 deletions(-) diff --git a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_parameter.json b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_parameter.json index 00fc29a2..8c8a3a27 100644 --- a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_parameter.json +++ b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_parameter.json @@ -160,10 +160,10 @@ ] }, { - "name": "is_user_defined", - "description": "Parameter was not originally listed in the parameter template", - "type": "boolean", - "unit": null, + "name": "default_unit", + "description": "Unit in which the data should be reported", + "type": "varchar(128)", + "unit": "none", "isAbout": [ {"name" : null, "path": null} @@ -175,8 +175,68 @@ ] }, { - "name": "default_unit", - "description": "Unit in which the data should be reported", + "name": "default_unit_base_year", + "description": "Year in which the data should be reported", + "type": "integer", + "unit": "none", + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "parameter_reportnet_2021a", + "description": "todo", + "type": "varchar(128)", + "unit": "none", + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "parameter_reportnet_2021b", + "description": "todo", + "type": "varchar(128)", + "unit": "none", + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "default_unit_reportnet_2021", + "description": "todo", + "type": "varchar(128)", + "unit": "none", + "isAbout": [ + {"name" : null, + "path": null} + ], + "valueReference": [ + {"value": null, + "name": null, + "path" : null} + ] + }, + { + "name": "parameter_eionet", + "description": "todo", "type": "varchar(128)", "unit": "none", "isAbout": [ @@ -190,7 +250,7 @@ ] }, { - "name": "parameter_group", + "name": "default_unit_eionet", "description": "todo", "type": "varchar(128)", "unit": "none", From 54f5805f0255a8fdbcc0a39a8a8abb017ffbc165 Mon Sep 17 00:00:00 2001 From: steull Date: Thu, 7 Apr 2022 09:29:54 +0100 Subject: [PATCH 27/27] Added publication date #89 --- .../89-eu_leg/scenario.eea_eionet_eu_legislation_data_2015.json | 2 +- .../89-eu_leg/scenario.eea_eionet_eu_legislation_data_2016.json | 2 +- .../89-eu_leg/scenario.eea_eionet_eu_legislation_data_2017.json | 2 +- .../89-eu_leg/scenario.eea_eionet_eu_legislation_data_2018.json | 2 +- .../89-eu_leg/scenario.eea_eionet_eu_legislation_data_2019.json | 2 +- .../89-eu_leg/scenario.eea_eionet_eu_legislation_data_2020.json | 2 +- .../89-eu_leg/scenario.eea_eionet_eu_legislation_data_2021.json | 2 +- .../scenario.eea_eionet_eu_legislation_data_parameter.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2015.json b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2015.json index 666bf101..ff684d93 100644 --- a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2015.json +++ b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2015.json @@ -18,7 +18,7 @@ "SIROP", "CC-BY-4.0" ], - "publicationDate": "todo", + "publicationDate": "2022-04-07", "context": { "homepage": "https://oeko.de/", "documentation": null, diff --git a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2016.json b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2016.json index c0831aad..88f13156 100644 --- a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2016.json +++ b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2016.json @@ -18,7 +18,7 @@ "SIROP", "CC-BY-4.0" ], - "publicationDate": "todo", + "publicationDate": "2022-04-07", "context": { "homepage": "https://oeko.de/", "documentation": null, diff --git a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2017.json b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2017.json index 6aff0cd3..6149859a 100644 --- a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2017.json +++ b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2017.json @@ -18,7 +18,7 @@ "SIROP", "CC-BY-4.0" ], - "publicationDate": "todo", + "publicationDate": "2022-04-07", "context": { "homepage": "https://oeko.de/", "documentation": null, diff --git a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2018.json b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2018.json index 6ddaf3a7..7690942f 100644 --- a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2018.json +++ b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2018.json @@ -18,7 +18,7 @@ "SIROP", "CC-BY-4.0" ], - "publicationDate": "todo", + "publicationDate": "2022-04-07", "context": { "homepage": "https://oeko.de/", "documentation": null, diff --git a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2019.json b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2019.json index 74a1c4cc..cc7ddf4a 100644 --- a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2019.json +++ b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2019.json @@ -18,7 +18,7 @@ "SIROP", "CC-BY-4.0" ], - "publicationDate": "todo", + "publicationDate": "2022-04-07", "context": { "homepage": "https://oeko.de/", "documentation": null, diff --git a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2020.json b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2020.json index bb0a07bb..035035e9 100644 --- a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2020.json +++ b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2020.json @@ -18,7 +18,7 @@ "SIROP", "CC-BY-4.0" ], - "publicationDate": "todo", + "publicationDate": "2022-04-07", "context": { "homepage": "https://oeko.de/", "documentation": null, diff --git a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2021.json b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2021.json index 89f725ec..0cce64a6 100644 --- a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2021.json +++ b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_2021.json @@ -18,7 +18,7 @@ "SIROP", "CC-BY-4.0" ], - "publicationDate": "todo", + "publicationDate": "2022-04-07", "context": { "homepage": "https://oeko.de/", "documentation": null, diff --git a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_parameter.json b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_parameter.json index 8c8a3a27..c41e2be9 100644 --- a/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_parameter.json +++ b/data-review/89-eu_leg/scenario.eea_eionet_eu_legislation_data_parameter.json @@ -17,7 +17,7 @@ "SIROP", "CC-BY-4.0" ], - "publicationDate": "todo", + "publicationDate": "2022-04-07", "context": { "homepage": "https://oeko.de/", "documentation": null,