From bb0ae80e90bea7935a04ac28f6c2c3d9ed6b696b Mon Sep 17 00:00:00 2001 From: Jonas H Date: Mon, 7 Jun 2021 12:40:25 +0200 Subject: [PATCH 01/30] add folder structure for open_MODEX_consortium metadata review --- data-review/open_MODEX_consortium/Flexmex/.gitkeep | 0 data-review/open_MODEX_consortium/MEO/.gitkeep | 0 data-review/open_MODEX_consortium/MODEX-EnSAVes/.gitkeep | 0 data-review/open_MODEX_consortium/MODEX-NET/.gitkeep | 0 data-review/open_MODEX_consortium/POLINS/.gitkeep | 0 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 data-review/open_MODEX_consortium/Flexmex/.gitkeep create mode 100644 data-review/open_MODEX_consortium/MEO/.gitkeep create mode 100644 data-review/open_MODEX_consortium/MODEX-EnSAVes/.gitkeep create mode 100644 data-review/open_MODEX_consortium/MODEX-NET/.gitkeep create mode 100644 data-review/open_MODEX_consortium/POLINS/.gitkeep diff --git a/data-review/open_MODEX_consortium/Flexmex/.gitkeep b/data-review/open_MODEX_consortium/Flexmex/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/data-review/open_MODEX_consortium/MEO/.gitkeep b/data-review/open_MODEX_consortium/MEO/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/.gitkeep b/data-review/open_MODEX_consortium/MODEX-EnSAVes/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/data-review/open_MODEX_consortium/MODEX-NET/.gitkeep b/data-review/open_MODEX_consortium/MODEX-NET/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/data-review/open_MODEX_consortium/POLINS/.gitkeep b/data-review/open_MODEX_consortium/POLINS/.gitkeep new file mode 100644 index 00000000..e69de29b From 21e560ba84b3e3d662826c7841e4d305ad28c24c Mon Sep 17 00:00:00 2001 From: Jonas H Date: Thu, 15 Jul 2021 14:35:26 +0200 Subject: [PATCH 02/30] add template metadata file --- .../open_MODEX_consortium/POLINS/.gitkeep | 0 .../POLINS/metadata.json | 159 ++++++++++++++++++ 2 files changed, 159 insertions(+) delete mode 100644 data-review/open_MODEX_consortium/POLINS/.gitkeep create mode 100644 data-review/open_MODEX_consortium/POLINS/metadata.json diff --git a/data-review/open_MODEX_consortium/POLINS/.gitkeep b/data-review/open_MODEX_consortium/POLINS/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/data-review/open_MODEX_consortium/POLINS/metadata.json b/data-review/open_MODEX_consortium/POLINS/metadata.json new file mode 100644 index 00000000..b3488341 --- /dev/null +++ b/data-review/open_MODEX_consortium/POLINS/metadata.json @@ -0,0 +1,159 @@ +{ + "name": "", + "title": "", + "id": "", + "description": "", + "language": [ + "" + ], + "keywords": [ + "" + ], + "publicationDate": "", + "context": { + "homepage": "", + "documentation": "", + "sourceCode": "", + "contact": "", + "grantNo": "", + "fundingAgency": "", + "fundingAgencyLogo": "", + "publisherLogo": "" + }, + "spatial": { + "location": "", + "extent": "", + "resolution": "" + }, + "temporal": { + "referenceDate": "", + "timeseries": { + "start": "", + "end": "", + "resolution": "", + "alignment": "", + "aggregationType": "" + } + }, + "sources": [ + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + }, + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + } + ], + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ], + "contributors": [ + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + }, + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + } + ], + "resources": [ + { + "profile": "", + "name": "", + "path": "", + "format": "", + "encoding": "", + "schema": { + "fields": [ + { + "name": "", + "description": "", + "type": "", + "unit": "" + }, + { + "name": "", + "description": "", + "type": "", + "unit": "" + } + ], + "primaryKey": [ + "" + ], + "foreignKeys": [ + { + "fields": [ + "" + ], + "reference": { + "resource": "", + "fields": [ + "" + ] + } + } + ] + }, + "dialect": { + "delimiter": "", + "decimalSeparator": "." + } + } + ], + "review": { + "path": "", + "badge": "" + }, + "metaMetadata": { + "metadataVersion": "OEP-1.4.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/organisation/wiki/metadata)", + "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/wiki)", + "null": "If not applicable use (null)" + } +} \ No newline at end of file From 85b2cda1bc949e41a7edc5d3416ff50a3a16c344 Mon Sep 17 00:00:00 2001 From: Jonas H Date: Thu, 15 Jul 2021 14:35:43 +0200 Subject: [PATCH 03/30] add template metadata file --- .../open_MODEX_consortium/MEO/.gitkeep | 0 .../open_MODEX_consortium/MEO/metadata.json | 159 ++++++++++++++++++ 2 files changed, 159 insertions(+) delete mode 100644 data-review/open_MODEX_consortium/MEO/.gitkeep create mode 100644 data-review/open_MODEX_consortium/MEO/metadata.json diff --git a/data-review/open_MODEX_consortium/MEO/.gitkeep b/data-review/open_MODEX_consortium/MEO/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/data-review/open_MODEX_consortium/MEO/metadata.json b/data-review/open_MODEX_consortium/MEO/metadata.json new file mode 100644 index 00000000..b3488341 --- /dev/null +++ b/data-review/open_MODEX_consortium/MEO/metadata.json @@ -0,0 +1,159 @@ +{ + "name": "", + "title": "", + "id": "", + "description": "", + "language": [ + "" + ], + "keywords": [ + "" + ], + "publicationDate": "", + "context": { + "homepage": "", + "documentation": "", + "sourceCode": "", + "contact": "", + "grantNo": "", + "fundingAgency": "", + "fundingAgencyLogo": "", + "publisherLogo": "" + }, + "spatial": { + "location": "", + "extent": "", + "resolution": "" + }, + "temporal": { + "referenceDate": "", + "timeseries": { + "start": "", + "end": "", + "resolution": "", + "alignment": "", + "aggregationType": "" + } + }, + "sources": [ + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + }, + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + } + ], + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ], + "contributors": [ + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + }, + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + } + ], + "resources": [ + { + "profile": "", + "name": "", + "path": "", + "format": "", + "encoding": "", + "schema": { + "fields": [ + { + "name": "", + "description": "", + "type": "", + "unit": "" + }, + { + "name": "", + "description": "", + "type": "", + "unit": "" + } + ], + "primaryKey": [ + "" + ], + "foreignKeys": [ + { + "fields": [ + "" + ], + "reference": { + "resource": "", + "fields": [ + "" + ] + } + } + ] + }, + "dialect": { + "delimiter": "", + "decimalSeparator": "." + } + } + ], + "review": { + "path": "", + "badge": "" + }, + "metaMetadata": { + "metadataVersion": "OEP-1.4.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/organisation/wiki/metadata)", + "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/wiki)", + "null": "If not applicable use (null)" + } +} \ No newline at end of file From 49672dd95ce33ff0cc69d1832b3116611dc3080a Mon Sep 17 00:00:00 2001 From: Jonas H Date: Thu, 15 Jul 2021 14:36:20 +0200 Subject: [PATCH 04/30] add first version of metadata to net, flexmex and ensaves --- .../open_MODEX_consortium/Flexmex/.gitkeep | 0 .../Flexmex/flexmex_costs.json | 159 ++++++++++++++++++ .../Flexmex/flexmex_environmental.json | 159 ++++++++++++++++++ .../Flexmex/flexmex_load.json | 159 ++++++++++++++++++ .../Flexmex/flexmex_techno_economic.json | 159 ++++++++++++++++++ .../MODEX-EnSAVes/.gitkeep | 0 .../MODEX-EnSAVes/modex_ensaves_costs.json | 159 ++++++++++++++++++ .../modex_ensaves_electric_vehicles.json | 159 ++++++++++++++++++ .../modex_ensaves_installed_capacity.json | 159 ++++++++++++++++++ .../MODEX-EnSAVes/modex_ensaves_load.json | 159 ++++++++++++++++++ .../modex_ensaves_socio_economic.json | 159 ++++++++++++++++++ .../MODEX-EnSAVes/modex_ensaves_supply.json | 159 ++++++++++++++++++ .../modex_ensaves_techno_economic.json | 159 ++++++++++++++++++ .../open_MODEX_consortium/MODEX-NET/.gitkeep | 0 .../MODEX-NET/modex_net_costs.json | 159 ++++++++++++++++++ .../MODEX-NET/modex_net_environmental.json | 159 ++++++++++++++++++ .../modex_net_installed_capacity.json | 159 ++++++++++++++++++ .../MODEX-NET/modex_net_load.json | 159 ++++++++++++++++++ .../MODEX-NET/modex_net_socio_economic.json | 159 ++++++++++++++++++ .../MODEX-NET/modex_net_supply.json | 159 ++++++++++++++++++ 20 files changed, 2703 insertions(+) delete mode 100644 data-review/open_MODEX_consortium/Flexmex/.gitkeep create mode 100644 data-review/open_MODEX_consortium/Flexmex/flexmex_costs.json create mode 100644 data-review/open_MODEX_consortium/Flexmex/flexmex_environmental.json create mode 100644 data-review/open_MODEX_consortium/Flexmex/flexmex_load.json create mode 100644 data-review/open_MODEX_consortium/Flexmex/flexmex_techno_economic.json delete mode 100644 data-review/open_MODEX_consortium/MODEX-EnSAVes/.gitkeep create mode 100644 data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_costs.json create mode 100644 data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_electric_vehicles.json create mode 100644 data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_installed_capacity.json create mode 100644 data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_load.json create mode 100644 data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_socio_economic.json create mode 100644 data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_supply.json create mode 100644 data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_techno_economic.json delete mode 100644 data-review/open_MODEX_consortium/MODEX-NET/.gitkeep create mode 100644 data-review/open_MODEX_consortium/MODEX-NET/modex_net_costs.json create mode 100644 data-review/open_MODEX_consortium/MODEX-NET/modex_net_environmental.json create mode 100644 data-review/open_MODEX_consortium/MODEX-NET/modex_net_installed_capacity.json create mode 100644 data-review/open_MODEX_consortium/MODEX-NET/modex_net_load.json create mode 100644 data-review/open_MODEX_consortium/MODEX-NET/modex_net_socio_economic.json create mode 100644 data-review/open_MODEX_consortium/MODEX-NET/modex_net_supply.json diff --git a/data-review/open_MODEX_consortium/Flexmex/.gitkeep b/data-review/open_MODEX_consortium/Flexmex/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/data-review/open_MODEX_consortium/Flexmex/flexmex_costs.json b/data-review/open_MODEX_consortium/Flexmex/flexmex_costs.json new file mode 100644 index 00000000..b3488341 --- /dev/null +++ b/data-review/open_MODEX_consortium/Flexmex/flexmex_costs.json @@ -0,0 +1,159 @@ +{ + "name": "", + "title": "", + "id": "", + "description": "", + "language": [ + "" + ], + "keywords": [ + "" + ], + "publicationDate": "", + "context": { + "homepage": "", + "documentation": "", + "sourceCode": "", + "contact": "", + "grantNo": "", + "fundingAgency": "", + "fundingAgencyLogo": "", + "publisherLogo": "" + }, + "spatial": { + "location": "", + "extent": "", + "resolution": "" + }, + "temporal": { + "referenceDate": "", + "timeseries": { + "start": "", + "end": "", + "resolution": "", + "alignment": "", + "aggregationType": "" + } + }, + "sources": [ + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + }, + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + } + ], + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ], + "contributors": [ + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + }, + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + } + ], + "resources": [ + { + "profile": "", + "name": "", + "path": "", + "format": "", + "encoding": "", + "schema": { + "fields": [ + { + "name": "", + "description": "", + "type": "", + "unit": "" + }, + { + "name": "", + "description": "", + "type": "", + "unit": "" + } + ], + "primaryKey": [ + "" + ], + "foreignKeys": [ + { + "fields": [ + "" + ], + "reference": { + "resource": "", + "fields": [ + "" + ] + } + } + ] + }, + "dialect": { + "delimiter": "", + "decimalSeparator": "." + } + } + ], + "review": { + "path": "", + "badge": "" + }, + "metaMetadata": { + "metadataVersion": "OEP-1.4.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/organisation/wiki/metadata)", + "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/wiki)", + "null": "If not applicable use (null)" + } +} \ No newline at end of file diff --git a/data-review/open_MODEX_consortium/Flexmex/flexmex_environmental.json b/data-review/open_MODEX_consortium/Flexmex/flexmex_environmental.json new file mode 100644 index 00000000..b3488341 --- /dev/null +++ b/data-review/open_MODEX_consortium/Flexmex/flexmex_environmental.json @@ -0,0 +1,159 @@ +{ + "name": "", + "title": "", + "id": "", + "description": "", + "language": [ + "" + ], + "keywords": [ + "" + ], + "publicationDate": "", + "context": { + "homepage": "", + "documentation": "", + "sourceCode": "", + "contact": "", + "grantNo": "", + "fundingAgency": "", + "fundingAgencyLogo": "", + "publisherLogo": "" + }, + "spatial": { + "location": "", + "extent": "", + "resolution": "" + }, + "temporal": { + "referenceDate": "", + "timeseries": { + "start": "", + "end": "", + "resolution": "", + "alignment": "", + "aggregationType": "" + } + }, + "sources": [ + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + }, + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + } + ], + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ], + "contributors": [ + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + }, + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + } + ], + "resources": [ + { + "profile": "", + "name": "", + "path": "", + "format": "", + "encoding": "", + "schema": { + "fields": [ + { + "name": "", + "description": "", + "type": "", + "unit": "" + }, + { + "name": "", + "description": "", + "type": "", + "unit": "" + } + ], + "primaryKey": [ + "" + ], + "foreignKeys": [ + { + "fields": [ + "" + ], + "reference": { + "resource": "", + "fields": [ + "" + ] + } + } + ] + }, + "dialect": { + "delimiter": "", + "decimalSeparator": "." + } + } + ], + "review": { + "path": "", + "badge": "" + }, + "metaMetadata": { + "metadataVersion": "OEP-1.4.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/organisation/wiki/metadata)", + "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/wiki)", + "null": "If not applicable use (null)" + } +} \ No newline at end of file diff --git a/data-review/open_MODEX_consortium/Flexmex/flexmex_load.json b/data-review/open_MODEX_consortium/Flexmex/flexmex_load.json new file mode 100644 index 00000000..b3488341 --- /dev/null +++ b/data-review/open_MODEX_consortium/Flexmex/flexmex_load.json @@ -0,0 +1,159 @@ +{ + "name": "", + "title": "", + "id": "", + "description": "", + "language": [ + "" + ], + "keywords": [ + "" + ], + "publicationDate": "", + "context": { + "homepage": "", + "documentation": "", + "sourceCode": "", + "contact": "", + "grantNo": "", + "fundingAgency": "", + "fundingAgencyLogo": "", + "publisherLogo": "" + }, + "spatial": { + "location": "", + "extent": "", + "resolution": "" + }, + "temporal": { + "referenceDate": "", + "timeseries": { + "start": "", + "end": "", + "resolution": "", + "alignment": "", + "aggregationType": "" + } + }, + "sources": [ + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + }, + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + } + ], + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ], + "contributors": [ + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + }, + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + } + ], + "resources": [ + { + "profile": "", + "name": "", + "path": "", + "format": "", + "encoding": "", + "schema": { + "fields": [ + { + "name": "", + "description": "", + "type": "", + "unit": "" + }, + { + "name": "", + "description": "", + "type": "", + "unit": "" + } + ], + "primaryKey": [ + "" + ], + "foreignKeys": [ + { + "fields": [ + "" + ], + "reference": { + "resource": "", + "fields": [ + "" + ] + } + } + ] + }, + "dialect": { + "delimiter": "", + "decimalSeparator": "." + } + } + ], + "review": { + "path": "", + "badge": "" + }, + "metaMetadata": { + "metadataVersion": "OEP-1.4.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/organisation/wiki/metadata)", + "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/wiki)", + "null": "If not applicable use (null)" + } +} \ No newline at end of file diff --git a/data-review/open_MODEX_consortium/Flexmex/flexmex_techno_economic.json b/data-review/open_MODEX_consortium/Flexmex/flexmex_techno_economic.json new file mode 100644 index 00000000..b3488341 --- /dev/null +++ b/data-review/open_MODEX_consortium/Flexmex/flexmex_techno_economic.json @@ -0,0 +1,159 @@ +{ + "name": "", + "title": "", + "id": "", + "description": "", + "language": [ + "" + ], + "keywords": [ + "" + ], + "publicationDate": "", + "context": { + "homepage": "", + "documentation": "", + "sourceCode": "", + "contact": "", + "grantNo": "", + "fundingAgency": "", + "fundingAgencyLogo": "", + "publisherLogo": "" + }, + "spatial": { + "location": "", + "extent": "", + "resolution": "" + }, + "temporal": { + "referenceDate": "", + "timeseries": { + "start": "", + "end": "", + "resolution": "", + "alignment": "", + "aggregationType": "" + } + }, + "sources": [ + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + }, + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + } + ], + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ], + "contributors": [ + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + }, + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + } + ], + "resources": [ + { + "profile": "", + "name": "", + "path": "", + "format": "", + "encoding": "", + "schema": { + "fields": [ + { + "name": "", + "description": "", + "type": "", + "unit": "" + }, + { + "name": "", + "description": "", + "type": "", + "unit": "" + } + ], + "primaryKey": [ + "" + ], + "foreignKeys": [ + { + "fields": [ + "" + ], + "reference": { + "resource": "", + "fields": [ + "" + ] + } + } + ] + }, + "dialect": { + "delimiter": "", + "decimalSeparator": "." + } + } + ], + "review": { + "path": "", + "badge": "" + }, + "metaMetadata": { + "metadataVersion": "OEP-1.4.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/organisation/wiki/metadata)", + "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/wiki)", + "null": "If not applicable use (null)" + } +} \ No newline at end of file diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/.gitkeep b/data-review/open_MODEX_consortium/MODEX-EnSAVes/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_costs.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_costs.json new file mode 100644 index 00000000..b3488341 --- /dev/null +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_costs.json @@ -0,0 +1,159 @@ +{ + "name": "", + "title": "", + "id": "", + "description": "", + "language": [ + "" + ], + "keywords": [ + "" + ], + "publicationDate": "", + "context": { + "homepage": "", + "documentation": "", + "sourceCode": "", + "contact": "", + "grantNo": "", + "fundingAgency": "", + "fundingAgencyLogo": "", + "publisherLogo": "" + }, + "spatial": { + "location": "", + "extent": "", + "resolution": "" + }, + "temporal": { + "referenceDate": "", + "timeseries": { + "start": "", + "end": "", + "resolution": "", + "alignment": "", + "aggregationType": "" + } + }, + "sources": [ + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + }, + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + } + ], + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ], + "contributors": [ + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + }, + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + } + ], + "resources": [ + { + "profile": "", + "name": "", + "path": "", + "format": "", + "encoding": "", + "schema": { + "fields": [ + { + "name": "", + "description": "", + "type": "", + "unit": "" + }, + { + "name": "", + "description": "", + "type": "", + "unit": "" + } + ], + "primaryKey": [ + "" + ], + "foreignKeys": [ + { + "fields": [ + "" + ], + "reference": { + "resource": "", + "fields": [ + "" + ] + } + } + ] + }, + "dialect": { + "delimiter": "", + "decimalSeparator": "." + } + } + ], + "review": { + "path": "", + "badge": "" + }, + "metaMetadata": { + "metadataVersion": "OEP-1.4.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/organisation/wiki/metadata)", + "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/wiki)", + "null": "If not applicable use (null)" + } +} \ No newline at end of file diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_electric_vehicles.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_electric_vehicles.json new file mode 100644 index 00000000..b3488341 --- /dev/null +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_electric_vehicles.json @@ -0,0 +1,159 @@ +{ + "name": "", + "title": "", + "id": "", + "description": "", + "language": [ + "" + ], + "keywords": [ + "" + ], + "publicationDate": "", + "context": { + "homepage": "", + "documentation": "", + "sourceCode": "", + "contact": "", + "grantNo": "", + "fundingAgency": "", + "fundingAgencyLogo": "", + "publisherLogo": "" + }, + "spatial": { + "location": "", + "extent": "", + "resolution": "" + }, + "temporal": { + "referenceDate": "", + "timeseries": { + "start": "", + "end": "", + "resolution": "", + "alignment": "", + "aggregationType": "" + } + }, + "sources": [ + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + }, + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + } + ], + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ], + "contributors": [ + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + }, + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + } + ], + "resources": [ + { + "profile": "", + "name": "", + "path": "", + "format": "", + "encoding": "", + "schema": { + "fields": [ + { + "name": "", + "description": "", + "type": "", + "unit": "" + }, + { + "name": "", + "description": "", + "type": "", + "unit": "" + } + ], + "primaryKey": [ + "" + ], + "foreignKeys": [ + { + "fields": [ + "" + ], + "reference": { + "resource": "", + "fields": [ + "" + ] + } + } + ] + }, + "dialect": { + "delimiter": "", + "decimalSeparator": "." + } + } + ], + "review": { + "path": "", + "badge": "" + }, + "metaMetadata": { + "metadataVersion": "OEP-1.4.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/organisation/wiki/metadata)", + "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/wiki)", + "null": "If not applicable use (null)" + } +} \ No newline at end of file diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_installed_capacity.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_installed_capacity.json new file mode 100644 index 00000000..b3488341 --- /dev/null +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_installed_capacity.json @@ -0,0 +1,159 @@ +{ + "name": "", + "title": "", + "id": "", + "description": "", + "language": [ + "" + ], + "keywords": [ + "" + ], + "publicationDate": "", + "context": { + "homepage": "", + "documentation": "", + "sourceCode": "", + "contact": "", + "grantNo": "", + "fundingAgency": "", + "fundingAgencyLogo": "", + "publisherLogo": "" + }, + "spatial": { + "location": "", + "extent": "", + "resolution": "" + }, + "temporal": { + "referenceDate": "", + "timeseries": { + "start": "", + "end": "", + "resolution": "", + "alignment": "", + "aggregationType": "" + } + }, + "sources": [ + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + }, + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + } + ], + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ], + "contributors": [ + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + }, + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + } + ], + "resources": [ + { + "profile": "", + "name": "", + "path": "", + "format": "", + "encoding": "", + "schema": { + "fields": [ + { + "name": "", + "description": "", + "type": "", + "unit": "" + }, + { + "name": "", + "description": "", + "type": "", + "unit": "" + } + ], + "primaryKey": [ + "" + ], + "foreignKeys": [ + { + "fields": [ + "" + ], + "reference": { + "resource": "", + "fields": [ + "" + ] + } + } + ] + }, + "dialect": { + "delimiter": "", + "decimalSeparator": "." + } + } + ], + "review": { + "path": "", + "badge": "" + }, + "metaMetadata": { + "metadataVersion": "OEP-1.4.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/organisation/wiki/metadata)", + "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/wiki)", + "null": "If not applicable use (null)" + } +} \ No newline at end of file diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_load.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_load.json new file mode 100644 index 00000000..b3488341 --- /dev/null +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_load.json @@ -0,0 +1,159 @@ +{ + "name": "", + "title": "", + "id": "", + "description": "", + "language": [ + "" + ], + "keywords": [ + "" + ], + "publicationDate": "", + "context": { + "homepage": "", + "documentation": "", + "sourceCode": "", + "contact": "", + "grantNo": "", + "fundingAgency": "", + "fundingAgencyLogo": "", + "publisherLogo": "" + }, + "spatial": { + "location": "", + "extent": "", + "resolution": "" + }, + "temporal": { + "referenceDate": "", + "timeseries": { + "start": "", + "end": "", + "resolution": "", + "alignment": "", + "aggregationType": "" + } + }, + "sources": [ + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + }, + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + } + ], + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ], + "contributors": [ + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + }, + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + } + ], + "resources": [ + { + "profile": "", + "name": "", + "path": "", + "format": "", + "encoding": "", + "schema": { + "fields": [ + { + "name": "", + "description": "", + "type": "", + "unit": "" + }, + { + "name": "", + "description": "", + "type": "", + "unit": "" + } + ], + "primaryKey": [ + "" + ], + "foreignKeys": [ + { + "fields": [ + "" + ], + "reference": { + "resource": "", + "fields": [ + "" + ] + } + } + ] + }, + "dialect": { + "delimiter": "", + "decimalSeparator": "." + } + } + ], + "review": { + "path": "", + "badge": "" + }, + "metaMetadata": { + "metadataVersion": "OEP-1.4.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/organisation/wiki/metadata)", + "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/wiki)", + "null": "If not applicable use (null)" + } +} \ No newline at end of file diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_socio_economic.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_socio_economic.json new file mode 100644 index 00000000..b3488341 --- /dev/null +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_socio_economic.json @@ -0,0 +1,159 @@ +{ + "name": "", + "title": "", + "id": "", + "description": "", + "language": [ + "" + ], + "keywords": [ + "" + ], + "publicationDate": "", + "context": { + "homepage": "", + "documentation": "", + "sourceCode": "", + "contact": "", + "grantNo": "", + "fundingAgency": "", + "fundingAgencyLogo": "", + "publisherLogo": "" + }, + "spatial": { + "location": "", + "extent": "", + "resolution": "" + }, + "temporal": { + "referenceDate": "", + "timeseries": { + "start": "", + "end": "", + "resolution": "", + "alignment": "", + "aggregationType": "" + } + }, + "sources": [ + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + }, + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + } + ], + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ], + "contributors": [ + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + }, + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + } + ], + "resources": [ + { + "profile": "", + "name": "", + "path": "", + "format": "", + "encoding": "", + "schema": { + "fields": [ + { + "name": "", + "description": "", + "type": "", + "unit": "" + }, + { + "name": "", + "description": "", + "type": "", + "unit": "" + } + ], + "primaryKey": [ + "" + ], + "foreignKeys": [ + { + "fields": [ + "" + ], + "reference": { + "resource": "", + "fields": [ + "" + ] + } + } + ] + }, + "dialect": { + "delimiter": "", + "decimalSeparator": "." + } + } + ], + "review": { + "path": "", + "badge": "" + }, + "metaMetadata": { + "metadataVersion": "OEP-1.4.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/organisation/wiki/metadata)", + "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/wiki)", + "null": "If not applicable use (null)" + } +} \ No newline at end of file diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_supply.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_supply.json new file mode 100644 index 00000000..b3488341 --- /dev/null +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_supply.json @@ -0,0 +1,159 @@ +{ + "name": "", + "title": "", + "id": "", + "description": "", + "language": [ + "" + ], + "keywords": [ + "" + ], + "publicationDate": "", + "context": { + "homepage": "", + "documentation": "", + "sourceCode": "", + "contact": "", + "grantNo": "", + "fundingAgency": "", + "fundingAgencyLogo": "", + "publisherLogo": "" + }, + "spatial": { + "location": "", + "extent": "", + "resolution": "" + }, + "temporal": { + "referenceDate": "", + "timeseries": { + "start": "", + "end": "", + "resolution": "", + "alignment": "", + "aggregationType": "" + } + }, + "sources": [ + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + }, + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + } + ], + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ], + "contributors": [ + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + }, + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + } + ], + "resources": [ + { + "profile": "", + "name": "", + "path": "", + "format": "", + "encoding": "", + "schema": { + "fields": [ + { + "name": "", + "description": "", + "type": "", + "unit": "" + }, + { + "name": "", + "description": "", + "type": "", + "unit": "" + } + ], + "primaryKey": [ + "" + ], + "foreignKeys": [ + { + "fields": [ + "" + ], + "reference": { + "resource": "", + "fields": [ + "" + ] + } + } + ] + }, + "dialect": { + "delimiter": "", + "decimalSeparator": "." + } + } + ], + "review": { + "path": "", + "badge": "" + }, + "metaMetadata": { + "metadataVersion": "OEP-1.4.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/organisation/wiki/metadata)", + "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/wiki)", + "null": "If not applicable use (null)" + } +} \ No newline at end of file diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_techno_economic.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_techno_economic.json new file mode 100644 index 00000000..b3488341 --- /dev/null +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_techno_economic.json @@ -0,0 +1,159 @@ +{ + "name": "", + "title": "", + "id": "", + "description": "", + "language": [ + "" + ], + "keywords": [ + "" + ], + "publicationDate": "", + "context": { + "homepage": "", + "documentation": "", + "sourceCode": "", + "contact": "", + "grantNo": "", + "fundingAgency": "", + "fundingAgencyLogo": "", + "publisherLogo": "" + }, + "spatial": { + "location": "", + "extent": "", + "resolution": "" + }, + "temporal": { + "referenceDate": "", + "timeseries": { + "start": "", + "end": "", + "resolution": "", + "alignment": "", + "aggregationType": "" + } + }, + "sources": [ + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + }, + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + } + ], + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ], + "contributors": [ + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + }, + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + } + ], + "resources": [ + { + "profile": "", + "name": "", + "path": "", + "format": "", + "encoding": "", + "schema": { + "fields": [ + { + "name": "", + "description": "", + "type": "", + "unit": "" + }, + { + "name": "", + "description": "", + "type": "", + "unit": "" + } + ], + "primaryKey": [ + "" + ], + "foreignKeys": [ + { + "fields": [ + "" + ], + "reference": { + "resource": "", + "fields": [ + "" + ] + } + } + ] + }, + "dialect": { + "delimiter": "", + "decimalSeparator": "." + } + } + ], + "review": { + "path": "", + "badge": "" + }, + "metaMetadata": { + "metadataVersion": "OEP-1.4.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/organisation/wiki/metadata)", + "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/wiki)", + "null": "If not applicable use (null)" + } +} \ No newline at end of file diff --git a/data-review/open_MODEX_consortium/MODEX-NET/.gitkeep b/data-review/open_MODEX_consortium/MODEX-NET/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_costs.json b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_costs.json new file mode 100644 index 00000000..b3488341 --- /dev/null +++ b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_costs.json @@ -0,0 +1,159 @@ +{ + "name": "", + "title": "", + "id": "", + "description": "", + "language": [ + "" + ], + "keywords": [ + "" + ], + "publicationDate": "", + "context": { + "homepage": "", + "documentation": "", + "sourceCode": "", + "contact": "", + "grantNo": "", + "fundingAgency": "", + "fundingAgencyLogo": "", + "publisherLogo": "" + }, + "spatial": { + "location": "", + "extent": "", + "resolution": "" + }, + "temporal": { + "referenceDate": "", + "timeseries": { + "start": "", + "end": "", + "resolution": "", + "alignment": "", + "aggregationType": "" + } + }, + "sources": [ + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + }, + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + } + ], + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ], + "contributors": [ + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + }, + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + } + ], + "resources": [ + { + "profile": "", + "name": "", + "path": "", + "format": "", + "encoding": "", + "schema": { + "fields": [ + { + "name": "", + "description": "", + "type": "", + "unit": "" + }, + { + "name": "", + "description": "", + "type": "", + "unit": "" + } + ], + "primaryKey": [ + "" + ], + "foreignKeys": [ + { + "fields": [ + "" + ], + "reference": { + "resource": "", + "fields": [ + "" + ] + } + } + ] + }, + "dialect": { + "delimiter": "", + "decimalSeparator": "." + } + } + ], + "review": { + "path": "", + "badge": "" + }, + "metaMetadata": { + "metadataVersion": "OEP-1.4.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/organisation/wiki/metadata)", + "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/wiki)", + "null": "If not applicable use (null)" + } +} \ No newline at end of file diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_environmental.json b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_environmental.json new file mode 100644 index 00000000..b3488341 --- /dev/null +++ b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_environmental.json @@ -0,0 +1,159 @@ +{ + "name": "", + "title": "", + "id": "", + "description": "", + "language": [ + "" + ], + "keywords": [ + "" + ], + "publicationDate": "", + "context": { + "homepage": "", + "documentation": "", + "sourceCode": "", + "contact": "", + "grantNo": "", + "fundingAgency": "", + "fundingAgencyLogo": "", + "publisherLogo": "" + }, + "spatial": { + "location": "", + "extent": "", + "resolution": "" + }, + "temporal": { + "referenceDate": "", + "timeseries": { + "start": "", + "end": "", + "resolution": "", + "alignment": "", + "aggregationType": "" + } + }, + "sources": [ + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + }, + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + } + ], + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ], + "contributors": [ + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + }, + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + } + ], + "resources": [ + { + "profile": "", + "name": "", + "path": "", + "format": "", + "encoding": "", + "schema": { + "fields": [ + { + "name": "", + "description": "", + "type": "", + "unit": "" + }, + { + "name": "", + "description": "", + "type": "", + "unit": "" + } + ], + "primaryKey": [ + "" + ], + "foreignKeys": [ + { + "fields": [ + "" + ], + "reference": { + "resource": "", + "fields": [ + "" + ] + } + } + ] + }, + "dialect": { + "delimiter": "", + "decimalSeparator": "." + } + } + ], + "review": { + "path": "", + "badge": "" + }, + "metaMetadata": { + "metadataVersion": "OEP-1.4.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/organisation/wiki/metadata)", + "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/wiki)", + "null": "If not applicable use (null)" + } +} \ No newline at end of file diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_installed_capacity.json b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_installed_capacity.json new file mode 100644 index 00000000..b3488341 --- /dev/null +++ b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_installed_capacity.json @@ -0,0 +1,159 @@ +{ + "name": "", + "title": "", + "id": "", + "description": "", + "language": [ + "" + ], + "keywords": [ + "" + ], + "publicationDate": "", + "context": { + "homepage": "", + "documentation": "", + "sourceCode": "", + "contact": "", + "grantNo": "", + "fundingAgency": "", + "fundingAgencyLogo": "", + "publisherLogo": "" + }, + "spatial": { + "location": "", + "extent": "", + "resolution": "" + }, + "temporal": { + "referenceDate": "", + "timeseries": { + "start": "", + "end": "", + "resolution": "", + "alignment": "", + "aggregationType": "" + } + }, + "sources": [ + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + }, + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + } + ], + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ], + "contributors": [ + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + }, + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + } + ], + "resources": [ + { + "profile": "", + "name": "", + "path": "", + "format": "", + "encoding": "", + "schema": { + "fields": [ + { + "name": "", + "description": "", + "type": "", + "unit": "" + }, + { + "name": "", + "description": "", + "type": "", + "unit": "" + } + ], + "primaryKey": [ + "" + ], + "foreignKeys": [ + { + "fields": [ + "" + ], + "reference": { + "resource": "", + "fields": [ + "" + ] + } + } + ] + }, + "dialect": { + "delimiter": "", + "decimalSeparator": "." + } + } + ], + "review": { + "path": "", + "badge": "" + }, + "metaMetadata": { + "metadataVersion": "OEP-1.4.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/organisation/wiki/metadata)", + "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/wiki)", + "null": "If not applicable use (null)" + } +} \ No newline at end of file diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_load.json b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_load.json new file mode 100644 index 00000000..b3488341 --- /dev/null +++ b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_load.json @@ -0,0 +1,159 @@ +{ + "name": "", + "title": "", + "id": "", + "description": "", + "language": [ + "" + ], + "keywords": [ + "" + ], + "publicationDate": "", + "context": { + "homepage": "", + "documentation": "", + "sourceCode": "", + "contact": "", + "grantNo": "", + "fundingAgency": "", + "fundingAgencyLogo": "", + "publisherLogo": "" + }, + "spatial": { + "location": "", + "extent": "", + "resolution": "" + }, + "temporal": { + "referenceDate": "", + "timeseries": { + "start": "", + "end": "", + "resolution": "", + "alignment": "", + "aggregationType": "" + } + }, + "sources": [ + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + }, + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + } + ], + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ], + "contributors": [ + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + }, + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + } + ], + "resources": [ + { + "profile": "", + "name": "", + "path": "", + "format": "", + "encoding": "", + "schema": { + "fields": [ + { + "name": "", + "description": "", + "type": "", + "unit": "" + }, + { + "name": "", + "description": "", + "type": "", + "unit": "" + } + ], + "primaryKey": [ + "" + ], + "foreignKeys": [ + { + "fields": [ + "" + ], + "reference": { + "resource": "", + "fields": [ + "" + ] + } + } + ] + }, + "dialect": { + "delimiter": "", + "decimalSeparator": "." + } + } + ], + "review": { + "path": "", + "badge": "" + }, + "metaMetadata": { + "metadataVersion": "OEP-1.4.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/organisation/wiki/metadata)", + "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/wiki)", + "null": "If not applicable use (null)" + } +} \ No newline at end of file diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_socio_economic.json b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_socio_economic.json new file mode 100644 index 00000000..b3488341 --- /dev/null +++ b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_socio_economic.json @@ -0,0 +1,159 @@ +{ + "name": "", + "title": "", + "id": "", + "description": "", + "language": [ + "" + ], + "keywords": [ + "" + ], + "publicationDate": "", + "context": { + "homepage": "", + "documentation": "", + "sourceCode": "", + "contact": "", + "grantNo": "", + "fundingAgency": "", + "fundingAgencyLogo": "", + "publisherLogo": "" + }, + "spatial": { + "location": "", + "extent": "", + "resolution": "" + }, + "temporal": { + "referenceDate": "", + "timeseries": { + "start": "", + "end": "", + "resolution": "", + "alignment": "", + "aggregationType": "" + } + }, + "sources": [ + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + }, + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + } + ], + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ], + "contributors": [ + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + }, + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + } + ], + "resources": [ + { + "profile": "", + "name": "", + "path": "", + "format": "", + "encoding": "", + "schema": { + "fields": [ + { + "name": "", + "description": "", + "type": "", + "unit": "" + }, + { + "name": "", + "description": "", + "type": "", + "unit": "" + } + ], + "primaryKey": [ + "" + ], + "foreignKeys": [ + { + "fields": [ + "" + ], + "reference": { + "resource": "", + "fields": [ + "" + ] + } + } + ] + }, + "dialect": { + "delimiter": "", + "decimalSeparator": "." + } + } + ], + "review": { + "path": "", + "badge": "" + }, + "metaMetadata": { + "metadataVersion": "OEP-1.4.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/organisation/wiki/metadata)", + "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/wiki)", + "null": "If not applicable use (null)" + } +} \ No newline at end of file diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_supply.json b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_supply.json new file mode 100644 index 00000000..b3488341 --- /dev/null +++ b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_supply.json @@ -0,0 +1,159 @@ +{ + "name": "", + "title": "", + "id": "", + "description": "", + "language": [ + "" + ], + "keywords": [ + "" + ], + "publicationDate": "", + "context": { + "homepage": "", + "documentation": "", + "sourceCode": "", + "contact": "", + "grantNo": "", + "fundingAgency": "", + "fundingAgencyLogo": "", + "publisherLogo": "" + }, + "spatial": { + "location": "", + "extent": "", + "resolution": "" + }, + "temporal": { + "referenceDate": "", + "timeseries": { + "start": "", + "end": "", + "resolution": "", + "alignment": "", + "aggregationType": "" + } + }, + "sources": [ + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + }, + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + } + ], + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ], + "contributors": [ + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + }, + { + "title": "", + "email": "", + "date": "", + "object": "", + "comment": "" + } + ], + "resources": [ + { + "profile": "", + "name": "", + "path": "", + "format": "", + "encoding": "", + "schema": { + "fields": [ + { + "name": "", + "description": "", + "type": "", + "unit": "" + }, + { + "name": "", + "description": "", + "type": "", + "unit": "" + } + ], + "primaryKey": [ + "" + ], + "foreignKeys": [ + { + "fields": [ + "" + ], + "reference": { + "resource": "", + "fields": [ + "" + ] + } + } + ] + }, + "dialect": { + "delimiter": "", + "decimalSeparator": "." + } + } + ], + "review": { + "path": "", + "badge": "" + }, + "metaMetadata": { + "metadataVersion": "OEP-1.4.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/organisation/wiki/metadata)", + "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/wiki)", + "null": "If not applicable use (null)" + } +} \ No newline at end of file From caab2ff81a820e68ce6a3d95286a1ccf8bab7ce1 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 21 Jul 2021 19:17:14 +0200 Subject: [PATCH 05/30] First version of complete metadata --- .../Flexmex/flexmex_costs.json | 44 +- .../Flexmex/flexmex_environmental.json | 40 +- .../Flexmex/flexmex_load.json | 46 +- .../Flexmex/flexmex_techno_economic.json | 399 +++++++++++++++--- .../open_MODEX_consortium/MEO/metadata.json | 2 +- .../MODEX-EnSAVes/modex_ensaves_costs.json | 205 ++++++++- .../modex_ensaves_electric_vehicles.json | 46 +- .../modex_ensaves_environmental.json} | 44 +- .../modex_ensaves_installed_capacity.json | 76 +++- .../MODEX-EnSAVes/modex_ensaves_load.json | 106 ++++- .../modex_ensaves_socio_economic.json | 48 ++- .../MODEX-EnSAVes/modex_ensaves_supply.json | 48 ++- .../modex_ensaves_techno_economic.json | 258 ++++++++++- .../MODEX-NET/modex_net_costs.json | 48 ++- .../MODEX-NET/modex_net_environmental.json | 45 +- .../modex_net_installed_capacity.json | 61 ++- .../MODEX-NET/modex_net_load.json | 49 ++- .../MODEX-NET/modex_net_supply.json | 47 ++- .../POLINS/metadata.json | 2 +- 19 files changed, 1181 insertions(+), 433 deletions(-) rename data-review/open_MODEX_consortium/{MODEX-NET/modex_net_socio_economic.json => MODEX-EnSAVes/modex_ensaves_environmental.json} (80%) diff --git a/data-review/open_MODEX_consortium/Flexmex/flexmex_costs.json b/data-review/open_MODEX_consortium/Flexmex/flexmex_costs.json index b3488341..40b63d91 100644 --- a/data-review/open_MODEX_consortium/Flexmex/flexmex_costs.json +++ b/data-review/open_MODEX_consortium/Flexmex/flexmex_costs.json @@ -1,13 +1,13 @@ { - "name": "", - "title": "", - "id": "", - "description": "", + "name": "flexmex_costs", + "title": "Costs data", + "id": "http://openenergyplatform.org/dataedit/view/reference/", + "description": "Prices for fuels and CO2-emission-certificates", "language": [ - "" + "en-GB", "de-DE" ], "keywords": [ - "" + "price", "fuel", "co2", "certificate" ], "publicationDate": "", "context": { @@ -37,30 +37,30 @@ }, "sources": [ { - "title": "", - "description": "", - "path": "", + "title": "Langfristszenarien fuer die Transformation des -energiesystems in Deutschland", + "description": "2017, Scenario study of the future energy system development, urldate = {2021-03-30}, institution = {Fraunhofer ISI, Consentec GmbH, IFEU, Technische Universität Wien, M-Five, TEP, Energy GmbH}, date = {2017-09}", + "path": "https://www.bmwi.de/Redaktion/DE/Downloads/B/berichtsmodul-3-referenzszenario-und-basisszenario.pdf?__blob=publicationFile&v=4", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "Christiane Bernath, et al. " } ] }, { - "title": "", - "description": "", - "path": "", + "title": "Current and prospective costs of electricity generation until 2050", + "description": "2013, Data collection for electricity generation costs, urldate = {2021-03-30}, institution = {DIW}, version = {Corrected Version}", + "path": "https://www.econstor.eu/bitstream/10419/80348/1/757528015.pdf", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "Andreas Schröder, Friedrich Kunz, Jan Meiss, Roman Mendelevitch, Christian von Hirschhausen" } ] } diff --git a/data-review/open_MODEX_consortium/Flexmex/flexmex_environmental.json b/data-review/open_MODEX_consortium/Flexmex/flexmex_environmental.json index b3488341..c809288b 100644 --- a/data-review/open_MODEX_consortium/Flexmex/flexmex_environmental.json +++ b/data-review/open_MODEX_consortium/Flexmex/flexmex_environmental.json @@ -1,13 +1,13 @@ { - "name": "", - "title": "", - "id": "", - "description": "", + "name": "flexmex_environmental", + "title": "Environmental data", + "id": "http://openenergyplatform.org/dataedit/view/reference/", + "description": "Emission factors for fossile fuels and Historical weather time series", "language": [ - "" + "en-GB", "de-DE" ], "keywords": [ - "" + "co2 emission factor", "generation", "profile", "weather" ], "publicationDate": "", "context": { @@ -37,30 +37,30 @@ }, "sources": [ { - "title": "", - "description": "", - "path": "", + "title": "Berichterstattung unter der Klimarahmenkonvention der Vereinten Nationen und dem Kyoto-Protokoll 2019", + "description": "2019, Report assessing the German green house gas emissions, urldate = {2021-03-30}, date={2019-05}, institution = {Umweltbundesamt}", + "path": "https://www.umweltbundesamt.de/publikationen/berichterstattung-unter-der-klimarahmenkonvention-4", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "UBA" } ] }, { - "title": "", - "description": "", - "path": "", + "title": "The Modern-Era Retrospective Analysis for Research and Applications, Version 2 (MERRA-2)", + "description": "2017, Weather timeseries, urldate = {2021-03-30}, journaltitle = {Journal of Climate}, date={2017-07-15}, doi={10.1175/JCLI-D-16-0758.1}", + "path": "https://journals.ametsoc.org/doi/10.1175/JCLI-D-16-0758.1", "licenses": [ { - "name": "", + "name": "NASA Data Information Policy", "title": "", - "path": "", + "path": "https://science.nasa.gov/earth-science/earth-science-data/data-information-policy", "instruction": "", - "attribution": "" + "attribution": "Ronald Gelaro, Will McCarty , Max J. Suárez , Ricardo Todling, Andrea Molod, Lawrence Takacs , Cynthia A. Randles, Anton Darmenov, Michael G. Bosilovich, Rolf Reichle, Krzysztof Wargan, Lawrence Coy , Richard Cullathe , Clara Draper , Santha Akella , Virginie Buchard, Austin Conaty, Arlindo M. da Silva, Wei Gu , Gi-Kong Kim 1 , Randal Koster , Robert Lucchesi , Dagmar Merkova , Jon Eric Nielsen, Gary Partyka, Steven Pawson, William Putman, Michele Rienecker, Siegfried D. Schubert, Meta Sienkiewicz, Bin Zhao" } ] } diff --git a/data-review/open_MODEX_consortium/Flexmex/flexmex_load.json b/data-review/open_MODEX_consortium/Flexmex/flexmex_load.json index b3488341..6e908d87 100644 --- a/data-review/open_MODEX_consortium/Flexmex/flexmex_load.json +++ b/data-review/open_MODEX_consortium/Flexmex/flexmex_load.json @@ -1,15 +1,15 @@ { - "name": "", - "title": "", - "id": "", - "description": "", + "name": "flexmex_load", + "title": "Load data", + "id": "http://openenergyplatform.org/dataedit/view/reference/", + "description": "Demand profiles and volumes: Historical profiles and demand volumes for electricity, heat and hydrogen demand", "language": [ - "" + "en-GB", "de-DE" ], "keywords": [ - "" + "demand", "electricity", "load profile", "heat", "hydrogen" ], - "publicationDate": "", + "publicationDate": "2021-07-19", "context": { "homepage": "", "documentation": "", @@ -37,30 +37,30 @@ }, "sources": [ { - "title": "", - "description": "", - "path": "", + "title": "Balancing of intermittent renewable power generation by demand response and thermal energy storage", + "description": "2015, Analysis of flexibility options using the REMix model, urldate = {2021-03-30}, institution = {University of Stuttgart}", + "path": "https://elib.uni-stuttgart.de/handle/11682/6905", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "DLR, Hans Christian Gils" } ] }, { - "title": "", - "description": "", - "path": "", + "title": "e-Highway2050: Database per country", + "description": "2016, Database for energy demands and capacities in Europe, urldate = {2021-03-30}, institution={ENTSO-E, e-Highway}, date = {2016}", + "path": "https://docs.entsoe.eu/baltic-conf/bites/www.e-highway2050.eu/fileadmin/documents/Results/e-Highway_database_per_country-08022016.xlsx", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "ENTSO-E" } ] } diff --git a/data-review/open_MODEX_consortium/Flexmex/flexmex_techno_economic.json b/data-review/open_MODEX_consortium/Flexmex/flexmex_techno_economic.json index b3488341..a0eddefa 100644 --- a/data-review/open_MODEX_consortium/Flexmex/flexmex_techno_economic.json +++ b/data-review/open_MODEX_consortium/Flexmex/flexmex_techno_economic.json @@ -1,93 +1,366 @@ { - "name": "", - "title": "", - "id": "", - "description": "", + "name": "flexmex_techno_economic", + "title": "Techno economic data", + "id": "http://openenergyplatform.org/dataedit/view/reference/", + "description": "Technical data and costs (e.g. efficiencies, losses, lifetimes, investment costs) and Capacitie data for generation plants, energy converters, storages, infrastructure and demand response technologies", "language": [ - "" + "en-GB", "de-DE" ], "keywords": [ - "" + "techno-economic parameter", "efficiency", "cost", "power plant", "renewables", "storages", "generation", "capacity", "storage", "infrastructure" ], - "publicationDate": "", + "publicationDate": "2021-08-19", "context": { - "homepage": "", - "documentation": "", - "sourceCode": "", - "contact": "", - "grantNo": "", - "fundingAgency": "", - "fundingAgencyLogo": "", - "publisherLogo": "" + "homepage": null, + "documentation": null, + "sourceCode": null, + "contact": null, + "grantNo": null, + "fundingAgency": null, + "fundingAgencyLogo": null, + "publisherLogo": null }, "spatial": { - "location": "", - "extent": "", - "resolution": "" + "location": null, + "extent": null, + "resolution": null }, "temporal": { - "referenceDate": "", + "referenceDate": null, "timeseries": { - "start": "", - "end": "", - "resolution": "", - "alignment": "", - "aggregationType": "" + "start": null, + "end": null, + "resolution": null, + "alignment": null, + "aggregationType": null } }, "sources": [ { - "title": "", - "description": "", - "path": "", + "title": "Netzentwicklungsplan Strom 2012", + "description": "2012, Grid development plan in Germany, urldate = {2021-03-30}, institution = {50Hertz Transmission GmbH, Amprion GmbH, TenneT TSO GmbH, TransnetBW GmbH}", + "path": "https://www.netzentwicklungsplan.de/sites/default/files/paragraphs-files/nep_2012_2_entwurf_teil_2_kap_9.pdf", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "BNetzA" } ] }, { - "title": "", - "description": "", - "path": "", + "title": "Storage demand in highly renewable energy scenarios for Europe: The influence of methodology and data assumptions in model-based assessments", + "description": "2017, REMix model calculations for future storage demand in Europe, urldate = {2021-03-30}, institution = {University of Stuttgart}", + "path": "https://elib.uni-stuttgart.de/handle/11682/9778", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "DLR, Felix Cebulla" + } + ] + }, + { + "title": "Technology Data for Individual Heating", + "description": "2016, Data collection for individual heating plants, urldate = {2021-03-30}, institution = {Danish Energy Agency and Energinet}, version = {2}", + "path": "https://ens.dk/sites/ens.dk/files/Analyser/technology_data_catalogue_for_individual_heating_installations.pdf", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "Danish energy agency" + } + ] + }, + { + "title": "Technology Data for Generation of Electricity and District heating", + "description": "2016, Data collection for electricity generation and district heating plants, urldate = {2021-03-30}, institution = {Danish Energy Agency and Energinet}, version = {9}", + "path": "https://ens.dk/sites/ens.dk/files/Statistik/technology_data_catalogue_for_el_and_dh_-_0009.pdf", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "Danish energy agency" + } + ] + }, + { + "title": "Technology Data for Renewable fuels", + "description": "2017, Data collection for renewable fuels technologies, urldate = {2021-03-30}, institution = {Danish Energy Agency and Energinet}, version = {5}", + "path": "https://ens.dk/sites/ens.dk/files/Analyser/technology_data_for_renewable_fuels.pdf", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "Danish energy agency" + } + ] + }, + { + "title": "Technology Data for Energy Storage", + "description": "2018, Data collection for energy storage technologies, urldate = {2021-03-30}, institution = {Danish Energy Agency and Energinet}, version = {7}", + "path": "https://ens.dk/sites/ens.dk/files/Analyser/technology_data_catalogue_for_energy_storage.pdf", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "Danish energy agency" + } + ] + }, + { + "title": "Kurzanalyse der Kraftwerks und Netzplanung in Deutschland bis 2020 (mit Ausblick auf 2030)", + "description": "2008, Analysis of the power plant and grid development plans in Germany, urldate = {2021-03-30}, institution = {Deutsche Energie-Agentur GmbH}, version = { 1}", + "path": "https://www.clearingstelle-eeg-kwkg.de/sites/default/files/private/active/0/Kurzanalyse_KuN_Planung_D_2020_2030_Kurzfassung.pdf", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "dena" + } + ] + }, + { + "title": "Technologieübersicht. Das deutsche Hochspannungsnetz: Technologien und Rahmenbedingungen", + "description": "2014, Technology description for high voltage gids, urldate = {2021-03-30}, institution = {Deutsche Energie-Agentur GmbH}, version = {1}", + "path": "https://www.bmwi.de/Redaktion/DE/Publikationen/Energie/technologieuebersicht.pdf?__blob=publicationFile&v=12", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "dena" + } + ] + }, + { + "title": "Current and prospective costs of electricity generation until 2050", + "description": "2013, Data collection for electricity generation costs, urldate = {2021-03-30}, institution = {DIW}, version = {Corrected Version}", + "path": "https://www.econstor.eu/bitstream/10419/80348/1/757528015.pdf", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "DIW, Andreas Schröder, Friedrich Kunz, Jan Meiss, Roman Mendelevitch, Christian von Hirschhausen " + } + ] + }, + { + "title": "Roadmap 2050 - A Practical Guide to a Prosperous Low-Carbon Europe European Climate Foundation", + "description": "2010, Data collection for future techno-economic parameters of energy generation plants, urldate = {2021-03-30}, institution = {ECF}, version = {1}", + "path": "http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.468.1526&rep=rep1&type=pdf", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "ECF" + } + ] + }, + { + "title": "Perspective of the Energy Transition: Technology Development and Investments under Uncertainty", + "description": "2015, Development of techno-econimic parameters for electricity generation plants, urldate = {2021-03-30}, institution = {Technische Universität München}", + "path": "https://elib.dlr.de/101495/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "Anna Garcia Teruel" + } + ] + }, + { + "title": "Assessment of the theoretical demand response potential in Europe", + "description": "2014, Study for assessing the DR potential in Europe with a collection of DR parameters, urldate = {2021-03-30}, journaltitle = {Energy}, date = {2014.04.01}", + "path": "https://www.sciencedirect.com/science/article/pii/S0360544214001534", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "DLR, Hans Christian Gils" + } + ] + }, + { + "title": "Balancing of intermittent renewable power generation by demand response and thermal energy storage", + "description": "2015, Analysis of flexibility options using the REMix model, urldate = {2021-03-30}, institution = {University of Stuttgart}", + "path": "https://elib.uni-stuttgart.de/handle/11682/6905", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "DLR, Hans Christian Gils" + } + ] + }, + { + "title": "Investitionsplanung unter unsicheren Einflussgrößen", + "description": "2015, Investment planning in the electricity sector, urldate = {2021-03-30}, date = {2015}, isbn = {978-3-658-08337-3}, publisher = {Springer}", + "path": "https://books.google.com.au/books?hl=de&lr=&id=yfCbBQAAQBAJ&oi=fnd&pg=PR5&dq=Investitionsplanung+unter+unsicheren+Einflussgr%C3%B6%C3%9Fen&ots=v4zDNn8cu4&sig=Styx3e43gkaBp7rN5GMCUUtC9No#v=onepage&q=Investitionsplanung%20unter%20unsicheren%20Einflussgr%C3%B6%C3%9Fen&f=false", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "Matthias Hundt" + } + ] + }, + { + "title": "Power Plant Cycling Cost", + "description": "2012, Cost study in the power sector, urldate = {2021-03-30}, institution = {NREL}, date ={2012-04}, version = {1}", + "path": "https://www.researchgate.net/profile/Dwight-Agan/publication/241910062_Power_Plant_Cycling_Costs/links/58d1563eaca2720cd05eca9a/Power-Plant-Cycling-Costs.pdf", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "Nikil Kumar, Philip Besuner, Steven Lefton, Dwight Agan, Douglas Hilleman" + } + ] + }, + { + "title": "Impact of electric vehicles on a future renewable energy based power system in Europe with a focus on Germany", + "description": "2018, Study for analysing the impact and data collection of electric vehicles, urldate = {2021-03-30}, journaltitle = {Energy Research}, date = {2018-04-17}, doi={10.1002/er.4056}", + "path": "https://onlinelibrary.wiley.com/doi/full/10.1002/er.4056", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "DLR, Diego Luca de Tena, Thomas Pregger" + } + ] + }, + { + "title": "Langfristszenarien und Strategien für den Ausbau der erneuerbaren Energien in Deutschland bei Berücksichtigung der Entwicklung in Europa und global", + "description": "2012, Scenario and strategy study for future renewable energy, urldate = {2021-03-30}, date={2012-03-29}, institution = {Fraunhofer IEE, DLR, IfnE}", + "path": "https://elib.dlr.de/76043/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "DLR, Joachim Nitsch, Thomas Pregger,Tobias Naegler, et al." + } + ] + }, + { + "title": "Studie über die Planung einer Demonstrationsanlage zur Wasserstoff-Kraftstoffgewinnung durch Elektrolyse mit Zwischenspeicherung in Salzkavernen unter Druck", + "description": "2015, Study for demonstrating hydrogen production for future fuels , urldate = {2021-03-30}, institution = {DLR, Ludwig-Bölkow-Systemtechnik GmbH(LBST), Fraunhofer ISE, KBB Underground Technologies GmbH}, date = {2014-11-28}", + "path": "https://elib.dlr.de/94979/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "Christoph Noack, Fabian Burggraf, Seyed Schwan Hosseiny, " + } + ] + }, + { + "title": "Einfluss des Modelldetailgrades in Strommarktsimulationen auf die Bewertung von Flexibilitätsoptionen", + "description": "2019, Sensitivity analysis of the model complexity impact when assessing flexibility options, urldate = {2021-03-30}", + "path": "http://publications.rwth-aachen.de/record/764247", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "RWTH Aachen, Denis vom Stein" + } + ] + }, + { + "title": "Studie: Integration von Wind-Wasserstoff-Systemen in das Energiesystem – Schlussbericht", + "description": "2014, Final report of the integration of wind/hydrogen systems with a collection of storage data, urldate = {2021-03-30}", + "path": "https://www.now-gmbh.de/wp-content/uploads/2020/08/now_projektsteckbrief_03bst09.pdf", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "Klaus Stolzenburg" + } + ] + }, + { + "title": "Balancing of intermittent renewable power generation by demand response and thermal energy storage", + "description": "2015, Analysis of flexibility options using the REMix model, urldate = {2021-03-30}, institution = {University of Stuttgart}", + "path": "https://elib.uni-stuttgart.de/handle/11682/6905", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "DLR, Hans Christian Gils" + } + ] + }, + { + "title": "TYNDP - Market modelling data", + "description": "2015, Ten year network development plan of Europe, urldate = {2021-03-30}, institution ={ENTSO-E}, date = {2015-11} ", + "path": "https://www.entsoe.eu/Documents/TYNDP%20documents/TYNDP%202016/rgips/TYNDP2016%20market%20modelling%20data.xlsx", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "ENTSO-E" } ] } ], "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", + "name": null, + "title": null, + "path": null, + "instruction": null, "attribution": "" } ], "contributors": [ { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" - }, - { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" + "title": "jh-RLI", + "email": "jonas.huber@rl-institut.de", + "date": "2021-07-19", + "object": "Metadata", + "comment": "Create metadata" } ], "resources": [ @@ -115,19 +388,7 @@ "primaryKey": [ "" ], - "foreignKeys": [ - { - "fields": [ - "" - ], - "reference": { - "resource": "", - "fields": [ - "" - ] - } - } - ] + "foreignKeys": [] }, "dialect": { "delimiter": "", diff --git a/data-review/open_MODEX_consortium/MEO/metadata.json b/data-review/open_MODEX_consortium/MEO/metadata.json index b3488341..47fbef77 100644 --- a/data-review/open_MODEX_consortium/MEO/metadata.json +++ b/data-review/open_MODEX_consortium/MEO/metadata.json @@ -1,7 +1,7 @@ { "name": "", "title": "", - "id": "", + "id": "http://openenergyplatform.org/dataedit/view/", "description": "", "language": [ "" diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_costs.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_costs.json index b3488341..25446a4b 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_costs.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_costs.json @@ -1,13 +1,22 @@ { - "name": "", - "title": "", - "id": "", - "description": "", + "name": "modex_ensaves_costs", + "title": "Costs data", + "id": "http://openenergyplatform.org/dataedit/view/reference/", + "description": "[Multiple Topics]: Wholesale electricity prices; Prices for fuels (oil, lignite, coal, gas, uranium, biomass, bioliquid, biogas); Prices for CO2; Specific investment of power plants for different generation technologies, i.e. gas, lignite, hard coal, oil and nuclear; Power plant load change cost (dependent on depreciation and fuel factor) for different generation technologies, i.e. gas, lignite, hard coal, oil and nuclear; Variable and fixed operation and maintenance costs of power plants for different generation technologies, i.e. gas, lignite, hard coal, oil and nuclear; Power plant start-up cost (dependent on depreciation and fuel factor) for different generation technologies, i.e. gas, lignite, hard coal, oil and nuclear", "language": [ - "" + "en-GB" ], "keywords": [ - "" + "wholesale electricity prices", + "price fuels", + "energy carrier", + "CO2 price", + "certificates", + "power plant", + "specific investment", + "load change cost", + "cost operation maintenance", + "cost start up" ], "publicationDate": "", "context": { @@ -37,30 +46,198 @@ }, "sources": [ { - "title": "", - "description": "", - "path": "", + "title": "TYNDP 2018", + "description": "2018, Ten-Year Network Development Plan, urldate = 2019-08-21, institution = ENTSO-E", + "path": "https://tyndp.entsoe.eu/tyndp2018/", "licenses": [ { "name": "", "title": "", "path": "", "instruction": "", - "attribution": "" + "attribution": "© ENTSO-E" } ] }, { - "title": "", - "description": "", - "path": "", + "title": "World Energy Outlook 2018", + "description": "2018, urldate = 2021-04-30, institution = IEA - International Energy Agency", + "path": "https://doi.org/10.1787/weo-2018-en", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "© IEA" + } + ] + }, + { + "title": "Current and Prospective Costs of Electricity Generation until 2050", + "description": "2013, urldate = 2021-04-30, institution = DIW - Deutsches Institut für Wirtschaftsforschung", + "path": "https://www.diw.de/documents/publikationen/73/diw_01.c.424566.de/diw_datadoc_2013-068.pdf", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "© DIW Berlin" + } + ] + }, + { + "title": "Möglichkeiten und Grenzen der Integration verschiedener regenerativer Energiequellen zu einer 100% regenerativen Stromversorgung der Bundesrepublik Deutschland bis zum Jahr 2050.", + "description": "2010, urldate = 2012-04-20, institution = DLR - Deutsches Zentrum für Luft- und Raumfahrt et al.", + "path": "https://elib.dlr.de/66117/", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "© DLR, SRU" + } + ] + }, + { + "title": "Current and Prospective Costs of Electricity Generation until 2050", + "description": "2013, urldate = 2021-04-30, institution = DIW - Deutsches Institut für Wirtschaftsforschung", + "path": "https://www.diw.de/documents/publikationen/73/diw_01.c.424566.de/diw_datadoc_2013-068.pdf", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "© DIW Berlin" + } + ] + }, + { + "title": "Investment and Operation Cost Figures – Generation Portfolio", + "description": "2011, urldate = 2021-04-30, institution = VGB PowerTech", + "path": "https://www.vgb.org/vgbmultimedia/LCOE_Final_version_status_09_2012-p-5414.pdf", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "© VGB PowerTech" + } + ] + }, + { + "title": "Current and Prospective Costs of Electricity Generation until 2050", + "description": "2013, urldate = 2021-04-30, institution = DIW - Deutsches Institut für Wirtschaftsforschung", + "path": "https://www.diw.de/documents/publikationen/73/diw_01.c.424566.de/diw_datadoc_2013-068.pdf", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "© DIW Berlin" + } + ] + }, + { + "title": "dena-Netzstudie I - Energiewirtschaftliche Planung für die Netzintegration von Windenergie in Deutschland an Land und Offshore bis zum Jahr 2020", + "description": "2010, urldate = 2021-04-30, institution = dena - Deutsche Energie-Agentur", + "path": "https://www.dena.de/fileadmin/dena/Dokumente/Pdf/9113_dena-Netzstudie_I.pdf", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "© dena" + } + ] + }, + { + "title": "Verträglichkeit von erneuerbaren Energien und Kernenergie im Erzeugungsportfolio - Technische und ökonomische Aspekte", + "description": "2009, urldate = 2021-04-30, institution = IER - Institut für Energiewirtschaft und Rationelle Energieanwendung, Universität Stuttgart", + "path": "https://docplayer.org/17930921-Ier-vertraeglichkeit-von-erneuerbaren-energien-und-kernenergie-im-erzeugungsportfolio-technische-und-oekonomische-studie.html", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "© Uni Stuttgart" + } + ] + }, + { + "title": "Optimierung eines Portfolios mit hydrothermischem Kraftwerkspark im börslichen Strom- und Gasterminmarkt", + "description": "2003, urldate = 2021-04-30, institution = IER - Institut für Energiewirtschaft und Rationelle Energieanwendung, Universität Stuttgart", + "path": "http://dx.doi.org/10.18419/opus-1597", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "© Uni Stuttgart" + } + ] + }, + { + "title": "Modellgestützte Bedarfs- und Wirtschaftlichkeitsanalyse von Energiespeichern zur Integration erneuerbarer Energien in Deutschland", + "description": "2013, urldate = 2021-04-30, institution = KIT - Karlsruher Institut für Technologie", + "path": "https://publikationen.bibliothek.kit.edu/1000034017/2515163", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "© KIT" + } + ] + }, + { + "title": "Flexibility Options in Electricity Systems", + "description": "2014, urldate = 2021-04-30, institution = ECOFYS", + "path": "https://refman.energytransitionmodel.com/publications/1943/download", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "© ECOFYS" + } + ] + }, + { + "title": "Konventionelle Kraftwerke - Technologiesteckbrief zur Analyse 'Flexibilitätskonzepte für die Stromversorgung 2050'. Schriftenreihe Energiesysteme der Zukunft", + "description": "2016, urldate = 2021-04-30, institution = Universität Duisburg-Essen", + "path": "https://www.researchgate.net/profile/Dirk-Sauer-2/publication/301340138_Konventionelle_Kraftwerke_-_Technologiesteckbrief_zur_Analyse_Flexibilitatskonzepte_fur_die_Stromversorgung_2050/links/5712920e08ae39beb87a46e8/Konventionelle-Kraftwerke-Technologiesteckbrief-zur-Analyse-Flexibilitaetskonzepte-fuer-die-Stromversorgung-2050.pdf", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "© Universität Duisburg-Essen" + } + ] + }, + { + "title": "Gone with the Wind? – Electricity Market Prices and Incentives to Invest in Thermal Power Plants under Increasing Wind Energy Supply", + "description": "2011, urldate = 2021-04-30, institution = DIW - Deutsches Institut für Wirtschaftsforschung", + "path": "https://doi.org/10.1016/j.eneco.2010.07.002", "licenses": [ { "name": "", "title": "", "path": "", "instruction": "", - "attribution": "" + "attribution": "© Elsevier 2010" } ] } diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_electric_vehicles.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_electric_vehicles.json index b3488341..3d44fdb1 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_electric_vehicles.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_electric_vehicles.json @@ -1,15 +1,15 @@ { - "name": "", - "title": "", - "id": "", - "description": "", + "name": "modex_ensaves_electric_vehicles", + "title": "Electric vehicles", + "id": "http://openenergyplatform.org/dataedit/view/reference/", + "description": "Electric vehicle fleet ", "language": [ - "" + "en-GB" ], "keywords": [ - "" + "Electric vehicle fleet" ], - "publicationDate": "", + "publicationDate": "2021-07-19", "context": { "homepage": "", "documentation": "", @@ -37,30 +37,30 @@ }, "sources": [ { - "title": "", - "description": "", - "path": "", + "name": "TYNDP 2018", + "title": "2018, Ten-Year Network Development Plan, urldate = 2019-08-21, institution = ENTSO-E", + "path": "https://tyndp.entsoe.eu/tyndp2018/", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© ENTSO-E" } ] }, { - "title": "", - "description": "", - "path": "", + "title": "World Energy Outlook 2018", + "description": "2018,urldate = 2019-08-21, institution = IEA -International Energy Agency", + "path": "https://doi.org/10.1787/weo-2018-en", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© IEA" } ] } diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_socio_economic.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_environmental.json similarity index 80% rename from data-review/open_MODEX_consortium/MODEX-NET/modex_net_socio_economic.json rename to data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_environmental.json index b3488341..c17b8263 100644 --- a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_socio_economic.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_environmental.json @@ -1,13 +1,15 @@ { - "name": "", - "title": "", - "id": "", - "description": "", + "name": "modex_ensaves_environmental", + "title": "Environmental data", + "id": "http://openenergyplatform.org/dataedit/view/reference/", + "description": "Emission factors of power plants and different generation technologies, i.e. gas, lignite, hard coal, oil and nuclear", "language": [ - "" + "en-GB", + "de-DE" ], "keywords": [ - "" + "power plant", + "emission factors" ], "publicationDate": "", "context": { @@ -37,30 +39,16 @@ }, "sources": [ { - "title": "", - "description": "", - "path": "", - "licenses": [ - { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" - } - ] - }, - { - "title": "", - "description": "", - "path": "", + "title": "CO2-Emissionsfaktoren für fossile Brennstoffe", + "description": "2016, urldate = 2021-04-30, institution = UBA - Umweltbundesamt", + "path": "https://www.umweltbundesamt.de/sites/default/files/medien/1968/publikationen/co2-emissionsfaktoren_fur_fossile_brennstoffe_korrektur.pdf", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© UBA" } ] } diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_installed_capacity.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_installed_capacity.json index b3488341..46ff282c 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_installed_capacity.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_installed_capacity.json @@ -1,15 +1,17 @@ { - "name": "", - "title": "", - "id": "", - "description": "", + "name": "modex_ensaves_installed_capacity", + "title": "Installed capacity", + "id": "http://openenergyplatform.org/dataedit/view/reference/", + "description": "European net transfer capacities", "language": [ - "" + "en-GB", + "de-DE" ], "keywords": [ - "" + "ntc", + "net transfer capacities" ], - "publicationDate": "", + "publicationDate": "2021-07-19", "context": { "homepage": "", "documentation": "", @@ -37,30 +39,58 @@ }, "sources": [ { - "title": "", - "description": "", - "path": "", + "title": "ENTSO-E Transparency Platform", + "description": "2018, Central collection and publication of electricity generation, transportation and consumption data and information for the pan-European market., urldate = 2019-08-21, institution = ENTSO-E", + "path": "https://transparency.entsoe.eu/", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© ENTSO-E" } ] }, { - "title": "", - "description": "", - "path": "", + "title": "Netzentwicklungsplan 2030. Version 2019. 2. Entwurf.", + "description": "2019, Ten-Year Network Development Plan, urldate = 2019-08-21, institution = 50Hertz Transmission GmbH, Amprion GmbH,TenneT TSO GmbH, TransnetBW GmbH", + "path": "https://www.netzentwicklungsplan.de/de/netzentwicklungsplaene/netzentwicklungsplan-2030-2019", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© 50Hertz Transmission GmbH, Amprion GmbH,TenneT TSO GmbH, TransnetBW GmbH" + } + ] + }, + { + "title": "World Energy Outlook 2018", + "description": "2018,urldate = 2019-08-21, institution = IEA -International Energy Agency", + "path": "https://www.iea.org/reports/world-energy-outlook-2018", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© IEA" + } + ] + }, + { + "title": "TYNDP 2018", + "description": "2018, Ten-Year Network Development Plan, urldate = 2019-08-21, institution = ENTSO-E", + "path": "https://tyndp.entsoe.eu/tyndp2018/", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© ENTSO-E" } ] } diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_load.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_load.json index b3488341..cc577b69 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_load.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_load.json @@ -1,13 +1,19 @@ { - "name": "", - "title": "", - "id": "", - "description": "", + "name": "modex_ensaves_load", + "title": "Load data", + "id": "http://openenergyplatform.org/dataedit/view/reference/", + "description": "[Multipble topics]: Hourly load profiles by EU country; Yearly electricity demand; Yearly district heat demand Germany; Demand for load-frequency control and reserves by EU country and reserve type 2016; ", "language": [ - "" + "en-GB", + "de-DE" ], "keywords": [ - "" + "electricity demand", + "load", + "district heat", + "dh", + "Fernwärme", + "demand control reserve" ], "publicationDate": "", "context": { @@ -37,30 +43,86 @@ }, "sources": [ { - "title": "", - "description": "", - "path": "", + "title": "ENTSO-E Transparency Platform", + "description": "2018, Central collection and publication of electricity generation, transportation and consumption data and information for the pan-European market., urldate = 2019-08-21, institution = ENTSO-E", + "path": "https://transparency.entsoe.eu/", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© ENTSO-E" } ] }, { - "title": "", - "description": "", - "path": "", + "title": "World Energy Outlook 2018", + "description": "2018,urldate = 2019-08-21, institution = IEA -International Energy Agency", + "path": "https://doi.org/10.1787/weo-2018-en", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© IEA" + } + ] + }, + { + "title": "TYNDP 2018", + "description": "2018, Ten-Year Network Development Plan, urldate = 2019-08-21, institution = ENTSO-E", + "path": "https://tyndp.entsoe.eu/tyndp2018/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© ENTSO-E" + } + ] + }, + { + "title": "Auswertungstabellen zur Energiebilanz für die Bundesrepublik Deutschland 1990 bis 2017", + "description": "2018,urldate = 2019-08-21, institution = AGEB - Arbeitsgemeinschaft Energiebilanzen e. V.", + "path": "https://ag-energiebilanzen.de/10-0-Auswertungstabellen.html", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© AGEB e. V." + } + ] + }, + { + "title": "dena-Leitstudie. Integrierte Energiewende. Impulse für die Gestaltung des Energiesystems bis 2050", + "description": "2018, urldate = 2021-04-30, institution = dena - Deutsche Energie-Agentur", + "path": "https://www.dena.de/fileadmin/dena/Dokumente/Pdf/9261_dena-Leitstudie_Integrierte_Energiewende_lang.pdf", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© dena" + } + ] + }, + { + "title": "ENTSO-E Transparency Platform", + "description": "2018, Central collection and publication of electricity generation, transportation and consumption data and information for the pan-European market., urldate = 2019-08-21, institution = ENTSO-E", + "path": "https://transparency.entsoe.eu/", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© ENTSO-E" } ] } diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_socio_economic.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_socio_economic.json index b3488341..f55ae483 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_socio_economic.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_socio_economic.json @@ -1,15 +1,17 @@ { - "name": "", - "title": "", - "id": "", - "description": "", + "name": "modex_ensaves_socio_economic", + "title": "Socio economic data", + "id": "http://openenergyplatform.org/dataedit/view/reference/", + "description": "Gross domestic product, Population", "language": [ - "" + "en-GB" ], "keywords": [ - "" + "gdp", + "gross domestic product", + "population" ], - "publicationDate": "", + "publicationDate": "2021-07-19", "context": { "homepage": "", "documentation": "", @@ -37,30 +39,30 @@ }, "sources": [ { - "title": "", - "description": "", - "path": "", + "title": "EU Reference Scenario 2016 - Energy, transport and GHG emissions Trends to 2050", + "description": "2016,urldate = 2019-08-21, institution = EU - European Union", + "path": "https://ec.europa.eu/energy/sites/ener/files/documents/ref2016_report_final-web.pdf", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© European Union" } ] }, { - "title": "", - "description": "", - "path": "", + "title": "EU Reference Scenario 2016 - Energy, transport and GHG emissions Trends to 2050", + "description": "2016,urldate = 2019-08-21, institution = EU - European Union", + "path": "https://ec.europa.eu/energy/sites/ener/files/documents/ref2016_report_final-web.pdf", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© European Union" } ] } diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_supply.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_supply.json index b3488341..e7022cb7 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_supply.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_supply.json @@ -1,13 +1,17 @@ { - "name": "", - "title": "", - "id": "", - "description": "", + "name": "modex_ensaves_supply", + "title": "Supply data", + "id": "http://openenergyplatform.org/dataedit/view/reference/", + "description": "[Multiple Topics]: Gerneration profiles of variable RES by country based on historical capacity factors from 2016/2012; Power plant availability of installed capacity in the course of year for different generation technologies, i.e. gas, lignite, hard coal, oil and nuclear", "language": [ - "" + "en-GB" ], "keywords": [ - "" + "power plants", + "renewable capacities", + "capacity facor", + "feed in", + "availability" ], "publicationDate": "", "context": { @@ -37,30 +41,30 @@ }, "sources": [ { - "title": "", - "description": "", - "path": "", + "title": "OPSD", + "description": "2018, Open Power System Data - A free open data platform for power system modelling, urldate = 2019-08-21, Neon Neue Energieökonomik GmbH et al.", + "path": "https://data.open-power-system-data.org/renewable_power_plants/", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": "CC BY 4.0", + "title": "Attribution 4.0 International", + "path": "https://creativecommons.org/licenses/by/4.0/", + "instruction": "You are free to: Share , Adapt ", + "attribution": "© OSPD" } ] }, { - "title": "", - "description": "", - "path": "", + "title": "Current and Prospective Costs of Electricity Generation until 2050", + "description": "2013, urldate = 2021-04-30, institution = DIW - Deutsches Institut für Wirtschaftsforschung", + "path": "https://www.diw.de/documents/publikationen/73/diw_01.c.424566.de/diw_datadoc_2013-068.pdf", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© DIW Berlin" } ] } diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_techno_economic.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_techno_economic.json index b3488341..41265c72 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_techno_economic.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_techno_economic.json @@ -1,13 +1,17 @@ { - "name": "", - "title": "", - "id": "", - "description": "", + "name": "modex_ensaves_techno_economic", + "title": "Techno economic data", + "id": "http://openenergyplatform.org/dataedit/view/reference/reference/", + "description": "[Multiple Topics]: Lifetime of investment for heating systems and power plants for different generation technologies, i.e. gas, lignite, hard coal, oil and nuclear; Power plant efficiency for electricity production for different generation technologies, i.e. gas, lignite, hard coal, oil and nuclear", "language": [ - "" + "en-GB", + "de-DE" ], "keywords": [ - "" + "lifetime of investment", + "heating systems", + "power plants", + "efficiency" ], "publicationDate": "", "context": { @@ -37,30 +41,240 @@ }, "sources": [ { - "title": "", - "description": "", - "path": "", + "title": "Projected Costs of Generating Electricity", + "description": "2010, urldate = 2019-08-21, institution = IEA - International Energy Agency, Nuclear Energy Agency, Organisation for Economic Cooperation and Development", + "path": "https://doi.org/10.1787/9789264084315-en", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© OECD" } ] }, { - "title": "", - "description": "", - "path": "", + "title": "Technologischer Überblick zur Speicherung von Elektrizität - Überblick zum Potenzial und zu Perspektiven des Einsatzes elektrischer Speichertechnologien.", + "description": "2012, urldate = 2021-04-30, institution = RTWH Aachen", + "path": "https://www.researchgate.net/publication/322478141_Technologischer_Uberblick_zur_Speicherung_von_Elektrizitat", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© RTWH Aachen" + } + ] + }, + { + "title": "Verträglichkeit von erneuerbaren Energien und Kernenergie im Erzeugungsportfolio - Technische und ökonomische Aspekte", + "description": "2009, urldate = 2021-04-30, institution = IER - Institut für Energiewirtschaft und Rationelle Energieanwendung, Universität Stuttgart", + "path": "https://docplayer.org/17930921-Ier-vertraeglichkeit-von-erneuerbaren-energien-und-kernenergie-im-erzeugungsportfolio-technische-und-oekonomische-studie.html", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© Uni Stuttgart" + } + ] + }, + { + "title": "Modellgestützte Bedarfs- und Wirtschaftlichkeitsanalyse von Energiespeichern zur Integration erneuerbarer Energien in Deutschland", + "description": "2013, urldate = 2021-04-30, institution = KIT - Karlsruher Institut für Technologie", + "path": "https://publikationen.bibliothek.kit.edu/1000034017/2515163", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© KIT" + } + ] + }, + { + "title": "Optimierung eines Portfolios mit hydrothermischem Kraftwerkspark im börslichen Strom- und Gasterminmarkt", + "description": "2003, urldate = 2021-04-30, institution = IER - Institut für Energiewirtschaft und Rationelle Energieanwendung, Universität Stuttgart", + "path": "http://dx.doi.org/10.18419/opus-1597", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© Uni Stuttgart" + } + ] + }, + { + "title": "dena-Leitstudie. Integrierte Energiewende. Impulse für die Gestaltung des Energiesystems bis 2050", + "description": "2018, urldate = 2021-04-30, institution = dena - Deutsche Energie-Agentur", + "path": "https://www.dena.de/fileadmin/dena/Dokumente/Pdf/9261_dena-Leitstudie_Integrierte_Energiewende_lang.pdf", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© dena" + } + ] + }, + { + "title": "dena-Netzstudie I - Energiewirtschaftliche Planung für die Netzintegration von Windenergie in Deutschland an Land und Offshore bis zum Jahr 2020", + "description": "2010, urldate = 2021-04-30, institution = dena - Deutsche Energie-Agentur", + "path": "https://www.dena.de/fileadmin/dena/Dokumente/Pdf/9113_dena-Netzstudie_I.pdf", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© dena" + } + ] + }, + { + "title": "Stromspeicher in der Energiewende. Untersuchung zum Bedarf an neuen Stromspeichern in Deutschland für den Erzeugungsausgleich, Systemdienstleistungen und im Verteilnetz.", + "description": "2014, urldate = 2021-04-30, institution = Agora Energiewende", + "path": "https://www.researchgate.net/profile/Martin-Thema/publication/311577007_Stromspeicher_in_der_Energiewende_-_Untersuchung_zum_Bedarf_an_neuen_Stromspeichern_in_Deutschland_fur_den_Erzeugungsausgleich_Systemdienstleistungen_und_im_Verteilnetz/links/584e946908aed95c25093289/Stromspeicher-in-der-Energiewende-Untersuchung-zum-Bedarf-an-neuen-Stromspeichern-in-Deutschland-fuer-den-Erzeugungsausgleich-Systemdienstleistungen-und-im-Verteilnetz.pdf", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© Agora Energiewende" + } + ] + }, + { + "title": "Entwicklung von modularen Konzepten zur Erzeugung, Speicherung und Einspeisung von Wasserstoff und Methan ins Erdgasnetz", + "description": "2013, urldate = 2021-04-301, institution = DVGW - Deutscher Verein des Gas- und Wasserfaches e.V.", + "path": "https://www.dvgw.de/medien/dvgw/forschung/berichte/g1_07_10.pdf", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© DVGW" + } + ] + }, + { + "title": "Langfristszenarien und Strategien für den Ausbau der erneuerbaren Energien in Deutschland bei Berücksichtigung der Entwicklung in Europa und global. Leitstudie 2010.", + "description": "2012, urldate = 2021-04-301, institution = DLR - Deutsches Zentrum für Luft- und Raumfahrt et al.", + "path": "https://www.dlr.de/tt/Portaldata/41/Resources/dokumente/institut/system/publications/Leitstudie_2011_Datenanhang-II.pdf", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© DLR, IWES, IFNE" + } + ] + }, + { + "title": "Current and Prospective Costs of Electricity Generation until 2050", + "description": "2013, urldate = 2021-04-30, institution = DIW - Deutsches Institut für Wirtschaftsforschung", + "path": "https://www.diw.de/documents/publikationen/73/diw_01.c.424566.de/diw_datadoc_2013-068.pdf", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© DIW Berlin" + } + ] + }, + { + "title": "World Energy Outlook 2016", + "description": "2016, urldate = 2021-04-30, institution = IEA - International Energy Agency", + "path": "https://doi.org/10.1787/weo-2016-en", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© IEA" + } + ] + }, + { + "title": "dena-Netzstudie I - Energiewirtschaftliche Planung für die Netzintegration von Windenergie in Deutschland an Land und Offshore bis zum Jahr 2020", + "description": "2010, urldate = 2021-04-30, institution = dena - Deutsche Energie-Agentur", + "path": "https://www.dena.de/fileadmin/dena/Dokumente/Pdf/9113_dena-Netzstudie_I.pdf", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© dena" + } + ] + }, + { + "title": "Verträglichkeit von erneuerbaren Energien und Kernenergie im Erzeugungsportfolio - Technische und ökonomische Aspekte", + "description": "2009, urldate = 2021-04-30, institution = IER - Institut für Energiewirtschaft und Rationelle Energieanwendung, Universität Stuttgart", + "path": "https://docplayer.org/17930921-Ier-vertraeglichkeit-von-erneuerbaren-energien-und-kernenergie-im-erzeugungsportfolio-technische-und-oekonomische-studie.html", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© Uni Stuttgart" + } + ] + }, + { + "title": "Optimierung eines Portfolios mit hydrothermischem Kraftwerkspark im börslichen Strom- und Gasterminmarkt", + "description": "2003, urldate = 2021-04-30, institution = IER - Institut für Energiewirtschaft und Rationelle Energieanwendung, Universität Stuttgart", + "path": "http://dx.doi.org/10.18419/opus-1597", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© Uni Stuttgart" + } + ] + }, + { + "title": "Flexibility Options in Electricity Systems", + "description": "2014, urldate = 2021-04-30, institution = ECOFYS", + "path": "https://refman.energytransitionmodel.com/publications/1943/download", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© ECOFYS" + } + ] + }, + { + "title": "Konventionelle Kraftwerke - Technologiesteckbrief zur Analyse 'Flexibilitätskonzepte für die Stromversorgung 2050'. Schriftenreihe Energiesysteme der Zukunft", + "description": "2016, urldate = 2021-04-30, institution = Universität Duisburg-Essen", + "path": "https://www.researchgate.net/profile/Dirk-Sauer-2/publication/301340138_Konventionelle_Kraftwerke_-_Technologiesteckbrief_zur_Analyse_Flexibilitatskonzepte_fur_die_Stromversorgung_2050/links/5712920e08ae39beb87a46e8/Konventionelle-Kraftwerke-Technologiesteckbrief-zur-Analyse-Flexibilitaetskonzepte-fuer-die-Stromversorgung-2050.pdf", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© Universität Duisburg-Essen" } ] } diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_costs.json b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_costs.json index b3488341..f00b8406 100644 --- a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_costs.json +++ b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_costs.json @@ -1,15 +1,17 @@ { - "name": "", - "title": "", - "id": "", - "description": "", + "name": "modex_net_costs", + "title": "Costs data", + "id": "http://openenergyplatform.org/dataedit/view/reference/", + "description": "Preise für Brennstoffe", "language": [ - "" + "en-GB", + "de-DE" ], "keywords": [ - "" + "preise", + "brennstoffe" ], - "publicationDate": "", + "publicationDate": "2018-11-01", "context": { "homepage": "", "documentation": "", @@ -37,30 +39,30 @@ }, "sources": [ { - "title": "", - "description": "", - "path": "", + "title": "World Energy Outlook 2018", + "description": "2018, Prices for fossil fuels and CO2-certificates, urldate = {2021-04-30}, institution = {International Energy Agency}, date = {2018-11-13}, isbn = {9789264306776}, doi={10.1787/weo-2018-en}", + "path": "https://doi.org/10.1787/weo-2018-en", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null } ] }, { - "title": "", - "description": "", - "path": "", + "title": "Carbon Price Floor (CPF) and the Price Support Mechanism", + "description": "2018, a carbon support price implemented in the UK , urldate = {2021-04-30}, date = {2018-01-26}", + "path": "https://researchbriefings.files.parliament.uk/documents/SN05927/SN05927.pdf", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null } ] } diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_environmental.json b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_environmental.json index b3488341..2acaf2bd 100644 --- a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_environmental.json +++ b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_environmental.json @@ -1,15 +1,16 @@ { - "name": "", - "title": "", - "id": "", - "description": "", + "name": "modex_net_environmental", + "title": "Environmental data", + "id": "http://openenergyplatform.org/dataedit/view/reference/", + "description": "CO2-Emissionsfaktoren für fossile Brennstoffe (je Brennstoff/Technologie)", "language": [ - "" + "de-DE" ], "keywords": [ - "" + "co2_emissionsfaktoren", + "brennstoffe" ], - "publicationDate": "", + "publicationDate": "2019-05", "context": { "homepage": "", "documentation": "", @@ -37,30 +38,16 @@ }, "sources": [ { - "title": "", - "description": "", - "path": "", - "licenses": [ - { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" - } - ] - }, - { - "title": "", - "description": "", - "path": "", + "title": "Berichterstattung unter der Klimarahmenkonvention der Vereinten Nationen und dem Kyoto-Protokoll 2019, Nationaler Inventarbericht zum Deutschen Treibhausgasinventar 1990 – 2017", + "description": "2019, Brennstoffspezifische_Emissionsfaktoren_aus_Kapitel_18_8_S_815_ff, urldate = {2021-04-12}, publisher = {Umweltbundesamt}", + "path": "https://www.umweltbundesamt.de/publikationen/berichterstattung-unter-der-klimarahmenkonvention-4, ISSN 1862-4359", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null } ] } diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_installed_capacity.json b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_installed_capacity.json index b3488341..033d8464 100644 --- a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_installed_capacity.json +++ b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_installed_capacity.json @@ -1,15 +1,16 @@ { - "name": "", - "title": "", - "id": "", - "description": "", + "name": "modex_net_installed_capacity", + "title": "Installed capacity", + "id": "http://openenergyplatform.org/dataedit/view/reference/", + "description": "Kuppelkapazitäten zwischen den ENTSO-E ländern für das Jahr 2016, 2025; NEP Zielnetz für das Jahr 2030: 220 kV und 380 kV AC-Leitungen sowie HGÜ-Leitungen (DC-Korridore)", "language": [ - "" + "en-GB", + "de-DE" ], "keywords": [ - "" + "Net Transfer Capacities" ], - "publicationDate": "", + "publicationDate": "2019-12-20", "context": { "homepage": "", "documentation": "", @@ -37,30 +38,44 @@ }, "sources": [ { - "title": "", - "description": "", - "path": "", + "title": "NTC for the year 2016 from ENTSO-E Transparency Plattform", + "description": "2018, Maxima_of_Forecasted_Transfer_Capacities_Year_Ahead, , urldate = {2021-04-30}, institution = {ENTSO-E}, date = {2016}", + "path": null, "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null } ] }, { - "title": "", - "description": "", - "path": "", + "title": "Mid-term Adequacy Forecast, 2019 edition from ENTSOE", + "description": null, + "path": "https://www.entsoe.eu/outlooks/midterm/previous-maf-versions/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "Bedarfsermittlung 2019-2030, Bestätigung des Netzentwicklungsplans Strom für das Zieljahr 2030", + "description": "2019, bestätigte_Netzausbaumaßnahmen_aus_dem_zweiten_Entwurf_des_NEP_2019_2030_der_Übertragungsnetzbetreiber, urldate = {2021-04-12}, publisher = {BNetzA}", + "path": "https://data.netzausbau.de/2030-2019/NEP/NEP2019-2030_Bestaetigung.pdf", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null } ] } diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_load.json b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_load.json index b3488341..7bbd7d0d 100644 --- a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_load.json +++ b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_load.json @@ -1,15 +1,18 @@ { - "name": "", - "title": "", - "id": "", - "description": "", + "name": "modex_net_load", + "title": "Load data", + "id": "http://openenergyplatform.org/dataedit/view/reference/", + "description": "Historische Profile und Nachfragemengen für Strom und Skalierte Profile basierend auf dem Wetter- und Basisjahr 2016", "language": [ - "" + "en-GB" ], "keywords": [ - "" + "nachfrage", + "menge", + "elektrizität", + "lastprofil" ], - "publicationDate": "", + "publicationDate": "2021-07-19", "context": { "homepage": "", "documentation": "", @@ -37,30 +40,30 @@ }, "sources": [ { - "title": "", - "description": "", - "path": "", + "title": "Total load profile for the year 2016 from ENTSO-E Transparency Platform", + "description": "2018, total_load_profiles_for_the_year_2016_from_entsoe_trasparency_plattform, urldate = {2021-04-30}, institution = {ENTSO-E}, date = {2018}", + "path": "https://transparency.entsoe.eu/load-domain/r2/totalLoadR2/show", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null } ] }, { - "title": "", - "description": "", - "path": "", + "title": "Scaled load profile for the year 2030 based on total load profile 2016 from ENTSO-E Transparency Platform", + "description": "2018, total_load_profiles_for_the_year_2016_from_entsoe_trasparency_plattform, urldate = {2021-04-30}, institution = {ENTSO-E}, date = {2018}", + "path": "https://transparency.entsoe.eu/load-domain/r2/totalLoadR2/show", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null } ] } diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_supply.json b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_supply.json index b3488341..5c9f31b5 100644 --- a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_supply.json +++ b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_supply.json @@ -1,13 +1,16 @@ { - "name": "", - "title": "", - "id": "", - "description": "", + "name": "modex_net_supply", + "title": "Supply data", + "id": "http://openenergyplatform.org/dataedit/view/reference/", + "description": "Fluktuierende EE-Stromerzeugung: Historische Profile und Erzeugungsmengen für EE-Strom; Skaliertee Profile und Erzeugungsmengen für EE-Strom basierend auf dem Wetter- und Basisjahr 2016", "language": [ - "" + "en-GB" ], "keywords": [ - "" + "erneuerbare", + "menge", + "elektrizität", + "profil" ], "publicationDate": "", "context": { @@ -37,30 +40,30 @@ }, "sources": [ { - "title": "", - "description": "", - "path": "", + "title": "Renewable profiles for the year 2016 from European Power System Data", + "description": "2020, Feed_in_profiles_for_solar_PV_wind_onshore_and_offshore, urldate = {2021-04-30}, institution = {Open Power System}, date = {2020}", + "path": "https://data.open-power-system-data.org", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": "CC BY 4.0", + "title": "Attribution 4.0 International", + "path": "https://creativecommons.org/licenses/by/4.0/", + "instruction": "You are free to: Share , Adapt ", + "attribution": "Neon Neue Energieökonomik, Technical University of Berlin, ETH Zürich" } ] }, { - "title": "", - "description": "", - "path": "", + "title": "Scaled renewable Profiles for the year 2030 based on European Power System Data for the year 2016", + "description": "2020, Feed_in_profiles_for_solar_PV_wind_onshore_and_offshore, urldate = {2021-04-30}, institution = {Open Power System}, date = {2020}", + "path": "https://data.open-power-system-data.org", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": "CC BY 4.0", + "title": "Attribution 4.0 International", + "path": "https://creativecommons.org/licenses/by/4.0/", + "instruction": "You are free to: Share , Adapt ", + "attribution": "Neon Neue Energieökonomik, Technical University of Berlin, ETH Zürich" } ] } diff --git a/data-review/open_MODEX_consortium/POLINS/metadata.json b/data-review/open_MODEX_consortium/POLINS/metadata.json index b3488341..47fbef77 100644 --- a/data-review/open_MODEX_consortium/POLINS/metadata.json +++ b/data-review/open_MODEX_consortium/POLINS/metadata.json @@ -1,7 +1,7 @@ { "name": "", "title": "", - "id": "", + "id": "http://openenergyplatform.org/dataedit/view/", "description": "", "language": [ "" From babf0f3c78d4887bc1cca46ed6e5013ba1fe68cf Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 26 Jul 2021 15:26:21 +0200 Subject: [PATCH 06/30] finalize metadata for projects: - flexmex, - ensaves, - net --- .../Flexmex/flexmex_costs.json | 108 +++++------------- .../Flexmex/flexmex_environmental.json | 63 +++++----- .../Flexmex/flexmex_load.json | 62 +++++----- .../Flexmex/flexmex_techno_economic.json | 16 ++- .../MODEX-EnSAVes/modex_ensaves_costs.json | 55 ++++----- .../modex_ensaves_electric_vehicles.json | 53 ++++----- .../modex_ensaves_environmental.json | 53 ++++----- .../modex_ensaves_installed_capacity.json | 53 ++++----- .../MODEX-EnSAVes/modex_ensaves_load.json | 55 ++++----- .../modex_ensaves_socio_economic.json | 53 ++++----- .../MODEX-EnSAVes/modex_ensaves_supply.json | 55 ++++----- .../modex_ensaves_techno_economic.json | 55 ++++----- .../MODEX-NET/modex_net_costs.json | 53 ++++----- .../MODEX-NET/modex_net_environmental.json | 53 ++++----- .../modex_net_installed_capacity.json | 53 ++++----- .../MODEX-NET/modex_net_load.json | 53 ++++----- .../MODEX-NET/modex_net_supply.json | 55 ++++----- 17 files changed, 407 insertions(+), 541 deletions(-) diff --git a/data-review/open_MODEX_consortium/Flexmex/flexmex_costs.json b/data-review/open_MODEX_consortium/Flexmex/flexmex_costs.json index 40b63d91..4ec48888 100644 --- a/data-review/open_MODEX_consortium/Flexmex/flexmex_costs.json +++ b/data-review/open_MODEX_consortium/Flexmex/flexmex_costs.json @@ -1,38 +1,42 @@ { "name": "flexmex_costs", "title": "Costs data", - "id": "http://openenergyplatform.org/dataedit/view/reference/", + "id": "http://openenergyplatform.org/dataedit/view/reference/flexmex_costs", "description": "Prices for fuels and CO2-emission-certificates", "language": [ - "en-GB", "de-DE" + "en-GB", + "de-DE" ], "keywords": [ - "price", "fuel", "co2", "certificate" + "price", + "fuel", + "co2", + "certificate" ], - "publicationDate": "", + "publicationDate": "2021-07-19", "context": { - "homepage": "", - "documentation": "", - "sourceCode": "", - "contact": "", - "grantNo": "", - "fundingAgency": "", - "fundingAgencyLogo": "", - "publisherLogo": "" + "homepage": null, + "documentation": null, + "sourceCode": null, + "contact": null, + "grantNo": null, + "fundingAgency": null, + "fundingAgencyLogo": null, + "publisherLogo": null }, "spatial": { - "location": "", - "extent": "", - "resolution": "" + "location": null, + "extent": null, + "resolution": null }, "temporal": { - "referenceDate": "", + "referenceDate": null, "timeseries": { - "start": "", - "end": "", - "resolution": "", - "alignment": "", - "aggregationType": "" + "start": null, + "end": null, + "resolution": null, + "alignment": null, + "aggregationType": null } }, "sources": [ @@ -76,63 +80,11 @@ ], "contributors": [ { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" - }, - { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" - } - ], - "resources": [ - { - "profile": "", - "name": "", - "path": "", - "format": "", - "encoding": "", - "schema": { - "fields": [ - { - "name": "", - "description": "", - "type": "", - "unit": "" - }, - { - "name": "", - "description": "", - "type": "", - "unit": "" - } - ], - "primaryKey": [ - "" - ], - "foreignKeys": [ - { - "fields": [ - "" - ], - "reference": { - "resource": "", - "fields": [ - "" - ] - } - } - ] - }, - "dialect": { - "delimiter": "", - "decimalSeparator": "." - } + "title": "jh-RLI", + "email": "jonas.huber@rl-institut.de", + "date": "2021-07-19", + "object": "Metadata", + "comment": "Create metadata" } ], "review": { diff --git a/data-review/open_MODEX_consortium/Flexmex/flexmex_environmental.json b/data-review/open_MODEX_consortium/Flexmex/flexmex_environmental.json index c809288b..81983496 100644 --- a/data-review/open_MODEX_consortium/Flexmex/flexmex_environmental.json +++ b/data-review/open_MODEX_consortium/Flexmex/flexmex_environmental.json @@ -1,38 +1,42 @@ { "name": "flexmex_environmental", "title": "Environmental data", - "id": "http://openenergyplatform.org/dataedit/view/reference/", + "id": "http://openenergyplatform.org/dataedit/view/reference/flexmex_environmental", "description": "Emission factors for fossile fuels and Historical weather time series", "language": [ - "en-GB", "de-DE" + "en-GB", + "de-DE" ], "keywords": [ - "co2 emission factor", "generation", "profile", "weather" + "co2 emission factor", + "generation", + "profile", + "weather" ], - "publicationDate": "", + "publicationDate": "2021-07-19", "context": { - "homepage": "", - "documentation": "", - "sourceCode": "", - "contact": "", - "grantNo": "", - "fundingAgency": "", - "fundingAgencyLogo": "", - "publisherLogo": "" + "homepage": null, + "documentation": null, + "sourceCode": null, + "contact": null, + "grantNo": null, + "fundingAgency": null, + "fundingAgencyLogo": null, + "publisherLogo": null }, "spatial": { - "location": "", - "extent": "", - "resolution": "" + "location": null, + "extent": null, + "resolution": null }, "temporal": { - "referenceDate": "", + "referenceDate": null, "timeseries": { - "start": "", - "end": "", - "resolution": "", - "alignment": "", - "aggregationType": "" + "start": null, + "end": null, + "resolution": null, + "alignment": null, + "aggregationType": null } }, "sources": [ @@ -76,18 +80,11 @@ ], "contributors": [ { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" - }, - { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" + "title": "jh-RLI", + "email": "jonas.huber@rl-institut.de", + "date": "2021-07-19", + "object": "Metadata", + "comment": "Create metadata" } ], "resources": [ diff --git a/data-review/open_MODEX_consortium/Flexmex/flexmex_load.json b/data-review/open_MODEX_consortium/Flexmex/flexmex_load.json index 6e908d87..a2a82e86 100644 --- a/data-review/open_MODEX_consortium/Flexmex/flexmex_load.json +++ b/data-review/open_MODEX_consortium/Flexmex/flexmex_load.json @@ -1,38 +1,43 @@ { "name": "flexmex_load", "title": "Load data", - "id": "http://openenergyplatform.org/dataedit/view/reference/", + "id": "http://openenergyplatform.org/dataedit/view/reference/flexmex_load", "description": "Demand profiles and volumes: Historical profiles and demand volumes for electricity, heat and hydrogen demand", "language": [ - "en-GB", "de-DE" + "en-GB", + "de-DE" ], "keywords": [ - "demand", "electricity", "load profile", "heat", "hydrogen" + "demand", + "electricity", + "load profile", + "heat", + "hydrogen" ], "publicationDate": "2021-07-19", "context": { - "homepage": "", - "documentation": "", - "sourceCode": "", - "contact": "", - "grantNo": "", - "fundingAgency": "", - "fundingAgencyLogo": "", - "publisherLogo": "" + "homepage": null, + "documentation": null, + "sourceCode": null, + "contact": null, + "grantNo": null, + "fundingAgency": null, + "fundingAgencyLogo": null, + "publisherLogo": null }, "spatial": { - "location": "", - "extent": "", - "resolution": "" + "location": null, + "extent": null, + "resolution": null }, "temporal": { - "referenceDate": "", + "referenceDate": null, "timeseries": { - "start": "", - "end": "", - "resolution": "", - "alignment": "", - "aggregationType": "" + "start": null, + "end": null, + "resolution": null, + "alignment": null, + "aggregationType": null } }, "sources": [ @@ -76,18 +81,11 @@ ], "contributors": [ { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" - }, - { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" + "title": "jh-RLI", + "email": "jonas.huber@rl-institut.de", + "date": "2021-07-19", + "object": "Metadata", + "comment": "Create metadata" } ], "resources": [ diff --git a/data-review/open_MODEX_consortium/Flexmex/flexmex_techno_economic.json b/data-review/open_MODEX_consortium/Flexmex/flexmex_techno_economic.json index a0eddefa..92ced85a 100644 --- a/data-review/open_MODEX_consortium/Flexmex/flexmex_techno_economic.json +++ b/data-review/open_MODEX_consortium/Flexmex/flexmex_techno_economic.json @@ -1,13 +1,23 @@ { "name": "flexmex_techno_economic", "title": "Techno economic data", - "id": "http://openenergyplatform.org/dataedit/view/reference/", + "id": "http://openenergyplatform.org/dataedit/view/reference/flexmex_techno_economic", "description": "Technical data and costs (e.g. efficiencies, losses, lifetimes, investment costs) and Capacitie data for generation plants, energy converters, storages, infrastructure and demand response technologies", "language": [ - "en-GB", "de-DE" + "en-GB", + "de-DE" ], "keywords": [ - "techno-economic parameter", "efficiency", "cost", "power plant", "renewables", "storages", "generation", "capacity", "storage", "infrastructure" + "techno-economic parameter", + "efficiency", + "cost", + "power plant", + "renewables", + "storages", + "generation", + "capacity", + "storage", + "infrastructure" ], "publicationDate": "2021-08-19", "context": { diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_costs.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_costs.json index 25446a4b..d91a9a95 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_costs.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_costs.json @@ -1,7 +1,7 @@ { "name": "modex_ensaves_costs", "title": "Costs data", - "id": "http://openenergyplatform.org/dataedit/view/reference/", + "id": "http://openenergyplatform.org/dataedit/view/reference/modex_ensaves_costs", "description": "[Multiple Topics]: Wholesale electricity prices; Prices for fuels (oil, lignite, coal, gas, uranium, biomass, bioliquid, biogas); Prices for CO2; Specific investment of power plants for different generation technologies, i.e. gas, lignite, hard coal, oil and nuclear; Power plant load change cost (dependent on depreciation and fuel factor) for different generation technologies, i.e. gas, lignite, hard coal, oil and nuclear; Variable and fixed operation and maintenance costs of power plants for different generation technologies, i.e. gas, lignite, hard coal, oil and nuclear; Power plant start-up cost (dependent on depreciation and fuel factor) for different generation technologies, i.e. gas, lignite, hard coal, oil and nuclear", "language": [ "en-GB" @@ -18,30 +18,30 @@ "cost operation maintenance", "cost start up" ], - "publicationDate": "", + "publicationDate": "2021-07-19", "context": { - "homepage": "", - "documentation": "", - "sourceCode": "", - "contact": "", - "grantNo": "", - "fundingAgency": "", - "fundingAgencyLogo": "", - "publisherLogo": "" + "homepage": null, + "documentation": null, + "sourceCode": null, + "contact": null, + "grantNo": null, + "fundingAgency": null, + "fundingAgencyLogo": null, + "publisherLogo": null }, "spatial": { - "location": "", - "extent": "", - "resolution": "" + "location": null, + "extent": null, + "resolution": null }, "temporal": { - "referenceDate": "", + "referenceDate": null, "timeseries": { - "start": "", - "end": "", - "resolution": "", - "alignment": "", - "aggregationType": "" + "start": null, + "end": null, + "resolution": null, + "alignment": null, + "aggregationType": null } }, "sources": [ @@ -253,18 +253,11 @@ ], "contributors": [ { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" - }, - { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" + "title": "jh-RLI", + "email": "jonas.huber@rl-institut.de", + "date": "2021-07-19", + "object": "Metadata", + "comment": "Create metadata" } ], "resources": [ diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_electric_vehicles.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_electric_vehicles.json index 3d44fdb1..e1d4c69d 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_electric_vehicles.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_electric_vehicles.json @@ -1,7 +1,7 @@ { "name": "modex_ensaves_electric_vehicles", "title": "Electric vehicles", - "id": "http://openenergyplatform.org/dataedit/view/reference/", + "id": "http://openenergyplatform.org/dataedit/view/reference/modex_ensaves_electric_vehicles", "description": "Electric vehicle fleet ", "language": [ "en-GB" @@ -11,28 +11,28 @@ ], "publicationDate": "2021-07-19", "context": { - "homepage": "", - "documentation": "", - "sourceCode": "", - "contact": "", - "grantNo": "", - "fundingAgency": "", - "fundingAgencyLogo": "", - "publisherLogo": "" + "homepage": null, + "documentation": null, + "sourceCode": null, + "contact": null, + "grantNo": null, + "fundingAgency": null, + "fundingAgencyLogo": null, + "publisherLogo": null }, "spatial": { - "location": "", - "extent": "", - "resolution": "" + "location": null, + "extent": null, + "resolution": null }, "temporal": { - "referenceDate": "", + "referenceDate": null, "timeseries": { - "start": "", - "end": "", - "resolution": "", - "alignment": "", - "aggregationType": "" + "start": null, + "end": null, + "resolution": null, + "alignment": null, + "aggregationType": null } }, "sources": [ @@ -76,18 +76,11 @@ ], "contributors": [ { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" - }, - { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" + "title": "jh-RLI", + "email": "jonas.huber@rl-institut.de", + "date": "2021-07-19", + "object": "Metadata", + "comment": "Create metadata" } ], "resources": [ diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_environmental.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_environmental.json index c17b8263..847eeb37 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_environmental.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_environmental.json @@ -1,7 +1,7 @@ { "name": "modex_ensaves_environmental", "title": "Environmental data", - "id": "http://openenergyplatform.org/dataedit/view/reference/", + "id": "http://openenergyplatform.org/dataedit/view/reference/modex_ensaves_environmental", "description": "Emission factors of power plants and different generation technologies, i.e. gas, lignite, hard coal, oil and nuclear", "language": [ "en-GB", @@ -13,28 +13,28 @@ ], "publicationDate": "", "context": { - "homepage": "", - "documentation": "", - "sourceCode": "", - "contact": "", - "grantNo": "", - "fundingAgency": "", - "fundingAgencyLogo": "", - "publisherLogo": "" + "homepage": null, + "documentation": null, + "sourceCode": null, + "contact": null, + "grantNo": null, + "fundingAgency": null, + "fundingAgencyLogo": null, + "publisherLogo": null }, "spatial": { - "location": "", - "extent": "", - "resolution": "" + "location": null, + "extent": null, + "resolution": null }, "temporal": { - "referenceDate": "", + "referenceDate": null, "timeseries": { - "start": "", - "end": "", - "resolution": "", - "alignment": "", - "aggregationType": "" + "start": null, + "end": null, + "resolution": null, + "alignment": null, + "aggregationType": null } }, "sources": [ @@ -64,18 +64,11 @@ ], "contributors": [ { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" - }, - { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" + "title": "jh-RLI", + "email": "jonas.huber@rl-institut.de", + "date": "2021-07-19", + "object": "Metadata", + "comment": "Create metadata" } ], "resources": [ diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_installed_capacity.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_installed_capacity.json index 46ff282c..4d31fea4 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_installed_capacity.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_installed_capacity.json @@ -1,7 +1,7 @@ { "name": "modex_ensaves_installed_capacity", "title": "Installed capacity", - "id": "http://openenergyplatform.org/dataedit/view/reference/", + "id": "http://openenergyplatform.org/dataedit/view/reference/modex_ensaves_installed_capacity", "description": "European net transfer capacities", "language": [ "en-GB", @@ -13,28 +13,28 @@ ], "publicationDate": "2021-07-19", "context": { - "homepage": "", - "documentation": "", - "sourceCode": "", - "contact": "", - "grantNo": "", - "fundingAgency": "", - "fundingAgencyLogo": "", - "publisherLogo": "" + "homepage": null, + "documentation": null, + "sourceCode": null, + "contact": null, + "grantNo": null, + "fundingAgency": null, + "fundingAgencyLogo": null, + "publisherLogo": null }, "spatial": { - "location": "", - "extent": "", - "resolution": "" + "location": null, + "extent": null, + "resolution": null }, "temporal": { - "referenceDate": "", + "referenceDate": null, "timeseries": { - "start": "", - "end": "", - "resolution": "", - "alignment": "", - "aggregationType": "" + "start": null, + "end": null, + "resolution": null, + "alignment": null, + "aggregationType": null } }, "sources": [ @@ -106,18 +106,11 @@ ], "contributors": [ { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" - }, - { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" + "title": "jh-RLI", + "email": "jonas.huber@rl-institut.de", + "date": "2021-07-19", + "object": "Metadata", + "comment": "Create metadata" } ], "resources": [ diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_load.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_load.json index cc577b69..716694f0 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_load.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_load.json @@ -1,7 +1,7 @@ { "name": "modex_ensaves_load", "title": "Load data", - "id": "http://openenergyplatform.org/dataedit/view/reference/", + "id": "http://openenergyplatform.org/dataedit/view/reference/modex_ensaves_load", "description": "[Multipble topics]: Hourly load profiles by EU country; Yearly electricity demand; Yearly district heat demand Germany; Demand for load-frequency control and reserves by EU country and reserve type 2016; ", "language": [ "en-GB", @@ -15,30 +15,30 @@ "Fernwärme", "demand control reserve" ], - "publicationDate": "", + "publicationDate": "2021-07-19", "context": { - "homepage": "", - "documentation": "", - "sourceCode": "", - "contact": "", - "grantNo": "", - "fundingAgency": "", - "fundingAgencyLogo": "", - "publisherLogo": "" + "homepage": null, + "documentation": null, + "sourceCode": null, + "contact": null, + "grantNo": null, + "fundingAgency": null, + "fundingAgencyLogo": null, + "publisherLogo": null }, "spatial": { - "location": "", - "extent": "", - "resolution": "" + "location": null, + "extent": null, + "resolution": null }, "temporal": { - "referenceDate": "", + "referenceDate": null, "timeseries": { - "start": "", - "end": "", - "resolution": "", - "alignment": "", - "aggregationType": "" + "start": null, + "end": null, + "resolution": null, + "alignment": null, + "aggregationType": null } }, "sources": [ @@ -138,18 +138,11 @@ ], "contributors": [ { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" - }, - { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" + "title": "jh-RLI", + "email": "jonas.huber@rl-institut.de", + "date": "2021-07-19", + "object": "Metadata", + "comment": "Create metadata" } ], "resources": [ diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_socio_economic.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_socio_economic.json index f55ae483..7248f90f 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_socio_economic.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_socio_economic.json @@ -1,7 +1,7 @@ { "name": "modex_ensaves_socio_economic", "title": "Socio economic data", - "id": "http://openenergyplatform.org/dataedit/view/reference/", + "id": "http://openenergyplatform.org/dataedit/view/reference/modex_ensaves_socio_economic", "description": "Gross domestic product, Population", "language": [ "en-GB" @@ -13,28 +13,28 @@ ], "publicationDate": "2021-07-19", "context": { - "homepage": "", - "documentation": "", - "sourceCode": "", - "contact": "", - "grantNo": "", - "fundingAgency": "", - "fundingAgencyLogo": "", - "publisherLogo": "" + "homepage": null, + "documentation": null, + "sourceCode": null, + "contact": null, + "grantNo": null, + "fundingAgency": null, + "fundingAgencyLogo": null, + "publisherLogo": null }, "spatial": { - "location": "", - "extent": "", - "resolution": "" + "location": null, + "extent": null, + "resolution": null }, "temporal": { - "referenceDate": "", + "referenceDate": null, "timeseries": { - "start": "", - "end": "", - "resolution": "", - "alignment": "", - "aggregationType": "" + "start": null, + "end": null, + "resolution": null, + "alignment": null, + "aggregationType": null } }, "sources": [ @@ -78,18 +78,11 @@ ], "contributors": [ { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" - }, - { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" + "title": "jh-RLI", + "email": "jonas.huber@rl-institut.de", + "date": "2021-07-19", + "object": "Metadata", + "comment": "Create metadata" } ], "resources": [ diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_supply.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_supply.json index e7022cb7..97b1ffc8 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_supply.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_supply.json @@ -1,7 +1,7 @@ { "name": "modex_ensaves_supply", "title": "Supply data", - "id": "http://openenergyplatform.org/dataedit/view/reference/", + "id": "http://openenergyplatform.org/dataedit/view/reference/modex_ensaves_supply", "description": "[Multiple Topics]: Gerneration profiles of variable RES by country based on historical capacity factors from 2016/2012; Power plant availability of installed capacity in the course of year for different generation technologies, i.e. gas, lignite, hard coal, oil and nuclear", "language": [ "en-GB" @@ -13,30 +13,30 @@ "feed in", "availability" ], - "publicationDate": "", + "publicationDate": "2021-07-19", "context": { - "homepage": "", - "documentation": "", - "sourceCode": "", - "contact": "", - "grantNo": "", - "fundingAgency": "", - "fundingAgencyLogo": "", - "publisherLogo": "" + "homepage": null, + "documentation": null, + "sourceCode": null, + "contact": null, + "grantNo": null, + "fundingAgency": null, + "fundingAgencyLogo": null, + "publisherLogo": null }, "spatial": { - "location": "", - "extent": "", - "resolution": "" + "location": null, + "extent": null, + "resolution": null }, "temporal": { - "referenceDate": "", + "referenceDate": null, "timeseries": { - "start": "", - "end": "", - "resolution": "", - "alignment": "", - "aggregationType": "" + "start": null, + "end": null, + "resolution": null, + "alignment": null, + "aggregationType": null } }, "sources": [ @@ -80,18 +80,11 @@ ], "contributors": [ { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" - }, - { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" + "title": "jh-RLI", + "email": "jonas.huber@rl-institut.de", + "date": "2021-07-19", + "object": "Metadata", + "comment": "Create metadata" } ], "resources": [ diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_techno_economic.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_techno_economic.json index 41265c72..af031544 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_techno_economic.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_techno_economic.json @@ -1,7 +1,7 @@ { "name": "modex_ensaves_techno_economic", "title": "Techno economic data", - "id": "http://openenergyplatform.org/dataedit/view/reference/reference/", + "id": "http://openenergyplatform.org/dataedit/view/reference/reference/modex_ensaves_techno_economic", "description": "[Multiple Topics]: Lifetime of investment for heating systems and power plants for different generation technologies, i.e. gas, lignite, hard coal, oil and nuclear; Power plant efficiency for electricity production for different generation technologies, i.e. gas, lignite, hard coal, oil and nuclear", "language": [ "en-GB", @@ -13,30 +13,30 @@ "power plants", "efficiency" ], - "publicationDate": "", + "publicationDate": "2021-07-19", "context": { - "homepage": "", - "documentation": "", - "sourceCode": "", - "contact": "", - "grantNo": "", - "fundingAgency": "", - "fundingAgencyLogo": "", - "publisherLogo": "" + "homepage": null, + "documentation": null, + "sourceCode": null, + "contact": null, + "grantNo": null, + "fundingAgency": null, + "fundingAgencyLogo": null, + "publisherLogo": null }, "spatial": { - "location": "", - "extent": "", - "resolution": "" + "location": null, + "extent": null, + "resolution": null }, "temporal": { - "referenceDate": "", + "referenceDate": null, "timeseries": { - "start": "", - "end": "", - "resolution": "", - "alignment": "", - "aggregationType": "" + "start": null, + "end": null, + "resolution": null, + "alignment": null, + "aggregationType": null } }, "sources": [ @@ -290,18 +290,11 @@ ], "contributors": [ { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" - }, - { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" + "title": "jh-RLI", + "email": "jonas.huber@rl-institut.de", + "date": "2021-07-19", + "object": "Metadata", + "comment": "Create metadata" } ], "resources": [ diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_costs.json b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_costs.json index f00b8406..4e61a38e 100644 --- a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_costs.json +++ b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_costs.json @@ -1,7 +1,7 @@ { "name": "modex_net_costs", "title": "Costs data", - "id": "http://openenergyplatform.org/dataedit/view/reference/", + "id": "http://openenergyplatform.org/dataedit/view/reference/modex_net_costs", "description": "Preise für Brennstoffe", "language": [ "en-GB", @@ -13,28 +13,28 @@ ], "publicationDate": "2018-11-01", "context": { - "homepage": "", - "documentation": "", - "sourceCode": "", - "contact": "", - "grantNo": "", - "fundingAgency": "", - "fundingAgencyLogo": "", - "publisherLogo": "" + "homepage": null, + "documentation": null, + "sourceCode": null, + "contact": null, + "grantNo": null, + "fundingAgency": null, + "fundingAgencyLogo": null, + "publisherLogo": null }, "spatial": { - "location": "", - "extent": "", - "resolution": "" + "location": null, + "extent": null, + "resolution": null }, "temporal": { - "referenceDate": "", + "referenceDate": null, "timeseries": { - "start": "", - "end": "", - "resolution": "", - "alignment": "", - "aggregationType": "" + "start": null, + "end": null, + "resolution": null, + "alignment": null, + "aggregationType": null } }, "sources": [ @@ -78,18 +78,11 @@ ], "contributors": [ { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" - }, - { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" + "title": "jh-RLI", + "email": "jonas.huber@rl-institut.de", + "date": "2021-07-19", + "object": "Metadata", + "comment": "Create metadata" } ], "resources": [ diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_environmental.json b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_environmental.json index 2acaf2bd..9ff41e55 100644 --- a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_environmental.json +++ b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_environmental.json @@ -1,7 +1,7 @@ { "name": "modex_net_environmental", "title": "Environmental data", - "id": "http://openenergyplatform.org/dataedit/view/reference/", + "id": "http://openenergyplatform.org/dataedit/view/reference/modex_net_environmental", "description": "CO2-Emissionsfaktoren für fossile Brennstoffe (je Brennstoff/Technologie)", "language": [ "de-DE" @@ -12,28 +12,28 @@ ], "publicationDate": "2019-05", "context": { - "homepage": "", - "documentation": "", - "sourceCode": "", - "contact": "", - "grantNo": "", - "fundingAgency": "", - "fundingAgencyLogo": "", - "publisherLogo": "" + "homepage": null, + "documentation": null, + "sourceCode": null, + "contact": null, + "grantNo": null, + "fundingAgency": null, + "fundingAgencyLogo": null, + "publisherLogo": null }, "spatial": { - "location": "", - "extent": "", - "resolution": "" + "location": null, + "extent": null, + "resolution": null }, "temporal": { - "referenceDate": "", + "referenceDate": null, "timeseries": { - "start": "", - "end": "", - "resolution": "", - "alignment": "", - "aggregationType": "" + "start": null, + "end": null, + "resolution": null, + "alignment": null, + "aggregationType": null } }, "sources": [ @@ -63,18 +63,11 @@ ], "contributors": [ { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" - }, - { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" + "title": "jh-RLI", + "email": "jonas.huber@rl-institut.de", + "date": "2021-07-19", + "object": "Metadata", + "comment": "Create metadata" } ], "resources": [ diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_installed_capacity.json b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_installed_capacity.json index 033d8464..f39bc473 100644 --- a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_installed_capacity.json +++ b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_installed_capacity.json @@ -1,7 +1,7 @@ { "name": "modex_net_installed_capacity", "title": "Installed capacity", - "id": "http://openenergyplatform.org/dataedit/view/reference/", + "id": "http://openenergyplatform.org/dataedit/view/reference/modex_net_installed_capacity", "description": "Kuppelkapazitäten zwischen den ENTSO-E ländern für das Jahr 2016, 2025; NEP Zielnetz für das Jahr 2030: 220 kV und 380 kV AC-Leitungen sowie HGÜ-Leitungen (DC-Korridore)", "language": [ "en-GB", @@ -12,28 +12,28 @@ ], "publicationDate": "2019-12-20", "context": { - "homepage": "", - "documentation": "", - "sourceCode": "", - "contact": "", - "grantNo": "", - "fundingAgency": "", - "fundingAgencyLogo": "", - "publisherLogo": "" + "homepage": null, + "documentation": null, + "sourceCode": null, + "contact": null, + "grantNo": null, + "fundingAgency": null, + "fundingAgencyLogo": null, + "publisherLogo": null }, "spatial": { - "location": "", - "extent": "", - "resolution": "" + "location": null, + "extent": null, + "resolution": null }, "temporal": { - "referenceDate": "", + "referenceDate": null, "timeseries": { - "start": "", - "end": "", - "resolution": "", - "alignment": "", - "aggregationType": "" + "start": null, + "end": null, + "resolution": null, + "alignment": null, + "aggregationType": null } }, "sources": [ @@ -91,18 +91,11 @@ ], "contributors": [ { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" - }, - { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" + "title": "jh-RLI", + "email": "jonas.huber@rl-institut.de", + "date": "2021-07-19", + "object": "Metadata", + "comment": "Create metadata" } ], "resources": [ diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_load.json b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_load.json index 7bbd7d0d..5e01bcd3 100644 --- a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_load.json +++ b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_load.json @@ -1,7 +1,7 @@ { "name": "modex_net_load", "title": "Load data", - "id": "http://openenergyplatform.org/dataedit/view/reference/", + "id": "http://openenergyplatform.org/dataedit/view/reference/modex_net_load", "description": "Historische Profile und Nachfragemengen für Strom und Skalierte Profile basierend auf dem Wetter- und Basisjahr 2016", "language": [ "en-GB" @@ -14,28 +14,28 @@ ], "publicationDate": "2021-07-19", "context": { - "homepage": "", - "documentation": "", - "sourceCode": "", - "contact": "", - "grantNo": "", - "fundingAgency": "", - "fundingAgencyLogo": "", - "publisherLogo": "" + "homepage": null, + "documentation": null, + "sourceCode": null, + "contact": null, + "grantNo": null, + "fundingAgency": null, + "fundingAgencyLogo": null, + "publisherLogo": null }, "spatial": { - "location": "", - "extent": "", - "resolution": "" + "location": null, + "extent": null, + "resolution": null }, "temporal": { - "referenceDate": "", + "referenceDate": null, "timeseries": { - "start": "", - "end": "", - "resolution": "", - "alignment": "", - "aggregationType": "" + "start": null, + "end": null, + "resolution": null, + "alignment": null, + "aggregationType": null } }, "sources": [ @@ -79,18 +79,11 @@ ], "contributors": [ { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" - }, - { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" + "title": "jh-RLI", + "email": "jonas.huber@rl-institut.de", + "date": "2021-07-19", + "object": "Metadata", + "comment": "Create metadata" } ], "resources": [ diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_supply.json b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_supply.json index 5c9f31b5..1f3b847a 100644 --- a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_supply.json +++ b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_supply.json @@ -1,7 +1,7 @@ { "name": "modex_net_supply", "title": "Supply data", - "id": "http://openenergyplatform.org/dataedit/view/reference/", + "id": "http://openenergyplatform.org/dataedit/view/reference/modex_net_supply", "description": "Fluktuierende EE-Stromerzeugung: Historische Profile und Erzeugungsmengen für EE-Strom; Skaliertee Profile und Erzeugungsmengen für EE-Strom basierend auf dem Wetter- und Basisjahr 2016", "language": [ "en-GB" @@ -12,30 +12,30 @@ "elektrizität", "profil" ], - "publicationDate": "", + "publicationDate": "2021-07-19", "context": { - "homepage": "", - "documentation": "", - "sourceCode": "", - "contact": "", - "grantNo": "", - "fundingAgency": "", - "fundingAgencyLogo": "", - "publisherLogo": "" + "homepage": null, + "documentation": null, + "sourceCode": null, + "contact": null, + "grantNo": null, + "fundingAgency": null, + "fundingAgencyLogo": null, + "publisherLogo": null }, "spatial": { - "location": "", - "extent": "", - "resolution": "" + "location": null, + "extent": null, + "resolution": null }, "temporal": { - "referenceDate": "", + "referenceDate": null, "timeseries": { - "start": "", - "end": "", - "resolution": "", - "alignment": "", - "aggregationType": "" + "start": null, + "end": null, + "resolution": null, + "alignment": null, + "aggregationType": null } }, "sources": [ @@ -79,18 +79,11 @@ ], "contributors": [ { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" - }, - { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" + "title": "jh-RLI", + "email": "jonas.huber@rl-institut.de", + "date": "2021-07-19", + "object": "Metadata", + "comment": "Create metadata" } ], "resources": [ From 0cd44a6d12189b6637cca1de4e48aa4ed37ac35d Mon Sep 17 00:00:00 2001 From: Jonas Date: Thu, 12 Aug 2021 18:19:15 +0200 Subject: [PATCH 07/30] add metadata for polins --- ...a.json => polins_frameworkname_costs.json} | 93 ++++---- .../polins_frameworkname_environmental.json | 156 +++++++++++++ ...lins_frameworkname_installed_capacity.json | 184 +++++++++++++++ .../POLINS/polins_frameworkname_load.json | 214 ++++++++++++++++++ 4 files changed, 602 insertions(+), 45 deletions(-) rename data-review/open_MODEX_consortium/POLINS/{metadata.json => polins_frameworkname_costs.json} (61%) create mode 100644 data-review/open_MODEX_consortium/POLINS/polins_frameworkname_environmental.json create mode 100644 data-review/open_MODEX_consortium/POLINS/polins_frameworkname_installed_capacity.json create mode 100644 data-review/open_MODEX_consortium/POLINS/polins_frameworkname_load.json diff --git a/data-review/open_MODEX_consortium/POLINS/metadata.json b/data-review/open_MODEX_consortium/POLINS/polins_frameworkname_costs.json similarity index 61% rename from data-review/open_MODEX_consortium/POLINS/metadata.json rename to data-review/open_MODEX_consortium/POLINS/polins_frameworkname_costs.json index 47fbef77..c7b2c192 100644 --- a/data-review/open_MODEX_consortium/POLINS/metadata.json +++ b/data-review/open_MODEX_consortium/POLINS/polins_frameworkname_costs.json @@ -1,77 +1,80 @@ { - "name": "", - "title": "", - "id": "http://openenergyplatform.org/dataedit/view/", - "description": "", + "name": "polins_frameworkname_costs", + "title": "Preisdaten", + "id": "http://openenergyplatform.org/dataedit/view/reference/polins_frameworkname_costs", + "description": "Preise für Brennstoffe und CO2-Zertifikate", "language": [ - "" + "en-GB", + "de-DE" ], "keywords": [ - "" + "preise", + "brennstoffe", + "co2" ], - "publicationDate": "", + "publicationDate": "2021-07-19", "context": { - "homepage": "", - "documentation": "", - "sourceCode": "", - "contact": "", - "grantNo": "", - "fundingAgency": "", - "fundingAgencyLogo": "", - "publisherLogo": "" + "homepage": null, + "documentation": null, + "sourceCode": null, + "contact": null, + "grantNo": null, + "fundingAgency": null, + "fundingAgencyLogo": null, + "publisherLogo": null }, "spatial": { - "location": "", - "extent": "", - "resolution": "" + "location": null, + "extent": null, + "resolution": null }, "temporal": { - "referenceDate": "", + "referenceDate": null, "timeseries": { - "start": "", - "end": "", - "resolution": "", - "alignment": "", - "aggregationType": "" + "start": null, + "end": null, + "resolution": null, + "alignment": null, + "aggregationType": null } }, "sources": [ { - "title": "", - "description": "", - "path": "", + "title": "World Energy Outlook 2018", + "description": "2018, Prices for fossil fuels and CO2-certificates, urldate = {2021-04-30}, date = {2018-11-13}, isbn = {9789264306776}", + "path": "https://doi.org/10.1787/weo-2018-en", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "nternational Energy Agency" } ] }, { - "title": "", - "description": "", - "path": "", + "title": "Carbon Price Floor (CPF) and the Price Support Mechanism", + "description": "2018, a carbon support price implemented in the UK , urldate = {2021-04-30}, date = {2018-01-26}", + "path": null, "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "Hirst, David, and Matthew Keep" } ] } ], "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null } ], "contributors": [ diff --git a/data-review/open_MODEX_consortium/POLINS/polins_frameworkname_environmental.json b/data-review/open_MODEX_consortium/POLINS/polins_frameworkname_environmental.json new file mode 100644 index 00000000..509b2ae0 --- /dev/null +++ b/data-review/open_MODEX_consortium/POLINS/polins_frameworkname_environmental.json @@ -0,0 +1,156 @@ +{ + "name": "polins_frameworkname_environmental", + "title": "Umweltbezogene Daten; Potenzialdaten", + "id": "http://openenergyplatform.org/dataedit/view/reference/polins_frameworkname_environmental", + "description": "Emissionsfaktoren je Brennstoff/Technologie; (Input) Potenziale für Erneuerbarenausbau", + "language": [ + "en-GB", + "de-DE" + ], + "keywords": [ + "co2_faktoren", + "erzeugung", + "erneuerbare", + "potenziale" + ], + "publicationDate": "2021-07-19", + "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 + } + }, + "sources": [ + { + "title": "Szenariorahmen Für Den Netzentwicklungsplan Strom 2030 (Version 2019) - Entwurf Der Übertragungsnetzbetreiber", + "description": "2019, CO2 factors, urldate = {2021-04-30}", + "path": "https://www.netzentwicklungsplan.de/sites/default/files/paragraphs-files/%C3%9CNB-Entwurf_Szenariorahmen_2030_V2019.pdf", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "50Hertz Transmission GmbH, Amprion GmbH, TenneT TSO GmbH, TransnetBW GmbH" + } + ] + }, + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + } + ], + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ], + "contributors": [ + { + "title": "jh-RLI", + "email": "jonas.huber@rl-institut.de", + "date": "2021-07-19", + "object": "Metadata", + "comment": "Create metadata" + } + ], + "resources": [ + { + "profile": "", + "name": "", + "path": "", + "format": "", + "encoding": "", + "schema": { + "fields": [ + { + "name": "", + "description": "", + "type": "", + "unit": "" + }, + { + "name": "", + "description": "", + "type": "", + "unit": "" + } + ], + "primaryKey": [ + "" + ], + "foreignKeys": [ + { + "fields": [ + "" + ], + "reference": { + "resource": "", + "fields": [ + "" + ] + } + } + ] + }, + "dialect": { + "delimiter": "", + "decimalSeparator": "." + } + } + ], + "review": { + "path": "", + "badge": "" + }, + "metaMetadata": { + "metadataVersion": "OEP-1.4.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/organisation/wiki/metadata)", + "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/wiki)", + "null": "If not applicable use (null)" + } +} \ No newline at end of file diff --git a/data-review/open_MODEX_consortium/POLINS/polins_frameworkname_installed_capacity.json b/data-review/open_MODEX_consortium/POLINS/polins_frameworkname_installed_capacity.json new file mode 100644 index 00000000..51a5e121 --- /dev/null +++ b/data-review/open_MODEX_consortium/POLINS/polins_frameworkname_installed_capacity.json @@ -0,0 +1,184 @@ +{ + "name": "polins_frameworkname_installed_capacity", + "title": "Installierte Leistungen", + "id": "http://openenergyplatform.org/dataedit/view/reference/polins_frameworkname_installed_capacity", + "description": "Kapazitäten für hydro-thermische und fluktuierende Erneuerbarenanlagen", + "language": [ + "en-GB", + "de-DE" + ], + "keywords": [ + "erzeugung", + "kapazität", + "kraftwerk", + "erneuerbare" + ], + "publicationDate": "2021-07-19", + "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 + } + }, + "sources": [ + { + "title": "European Power System Data", + "description": "2020, Feed-in profiles for solar PV, wind onshore and offshore, urldate = {2021-04-30}, institution = {Open Power System}, date = {2020}", + "path": "https://data.open-power-system-data.org", + "licenses": [ + { + "name": "CC-BY 4.0", + "title": "Attribution 4.0 International (CC BY 4.0)", + "path": "https://creativecommons.org/licenses/by/4.0/deed.de", + "instruction": "Free to: Share, Adapt ", + "attribution": "Open Power System" + } + ] + }, + { + "title": "Historic Weather Data", + "description": "2020, Hydropower inflow per country , urldate = {2021-04-30}, institution = {European Centre for Medium-Range Weather Forecasts}, date = {2020}", + "path": "https://www.ecmwf.int/", + "licenses": [ + { + "name": "CC BY-NC-ND 4.0", + "title": "Attribution-NonCommercial-NoDerivatives 4.0 International", + "path": "https://creativecommons.org/licenses/by-nc-nd/4.0/", + "instruction": "Free to: Share", + "attribution": "European Centre for Medium-Range Weather Forecasts" + } + ] + }, + { + "title": "Ten Year Network Development Plan 2018", + "description": "2018, capacities of fossil power plants , urldate = {2021-04-30}, institution = {ENTSO-E}, date = {2018}", + "path": "https://tyndp.entsoe.eu/maps-data/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "ENTSO-E" + } + ] + }, + { + "title": "Aggregation Methods for Modelling Hydropower and Its Implications for a Highly Decarbonised Energy System in Europe", + "description": "2017, hydropower capacities of already realised and currently planned projects , urldate = {2021-04-30}, journaltitle = {Energies 10, no. 11: 1841}, date = {2017}", + "path": "https://doi.org/10.3390/en10111841", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "Härtel, Philipp, and Magnus Korpås" + } + ] + } + ], + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ], + "contributors": [ + { + "title": "jh-RLI", + "email": "jonas.huber@rl-institut.de", + "date": "2021-07-19", + "object": "Metadata", + "comment": "Create metadata" + } + ], + "resources": [ + { + "profile": "", + "name": "", + "path": "", + "format": "", + "encoding": "", + "schema": { + "fields": [ + { + "name": "", + "description": "", + "type": "", + "unit": "" + }, + { + "name": "", + "description": "", + "type": "", + "unit": "" + } + ], + "primaryKey": [ + "" + ], + "foreignKeys": [ + { + "fields": [ + "" + ], + "reference": { + "resource": "", + "fields": [ + "" + ] + } + } + ] + }, + "dialect": { + "delimiter": "", + "decimalSeparator": "." + } + } + ], + "review": { + "path": "", + "badge": "" + }, + "metaMetadata": { + "metadataVersion": "OEP-1.4.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/organisation/wiki/metadata)", + "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/wiki)", + "null": "If not applicable use (null)" + } +} \ No newline at end of file diff --git a/data-review/open_MODEX_consortium/POLINS/polins_frameworkname_load.json b/data-review/open_MODEX_consortium/POLINS/polins_frameworkname_load.json new file mode 100644 index 00000000..4fdbf450 --- /dev/null +++ b/data-review/open_MODEX_consortium/POLINS/polins_frameworkname_load.json @@ -0,0 +1,214 @@ +{ + "name": "polins_frameworkname_load", + "title": "Nachfrageprofile und -mengen", + "id": "http://openenergyplatform.org/dataedit/view/reference/polins_frameworkname_load", + "description": "Historische Profile und Nachfragemengen für Strom- & Wärmenachfrage, Reservebedarf", + "language": [ + "en-GB", + "de-DE" + ], + "keywords": [ + "nachfrage", + "menge", + "elektrizität", + "lastprofil", + "wärme", + "regelleistung" + ], + "publicationDate": "2021-07-19", + "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 + } + }, + "sources": [ + { + "title": "ENTSO-E Transparency Platform", + "description": "2018, power demand profiles , urldate = {2021-04-30}, institution = {ENTSO-E}, date = {2018}", + "path": "https://transparency.entsoe.eu/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "ENTSO-E" + } + ] + }, + { + "title": "Eurostat Annual Statistics", + "description": "2018, annual power consumption (to scale power demand profiles), urldate = {2021-04-30}, institution = {Eurostat}, date = {2018}", + "path": "https://ec.europa.eu/eurostat/web/products-datasets/-/nrg_105a", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "Eurostat" + } + ] + }, + { + "title": "KWK-Mindest- Und Maximaleinspeisung - Die Erzeugung von Zeitreihen Ffr Die Energiesystemmodellierung (Restrictions of the Electricity Generation from CHP Plants - Producing Time Series for Energy System Modeling)", + "description": "2017, heat demand profiles , urldate = {2021-04-30}, institution = {HEMF}, journaltitle = {SSRN Electronic Journal}, date = {2017-12-11}, doi={10.2139/ssrn.3082858}", + "path": "https://doi.org/10.2139/ssrn.3082858", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "Felten, Björn, Jan Paul Baginski, and Christoph Weber" + } + ] + }, + { + "title": "dena-Leitstudie Integrierte Energiewende", + "description": "2018, temperature profiles and annual heat demand, urldate = {2021-04-30}, institution = {Deutsche Energie-Agentur GmbH (dena)}, date = {2018-06}", + "path": "https://www.dena.de/newsroom/publikationsdetailansicht/pub/dena-leitstudie-integrierte-energiewende/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "Bründlinger, Thomas, Julian Elizalde König, Oliver Frank, Dietmar Gründig, Christoph Jugel, Patrizia Kraft, Oliver Krieger, et al." + } + ] + }, + { + "title": "Electricity Information 2018", + "description": "2018, temperature profiles and annual heat demand, urldate = {2021-04-30}, date = {2018-08-25}, isbn = {9789264301207 }", + "path": "10.1787/electricity-2018-en", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "International Energy Agency" + } + ] + }, + { + "title": "Temperature Profiles and Annual Heat Demand", + "description": "2020, temperature profiles and annual heat demand, urldate = {2021-04-30}, institution = {Renewables.ninja}, date = {2020}", + "path": "10.1787/electricity-2018-en", + "licenses": [ + { + "name": "CC-BY 4.0", + "title": "Attribution 4.0 International (CC BY 4.0)", + "path": "https://creativecommons.org/licenses/by/4.0/deed.de", + "instruction": "Free to: Share, Adapt ", + "attribution": "Renewables Ninja" + } + ] + } + ], + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ], + "contributors": [ + { + "title": "jh-RLI", + "email": "jonas.huber@rl-institut.de", + "date": "2021-07-19", + "object": "Metadata", + "comment": "Create metadata" + } + ], + "resources": [ + { + "profile": "", + "name": "", + "path": "", + "format": "", + "encoding": "", + "schema": { + "fields": [ + { + "name": "", + "description": "", + "type": "", + "unit": "" + }, + { + "name": "", + "description": "", + "type": "", + "unit": "" + } + ], + "primaryKey": [ + "" + ], + "foreignKeys": [ + { + "fields": [ + "" + ], + "reference": { + "resource": "", + "fields": [ + "" + ] + } + } + ] + }, + "dialect": { + "delimiter": "", + "decimalSeparator": "." + } + } + ], + "review": { + "path": "", + "badge": "" + }, + "metaMetadata": { + "metadataVersion": "OEP-1.4.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/organisation/wiki/metadata)", + "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/wiki)", + "null": "If not applicable use (null)" + } +} \ No newline at end of file From 042289d0f191f5eb3b87222a02eacdb53a771be3 Mon Sep 17 00:00:00 2001 From: Jonas Date: Thu, 12 Aug 2021 18:19:30 +0200 Subject: [PATCH 08/30] add metadata for MEO --- .../MEO/meo_frameworkname_environmental.json | 138 +++++++++++++++ .../meo_frameworkname_installed_capacity.json | 142 ++++++++++++++++ .../MEO/meo_frameworkname_load.json | 158 ++++++++++++++++++ ... => meo_frameworkname_socio_economic.json} | 75 ++++----- 4 files changed, 472 insertions(+), 41 deletions(-) create mode 100644 data-review/open_MODEX_consortium/MEO/meo_frameworkname_environmental.json create mode 100644 data-review/open_MODEX_consortium/MEO/meo_frameworkname_installed_capacity.json create mode 100644 data-review/open_MODEX_consortium/MEO/meo_frameworkname_load.json rename data-review/open_MODEX_consortium/MEO/{metadata.json => meo_frameworkname_socio_economic.json} (73%) diff --git a/data-review/open_MODEX_consortium/MEO/meo_frameworkname_environmental.json b/data-review/open_MODEX_consortium/MEO/meo_frameworkname_environmental.json new file mode 100644 index 00000000..cf560da8 --- /dev/null +++ b/data-review/open_MODEX_consortium/MEO/meo_frameworkname_environmental.json @@ -0,0 +1,138 @@ +{ + "name": "meo_frameworkname_environmental", + "title": "Umweltdaten", + "id": "http://openenergyplatform.org/dataedit/reference/view/meo_frameworkname_environmental", + "description": "Einsatz/Nutzung Infrastruktur (inkl. Potentiale)", + "language": [ + "de-DE" + ], + "keywords": [ + "environmental" + ], + "publicationDate": "2021-07-19", + "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 + } + }, + "sources": [ + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + } + ], + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ], + "contributors": [ + { + "title": "jh-RLI", + "email": "jonas.huber@rl-institut.de", + "date": "2021-07-19", + "object": "Metadata", + "comment": "Create metadata" + } + ], + "resources": [ + { + "profile": "", + "name": "", + "path": "", + "format": "", + "encoding": "", + "schema": { + "fields": [ + { + "name": "", + "description": "", + "type": "", + "unit": "" + }, + { + "name": "", + "description": "", + "type": "", + "unit": "" + } + ], + "primaryKey": [ + "" + ], + "foreignKeys": [ + { + "fields": [ + "" + ], + "reference": { + "resource": "", + "fields": [ + "" + ] + } + } + ] + }, + "dialect": { + "delimiter": "", + "decimalSeparator": "." + } + } + ], + "review": { + "path": "", + "badge": "" + }, + "metaMetadata": { + "metadataVersion": "OEP-1.4.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/organisation/wiki/metadata)", + "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/wiki)", + "null": "If not applicable use (null)" + } +} \ No newline at end of file diff --git a/data-review/open_MODEX_consortium/MEO/meo_frameworkname_installed_capacity.json b/data-review/open_MODEX_consortium/MEO/meo_frameworkname_installed_capacity.json new file mode 100644 index 00000000..bb3ba8a7 --- /dev/null +++ b/data-review/open_MODEX_consortium/MEO/meo_frameworkname_installed_capacity.json @@ -0,0 +1,142 @@ +{ + "name": "meo_frameworkname_installed_capacity", + "title": "Installierte Leistungen", + "id": "http://openenergyplatform.org/dataedit/view/reference/meo_frameworkname_installed_capacity", + "description": "Kapazitäten für hydro-thermische und fluktuierende Erneuerbarenanlagen", + "language": [ + "en-GB", + "de-DE" + ], + "keywords": [ + "erzeugung", + "kapazität", + "kraftwerk", + "erneuerbare" + ], + "publicationDate": "2021-07-19", + "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 + } + }, + "sources": [ + { + "title": "SimBench---A Benchmark Dataset of Electric Power Systems to Compare Innovative Solutions based on Power Flow Analysis", + "description": "2020, SimBench---A Benchmark Dataset of Electric Power Systems to Compare Innovative Solutions based on Power Flow Analysis, urldate= {2021-04-19},publisher = {SimBench}", + "path": "https://simbench.de/de/datensaetze/", + "licenses": [ + { + "name": "ODbL", + "title": "Open Data Commons Open Database License (ODbL) v1.0", + "path": "https://opendatacommons.org/licenses/odbl/1-0/", + "instruction": null, + "attribution": "Steffen Meinecke" + } + ] + } + ], + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ], + "contributors": [ + { + "title": "jh-RLI", + "email": "jonas.huber@rl-institut.de", + "date": "2021-07-19", + "object": "Metadata", + "comment": "Create metadata" + } + ], + "resources": [ + { + "profile": "", + "name": "", + "path": "", + "format": "", + "encoding": "", + "schema": { + "fields": [ + { + "name": "", + "description": "", + "type": "", + "unit": "" + }, + { + "name": "", + "description": "", + "type": "", + "unit": "" + } + ], + "primaryKey": [ + "" + ], + "foreignKeys": [ + { + "fields": [ + "" + ], + "reference": { + "resource": "", + "fields": [ + "" + ] + } + } + ] + }, + "dialect": { + "delimiter": "", + "decimalSeparator": "." + } + } + ], + "review": { + "path": "", + "badge": "" + }, + "metaMetadata": { + "metadataVersion": "OEP-1.4.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/organisation/wiki/metadata)", + "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/wiki)", + "null": "If not applicable use (null)" + } +} \ No newline at end of file diff --git a/data-review/open_MODEX_consortium/MEO/meo_frameworkname_load.json b/data-review/open_MODEX_consortium/MEO/meo_frameworkname_load.json new file mode 100644 index 00000000..2f1a516d --- /dev/null +++ b/data-review/open_MODEX_consortium/MEO/meo_frameworkname_load.json @@ -0,0 +1,158 @@ +{ + "name": "meo_frameworkname_load", + "title": "Nachfrageprofile und -mengen", + "id": "http://openenergyplatform.org/dataedit/view/reference/meo_frameworkname_load", + "description": "Synthetische Profile und Nachfragemengen für Strom- & Wärmenachfrage, Reservebedarf", + "language": [ + "en-GB", + "de-DE" + ], + "keywords": [ + "nachfrage", + "menge", + "elektrizität", + "lastprofil", + "wärme", + "regelleistung" + ], + "publicationDate": "2021-07-19", + "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 + } + }, + "sources": [ + { + "title": "SimBench---A Benchmark Dataset of Electric Power Systems to Compare Innovative Solutions based on Power Flow Analysis", + "description": "2020, SimBench---A Benchmark Dataset of Electric Power Systems to Compare Innovative Solutions based on Power Flow Analysis, urldate= {2021-04-19},publisher = {SimBench}", + "path": "https://simbench.de/de/datensaetze/", + "licenses": [ + { + "name": "ODbL", + "title": "Open Data Commons Open Database License (ODbL) v1.0", + "path": "https://opendatacommons.org/licenses/odbl/1-0/", + "instruction": null, + "attribution": "Steffen Meinecke" + } + ] + }, + { + "title": "", + "description": "", + "path": "", + "licenses": [ + { + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" + } + ] + } + ], + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ], + "contributors": [ + { + "title": "jh-RLI", + "email": "jonas.huber@rl-institut.de", + "date": "2021-07-19", + "object": "Metadata", + "comment": "Create metadata" + } + ], + "resources": [ + { + "profile": "", + "name": "", + "path": "", + "format": "", + "encoding": "", + "schema": { + "fields": [ + { + "name": "", + "description": "", + "type": "", + "unit": "" + }, + { + "name": "", + "description": "", + "type": "", + "unit": "" + } + ], + "primaryKey": [ + "" + ], + "foreignKeys": [ + { + "fields": [ + "" + ], + "reference": { + "resource": "", + "fields": [ + "" + ] + } + } + ] + }, + "dialect": { + "delimiter": "", + "decimalSeparator": "." + } + } + ], + "review": { + "path": "", + "badge": "" + }, + "metaMetadata": { + "metadataVersion": "OEP-1.4.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/organisation/wiki/metadata)", + "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/wiki)", + "null": "If not applicable use (null)" + } +} \ No newline at end of file diff --git a/data-review/open_MODEX_consortium/MEO/metadata.json b/data-review/open_MODEX_consortium/MEO/meo_frameworkname_socio_economic.json similarity index 73% rename from data-review/open_MODEX_consortium/MEO/metadata.json rename to data-review/open_MODEX_consortium/MEO/meo_frameworkname_socio_economic.json index 47fbef77..b69e8ff8 100644 --- a/data-review/open_MODEX_consortium/MEO/metadata.json +++ b/data-review/open_MODEX_consortium/MEO/meo_frameworkname_socio_economic.json @@ -1,38 +1,38 @@ { - "name": "", - "title": "", - "id": "http://openenergyplatform.org/dataedit/view/", - "description": "", + "name": "meo_frameworkname_socio_economic", + "title": "Makro-ökonomisch, Politik, Statistik und Sonstige", + "id": "http://openenergyplatform.org/dataedit/view/reference/meo_frameworkname_socio_economic", + "description": "Makro-ökonomisch, Politik, Statistik und Sonstige", "language": [ - "" + "de-DE" ], "keywords": [ - "" + "socio_economic" ], - "publicationDate": "", + "publicationDate": "2021-07-19", "context": { - "homepage": "", - "documentation": "", - "sourceCode": "", - "contact": "", - "grantNo": "", - "fundingAgency": "", - "fundingAgencyLogo": "", - "publisherLogo": "" + "homepage": null, + "documentation": null, + "sourceCode": null, + "contact": null, + "grantNo": null, + "fundingAgency": null, + "fundingAgencyLogo": null, + "publisherLogo": null }, "spatial": { - "location": "", - "extent": "", - "resolution": "" + "location": null, + "extent": null, + "resolution": null }, "temporal": { - "referenceDate": "", + "referenceDate": null, "timeseries": { - "start": "", - "end": "", - "resolution": "", - "alignment": "", - "aggregationType": "" + "start": null, + "end": null, + "resolution": null, + "alignment": null, + "aggregationType": null } }, "sources": [ @@ -67,27 +67,20 @@ ], "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null } ], "contributors": [ { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" - }, - { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" + "title": "jh-RLI", + "email": "jonas.huber@rl-institut.de", + "date": "2021-07-19", + "object": "Metadata", + "comment": "Create metadata" } ], "resources": [ From 5a2e4bff78c50b7d3bb5f7f9930ef10d500fb67b Mon Sep 17 00:00:00 2001 From: Jonas Date: Thu, 12 Aug 2021 18:20:06 +0200 Subject: [PATCH 09/30] finalize metadata --- .../Flexmex/flexmex_costs.json | 15 ++++++------ .../Flexmex/flexmex_environmental.json | 10 ++++---- .../Flexmex/flexmex_load.json | 10 ++++---- .../Flexmex/flexmex_techno_economic.json | 2 +- .../MODEX-EnSAVes/modex_ensaves_costs.json | 10 ++++---- .../modex_ensaves_electric_vehicles.json | 10 ++++---- .../modex_ensaves_environmental.json | 10 ++++---- .../modex_ensaves_installed_capacity.json | 10 ++++---- .../MODEX-EnSAVes/modex_ensaves_load.json | 10 ++++---- .../modex_ensaves_socio_economic.json | 10 ++++---- .../MODEX-EnSAVes/modex_ensaves_supply.json | 10 ++++---- .../modex_ensaves_techno_economic.json | 10 ++++---- .../MODEX-NET/modex_net_costs.json | 10 ++++---- .../MODEX-NET/modex_net_environmental.json | 10 ++++---- .../modex_net_installed_capacity.json | 24 +++++++++++++++---- .../MODEX-NET/modex_net_load.json | 10 ++++---- .../MODEX-NET/modex_net_supply.json | 10 ++++---- 17 files changed, 98 insertions(+), 83 deletions(-) diff --git a/data-review/open_MODEX_consortium/Flexmex/flexmex_costs.json b/data-review/open_MODEX_consortium/Flexmex/flexmex_costs.json index 4ec48888..274851f5 100644 --- a/data-review/open_MODEX_consortium/Flexmex/flexmex_costs.json +++ b/data-review/open_MODEX_consortium/Flexmex/flexmex_costs.json @@ -71,11 +71,11 @@ ], "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null } ], "contributors": [ @@ -87,9 +87,10 @@ "comment": "Create metadata" } ], + "resources": null, "review": { - "path": "", - "badge": "" + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", + "badge": null }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/Flexmex/flexmex_environmental.json b/data-review/open_MODEX_consortium/Flexmex/flexmex_environmental.json index 81983496..5e54b25e 100644 --- a/data-review/open_MODEX_consortium/Flexmex/flexmex_environmental.json +++ b/data-review/open_MODEX_consortium/Flexmex/flexmex_environmental.json @@ -71,11 +71,11 @@ ], "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null } ], "contributors": [ diff --git a/data-review/open_MODEX_consortium/Flexmex/flexmex_load.json b/data-review/open_MODEX_consortium/Flexmex/flexmex_load.json index a2a82e86..c8d81b51 100644 --- a/data-review/open_MODEX_consortium/Flexmex/flexmex_load.json +++ b/data-review/open_MODEX_consortium/Flexmex/flexmex_load.json @@ -72,11 +72,11 @@ ], "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null } ], "contributors": [ diff --git a/data-review/open_MODEX_consortium/Flexmex/flexmex_techno_economic.json b/data-review/open_MODEX_consortium/Flexmex/flexmex_techno_economic.json index 92ced85a..b652f8e8 100644 --- a/data-review/open_MODEX_consortium/Flexmex/flexmex_techno_economic.json +++ b/data-review/open_MODEX_consortium/Flexmex/flexmex_techno_economic.json @@ -361,7 +361,7 @@ "title": null, "path": null, "instruction": null, - "attribution": "" + "attribution": null } ], "contributors": [ diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_costs.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_costs.json index d91a9a95..9a3689fb 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_costs.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_costs.json @@ -244,11 +244,11 @@ ], "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null } ], "contributors": [ diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_electric_vehicles.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_electric_vehicles.json index e1d4c69d..bc9f3f3e 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_electric_vehicles.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_electric_vehicles.json @@ -67,11 +67,11 @@ ], "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null } ], "contributors": [ diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_environmental.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_environmental.json index 847eeb37..c92e1ba2 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_environmental.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_environmental.json @@ -55,11 +55,11 @@ ], "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null } ], "contributors": [ diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_installed_capacity.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_installed_capacity.json index 4d31fea4..6f1268d2 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_installed_capacity.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_installed_capacity.json @@ -97,11 +97,11 @@ ], "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null } ], "contributors": [ diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_load.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_load.json index 716694f0..3210004d 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_load.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_load.json @@ -129,11 +129,11 @@ ], "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null } ], "contributors": [ diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_socio_economic.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_socio_economic.json index 7248f90f..c399fbe4 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_socio_economic.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_socio_economic.json @@ -69,11 +69,11 @@ ], "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null } ], "contributors": [ diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_supply.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_supply.json index 97b1ffc8..8cc49128 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_supply.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_supply.json @@ -71,11 +71,11 @@ ], "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null } ], "contributors": [ diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_techno_economic.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_techno_economic.json index af031544..4236ed36 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_techno_economic.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_techno_economic.json @@ -281,11 +281,11 @@ ], "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null } ], "contributors": [ diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_costs.json b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_costs.json index 4e61a38e..12ada03f 100644 --- a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_costs.json +++ b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_costs.json @@ -69,11 +69,11 @@ ], "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null } ], "contributors": [ diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_environmental.json b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_environmental.json index 9ff41e55..8953fa4f 100644 --- a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_environmental.json +++ b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_environmental.json @@ -54,11 +54,11 @@ ], "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null } ], "contributors": [ diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_installed_capacity.json b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_installed_capacity.json index f39bc473..099c1600 100644 --- a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_installed_capacity.json +++ b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_installed_capacity.json @@ -78,15 +78,29 @@ "attribution": null } ] + }, + { + "title": "energy-modelling-toolkit/hydro-power-database: JRC Hydro-power database - release 05 (Version v5)", + "description": "2020, JRC_Hydro_power_plants_database, urldate={2021-04-30}, author={Matteo De Felice, & Konstantinos Kavvadias}", + "path": "https://zenodo.org/record/3862722", + "licenses": [ + { + "name": "CC-BY 4.0", + "title": "Attribution 4.0 International (CC BY 4.0)", + "path": "https://creativecommons.org/licenses/by/4.0/deed.de", + "instruction": "Free to: Share, Adapt ", + "attribution": "Matteo De Felice, & Konstantinos Kavvadias" + } + ] } ], "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null } ], "contributors": [ diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_load.json b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_load.json index 5e01bcd3..2c643201 100644 --- a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_load.json +++ b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_load.json @@ -70,11 +70,11 @@ ], "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null } ], "contributors": [ diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_supply.json b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_supply.json index 1f3b847a..d0759b69 100644 --- a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_supply.json +++ b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_supply.json @@ -70,11 +70,11 @@ ], "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null } ], "contributors": [ From 07d30b188f866694cf5a4baf45f86db8039c18f2 Mon Sep 17 00:00:00 2001 From: Jonas Date: Thu, 12 Aug 2021 18:24:22 +0200 Subject: [PATCH 10/30] fix empty ressources --- .../Flexmex/flexmex_environmental.json | 50 ++----------------- .../Flexmex/flexmex_load.json | 50 ++----------------- .../Flexmex/flexmex_techno_economic.json | 38 ++------------ .../MEO/meo_frameworkname_environmental.json | 50 ++----------------- .../meo_frameworkname_installed_capacity.json | 50 ++----------------- .../MEO/meo_frameworkname_load.json | 50 ++----------------- .../MEO/meo_frameworkname_socio_economic.json | 50 ++----------------- .../MODEX-EnSAVes/modex_ensaves_costs.json | 50 ++----------------- .../modex_ensaves_electric_vehicles.json | 50 ++----------------- .../modex_ensaves_environmental.json | 50 ++----------------- .../modex_ensaves_installed_capacity.json | 50 ++----------------- .../MODEX-EnSAVes/modex_ensaves_load.json | 50 ++----------------- .../modex_ensaves_socio_economic.json | 50 ++----------------- .../MODEX-EnSAVes/modex_ensaves_supply.json | 50 ++----------------- .../modex_ensaves_techno_economic.json | 50 ++----------------- .../MODEX-NET/modex_net_costs.json | 50 ++----------------- .../MODEX-NET/modex_net_environmental.json | 50 ++----------------- .../modex_net_installed_capacity.json | 50 ++----------------- .../MODEX-NET/modex_net_load.json | 50 ++----------------- .../MODEX-NET/modex_net_supply.json | 50 ++----------------- .../POLINS/polins_frameworkname_costs.json | 50 ++----------------- .../polins_frameworkname_environmental.json | 50 ++----------------- ...lins_frameworkname_installed_capacity.json | 50 ++----------------- .../POLINS/polins_frameworkname_load.json | 50 ++----------------- 24 files changed, 72 insertions(+), 1116 deletions(-) diff --git a/data-review/open_MODEX_consortium/Flexmex/flexmex_environmental.json b/data-review/open_MODEX_consortium/Flexmex/flexmex_environmental.json index 5e54b25e..0edd3438 100644 --- a/data-review/open_MODEX_consortium/Flexmex/flexmex_environmental.json +++ b/data-review/open_MODEX_consortium/Flexmex/flexmex_environmental.json @@ -87,54 +87,10 @@ "comment": "Create metadata" } ], - "resources": [ - { - "profile": "", - "name": "", - "path": "", - "format": "", - "encoding": "", - "schema": { - "fields": [ - { - "name": "", - "description": "", - "type": "", - "unit": "" - }, - { - "name": "", - "description": "", - "type": "", - "unit": "" - } - ], - "primaryKey": [ - "" - ], - "foreignKeys": [ - { - "fields": [ - "" - ], - "reference": { - "resource": "", - "fields": [ - "" - ] - } - } - ] - }, - "dialect": { - "delimiter": "", - "decimalSeparator": "." - } - } - ], + "resources": null, "review": { - "path": "", - "badge": "" + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", + "badge": null }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/Flexmex/flexmex_load.json b/data-review/open_MODEX_consortium/Flexmex/flexmex_load.json index c8d81b51..90dcb74b 100644 --- a/data-review/open_MODEX_consortium/Flexmex/flexmex_load.json +++ b/data-review/open_MODEX_consortium/Flexmex/flexmex_load.json @@ -88,54 +88,10 @@ "comment": "Create metadata" } ], - "resources": [ - { - "profile": "", - "name": "", - "path": "", - "format": "", - "encoding": "", - "schema": { - "fields": [ - { - "name": "", - "description": "", - "type": "", - "unit": "" - }, - { - "name": "", - "description": "", - "type": "", - "unit": "" - } - ], - "primaryKey": [ - "" - ], - "foreignKeys": [ - { - "fields": [ - "" - ], - "reference": { - "resource": "", - "fields": [ - "" - ] - } - } - ] - }, - "dialect": { - "delimiter": "", - "decimalSeparator": "." - } - } - ], + "resources": null, "review": { - "path": "", - "badge": "" + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", + "badge": null }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/Flexmex/flexmex_techno_economic.json b/data-review/open_MODEX_consortium/Flexmex/flexmex_techno_economic.json index b652f8e8..bd23e1fa 100644 --- a/data-review/open_MODEX_consortium/Flexmex/flexmex_techno_economic.json +++ b/data-review/open_MODEX_consortium/Flexmex/flexmex_techno_economic.json @@ -373,42 +373,10 @@ "comment": "Create metadata" } ], - "resources": [ - { - "profile": "", - "name": "", - "path": "", - "format": "", - "encoding": "", - "schema": { - "fields": [ - { - "name": "", - "description": "", - "type": "", - "unit": "" - }, - { - "name": "", - "description": "", - "type": "", - "unit": "" - } - ], - "primaryKey": [ - "" - ], - "foreignKeys": [] - }, - "dialect": { - "delimiter": "", - "decimalSeparator": "." - } - } - ], + "resources": null, "review": { - "path": "", - "badge": "" + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", + "badge": null }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/MEO/meo_frameworkname_environmental.json b/data-review/open_MODEX_consortium/MEO/meo_frameworkname_environmental.json index cf560da8..063bafa0 100644 --- a/data-review/open_MODEX_consortium/MEO/meo_frameworkname_environmental.json +++ b/data-review/open_MODEX_consortium/MEO/meo_frameworkname_environmental.json @@ -69,54 +69,10 @@ "comment": "Create metadata" } ], - "resources": [ - { - "profile": "", - "name": "", - "path": "", - "format": "", - "encoding": "", - "schema": { - "fields": [ - { - "name": "", - "description": "", - "type": "", - "unit": "" - }, - { - "name": "", - "description": "", - "type": "", - "unit": "" - } - ], - "primaryKey": [ - "" - ], - "foreignKeys": [ - { - "fields": [ - "" - ], - "reference": { - "resource": "", - "fields": [ - "" - ] - } - } - ] - }, - "dialect": { - "delimiter": "", - "decimalSeparator": "." - } - } - ], + "resources": null, "review": { - "path": "", - "badge": "" + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", + "badge": null }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/MEO/meo_frameworkname_installed_capacity.json b/data-review/open_MODEX_consortium/MEO/meo_frameworkname_installed_capacity.json index bb3ba8a7..22beb3cf 100644 --- a/data-review/open_MODEX_consortium/MEO/meo_frameworkname_installed_capacity.json +++ b/data-review/open_MODEX_consortium/MEO/meo_frameworkname_installed_capacity.json @@ -73,54 +73,10 @@ "comment": "Create metadata" } ], - "resources": [ - { - "profile": "", - "name": "", - "path": "", - "format": "", - "encoding": "", - "schema": { - "fields": [ - { - "name": "", - "description": "", - "type": "", - "unit": "" - }, - { - "name": "", - "description": "", - "type": "", - "unit": "" - } - ], - "primaryKey": [ - "" - ], - "foreignKeys": [ - { - "fields": [ - "" - ], - "reference": { - "resource": "", - "fields": [ - "" - ] - } - } - ] - }, - "dialect": { - "delimiter": "", - "decimalSeparator": "." - } - } - ], + "resources": null, "review": { - "path": "", - "badge": "" + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", + "badge": null }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/MEO/meo_frameworkname_load.json b/data-review/open_MODEX_consortium/MEO/meo_frameworkname_load.json index 2f1a516d..748a73e8 100644 --- a/data-review/open_MODEX_consortium/MEO/meo_frameworkname_load.json +++ b/data-review/open_MODEX_consortium/MEO/meo_frameworkname_load.json @@ -89,54 +89,10 @@ "comment": "Create metadata" } ], - "resources": [ - { - "profile": "", - "name": "", - "path": "", - "format": "", - "encoding": "", - "schema": { - "fields": [ - { - "name": "", - "description": "", - "type": "", - "unit": "" - }, - { - "name": "", - "description": "", - "type": "", - "unit": "" - } - ], - "primaryKey": [ - "" - ], - "foreignKeys": [ - { - "fields": [ - "" - ], - "reference": { - "resource": "", - "fields": [ - "" - ] - } - } - ] - }, - "dialect": { - "delimiter": "", - "decimalSeparator": "." - } - } - ], + "resources": null, "review": { - "path": "", - "badge": "" + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", + "badge": null }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/MEO/meo_frameworkname_socio_economic.json b/data-review/open_MODEX_consortium/MEO/meo_frameworkname_socio_economic.json index b69e8ff8..830716bf 100644 --- a/data-review/open_MODEX_consortium/MEO/meo_frameworkname_socio_economic.json +++ b/data-review/open_MODEX_consortium/MEO/meo_frameworkname_socio_economic.json @@ -83,54 +83,10 @@ "comment": "Create metadata" } ], - "resources": [ - { - "profile": "", - "name": "", - "path": "", - "format": "", - "encoding": "", - "schema": { - "fields": [ - { - "name": "", - "description": "", - "type": "", - "unit": "" - }, - { - "name": "", - "description": "", - "type": "", - "unit": "" - } - ], - "primaryKey": [ - "" - ], - "foreignKeys": [ - { - "fields": [ - "" - ], - "reference": { - "resource": "", - "fields": [ - "" - ] - } - } - ] - }, - "dialect": { - "delimiter": "", - "decimalSeparator": "." - } - } - ], + "resources": null, "review": { - "path": "", - "badge": "" + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", + "badge": null }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_costs.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_costs.json index 9a3689fb..728c718c 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_costs.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_costs.json @@ -260,54 +260,10 @@ "comment": "Create metadata" } ], - "resources": [ - { - "profile": "", - "name": "", - "path": "", - "format": "", - "encoding": "", - "schema": { - "fields": [ - { - "name": "", - "description": "", - "type": "", - "unit": "" - }, - { - "name": "", - "description": "", - "type": "", - "unit": "" - } - ], - "primaryKey": [ - "" - ], - "foreignKeys": [ - { - "fields": [ - "" - ], - "reference": { - "resource": "", - "fields": [ - "" - ] - } - } - ] - }, - "dialect": { - "delimiter": "", - "decimalSeparator": "." - } - } - ], + "resources": null, "review": { - "path": "", - "badge": "" + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", + "badge": null }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_electric_vehicles.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_electric_vehicles.json index bc9f3f3e..b30e5c5d 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_electric_vehicles.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_electric_vehicles.json @@ -83,54 +83,10 @@ "comment": "Create metadata" } ], - "resources": [ - { - "profile": "", - "name": "", - "path": "", - "format": "", - "encoding": "", - "schema": { - "fields": [ - { - "name": "", - "description": "", - "type": "", - "unit": "" - }, - { - "name": "", - "description": "", - "type": "", - "unit": "" - } - ], - "primaryKey": [ - "" - ], - "foreignKeys": [ - { - "fields": [ - "" - ], - "reference": { - "resource": "", - "fields": [ - "" - ] - } - } - ] - }, - "dialect": { - "delimiter": "", - "decimalSeparator": "." - } - } - ], + "resources": null, "review": { - "path": "", - "badge": "" + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", + "badge": null }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_environmental.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_environmental.json index c92e1ba2..67755a8a 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_environmental.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_environmental.json @@ -71,54 +71,10 @@ "comment": "Create metadata" } ], - "resources": [ - { - "profile": "", - "name": "", - "path": "", - "format": "", - "encoding": "", - "schema": { - "fields": [ - { - "name": "", - "description": "", - "type": "", - "unit": "" - }, - { - "name": "", - "description": "", - "type": "", - "unit": "" - } - ], - "primaryKey": [ - "" - ], - "foreignKeys": [ - { - "fields": [ - "" - ], - "reference": { - "resource": "", - "fields": [ - "" - ] - } - } - ] - }, - "dialect": { - "delimiter": "", - "decimalSeparator": "." - } - } - ], + "resources": null, "review": { - "path": "", - "badge": "" + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", + "badge": null }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_installed_capacity.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_installed_capacity.json index 6f1268d2..4df5a40b 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_installed_capacity.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_installed_capacity.json @@ -113,54 +113,10 @@ "comment": "Create metadata" } ], - "resources": [ - { - "profile": "", - "name": "", - "path": "", - "format": "", - "encoding": "", - "schema": { - "fields": [ - { - "name": "", - "description": "", - "type": "", - "unit": "" - }, - { - "name": "", - "description": "", - "type": "", - "unit": "" - } - ], - "primaryKey": [ - "" - ], - "foreignKeys": [ - { - "fields": [ - "" - ], - "reference": { - "resource": "", - "fields": [ - "" - ] - } - } - ] - }, - "dialect": { - "delimiter": "", - "decimalSeparator": "." - } - } - ], + "resources": null, "review": { - "path": "", - "badge": "" + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", + "badge": null }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_load.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_load.json index 3210004d..65a2f91f 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_load.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_load.json @@ -145,54 +145,10 @@ "comment": "Create metadata" } ], - "resources": [ - { - "profile": "", - "name": "", - "path": "", - "format": "", - "encoding": "", - "schema": { - "fields": [ - { - "name": "", - "description": "", - "type": "", - "unit": "" - }, - { - "name": "", - "description": "", - "type": "", - "unit": "" - } - ], - "primaryKey": [ - "" - ], - "foreignKeys": [ - { - "fields": [ - "" - ], - "reference": { - "resource": "", - "fields": [ - "" - ] - } - } - ] - }, - "dialect": { - "delimiter": "", - "decimalSeparator": "." - } - } - ], + "resources": null, "review": { - "path": "", - "badge": "" + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", + "badge": null }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_socio_economic.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_socio_economic.json index c399fbe4..a155f850 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_socio_economic.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_socio_economic.json @@ -85,54 +85,10 @@ "comment": "Create metadata" } ], - "resources": [ - { - "profile": "", - "name": "", - "path": "", - "format": "", - "encoding": "", - "schema": { - "fields": [ - { - "name": "", - "description": "", - "type": "", - "unit": "" - }, - { - "name": "", - "description": "", - "type": "", - "unit": "" - } - ], - "primaryKey": [ - "" - ], - "foreignKeys": [ - { - "fields": [ - "" - ], - "reference": { - "resource": "", - "fields": [ - "" - ] - } - } - ] - }, - "dialect": { - "delimiter": "", - "decimalSeparator": "." - } - } - ], + "resources": null, "review": { - "path": "", - "badge": "" + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", + "badge": null }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_supply.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_supply.json index 8cc49128..9ef58b5b 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_supply.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_supply.json @@ -87,54 +87,10 @@ "comment": "Create metadata" } ], - "resources": [ - { - "profile": "", - "name": "", - "path": "", - "format": "", - "encoding": "", - "schema": { - "fields": [ - { - "name": "", - "description": "", - "type": "", - "unit": "" - }, - { - "name": "", - "description": "", - "type": "", - "unit": "" - } - ], - "primaryKey": [ - "" - ], - "foreignKeys": [ - { - "fields": [ - "" - ], - "reference": { - "resource": "", - "fields": [ - "" - ] - } - } - ] - }, - "dialect": { - "delimiter": "", - "decimalSeparator": "." - } - } - ], + "resources": null, "review": { - "path": "", - "badge": "" + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", + "badge": null }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_techno_economic.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_techno_economic.json index 4236ed36..d1d6b954 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_techno_economic.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_techno_economic.json @@ -297,54 +297,10 @@ "comment": "Create metadata" } ], - "resources": [ - { - "profile": "", - "name": "", - "path": "", - "format": "", - "encoding": "", - "schema": { - "fields": [ - { - "name": "", - "description": "", - "type": "", - "unit": "" - }, - { - "name": "", - "description": "", - "type": "", - "unit": "" - } - ], - "primaryKey": [ - "" - ], - "foreignKeys": [ - { - "fields": [ - "" - ], - "reference": { - "resource": "", - "fields": [ - "" - ] - } - } - ] - }, - "dialect": { - "delimiter": "", - "decimalSeparator": "." - } - } - ], + "resources": null, "review": { - "path": "", - "badge": "" + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", + "badge": null }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_costs.json b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_costs.json index 12ada03f..ca02555f 100644 --- a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_costs.json +++ b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_costs.json @@ -85,54 +85,10 @@ "comment": "Create metadata" } ], - "resources": [ - { - "profile": "", - "name": "", - "path": "", - "format": "", - "encoding": "", - "schema": { - "fields": [ - { - "name": "", - "description": "", - "type": "", - "unit": "" - }, - { - "name": "", - "description": "", - "type": "", - "unit": "" - } - ], - "primaryKey": [ - "" - ], - "foreignKeys": [ - { - "fields": [ - "" - ], - "reference": { - "resource": "", - "fields": [ - "" - ] - } - } - ] - }, - "dialect": { - "delimiter": "", - "decimalSeparator": "." - } - } - ], + "resources": null, "review": { - "path": "", - "badge": "" + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", + "badge": null }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_environmental.json b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_environmental.json index 8953fa4f..e3c940bf 100644 --- a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_environmental.json +++ b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_environmental.json @@ -70,54 +70,10 @@ "comment": "Create metadata" } ], - "resources": [ - { - "profile": "", - "name": "", - "path": "", - "format": "", - "encoding": "", - "schema": { - "fields": [ - { - "name": "", - "description": "", - "type": "", - "unit": "" - }, - { - "name": "", - "description": "", - "type": "", - "unit": "" - } - ], - "primaryKey": [ - "" - ], - "foreignKeys": [ - { - "fields": [ - "" - ], - "reference": { - "resource": "", - "fields": [ - "" - ] - } - } - ] - }, - "dialect": { - "delimiter": "", - "decimalSeparator": "." - } - } - ], + "resources": null, "review": { - "path": "", - "badge": "" + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", + "badge": null }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_installed_capacity.json b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_installed_capacity.json index 099c1600..2ffc0902 100644 --- a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_installed_capacity.json +++ b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_installed_capacity.json @@ -112,54 +112,10 @@ "comment": "Create metadata" } ], - "resources": [ - { - "profile": "", - "name": "", - "path": "", - "format": "", - "encoding": "", - "schema": { - "fields": [ - { - "name": "", - "description": "", - "type": "", - "unit": "" - }, - { - "name": "", - "description": "", - "type": "", - "unit": "" - } - ], - "primaryKey": [ - "" - ], - "foreignKeys": [ - { - "fields": [ - "" - ], - "reference": { - "resource": "", - "fields": [ - "" - ] - } - } - ] - }, - "dialect": { - "delimiter": "", - "decimalSeparator": "." - } - } - ], + "resources": null, "review": { - "path": "", - "badge": "" + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", + "badge": null }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_load.json b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_load.json index 2c643201..21c19561 100644 --- a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_load.json +++ b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_load.json @@ -86,54 +86,10 @@ "comment": "Create metadata" } ], - "resources": [ - { - "profile": "", - "name": "", - "path": "", - "format": "", - "encoding": "", - "schema": { - "fields": [ - { - "name": "", - "description": "", - "type": "", - "unit": "" - }, - { - "name": "", - "description": "", - "type": "", - "unit": "" - } - ], - "primaryKey": [ - "" - ], - "foreignKeys": [ - { - "fields": [ - "" - ], - "reference": { - "resource": "", - "fields": [ - "" - ] - } - } - ] - }, - "dialect": { - "delimiter": "", - "decimalSeparator": "." - } - } - ], + "resources": null, "review": { - "path": "", - "badge": "" + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", + "badge": null }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_supply.json b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_supply.json index d0759b69..02f42b81 100644 --- a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_supply.json +++ b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_supply.json @@ -86,54 +86,10 @@ "comment": "Create metadata" } ], - "resources": [ - { - "profile": "", - "name": "", - "path": "", - "format": "", - "encoding": "", - "schema": { - "fields": [ - { - "name": "", - "description": "", - "type": "", - "unit": "" - }, - { - "name": "", - "description": "", - "type": "", - "unit": "" - } - ], - "primaryKey": [ - "" - ], - "foreignKeys": [ - { - "fields": [ - "" - ], - "reference": { - "resource": "", - "fields": [ - "" - ] - } - } - ] - }, - "dialect": { - "delimiter": "", - "decimalSeparator": "." - } - } - ], + "resources": null, "review": { - "path": "", - "badge": "" + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", + "badge": null }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/POLINS/polins_frameworkname_costs.json b/data-review/open_MODEX_consortium/POLINS/polins_frameworkname_costs.json index c7b2c192..b940ebdb 100644 --- a/data-review/open_MODEX_consortium/POLINS/polins_frameworkname_costs.json +++ b/data-review/open_MODEX_consortium/POLINS/polins_frameworkname_costs.json @@ -93,54 +93,10 @@ "comment": "" } ], - "resources": [ - { - "profile": "", - "name": "", - "path": "", - "format": "", - "encoding": "", - "schema": { - "fields": [ - { - "name": "", - "description": "", - "type": "", - "unit": "" - }, - { - "name": "", - "description": "", - "type": "", - "unit": "" - } - ], - "primaryKey": [ - "" - ], - "foreignKeys": [ - { - "fields": [ - "" - ], - "reference": { - "resource": "", - "fields": [ - "" - ] - } - } - ] - }, - "dialect": { - "delimiter": "", - "decimalSeparator": "." - } - } - ], + "resources": null, "review": { - "path": "", - "badge": "" + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", + "badge": null }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/POLINS/polins_frameworkname_environmental.json b/data-review/open_MODEX_consortium/POLINS/polins_frameworkname_environmental.json index 509b2ae0..c5cde83e 100644 --- a/data-review/open_MODEX_consortium/POLINS/polins_frameworkname_environmental.json +++ b/data-review/open_MODEX_consortium/POLINS/polins_frameworkname_environmental.json @@ -87,54 +87,10 @@ "comment": "Create metadata" } ], - "resources": [ - { - "profile": "", - "name": "", - "path": "", - "format": "", - "encoding": "", - "schema": { - "fields": [ - { - "name": "", - "description": "", - "type": "", - "unit": "" - }, - { - "name": "", - "description": "", - "type": "", - "unit": "" - } - ], - "primaryKey": [ - "" - ], - "foreignKeys": [ - { - "fields": [ - "" - ], - "reference": { - "resource": "", - "fields": [ - "" - ] - } - } - ] - }, - "dialect": { - "delimiter": "", - "decimalSeparator": "." - } - } - ], + "resources": null, "review": { - "path": "", - "badge": "" + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", + "badge": null }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/POLINS/polins_frameworkname_installed_capacity.json b/data-review/open_MODEX_consortium/POLINS/polins_frameworkname_installed_capacity.json index 51a5e121..746db090 100644 --- a/data-review/open_MODEX_consortium/POLINS/polins_frameworkname_installed_capacity.json +++ b/data-review/open_MODEX_consortium/POLINS/polins_frameworkname_installed_capacity.json @@ -115,54 +115,10 @@ "comment": "Create metadata" } ], - "resources": [ - { - "profile": "", - "name": "", - "path": "", - "format": "", - "encoding": "", - "schema": { - "fields": [ - { - "name": "", - "description": "", - "type": "", - "unit": "" - }, - { - "name": "", - "description": "", - "type": "", - "unit": "" - } - ], - "primaryKey": [ - "" - ], - "foreignKeys": [ - { - "fields": [ - "" - ], - "reference": { - "resource": "", - "fields": [ - "" - ] - } - } - ] - }, - "dialect": { - "delimiter": "", - "decimalSeparator": "." - } - } - ], + "resources": null, "review": { - "path": "", - "badge": "" + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", + "badge": null }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/POLINS/polins_frameworkname_load.json b/data-review/open_MODEX_consortium/POLINS/polins_frameworkname_load.json index 4fdbf450..2b4ccc2a 100644 --- a/data-review/open_MODEX_consortium/POLINS/polins_frameworkname_load.json +++ b/data-review/open_MODEX_consortium/POLINS/polins_frameworkname_load.json @@ -145,54 +145,10 @@ "comment": "Create metadata" } ], - "resources": [ - { - "profile": "", - "name": "", - "path": "", - "format": "", - "encoding": "", - "schema": { - "fields": [ - { - "name": "", - "description": "", - "type": "", - "unit": "" - }, - { - "name": "", - "description": "", - "type": "", - "unit": "" - } - ], - "primaryKey": [ - "" - ], - "foreignKeys": [ - { - "fields": [ - "" - ], - "reference": { - "resource": "", - "fields": [ - "" - ] - } - } - ] - }, - "dialect": { - "delimiter": "", - "decimalSeparator": "." - } - } - ], + "resources": null, "review": { - "path": "", - "badge": "" + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", + "badge": null }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", From a4e1a1dfcb3f928164fff17681e231d80cd7b21f Mon Sep 17 00:00:00 2001 From: Ludee Date: Tue, 30 Nov 2021 16:21:42 +0100 Subject: [PATCH 11/30] Rename flexmex files #88 --- .../Flexmex/{flexmex_costs.json => modex_flexmex_costs.json} | 0 ...lexmex_environmental.json => modex_flexmex_environmental.json} | 0 .../Flexmex/{flexmex_load.json => modex_flexmex_load.json} | 0 ...ex_techno_economic.json => modex_flexmex_techno_economic.json} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename data-review/open_MODEX_consortium/Flexmex/{flexmex_costs.json => modex_flexmex_costs.json} (100%) rename data-review/open_MODEX_consortium/Flexmex/{flexmex_environmental.json => modex_flexmex_environmental.json} (100%) rename data-review/open_MODEX_consortium/Flexmex/{flexmex_load.json => modex_flexmex_load.json} (100%) rename data-review/open_MODEX_consortium/Flexmex/{flexmex_techno_economic.json => modex_flexmex_techno_economic.json} (100%) diff --git a/data-review/open_MODEX_consortium/Flexmex/flexmex_costs.json b/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_costs.json similarity index 100% rename from data-review/open_MODEX_consortium/Flexmex/flexmex_costs.json rename to data-review/open_MODEX_consortium/Flexmex/modex_flexmex_costs.json diff --git a/data-review/open_MODEX_consortium/Flexmex/flexmex_environmental.json b/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_environmental.json similarity index 100% rename from data-review/open_MODEX_consortium/Flexmex/flexmex_environmental.json rename to data-review/open_MODEX_consortium/Flexmex/modex_flexmex_environmental.json diff --git a/data-review/open_MODEX_consortium/Flexmex/flexmex_load.json b/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_load.json similarity index 100% rename from data-review/open_MODEX_consortium/Flexmex/flexmex_load.json rename to data-review/open_MODEX_consortium/Flexmex/modex_flexmex_load.json diff --git a/data-review/open_MODEX_consortium/Flexmex/flexmex_techno_economic.json b/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_techno_economic.json similarity index 100% rename from data-review/open_MODEX_consortium/Flexmex/flexmex_techno_economic.json rename to data-review/open_MODEX_consortium/Flexmex/modex_flexmex_techno_economic.json From b8e5bc8956ee8cbc030eead205648f89b4874321 Mon Sep 17 00:00:00 2001 From: Ludee Date: Tue, 30 Nov 2021 17:50:04 +0100 Subject: [PATCH 12/30] Rename title for flexmex #88 --- .../Flexmex/modex_flexmex_costs.json | 14 +++++++------- .../Flexmex/modex_flexmex_environmental.json | 6 +++--- .../Flexmex/modex_flexmex_load.json | 6 +++--- .../Flexmex/modex_flexmex_techno_economic.json | 6 +++--- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_costs.json b/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_costs.json index 274851f5..535b2114 100644 --- a/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_costs.json +++ b/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_costs.json @@ -1,7 +1,7 @@ { - "name": "flexmex_costs", - "title": "Costs data", - "id": "http://openenergyplatform.org/dataedit/view/reference/flexmex_costs", + "name": "modex_flexmex_costs", + "title": "MODEX - FlexMex - Costs", + "id": "http://openenergyplatform.org/dataedit/view/reference/modex_flexmex_costs", "description": "Prices for fuels and CO2-emission-certificates", "language": [ "en-GB", @@ -15,13 +15,13 @@ ], "publicationDate": "2021-07-19", "context": { - "homepage": null, + "homepage": "https://www.energiesystem-forschung.de/forschen/projekte/flexmex", "documentation": null, "sourceCode": null, "contact": null, - "grantNo": null, - "fundingAgency": null, - "fundingAgencyLogo": null, + "grantNo": "03ET4077", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", + "fundingAgencyLogo": "https://www.innovation-beratung-foerderung.de/INNO/Redaktion/DE/Bilder/Titelbilder/titel_foerderlogo_bmwi.jpg;jsessionid=7C329FD594B914D85D84649345B95756?__blob=normal&v=3", "publisherLogo": null }, "spatial": { diff --git a/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_environmental.json b/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_environmental.json index 0edd3438..0e5a9367 100644 --- a/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_environmental.json +++ b/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_environmental.json @@ -1,7 +1,7 @@ { - "name": "flexmex_environmental", - "title": "Environmental data", - "id": "http://openenergyplatform.org/dataedit/view/reference/flexmex_environmental", + "name": "modex_flexmex_environmental", + "title": "MODEX - FlexMex - Environmental", + "id": "http://openenergyplatform.org/dataedit/view/reference/modex_flexmex_environmental", "description": "Emission factors for fossile fuels and Historical weather time series", "language": [ "en-GB", diff --git a/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_load.json b/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_load.json index 90dcb74b..036bceeb 100644 --- a/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_load.json +++ b/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_load.json @@ -1,7 +1,7 @@ { - "name": "flexmex_load", - "title": "Load data", - "id": "http://openenergyplatform.org/dataedit/view/reference/flexmex_load", + "name": "modex_flexmex_load", + "title": "MODEX - FlexMex - Load", + "id": "http://openenergyplatform.org/dataedit/view/reference/modex_flexmex_load", "description": "Demand profiles and volumes: Historical profiles and demand volumes for electricity, heat and hydrogen demand", "language": [ "en-GB", diff --git a/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_techno_economic.json b/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_techno_economic.json index bd23e1fa..f2efd9cc 100644 --- a/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_techno_economic.json +++ b/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_techno_economic.json @@ -1,7 +1,7 @@ { - "name": "flexmex_techno_economic", - "title": "Techno economic data", - "id": "http://openenergyplatform.org/dataedit/view/reference/flexmex_techno_economic", + "name": "modex_flexmex_techno_economic", + "title": "MODEX - FlexMex - Techno economic", + "id": "http://openenergyplatform.org/dataedit/view/reference/modex_flexmex_techno_economic", "description": "Technical data and costs (e.g. efficiencies, losses, lifetimes, investment costs) and Capacitie data for generation plants, energy converters, storages, infrastructure and demand response technologies", "language": [ "en-GB", From 8f9fab7937150a2c2640b76acdec24b9f2dc94da Mon Sep 17 00:00:00 2001 From: Ludee Date: Tue, 30 Nov 2021 21:45:51 +0100 Subject: [PATCH 13/30] Review and update FlexMex files #88 --- .../Flexmex/modex_flexmex_costs.json | 19 ++-- .../Flexmex/modex_flexmex_environmental.json | 29 +++--- .../Flexmex/modex_flexmex_load.json | 27 ++++-- .../modex_flexmex_techno_economic.json | 91 ++++++++++--------- 4 files changed, 97 insertions(+), 69 deletions(-) diff --git a/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_costs.json b/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_costs.json index 535b2114..84c751d7 100644 --- a/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_costs.json +++ b/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_costs.json @@ -41,8 +41,8 @@ }, "sources": [ { - "title": "Langfristszenarien fuer die Transformation des -energiesystems in Deutschland", - "description": "2017, Scenario study of the future energy system development, urldate = {2021-03-30}, institution = {Fraunhofer ISI, Consentec GmbH, IFEU, Technische Universität Wien, M-Five, TEP, Energy GmbH}, date = {2017-09}", + "title": "Langfristszenarien für die Transformation des Energiesystems in Deutschland", + "description": "2017, Scenario study of the future energy system development, urldate = {2021-03-30}, institution = {Fraunhofer ISI, Consentec GmbH, IFEU, Technische Universität Wien, M-Five, TEP Energy GmbH}, date = {2017-09}", "path": "https://www.bmwi.de/Redaktion/DE/Downloads/B/berichtsmodul-3-referenzszenario-und-basisszenario.pdf?__blob=publicationFile&v=4", "licenses": [ { @@ -50,13 +50,13 @@ "title": null, "path": null, "instruction": null, - "attribution": "Christiane Bernath, et al. " + "attribution": "Christiane Bernath, et al." } ] }, { "title": "Current and prospective costs of electricity generation until 2050", - "description": "2013, Data collection for electricity generation costs, urldate = {2021-03-30}, institution = {DIW}, version = {Corrected Version}", + "description": "2013, Data collection for electricity generation costs, urldate = {2021-03-30}, institution = {DIW}, version = {Corrected Version}", "path": "https://www.econstor.eu/bitstream/10419/80348/1/757528015.pdf", "licenses": [ { @@ -64,7 +64,7 @@ "title": null, "path": null, "instruction": null, - "attribution": "Andreas Schröder, Friedrich Kunz, Jan Meiss, Roman Mendelevitch, Christian von Hirschhausen" + "attribution": "Andreas Schröder, Friedrich Kunz, Jan Meiss, Roman Mendelevitch, Christian von Hirschhausen (DIW)" } ] } @@ -85,12 +85,19 @@ "date": "2021-07-19", "object": "Metadata", "comment": "Create metadata" + }, + { + "title": "Ludee", + "email": "ludwig.huelk@rl-institut.de", + "date": "2021-11-30", + "object": "Metadata", + "comment": "Review and update metadata" } ], "resources": null, "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", - "badge": null + "badge": "Bronze" }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_environmental.json b/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_environmental.json index 0e5a9367..41b36eab 100644 --- a/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_environmental.json +++ b/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_environmental.json @@ -2,7 +2,7 @@ "name": "modex_flexmex_environmental", "title": "MODEX - FlexMex - Environmental", "id": "http://openenergyplatform.org/dataedit/view/reference/modex_flexmex_environmental", - "description": "Emission factors for fossile fuels and Historical weather time series", + "description": "Emission factors for fossile fuels and historical weather time series", "language": [ "en-GB", "de-DE" @@ -15,13 +15,13 @@ ], "publicationDate": "2021-07-19", "context": { - "homepage": null, + "homepage": "https://www.energiesystem-forschung.de/forschen/projekte/flexmex", "documentation": null, "sourceCode": null, "contact": null, - "grantNo": null, - "fundingAgency": null, - "fundingAgencyLogo": null, + "grantNo": "03ET4077", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", + "fundingAgencyLogo": "https://www.innovation-beratung-foerderung.de/INNO/Redaktion/DE/Bilder/Titelbilder/titel_foerderlogo_bmwi.jpg;jsessionid=7C329FD594B914D85D84649345B95756?__blob=normal&v=3", "publisherLogo": null }, "spatial": { @@ -50,7 +50,7 @@ "title": null, "path": null, "instruction": null, - "attribution": "UBA" + "attribution": "Umweltbundesamt (UBA)" } ] }, @@ -60,11 +60,11 @@ "path": "https://journals.ametsoc.org/doi/10.1175/JCLI-D-16-0758.1", "licenses": [ { - "name": "NASA Data Information Policy", - "title": "", + "name": "NASA Data and Information Policy", + "title": null, "path": "https://science.nasa.gov/earth-science/earth-science-data/data-information-policy", - "instruction": "", - "attribution": "Ronald Gelaro, Will McCarty , Max J. Suárez , Ricardo Todling, Andrea Molod, Lawrence Takacs , Cynthia A. Randles, Anton Darmenov, Michael G. Bosilovich, Rolf Reichle, Krzysztof Wargan, Lawrence Coy , Richard Cullathe , Clara Draper , Santha Akella , Virginie Buchard, Austin Conaty, Arlindo M. da Silva, Wei Gu , Gi-Kong Kim 1 , Randal Koster , Robert Lucchesi , Dagmar Merkova , Jon Eric Nielsen, Gary Partyka, Steven Pawson, William Putman, Michele Rienecker, Siegfried D. Schubert, Meta Sienkiewicz, Bin Zhao" + "instruction": "© 2017 American Meteorological Society. For information regarding reuse of this content and general copyright information, consult the AMS Copyright Policy (www.ametsoc.org/PUBSReuseLicenses)", + "attribution": "Ronald Gelaro, Will McCarty , Max J. Suárez , Ricardo Todling, Andrea Molod, Lawrence Takacs , Cynthia A. Randles, Anton Darmenov, Michael G. Bosilovich, Rolf Reichle, Krzysztof Wargan, Lawrence Coy, Richard Cullathe, Clara Draper, Santha Akella, Virginie Buchard, Austin Conaty, Arlindo M. da Silva, Wei Gu, Gi-Kong Kim, Randal Koster, Robert Lucchesi, Dagmar Merkova, Jon Eric Nielsen, Gary Partyka, Steven Pawson, William Putman, Michele Rienecker, Siegfried D. Schubert, Meta Sienkiewicz, Bin Zhao" } ] } @@ -85,12 +85,19 @@ "date": "2021-07-19", "object": "Metadata", "comment": "Create metadata" + }, + { + "title": "Ludee", + "email": "ludwig.huelk@rl-institut.de", + "date": "2021-11-30", + "object": "Metadata", + "comment": "Review and update metadata" } ], "resources": null, "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", - "badge": null + "badge": "Bronze" }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_load.json b/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_load.json index 036bceeb..18b07b09 100644 --- a/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_load.json +++ b/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_load.json @@ -16,13 +16,13 @@ ], "publicationDate": "2021-07-19", "context": { - "homepage": null, + "homepage": "https://www.energiesystem-forschung.de/forschen/projekte/flexmex", "documentation": null, "sourceCode": null, "contact": null, - "grantNo": null, - "fundingAgency": null, - "fundingAgencyLogo": null, + "grantNo": "03ET4077", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", + "fundingAgencyLogo": "https://www.innovation-beratung-foerderung.de/INNO/Redaktion/DE/Bilder/Titelbilder/titel_foerderlogo_bmwi.jpg;jsessionid=7C329FD594B914D85D84649345B95756?__blob=normal&v=3", "publisherLogo": null }, "spatial": { @@ -44,26 +44,26 @@ { "title": "Balancing of intermittent renewable power generation by demand response and thermal energy storage", "description": "2015, Analysis of flexibility options using the REMix model, urldate = {2021-03-30}, institution = {University of Stuttgart}", - "path": "https://elib.uni-stuttgart.de/handle/11682/6905", + "path": "http://dx.doi.org/10.18419/opus-6888", "licenses": [ { "name": null, "title": null, "path": null, "instruction": null, - "attribution": "DLR, Hans Christian Gils" + "attribution": "Hans Christian Gils (DLR)" } ] }, { - "title": "e-Highway2050: Database per country", - "description": "2016, Database for energy demands and capacities in Europe, urldate = {2021-03-30}, institution={ENTSO-E, e-Highway}, date = {2016}", + "title": "Modular Development Plan of the Pan-European Transmission System 2050 - e-Highway2050: Database per country", + "description": "2016, Database for energy demands and capacities in Europe, urldate = {2021-03-30}, institution={ENTSO-E, e-Highway2050}, date = {2016}", "path": "https://docs.entsoe.eu/baltic-conf/bites/www.e-highway2050.eu/fileadmin/documents/Results/e-Highway_database_per_country-08022016.xlsx", "licenses": [ { "name": null, "title": null, - "path": null, + "path": "https://docs.entsoe.eu/baltic-conf/bites/www.e-highway2050.eu/e-highway2050/", "instruction": null, "attribution": "ENTSO-E" } @@ -86,12 +86,19 @@ "date": "2021-07-19", "object": "Metadata", "comment": "Create metadata" + }, + { + "title": "Ludee", + "email": "ludwig.huelk@rl-institut.de", + "date": "2021-11-30", + "object": "Metadata", + "comment": "Review and update metadata" } ], "resources": null, "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", - "badge": null + "badge": "Bronze" }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_techno_economic.json b/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_techno_economic.json index f2efd9cc..160e7eb7 100644 --- a/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_techno_economic.json +++ b/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_techno_economic.json @@ -21,13 +21,13 @@ ], "publicationDate": "2021-08-19", "context": { - "homepage": null, + "homepage": "https://www.energiesystem-forschung.de/forschen/projekte/flexmex", "documentation": null, "sourceCode": null, "contact": null, - "grantNo": null, - "fundingAgency": null, - "fundingAgencyLogo": null, + "grantNo": "03ET4077", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", + "fundingAgencyLogo": "https://www.innovation-beratung-foerderung.de/INNO/Redaktion/DE/Bilder/Titelbilder/titel_foerderlogo_bmwi.jpg;jsessionid=7C329FD594B914D85D84649345B95756?__blob=normal&v=3", "publisherLogo": null }, "spatial": { @@ -61,44 +61,44 @@ ] }, { - "title": "Storage demand in highly renewable energy scenarios for Europe: The influence of methodology and data assumptions in model-based assessments", + "title": "Storage demand in highly renewable energy scenarios for Europe: the influence of methodology and data assumptions in model-based assessments", "description": "2017, REMix model calculations for future storage demand in Europe, urldate = {2021-03-30}, institution = {University of Stuttgart}", - "path": "https://elib.uni-stuttgart.de/handle/11682/9778", + "path": "http://dx.doi.org/10.18419/opus-9761", "licenses": [ { "name": null, "title": null, "path": null, "instruction": null, - "attribution": "DLR, Felix Cebulla" + "attribution": "Felix Cebulla (DLR)" } ] }, { - "title": "Technology Data for Individual Heating", + "title": "Technology Data for Individual Heating Plants", "description": "2016, Data collection for individual heating plants, urldate = {2021-03-30}, institution = {Danish Energy Agency and Energinet}, version = {2}", "path": "https://ens.dk/sites/ens.dk/files/Analyser/technology_data_catalogue_for_individual_heating_installations.pdf", "licenses": [ { "name": null, "title": null, - "path": null, + "path": "https://ens.dk/en/our-services/projections-and-models/technology-data", "instruction": null, - "attribution": "Danish energy agency" + "attribution": "Danish Energy Agency and Energinet" } ] }, { - "title": "Technology Data for Generation of Electricity and District heating", + "title": "Technology Data for Generation of Electricity and District Heating", "description": "2016, Data collection for electricity generation and district heating plants, urldate = {2021-03-30}, institution = {Danish Energy Agency and Energinet}, version = {9}", "path": "https://ens.dk/sites/ens.dk/files/Statistik/technology_data_catalogue_for_el_and_dh_-_0009.pdf", "licenses": [ { "name": null, "title": null, - "path": null, + "path": "https://ens.dk/en/our-services/projections-and-models/technology-data", "instruction": null, - "attribution": "Danish energy agency" + "attribution": "Danish Energy Agency and Energinet" } ] }, @@ -110,9 +110,9 @@ { "name": null, "title": null, - "path": null, + "path": "https://ens.dk/en/our-services/projections-and-models/technology-data", "instruction": null, - "attribution": "Danish energy agency" + "attribution": "Danish Energy Agency and Energinet" } ] }, @@ -124,14 +124,14 @@ { "name": null, "title": null, - "path": null, + "path": "https://ens.dk/en/our-services/projections-and-models/technology-data", "instruction": null, - "attribution": "Danish energy agency" + "attribution": "Danish Energy Agency and Energinet" } ] }, { - "title": "Kurzanalyse der Kraftwerks und Netzplanung in Deutschland bis 2020 (mit Ausblick auf 2030)", + "title": "Kurzanalyse der Kraftwerks- und Netzplanung in Deutschland bis 2020 (mit Ausblick auf 2030)", "description": "2008, Analysis of the power plant and grid development plans in Germany, urldate = {2021-03-30}, institution = {Deutsche Energie-Agentur GmbH}, version = { 1}", "path": "https://www.clearingstelle-eeg-kwkg.de/sites/default/files/private/active/0/Kurzanalyse_KuN_Planung_D_2020_2030_Kurzfassung.pdf", "licenses": [ @@ -168,12 +168,12 @@ "title": null, "path": null, "instruction": null, - "attribution": "DIW, Andreas Schröder, Friedrich Kunz, Jan Meiss, Roman Mendelevitch, Christian von Hirschhausen " + "attribution": "Andreas Schröder, Friedrich Kunz, Jan Meiss, Roman Mendelevitch, Christian von Hirschhausen (DIW)" } ] }, { - "title": "Roadmap 2050 - A Practical Guide to a Prosperous Low-Carbon Europe European Climate Foundation", + "title": "Roadmap 2050 - A Practical Guide to a Prosperous, Low-Carbon Europe - European Climate Foundation", "description": "2010, Data collection for future techno-economic parameters of energy generation plants, urldate = {2021-03-30}, institution = {ECF}, version = {1}", "path": "http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.468.1526&rep=rep1&type=pdf", "licenses": [ @@ -182,27 +182,27 @@ "title": null, "path": null, "instruction": null, - "attribution": "ECF" + "attribution": "European Climate Foundation (ECF)" } ] }, { "title": "Perspective of the Energy Transition: Technology Development and Investments under Uncertainty", - "description": "2015, Development of techno-econimic parameters for electricity generation plants, urldate = {2021-03-30}, institution = {Technische Universität München}", + "description": "2015, Development of techno-econimic parameters for electricity generation plants, urldate = {2021-03-30}, institution = {Technische Universität München}", "path": "https://elib.dlr.de/101495/", "licenses": [ { "name": null, "title": null, "path": null, - "instruction": null, + "instruction": "Nur DLR-intern zugänglich", "attribution": "Anna Garcia Teruel" } ] }, { "title": "Assessment of the theoretical demand response potential in Europe", - "description": "2014, Study for assessing the DR potential in Europe with a collection of DR parameters, urldate = {2021-03-30}, journaltitle = {Energy}, date = {2014.04.01}", + "description": "2014, Study for assessing the DR potential in Europe with a collection of parameters, urldate = {2021-03-30}, journaltitle = {Energy}, date = {2014.04.01}", "path": "https://www.sciencedirect.com/science/article/pii/S0360544214001534", "licenses": [ { @@ -210,28 +210,28 @@ "title": null, "path": null, "instruction": null, - "attribution": "DLR, Hans Christian Gils" + "attribution": "Hans Christian Gils (DLR)" } ] }, { "title": "Balancing of intermittent renewable power generation by demand response and thermal energy storage", "description": "2015, Analysis of flexibility options using the REMix model, urldate = {2021-03-30}, institution = {University of Stuttgart}", - "path": "https://elib.uni-stuttgart.de/handle/11682/6905", + "path": "http://dx.doi.org/10.18419/opus-6888", "licenses": [ { "name": null, "title": null, "path": null, "instruction": null, - "attribution": "DLR, Hans Christian Gils" + "attribution": "Hans Christian Gils (DLR)" } ] }, { - "title": "Investitionsplanung unter unsicheren Einflussgrößen", + "title": "Investitionsplanung unter unsicheren Einflussgrößen - Thermische Kraftwerke als Realoptionen", "description": "2015, Investment planning in the electricity sector, urldate = {2021-03-30}, date = {2015}, isbn = {978-3-658-08337-3}, publisher = {Springer}", - "path": "https://books.google.com.au/books?hl=de&lr=&id=yfCbBQAAQBAJ&oi=fnd&pg=PR5&dq=Investitionsplanung+unter+unsicheren+Einflussgr%C3%B6%C3%9Fen&ots=v4zDNn8cu4&sig=Styx3e43gkaBp7rN5GMCUUtC9No#v=onepage&q=Investitionsplanung%20unter%20unsicheren%20Einflussgr%C3%B6%C3%9Fen&f=false", + "path": "https://link.springer.com/book/10.1007%2F978-3-658-08338-0", "licenses": [ { "name": null, @@ -252,7 +252,7 @@ "title": null, "path": null, "instruction": null, - "attribution": "Nikil Kumar, Philip Besuner, Steven Lefton, Dwight Agan, Douglas Hilleman" + "attribution": "Nikil Kumar, Philip Besuner, Steven Lefton, Dwight Agan, Douglas Hilleman" } ] }, @@ -266,13 +266,13 @@ "title": null, "path": null, "instruction": null, - "attribution": "DLR, Diego Luca de Tena, Thomas Pregger" + "attribution": "Diego Luca de Tena, Thomas Pregger (DLR)" } ] }, { "title": "Langfristszenarien und Strategien für den Ausbau der erneuerbaren Energien in Deutschland bei Berücksichtigung der Entwicklung in Europa und global", - "description": "2012, Scenario and strategy study for future renewable energy, urldate = {2021-03-30}, date={2012-03-29}, institution = {Fraunhofer IEE, DLR, IfnE}", + "description": "2012, Scenario and strategy study for future renewable energy, urldate = {2021-03-30}, date={2012-03-29}, institution = {Fraunhofer IWES, DLR, IFNE}", "path": "https://elib.dlr.de/76043/", "licenses": [ { @@ -280,13 +280,13 @@ "title": null, "path": null, "instruction": null, - "attribution": "DLR, Joachim Nitsch, Thomas Pregger,Tobias Naegler, et al." + "attribution": "Joachim Nitsch, Thomas Pregger, Tobias Naegler, Dominik Heide, Diego Luca de Tena, Franz Trieb, Yvonne Scholz, Kristina Nienhaus, Norman Gerhardt, Michael Sterner, Tobias Trost, Amany von Oehsen, Rainer Schwinn, Carsten Pape, Henning Hahn, Manuel Wickert, Bernd Wenzel" } ] }, { "title": "Studie über die Planung einer Demonstrationsanlage zur Wasserstoff-Kraftstoffgewinnung durch Elektrolyse mit Zwischenspeicherung in Salzkavernen unter Druck", - "description": "2015, Study for demonstrating hydrogen production for future fuels , urldate = {2021-03-30}, institution = {DLR, Ludwig-Bölkow-Systemtechnik GmbH(LBST), Fraunhofer ISE, KBB Underground Technologies GmbH}, date = {2014-11-28}", + "description": "2015, Study for demonstrating hydrogen production for future fuels , urldate = {2021-03-30}, institution = {DLR, Ludwig-Bölkow-Systemtechnik GmbH (LBST), Fraunhofer ISE, KBB Underground Technologies GmbH}, date = {2014-11-28}", "path": "https://elib.dlr.de/94979/", "licenses": [ { @@ -294,7 +294,7 @@ "title": null, "path": null, "instruction": null, - "attribution": "Christoph Noack, Fabian Burggraf, Seyed Schwan Hosseiny, " + "attribution": "Christoph Noack and Fabian Burggraf and Seyed Schwan Hosseiny and Philipp Lettenmeier and Svenja Kolb and Stefan Belz and Josef Kallo and K. Andreas Friedrich and Thomas Pregger and Karl-Kiên Cao and Dominik Heide and Tobias Naegler and Frieder Borggrefe and Ulrich Bünger and Jan Michalski and Tetyana Raksha and Christopher Voglstätter and Tom Smolinka and Fritz Crotogino and Sabine Donadei and Peter-Laszlo Horvath and Gregor-Sönke Schneider" } ] }, @@ -307,8 +307,8 @@ "name": null, "title": null, "path": null, - "instruction": null, - "attribution": "RWTH Aachen, Denis vom Stein" + "instruction": "Nicht verfügbar", + "attribution": "Denis vom Stein (RWTH Aachen)" } ] }, @@ -322,21 +322,21 @@ "title": null, "path": null, "instruction": null, - "attribution": "Klaus Stolzenburg" + "attribution": "Klaus Stolzenburg (PLANET)" } ] }, { "title": "Balancing of intermittent renewable power generation by demand response and thermal energy storage", "description": "2015, Analysis of flexibility options using the REMix model, urldate = {2021-03-30}, institution = {University of Stuttgart}", - "path": "https://elib.uni-stuttgart.de/handle/11682/6905", + "path": "http://dx.doi.org/10.18419/opus-6888", "licenses": [ { "name": null, "title": null, "path": null, "instruction": null, - "attribution": "DLR, Hans Christian Gils" + "attribution": "Hans Christian Gils (DLR)" } ] }, @@ -348,7 +348,7 @@ { "name": null, "title": null, - "path": null, + "path": "https://tyndp.entsoe.eu/", "instruction": null, "attribution": "ENTSO-E" } @@ -371,12 +371,19 @@ "date": "2021-07-19", "object": "Metadata", "comment": "Create metadata" + }, + { + "title": "Ludee", + "email": "ludwig.huelk@rl-institut.de", + "date": "2021-11-30", + "object": "Metadata", + "comment": "Review and update metadata" } ], "resources": null, "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", - "badge": null + "badge": "Bronze" }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", From a1aef9e1a22f43431d3392fc41694cf19cdfec45 Mon Sep 17 00:00:00 2001 From: Ludee Date: Tue, 30 Nov 2021 21:50:35 +0100 Subject: [PATCH 14/30] Rename MEO files #88 --- ...meworkname_environmental.json => modex_meo_environmental.json} | 0 ..._installed_capacity.json => modex_meo_installed_capacity.json} | 0 .../MEO/{meo_frameworkname_load.json => modex_meo_load.json} | 0 ...workname_socio_economic.json => modex_meo_socio_economic.json} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename data-review/open_MODEX_consortium/MEO/{meo_frameworkname_environmental.json => modex_meo_environmental.json} (100%) rename data-review/open_MODEX_consortium/MEO/{meo_frameworkname_installed_capacity.json => modex_meo_installed_capacity.json} (100%) rename data-review/open_MODEX_consortium/MEO/{meo_frameworkname_load.json => modex_meo_load.json} (100%) rename data-review/open_MODEX_consortium/MEO/{meo_frameworkname_socio_economic.json => modex_meo_socio_economic.json} (100%) diff --git a/data-review/open_MODEX_consortium/MEO/meo_frameworkname_environmental.json b/data-review/open_MODEX_consortium/MEO/modex_meo_environmental.json similarity index 100% rename from data-review/open_MODEX_consortium/MEO/meo_frameworkname_environmental.json rename to data-review/open_MODEX_consortium/MEO/modex_meo_environmental.json diff --git a/data-review/open_MODEX_consortium/MEO/meo_frameworkname_installed_capacity.json b/data-review/open_MODEX_consortium/MEO/modex_meo_installed_capacity.json similarity index 100% rename from data-review/open_MODEX_consortium/MEO/meo_frameworkname_installed_capacity.json rename to data-review/open_MODEX_consortium/MEO/modex_meo_installed_capacity.json diff --git a/data-review/open_MODEX_consortium/MEO/meo_frameworkname_load.json b/data-review/open_MODEX_consortium/MEO/modex_meo_load.json similarity index 100% rename from data-review/open_MODEX_consortium/MEO/meo_frameworkname_load.json rename to data-review/open_MODEX_consortium/MEO/modex_meo_load.json diff --git a/data-review/open_MODEX_consortium/MEO/meo_frameworkname_socio_economic.json b/data-review/open_MODEX_consortium/MEO/modex_meo_socio_economic.json similarity index 100% rename from data-review/open_MODEX_consortium/MEO/meo_frameworkname_socio_economic.json rename to data-review/open_MODEX_consortium/MEO/modex_meo_socio_economic.json From fdc90570f0c1748d5ba1769ac910d752b4c88ba5 Mon Sep 17 00:00:00 2001 From: Ludee Date: Tue, 30 Nov 2021 22:14:41 +0100 Subject: [PATCH 15/30] Review and update MEO files #88 --- .../MEO/modex_meo_environmental.json | 24 ++++++++---- .../MEO/modex_meo_installed_capacity.json | 25 ++++++++----- .../MEO/modex_meo_load.json | 37 ++++++++----------- .../MEO/modex_meo_socio_economic.json | 22 +++++++---- 4 files changed, 62 insertions(+), 46 deletions(-) diff --git a/data-review/open_MODEX_consortium/MEO/modex_meo_environmental.json b/data-review/open_MODEX_consortium/MEO/modex_meo_environmental.json index 063bafa0..37bd7d4e 100644 --- a/data-review/open_MODEX_consortium/MEO/modex_meo_environmental.json +++ b/data-review/open_MODEX_consortium/MEO/modex_meo_environmental.json @@ -1,9 +1,10 @@ { - "name": "meo_frameworkname_environmental", - "title": "Umweltdaten", - "id": "http://openenergyplatform.org/dataedit/reference/view/meo_frameworkname_environmental", + "name": "modex_meo_environmental", + "title": "MODEX - MEO - Environmental", + "id": "http://openenergyplatform.org/dataedit/view/reference/modex_meo_environmental", "description": "Einsatz/Nutzung Infrastruktur (inkl. Potentiale)", "language": [ + "en-GB", "de-DE" ], "keywords": [ @@ -11,13 +12,13 @@ ], "publicationDate": "2021-07-19", "context": { - "homepage": null, + "homepage": "https://www.energiesystem-forschung.de/forschen/projekte/meo", "documentation": null, "sourceCode": null, "contact": null, - "grantNo": null, - "fundingAgency": null, - "fundingAgencyLogo": null, + "grantNo": "03ET4078", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", + "fundingAgencyLogo": "https://www.innovation-beratung-foerderung.de/INNO/Redaktion/DE/Bilder/Titelbilder/titel_foerderlogo_bmwi.jpg;jsessionid=7C329FD594B914D85D84649345B95756?__blob=normal&v=3", "publisherLogo": null }, "spatial": { @@ -67,12 +68,19 @@ "date": "2021-07-19", "object": "Metadata", "comment": "Create metadata" + }, + { + "title": "Ludee", + "email": "ludwig.huelk@rl-institut.de", + "date": "2021-11-30", + "object": "Metadata", + "comment": "Review and update metadata" } ], "resources": null, "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", - "badge": null + "badge": "Bronze" }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/MEO/modex_meo_installed_capacity.json b/data-review/open_MODEX_consortium/MEO/modex_meo_installed_capacity.json index 22beb3cf..7dd5b1d6 100644 --- a/data-review/open_MODEX_consortium/MEO/modex_meo_installed_capacity.json +++ b/data-review/open_MODEX_consortium/MEO/modex_meo_installed_capacity.json @@ -1,7 +1,7 @@ { - "name": "meo_frameworkname_installed_capacity", - "title": "Installierte Leistungen", - "id": "http://openenergyplatform.org/dataedit/view/reference/meo_frameworkname_installed_capacity", + "name": "modex_meo_installed_capacity", + "title": "MODEX - MEO - Installed Capacity", + "id": "http://openenergyplatform.org/dataedit/view/reference/modex_meo_installed_capacity", "description": "Kapazitäten für hydro-thermische und fluktuierende Erneuerbarenanlagen", "language": [ "en-GB", @@ -15,13 +15,13 @@ ], "publicationDate": "2021-07-19", "context": { - "homepage": null, + "homepage": "https://www.energiesystem-forschung.de/forschen/projekte/meo", "documentation": null, "sourceCode": null, "contact": null, - "grantNo": null, - "fundingAgency": null, - "fundingAgencyLogo": null, + "grantNo": "03ET4078", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", + "fundingAgencyLogo": "https://www.innovation-beratung-foerderung.de/INNO/Redaktion/DE/Bilder/Titelbilder/titel_foerderlogo_bmwi.jpg;jsessionid=7C329FD594B914D85D84649345B95756?__blob=normal&v=3", "publisherLogo": null }, "spatial": { @@ -50,7 +50,7 @@ "title": "Open Data Commons Open Database License (ODbL) v1.0", "path": "https://opendatacommons.org/licenses/odbl/1-0/", "instruction": null, - "attribution": "Steffen Meinecke" + "attribution": "University of Kassel, TU Dortmund, RWTH Aachen University and Fraunhofer Institute for Energy Economics and Energy System Technology (IEE) Kassel" } ] } @@ -71,12 +71,19 @@ "date": "2021-07-19", "object": "Metadata", "comment": "Create metadata" + }, + { + "title": "Ludee", + "email": "ludwig.huelk@rl-institut.de", + "date": "2021-11-30", + "object": "Metadata", + "comment": "Review and update metadata" } ], "resources": null, "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", - "badge": null + "badge": "Bronze" }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/MEO/modex_meo_load.json b/data-review/open_MODEX_consortium/MEO/modex_meo_load.json index 748a73e8..4ab7a95e 100644 --- a/data-review/open_MODEX_consortium/MEO/modex_meo_load.json +++ b/data-review/open_MODEX_consortium/MEO/modex_meo_load.json @@ -1,6 +1,6 @@ { - "name": "meo_frameworkname_load", - "title": "Nachfrageprofile und -mengen", + "name": "modex_meo_load", + "title": "MODEX - MEO - Load", "id": "http://openenergyplatform.org/dataedit/view/reference/meo_frameworkname_load", "description": "Synthetische Profile und Nachfragemengen für Strom- & Wärmenachfrage, Reservebedarf", "language": [ @@ -17,13 +17,13 @@ ], "publicationDate": "2021-07-19", "context": { - "homepage": null, + "homepage": "https://www.energiesystem-forschung.de/forschen/projekte/meo", "documentation": null, "sourceCode": null, "contact": null, - "grantNo": null, - "fundingAgency": null, - "fundingAgencyLogo": null, + "grantNo": "03ET4078", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", + "fundingAgencyLogo": "https://www.innovation-beratung-foerderung.de/INNO/Redaktion/DE/Bilder/Titelbilder/titel_foerderlogo_bmwi.jpg;jsessionid=7C329FD594B914D85D84649345B95756?__blob=normal&v=3", "publisherLogo": null }, "spatial": { @@ -52,21 +52,7 @@ "title": "Open Data Commons Open Database License (ODbL) v1.0", "path": "https://opendatacommons.org/licenses/odbl/1-0/", "instruction": null, - "attribution": "Steffen Meinecke" - } - ] - }, - { - "title": "", - "description": "", - "path": "", - "licenses": [ - { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "attribution": "University of Kassel, TU Dortmund, RWTH Aachen University and Fraunhofer Institute for Energy Economics and Energy System Technology (IEE) Kassel" } ] } @@ -87,12 +73,19 @@ "date": "2021-07-19", "object": "Metadata", "comment": "Create metadata" + }, + { + "title": "Ludee", + "email": "ludwig.huelk@rl-institut.de", + "date": "2021-11-30", + "object": "Metadata", + "comment": "Review and update metadata" } ], "resources": null, "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", - "badge": null + "badge": "Bronze" }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/MEO/modex_meo_socio_economic.json b/data-review/open_MODEX_consortium/MEO/modex_meo_socio_economic.json index 830716bf..26bbe688 100644 --- a/data-review/open_MODEX_consortium/MEO/modex_meo_socio_economic.json +++ b/data-review/open_MODEX_consortium/MEO/modex_meo_socio_economic.json @@ -1,9 +1,10 @@ { - "name": "meo_frameworkname_socio_economic", - "title": "Makro-ökonomisch, Politik, Statistik und Sonstige", + "name": "modex_meo_socio_economic", + "title": "MODEX - MEO - Socio-Economic", "id": "http://openenergyplatform.org/dataedit/view/reference/meo_frameworkname_socio_economic", "description": "Makro-ökonomisch, Politik, Statistik und Sonstige", "language": [ + "en-GB", "de-DE" ], "keywords": [ @@ -11,13 +12,13 @@ ], "publicationDate": "2021-07-19", "context": { - "homepage": null, + "homepage": "https://www.energiesystem-forschung.de/forschen/projekte/meo", "documentation": null, "sourceCode": null, "contact": null, - "grantNo": null, - "fundingAgency": null, - "fundingAgencyLogo": null, + "grantNo": "03ET4078", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", + "fundingAgencyLogo": "https://www.innovation-beratung-foerderung.de/INNO/Redaktion/DE/Bilder/Titelbilder/titel_foerderlogo_bmwi.jpg;jsessionid=7C329FD594B914D85D84649345B95756?__blob=normal&v=3", "publisherLogo": null }, "spatial": { @@ -81,12 +82,19 @@ "date": "2021-07-19", "object": "Metadata", "comment": "Create metadata" + }, + { + "title": "Ludee", + "email": "ludwig.huelk@rl-institut.de", + "date": "2021-11-30", + "object": "Metadata", + "comment": "Review and update metadata" } ], "resources": null, "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", - "badge": null + "badge": "Bronze" }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", From a03b7640b03c5b5de2745a1077610c6c9b5b53f5 Mon Sep 17 00:00:00 2001 From: Ludee Date: Tue, 30 Nov 2021 23:23:35 +0100 Subject: [PATCH 16/30] Review and update EnSAVes files #88 --- .../modex_flexmex_techno_economic.json | 6 +- .../MODEX-EnSAVes/modex_ensaves_costs.json | 175 ++++++++---------- .../modex_ensaves_electric_vehicles.json | 27 ++- .../modex_ensaves_environmental.json | 25 ++- .../modex_ensaves_installed_capacity.json | 29 +-- .../MODEX-EnSAVes/modex_ensaves_load.json | 47 ++--- .../modex_ensaves_socio_economic.json | 37 ++-- .../MODEX-EnSAVes/modex_ensaves_supply.json | 35 ++-- .../modex_ensaves_techno_economic.json | 91 +++------ 9 files changed, 215 insertions(+), 257 deletions(-) diff --git a/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_techno_economic.json b/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_techno_economic.json index 160e7eb7..bd55927e 100644 --- a/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_techno_economic.json +++ b/data-review/open_MODEX_consortium/Flexmex/modex_flexmex_techno_economic.json @@ -159,7 +159,7 @@ ] }, { - "title": "Current and prospective costs of electricity generation until 2050", + "title": "Current and Prospective Costs of Electricity Generation until 2050", "description": "2013, Data collection for electricity generation costs, urldate = {2021-03-30}, institution = {DIW}, version = {Corrected Version}", "path": "https://www.econstor.eu/bitstream/10419/80348/1/757528015.pdf", "licenses": [ @@ -341,8 +341,8 @@ ] }, { - "title": "TYNDP - Market modelling data", - "description": "2015, Ten year network development plan of Europe, urldate = {2021-03-30}, institution ={ENTSO-E}, date = {2015-11} ", + "title": "TYNDP 2016 - Market modelling data", + "description": "2015, Ten Year Network Development Plan of Europe, urldate = {2021-03-30}, institution = {ENTSO-E}, date = {2015-11} ", "path": "https://www.entsoe.eu/Documents/TYNDP%20documents/TYNDP%202016/rgips/TYNDP2016%20market%20modelling%20data.xlsx", "licenses": [ { diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_costs.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_costs.json index 728c718c..6e93ea3e 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_costs.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_costs.json @@ -1,6 +1,6 @@ { - "name": "modex_ensaves_costs", - "title": "Costs data", + "name": "modex_modexensaves_costs", + "title": "MODEX - MODEX-EnSAVes - Costs data", "id": "http://openenergyplatform.org/dataedit/view/reference/modex_ensaves_costs", "description": "[Multiple Topics]: Wholesale electricity prices; Prices for fuels (oil, lignite, coal, gas, uranium, biomass, bioliquid, biogas); Prices for CO2; Specific investment of power plants for different generation technologies, i.e. gas, lignite, hard coal, oil and nuclear; Power plant load change cost (dependent on depreciation and fuel factor) for different generation technologies, i.e. gas, lignite, hard coal, oil and nuclear; Variable and fixed operation and maintenance costs of power plants for different generation technologies, i.e. gas, lignite, hard coal, oil and nuclear; Power plant start-up cost (dependent on depreciation and fuel factor) for different generation technologies, i.e. gas, lignite, hard coal, oil and nuclear", "language": [ @@ -20,13 +20,13 @@ ], "publicationDate": "2021-07-19", "context": { - "homepage": null, + "homepage": "https://www.energiesystem-forschung.de/forschen/projekte/modex-ensaves", "documentation": null, "sourceCode": null, "contact": null, - "grantNo": null, - "fundingAgency": null, - "fundingAgencyLogo": null, + "grantNo": "03ET4079", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", + "fundingAgencyLogo": "https://www.innovation-beratung-foerderung.de/INNO/Redaktion/DE/Bilder/Titelbilder/titel_foerderlogo_bmwi.jpg;jsessionid=7C329FD594B914D85D84649345B95756?__blob=normal&v=3", "publisherLogo": null }, "spatial": { @@ -46,30 +46,30 @@ }, "sources": [ { - "title": "TYNDP 2018", - "description": "2018, Ten-Year Network Development Plan, urldate = 2019-08-21, institution = ENTSO-E", + "title": "TYNDP 2018 - Market modelling data", + "description": "2018, Ten Year Network Development Plan, urldate = {2019-08-21}, institution = {ENTSO-E}", "path": "https://tyndp.entsoe.eu/tyndp2018/", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "© ENTSO-E" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "ENTSO-E" } ] }, { "title": "World Energy Outlook 2018", - "description": "2018, urldate = 2021-04-30, institution = IEA - International Energy Agency", + "description": "2018, World Energy Outlook, urldate = {2021-04-30}, institution = {IEA - International Energy Agency}", "path": "https://doi.org/10.1787/weo-2018-en", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "© IEA" + "name": null, + "title": null, + "path": null, + "instruction": "Nicht verfügbar", + "attribution": "International Energy Agency" } ] }, @@ -79,11 +79,11 @@ "path": "https://www.diw.de/documents/publikationen/73/diw_01.c.424566.de/diw_datadoc_2013-068.pdf", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "© DIW Berlin" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "Andreas Schröder, Friedrich Kunz, Jan Meiss, Roman Mendelevitch, Christian von Hirschhausen (DIW)" } ] }, @@ -93,25 +93,11 @@ "path": "https://elib.dlr.de/66117/", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "© DLR, SRU" - } - ] - }, - { - "title": "Current and Prospective Costs of Electricity Generation until 2050", - "description": "2013, urldate = 2021-04-30, institution = DIW - Deutsches Institut für Wirtschaftsforschung", - "path": "https://www.diw.de/documents/publikationen/73/diw_01.c.424566.de/diw_datadoc_2013-068.pdf", - "licenses": [ - { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "© DIW Berlin" + "name": null, + "title": null, + "path": null, + "instruction": "Nur DLR-intern zugänglich", + "attribution": "DLR, SRU" } ] }, @@ -121,25 +107,11 @@ "path": "https://www.vgb.org/vgbmultimedia/LCOE_Final_version_status_09_2012-p-5414.pdf", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "© VGB PowerTech" - } - ] - }, - { - "title": "Current and Prospective Costs of Electricity Generation until 2050", - "description": "2013, urldate = 2021-04-30, institution = DIW - Deutsches Institut für Wirtschaftsforschung", - "path": "https://www.diw.de/documents/publikationen/73/diw_01.c.424566.de/diw_datadoc_2013-068.pdf", - "licenses": [ - { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "© DIW Berlin" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "VGB PowerTech e.V." } ] }, @@ -149,11 +121,11 @@ "path": "https://www.dena.de/fileadmin/dena/Dokumente/Pdf/9113_dena-Netzstudie_I.pdf", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "© dena" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "dena" } ] }, @@ -163,11 +135,11 @@ "path": "https://docplayer.org/17930921-Ier-vertraeglichkeit-von-erneuerbaren-energien-und-kernenergie-im-erzeugungsportfolio-technische-und-oekonomische-studie.html", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "© Uni Stuttgart" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "Uni Stuttgart" } ] }, @@ -177,11 +149,11 @@ "path": "http://dx.doi.org/10.18419/opus-1597", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "© Uni Stuttgart" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "Uni Stuttgart" } ] }, @@ -191,11 +163,11 @@ "path": "https://publikationen.bibliothek.kit.edu/1000034017/2515163", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "© KIT" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "KIT" } ] }, @@ -205,11 +177,11 @@ "path": "https://refman.energytransitionmodel.com/publications/1943/download", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "© ECOFYS" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "ECOFYS" } ] }, @@ -219,11 +191,11 @@ "path": "https://www.researchgate.net/profile/Dirk-Sauer-2/publication/301340138_Konventionelle_Kraftwerke_-_Technologiesteckbrief_zur_Analyse_Flexibilitatskonzepte_fur_die_Stromversorgung_2050/links/5712920e08ae39beb87a46e8/Konventionelle-Kraftwerke-Technologiesteckbrief-zur-Analyse-Flexibilitaetskonzepte-fuer-die-Stromversorgung-2050.pdf", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "© Universität Duisburg-Essen" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "Universität Duisburg-Essen" } ] }, @@ -233,11 +205,11 @@ "path": "https://doi.org/10.1016/j.eneco.2010.07.002", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "© Elsevier 2010" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "Elsevier 2010" } ] } @@ -258,12 +230,19 @@ "date": "2021-07-19", "object": "Metadata", "comment": "Create metadata" + }, + { + "title": "Ludee", + "email": "ludwig.huelk@rl-institut.de", + "date": "2021-11-30", + "object": "Metadata", + "comment": "Review and update metadata" } ], "resources": null, "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", - "badge": null + "badge": "Bronze" }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_electric_vehicles.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_electric_vehicles.json index b30e5c5d..c17a15c1 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_electric_vehicles.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_electric_vehicles.json @@ -1,6 +1,6 @@ { - "name": "modex_ensaves_electric_vehicles", - "title": "Electric vehicles", + "name": "modex_modexensaves_electric_vehicles", + "title": "MODEX - MODEX-EnSAVes - Electric vehicles", "id": "http://openenergyplatform.org/dataedit/view/reference/modex_ensaves_electric_vehicles", "description": "Electric vehicle fleet ", "language": [ @@ -11,13 +11,13 @@ ], "publicationDate": "2021-07-19", "context": { - "homepage": null, + "homepage": "https://www.energiesystem-forschung.de/forschen/projekte/modex-ensaves", "documentation": null, "sourceCode": null, "contact": null, - "grantNo": null, - "fundingAgency": null, - "fundingAgencyLogo": null, + "grantNo": "03ET4079", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", + "fundingAgencyLogo": "https://www.innovation-beratung-foerderung.de/INNO/Redaktion/DE/Bilder/Titelbilder/titel_foerderlogo_bmwi.jpg;jsessionid=7C329FD594B914D85D84649345B95756?__blob=normal&v=3", "publisherLogo": null }, "spatial": { @@ -37,7 +37,7 @@ }, "sources": [ { - "name": "TYNDP 2018", + "name": "TYNDP 2018 - Market modelling data", "title": "2018, Ten-Year Network Development Plan, urldate = 2019-08-21, institution = ENTSO-E", "path": "https://tyndp.entsoe.eu/tyndp2018/", "licenses": [ @@ -46,7 +46,7 @@ "title": null, "path": null, "instruction": null, - "attribution": "© ENTSO-E" + "attribution": "ENTSO-E" } ] }, @@ -60,7 +60,7 @@ "title": null, "path": null, "instruction": null, - "attribution": "© IEA" + "attribution": "IEA" } ] } @@ -81,12 +81,19 @@ "date": "2021-07-19", "object": "Metadata", "comment": "Create metadata" + }, + { + "title": "Ludee", + "email": "ludwig.huelk@rl-institut.de", + "date": "2021-11-30", + "object": "Metadata", + "comment": "Review and update metadata" } ], "resources": null, "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", - "badge": null + "badge": "Bronze" }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_environmental.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_environmental.json index 67755a8a..e4719fa9 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_environmental.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_environmental.json @@ -1,6 +1,6 @@ { - "name": "modex_ensaves_environmental", - "title": "Environmental data", + "name": "modex_modexensaves_environmental", + "title": "MODEX - MODEX-EnSAVes - Environmental data", "id": "http://openenergyplatform.org/dataedit/view/reference/modex_ensaves_environmental", "description": "Emission factors of power plants and different generation technologies, i.e. gas, lignite, hard coal, oil and nuclear", "language": [ @@ -11,15 +11,15 @@ "power plant", "emission factors" ], - "publicationDate": "", + "publicationDate": "2021-07-19", "context": { - "homepage": null, + "homepage": "https://www.energiesystem-forschung.de/forschen/projekte/modex-ensaves", "documentation": null, "sourceCode": null, "contact": null, - "grantNo": null, - "fundingAgency": null, - "fundingAgencyLogo": null, + "grantNo": "03ET4079", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", + "fundingAgencyLogo": "https://www.innovation-beratung-foerderung.de/INNO/Redaktion/DE/Bilder/Titelbilder/titel_foerderlogo_bmwi.jpg;jsessionid=7C329FD594B914D85D84649345B95756?__blob=normal&v=3", "publisherLogo": null }, "spatial": { @@ -48,7 +48,7 @@ "title": null, "path": null, "instruction": null, - "attribution": "© UBA" + "attribution": "UBA" } ] } @@ -69,12 +69,19 @@ "date": "2021-07-19", "object": "Metadata", "comment": "Create metadata" + }, + { + "title": "Ludee", + "email": "ludwig.huelk@rl-institut.de", + "date": "2021-11-30", + "object": "Metadata", + "comment": "Review and update metadata" } ], "resources": null, "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", - "badge": null + "badge": "Bronze" }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_installed_capacity.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_installed_capacity.json index 4df5a40b..fe3cc640 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_installed_capacity.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_installed_capacity.json @@ -1,6 +1,6 @@ { - "name": "modex_ensaves_installed_capacity", - "title": "Installed capacity", + "name": "modex_modexensaves_installed_capacity", + "title": "MODEX - MODEX-EnSAVes - Installed capacity", "id": "http://openenergyplatform.org/dataedit/view/reference/modex_ensaves_installed_capacity", "description": "European net transfer capacities", "language": [ @@ -13,13 +13,13 @@ ], "publicationDate": "2021-07-19", "context": { - "homepage": null, + "homepage": "https://www.energiesystem-forschung.de/forschen/projekte/modex-ensaves", "documentation": null, "sourceCode": null, "contact": null, - "grantNo": null, - "fundingAgency": null, - "fundingAgencyLogo": null, + "grantNo": "03ET4079", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", + "fundingAgencyLogo": "https://www.innovation-beratung-foerderung.de/INNO/Redaktion/DE/Bilder/Titelbilder/titel_foerderlogo_bmwi.jpg;jsessionid=7C329FD594B914D85D84649345B95756?__blob=normal&v=3", "publisherLogo": null }, "spatial": { @@ -48,7 +48,7 @@ "title": null, "path": null, "instruction": null, - "attribution": "© ENTSO-E" + "attribution": "ENTSO-E" } ] }, @@ -62,7 +62,7 @@ "title": null, "path": null, "instruction": null, - "attribution": "© 50Hertz Transmission GmbH, Amprion GmbH,TenneT TSO GmbH, TransnetBW GmbH" + "attribution": "50Hertz Transmission GmbH, Amprion GmbH,TenneT TSO GmbH, TransnetBW GmbH" } ] }, @@ -76,7 +76,7 @@ "title": null, "path": null, "instruction": null, - "attribution": "© IEA" + "attribution": "IEA" } ] }, @@ -90,7 +90,7 @@ "title": null, "path": null, "instruction": null, - "attribution": "© ENTSO-E" + "attribution": "ENTSO-E" } ] } @@ -111,12 +111,19 @@ "date": "2021-07-19", "object": "Metadata", "comment": "Create metadata" + }, + { + "title": "Ludee", + "email": "ludwig.huelk@rl-institut.de", + "date": "2021-11-30", + "object": "Metadata", + "comment": "Review and update metadata" } ], "resources": null, "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", - "badge": null + "badge": "Bronze" }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_load.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_load.json index 65a2f91f..7f4fd64d 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_load.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_load.json @@ -1,6 +1,6 @@ { - "name": "modex_ensaves_load", - "title": "Load data", + "name": "modex_modexensaves_load", + "title": "MODEX - MODEX-EnSAVes - Load data", "id": "http://openenergyplatform.org/dataedit/view/reference/modex_ensaves_load", "description": "[Multipble topics]: Hourly load profiles by EU country; Yearly electricity demand; Yearly district heat demand Germany; Demand for load-frequency control and reserves by EU country and reserve type 2016; ", "language": [ @@ -17,13 +17,13 @@ ], "publicationDate": "2021-07-19", "context": { - "homepage": null, + "homepage": "https://www.energiesystem-forschung.de/forschen/projekte/modex-ensaves", "documentation": null, "sourceCode": null, "contact": null, - "grantNo": null, - "fundingAgency": null, - "fundingAgencyLogo": null, + "grantNo": "03ET4079", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", + "fundingAgencyLogo": "https://www.innovation-beratung-foerderung.de/INNO/Redaktion/DE/Bilder/Titelbilder/titel_foerderlogo_bmwi.jpg;jsessionid=7C329FD594B914D85D84649345B95756?__blob=normal&v=3", "publisherLogo": null }, "spatial": { @@ -52,7 +52,7 @@ "title": null, "path": null, "instruction": null, - "attribution": "© ENTSO-E" + "attribution": "ENTSO-E" } ] }, @@ -66,12 +66,12 @@ "title": null, "path": null, "instruction": null, - "attribution": "© IEA" + "attribution": "IEA" } ] }, { - "title": "TYNDP 2018", + "title": "TYNDP 2018 - Market modelling data", "description": "2018, Ten-Year Network Development Plan, urldate = 2019-08-21, institution = ENTSO-E", "path": "https://tyndp.entsoe.eu/tyndp2018/", "licenses": [ @@ -80,7 +80,7 @@ "title": null, "path": null, "instruction": null, - "attribution": "© ENTSO-E" + "attribution": "ENTSO-E" } ] }, @@ -94,7 +94,7 @@ "title": null, "path": null, "instruction": null, - "attribution": "© AGEB e. V." + "attribution": "AGEB e. V." } ] }, @@ -108,21 +108,7 @@ "title": null, "path": null, "instruction": null, - "attribution": "© dena" - } - ] - }, - { - "title": "ENTSO-E Transparency Platform", - "description": "2018, Central collection and publication of electricity generation, transportation and consumption data and information for the pan-European market., urldate = 2019-08-21, institution = ENTSO-E", - "path": "https://transparency.entsoe.eu/", - "licenses": [ - { - "name": null, - "title": null, - "path": null, - "instruction": null, - "attribution": "© ENTSO-E" + "attribution": "dena" } ] } @@ -143,12 +129,19 @@ "date": "2021-07-19", "object": "Metadata", "comment": "Create metadata" + }, + { + "title": "Ludee", + "email": "ludwig.huelk@rl-institut.de", + "date": "2021-11-30", + "object": "Metadata", + "comment": "Review and update metadata" } ], "resources": null, "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", - "badge": null + "badge": "Bronze" }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_socio_economic.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_socio_economic.json index a155f850..a4d57334 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_socio_economic.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_socio_economic.json @@ -1,6 +1,6 @@ { - "name": "modex_ensaves_socio_economic", - "title": "Socio economic data", + "name": "modex_modexensaves_socio_economic", + "title": "MODEX - MODEX-EnSAVes - Socio economic data", "id": "http://openenergyplatform.org/dataedit/view/reference/modex_ensaves_socio_economic", "description": "Gross domestic product, Population", "language": [ @@ -13,13 +13,13 @@ ], "publicationDate": "2021-07-19", "context": { - "homepage": null, + "homepage": "https://www.energiesystem-forschung.de/forschen/projekte/modex-ensaves", "documentation": null, "sourceCode": null, "contact": null, - "grantNo": null, - "fundingAgency": null, - "fundingAgencyLogo": null, + "grantNo": "03ET4079", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", + "fundingAgencyLogo": "https://www.innovation-beratung-foerderung.de/INNO/Redaktion/DE/Bilder/Titelbilder/titel_foerderlogo_bmwi.jpg;jsessionid=7C329FD594B914D85D84649345B95756?__blob=normal&v=3", "publisherLogo": null }, "spatial": { @@ -48,21 +48,7 @@ "title": null, "path": null, "instruction": null, - "attribution": "© European Union" - } - ] - }, - { - "title": "EU Reference Scenario 2016 - Energy, transport and GHG emissions Trends to 2050", - "description": "2016,urldate = 2019-08-21, institution = EU - European Union", - "path": "https://ec.europa.eu/energy/sites/ener/files/documents/ref2016_report_final-web.pdf", - "licenses": [ - { - "name": null, - "title": null, - "path": null, - "instruction": null, - "attribution": "© European Union" + "attribution": "European Union" } ] } @@ -83,12 +69,19 @@ "date": "2021-07-19", "object": "Metadata", "comment": "Create metadata" + }, + { + "title": "Ludee", + "email": "ludwig.huelk@rl-institut.de", + "date": "2021-11-30", + "object": "Metadata", + "comment": "Review and update metadata" } ], "resources": null, "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", - "badge": null + "badge": "Bronze" }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_supply.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_supply.json index 9ef58b5b..6b0064c5 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_supply.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_supply.json @@ -1,6 +1,6 @@ { - "name": "modex_ensaves_supply", - "title": "Supply data", + "name": "modex_modexensaves_supply", + "title": "MODEX - MODEX-EnSAVes - Supply data", "id": "http://openenergyplatform.org/dataedit/view/reference/modex_ensaves_supply", "description": "[Multiple Topics]: Gerneration profiles of variable RES by country based on historical capacity factors from 2016/2012; Power plant availability of installed capacity in the course of year for different generation technologies, i.e. gas, lignite, hard coal, oil and nuclear", "language": [ @@ -15,13 +15,13 @@ ], "publicationDate": "2021-07-19", "context": { - "homepage": null, + "homepage": "https://www.energiesystem-forschung.de/forschen/projekte/modex-ensaves", "documentation": null, "sourceCode": null, "contact": null, - "grantNo": null, - "fundingAgency": null, - "fundingAgencyLogo": null, + "grantNo": "03ET4079", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", + "fundingAgencyLogo": "https://www.innovation-beratung-foerderung.de/INNO/Redaktion/DE/Bilder/Titelbilder/titel_foerderlogo_bmwi.jpg;jsessionid=7C329FD594B914D85D84649345B95756?__blob=normal&v=3", "publisherLogo": null }, "spatial": { @@ -41,16 +41,16 @@ }, "sources": [ { - "title": "OPSD", + "title": "OPSD - Renewable power plants", "description": "2018, Open Power System Data - A free open data platform for power system modelling, urldate = 2019-08-21, Neon Neue Energieökonomik GmbH et al.", "path": "https://data.open-power-system-data.org/renewable_power_plants/", "licenses": [ { - "name": "CC BY 4.0", - "title": "Attribution 4.0 International", - "path": "https://creativecommons.org/licenses/by/4.0/", - "instruction": "You are free to: Share , Adapt ", - "attribution": "© OSPD" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "OSPD" } ] }, @@ -64,7 +64,7 @@ "title": null, "path": null, "instruction": null, - "attribution": "© DIW Berlin" + "attribution": "DIW Berlin" } ] } @@ -85,12 +85,19 @@ "date": "2021-07-19", "object": "Metadata", "comment": "Create metadata" + }, + { + "title": "Ludee", + "email": "ludwig.huelk@rl-institut.de", + "date": "2021-11-30", + "object": "Metadata", + "comment": "Review and update metadata" } ], "resources": null, "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", - "badge": null + "badge": "Bronze" }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_techno_economic.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_techno_economic.json index d1d6b954..f42f6df2 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_techno_economic.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_techno_economic.json @@ -1,6 +1,6 @@ { - "name": "modex_ensaves_techno_economic", - "title": "Techno economic data", + "name": "modex_modexensaves_techno_economic", + "title": "MODEX - MODEX-EnSAVes - Techno economic data", "id": "http://openenergyplatform.org/dataedit/view/reference/reference/modex_ensaves_techno_economic", "description": "[Multiple Topics]: Lifetime of investment for heating systems and power plants for different generation technologies, i.e. gas, lignite, hard coal, oil and nuclear; Power plant efficiency for electricity production for different generation technologies, i.e. gas, lignite, hard coal, oil and nuclear", "language": [ @@ -15,13 +15,13 @@ ], "publicationDate": "2021-07-19", "context": { - "homepage": null, + "homepage": "https://www.energiesystem-forschung.de/forschen/projekte/modex-ensaves", "documentation": null, "sourceCode": null, "contact": null, - "grantNo": null, - "fundingAgency": null, - "fundingAgencyLogo": null, + "grantNo": "03ET4079", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", + "fundingAgencyLogo": "https://www.innovation-beratung-foerderung.de/INNO/Redaktion/DE/Bilder/Titelbilder/titel_foerderlogo_bmwi.jpg;jsessionid=7C329FD594B914D85D84649345B95756?__blob=normal&v=3", "publisherLogo": null }, "spatial": { @@ -50,7 +50,7 @@ "title": null, "path": null, "instruction": null, - "attribution": "© OECD" + "attribution": "OECD" } ] }, @@ -64,7 +64,7 @@ "title": null, "path": null, "instruction": null, - "attribution": "© RTWH Aachen" + "attribution": "RTWH Aachen" } ] }, @@ -78,7 +78,7 @@ "title": null, "path": null, "instruction": null, - "attribution": "© Uni Stuttgart" + "attribution": "Uni Stuttgart" } ] }, @@ -92,7 +92,7 @@ "title": null, "path": null, "instruction": null, - "attribution": "© KIT" + "attribution": "KIT" } ] }, @@ -106,7 +106,7 @@ "title": null, "path": null, "instruction": null, - "attribution": "© Uni Stuttgart" + "attribution": "Uni Stuttgart" } ] }, @@ -120,7 +120,7 @@ "title": null, "path": null, "instruction": null, - "attribution": "© dena" + "attribution": "dena" } ] }, @@ -134,7 +134,7 @@ "title": null, "path": null, "instruction": null, - "attribution": "© dena" + "attribution": "dena" } ] }, @@ -148,7 +148,7 @@ "title": null, "path": null, "instruction": null, - "attribution": "© Agora Energiewende" + "attribution": "Agora Energiewende" } ] }, @@ -162,7 +162,7 @@ "title": null, "path": null, "instruction": null, - "attribution": "© DVGW" + "attribution": "DVGW" } ] }, @@ -176,7 +176,7 @@ "title": null, "path": null, "instruction": null, - "attribution": "© DLR, IWES, IFNE" + "attribution": "DLR, IWES, IFNE" } ] }, @@ -190,7 +190,7 @@ "title": null, "path": null, "instruction": null, - "attribution": "© DIW Berlin" + "attribution": "DIW Berlin" } ] }, @@ -204,49 +204,7 @@ "title": null, "path": null, "instruction": null, - "attribution": "© IEA" - } - ] - }, - { - "title": "dena-Netzstudie I - Energiewirtschaftliche Planung für die Netzintegration von Windenergie in Deutschland an Land und Offshore bis zum Jahr 2020", - "description": "2010, urldate = 2021-04-30, institution = dena - Deutsche Energie-Agentur", - "path": "https://www.dena.de/fileadmin/dena/Dokumente/Pdf/9113_dena-Netzstudie_I.pdf", - "licenses": [ - { - "name": null, - "title": null, - "path": null, - "instruction": null, - "attribution": "© dena" - } - ] - }, - { - "title": "Verträglichkeit von erneuerbaren Energien und Kernenergie im Erzeugungsportfolio - Technische und ökonomische Aspekte", - "description": "2009, urldate = 2021-04-30, institution = IER - Institut für Energiewirtschaft und Rationelle Energieanwendung, Universität Stuttgart", - "path": "https://docplayer.org/17930921-Ier-vertraeglichkeit-von-erneuerbaren-energien-und-kernenergie-im-erzeugungsportfolio-technische-und-oekonomische-studie.html", - "licenses": [ - { - "name": null, - "title": null, - "path": null, - "instruction": null, - "attribution": "© Uni Stuttgart" - } - ] - }, - { - "title": "Optimierung eines Portfolios mit hydrothermischem Kraftwerkspark im börslichen Strom- und Gasterminmarkt", - "description": "2003, urldate = 2021-04-30, institution = IER - Institut für Energiewirtschaft und Rationelle Energieanwendung, Universität Stuttgart", - "path": "http://dx.doi.org/10.18419/opus-1597", - "licenses": [ - { - "name": null, - "title": null, - "path": null, - "instruction": null, - "attribution": "© Uni Stuttgart" + "attribution": "IEA" } ] }, @@ -260,7 +218,7 @@ "title": null, "path": null, "instruction": null, - "attribution": "© ECOFYS" + "attribution": "ECOFYS" } ] }, @@ -274,7 +232,7 @@ "title": null, "path": null, "instruction": null, - "attribution": "© Universität Duisburg-Essen" + "attribution": "Universität Duisburg-Essen" } ] } @@ -295,12 +253,19 @@ "date": "2021-07-19", "object": "Metadata", "comment": "Create metadata" + }, + { + "title": "Ludee", + "email": "ludwig.huelk@rl-institut.de", + "date": "2021-11-30", + "object": "Metadata", + "comment": "Review and update metadata" } ], "resources": null, "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", - "badge": null + "badge": "Bronze" }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", From 8201b108d5b14f768503ccd273d6bdedff52c980 Mon Sep 17 00:00:00 2001 From: Ludee Date: Tue, 30 Nov 2021 23:51:39 +0100 Subject: [PATCH 17/30] Review and update MODEX-NET files #88 --- .../MODEX-EnSAVes/modex_ensaves_costs.json | 2 +- .../modex_ensaves_electric_vehicles.json | 2 +- .../modex_ensaves_environmental.json | 2 +- .../modex_ensaves_installed_capacity.json | 2 +- .../MODEX-EnSAVes/modex_ensaves_load.json | 2 +- .../modex_ensaves_socio_economic.json | 2 +- .../modex_ensaves_techno_economic.json | 2 +- .../MODEX-NET/modex_net_costs.json | 21 +++++--- .../MODEX-NET/modex_net_environmental.json | 22 ++++++--- .../modex_net_installed_capacity.json | 23 +++++---- .../MODEX-NET/modex_net_load.json | 24 ++++++---- .../MODEX-NET/modex_net_supply.json | 48 +++++++++++-------- 12 files changed, 95 insertions(+), 57 deletions(-) diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_costs.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_costs.json index 6e93ea3e..ba9ea278 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_costs.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_costs.json @@ -20,7 +20,7 @@ ], "publicationDate": "2021-07-19", "context": { - "homepage": "https://www.energiesystem-forschung.de/forschen/projekte/modex-ensaves", + "homepage": "https://www.energiesystem-forschung.de/foerdern/projekte/modex-ensaves/", "documentation": null, "sourceCode": null, "contact": null, diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_electric_vehicles.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_electric_vehicles.json index c17a15c1..725486be 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_electric_vehicles.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_electric_vehicles.json @@ -11,7 +11,7 @@ ], "publicationDate": "2021-07-19", "context": { - "homepage": "https://www.energiesystem-forschung.de/forschen/projekte/modex-ensaves", + "homepage": "https://www.energiesystem-forschung.de/foerdern/projekte/modex-ensaves/", "documentation": null, "sourceCode": null, "contact": null, diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_environmental.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_environmental.json index e4719fa9..fb46ca61 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_environmental.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_environmental.json @@ -13,7 +13,7 @@ ], "publicationDate": "2021-07-19", "context": { - "homepage": "https://www.energiesystem-forschung.de/forschen/projekte/modex-ensaves", + "homepage": "https://www.energiesystem-forschung.de/foerdern/projekte/modex-ensaves/", "documentation": null, "sourceCode": null, "contact": null, diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_installed_capacity.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_installed_capacity.json index fe3cc640..99200398 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_installed_capacity.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_installed_capacity.json @@ -13,7 +13,7 @@ ], "publicationDate": "2021-07-19", "context": { - "homepage": "https://www.energiesystem-forschung.de/forschen/projekte/modex-ensaves", + "homepage": "https://www.energiesystem-forschung.de/forschen/projekte/modex-ensaves/", "documentation": null, "sourceCode": null, "contact": null, diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_load.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_load.json index 7f4fd64d..1c40a3a9 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_load.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_load.json @@ -17,7 +17,7 @@ ], "publicationDate": "2021-07-19", "context": { - "homepage": "https://www.energiesystem-forschung.de/forschen/projekte/modex-ensaves", + "homepage": "https://www.energiesystem-forschung.de/foerdern/projekte/modex-ensaves/", "documentation": null, "sourceCode": null, "contact": null, diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_socio_economic.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_socio_economic.json index a4d57334..5e0251af 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_socio_economic.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_socio_economic.json @@ -13,7 +13,7 @@ ], "publicationDate": "2021-07-19", "context": { - "homepage": "https://www.energiesystem-forschung.de/forschen/projekte/modex-ensaves", + "homepage": "https://www.energiesystem-forschung.de/foerdern/projekte/modex-ensaves/", "documentation": null, "sourceCode": null, "contact": null, diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_techno_economic.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_techno_economic.json index f42f6df2..fccff8e3 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_techno_economic.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_techno_economic.json @@ -15,7 +15,7 @@ ], "publicationDate": "2021-07-19", "context": { - "homepage": "https://www.energiesystem-forschung.de/forschen/projekte/modex-ensaves", + "homepage": "https://www.energiesystem-forschung.de/forschen/projekte/modex-ensaves/", "documentation": null, "sourceCode": null, "contact": null, diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_costs.json b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_costs.json index ca02555f..14ccf3c0 100644 --- a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_costs.json +++ b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_costs.json @@ -1,6 +1,6 @@ { - "name": "modex_net_costs", - "title": "Costs data", + "name": "modex_modexnet_costs", + "title": "MODEX - MODEX-NET - Costs", "id": "http://openenergyplatform.org/dataedit/view/reference/modex_net_costs", "description": "Preise für Brennstoffe", "language": [ @@ -13,13 +13,13 @@ ], "publicationDate": "2018-11-01", "context": { - "homepage": null, + "homepage": "https://www.energiesystem-forschung.de/forschen/projekte/modex-net", "documentation": null, "sourceCode": null, "contact": null, - "grantNo": null, - "fundingAgency": null, - "fundingAgencyLogo": null, + "grantNo": "03ET4074", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", + "fundingAgencyLogo": "https://www.innovation-beratung-foerderung.de/INNO/Redaktion/DE/Bilder/Titelbilder/titel_foerderlogo_bmwi.jpg;jsessionid=7C329FD594B914D85D84649345B95756?__blob=normal&v=3", "publisherLogo": null }, "spatial": { @@ -83,12 +83,19 @@ "date": "2021-07-19", "object": "Metadata", "comment": "Create metadata" + }, + { + "title": "Ludee", + "email": "ludwig.huelk@rl-institut.de", + "date": "2021-11-30", + "object": "Metadata", + "comment": "Review and update metadata" } ], "resources": null, "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", - "badge": null + "badge": "Bronze" }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_environmental.json b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_environmental.json index e3c940bf..3fdf9959 100644 --- a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_environmental.json +++ b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_environmental.json @@ -1,9 +1,10 @@ { - "name": "modex_net_environmental", - "title": "Environmental data", + "name": "modex_modexnet_environmental", + "title": "MODEX - MODEX-NET - Environmental", "id": "http://openenergyplatform.org/dataedit/view/reference/modex_net_environmental", "description": "CO2-Emissionsfaktoren für fossile Brennstoffe (je Brennstoff/Technologie)", "language": [ + "en-GB", "de-DE" ], "keywords": [ @@ -12,13 +13,13 @@ ], "publicationDate": "2019-05", "context": { - "homepage": null, + "homepage": "https://www.energiesystem-forschung.de/forschen/projekte/modex-net", "documentation": null, "sourceCode": null, "contact": null, - "grantNo": null, - "fundingAgency": null, - "fundingAgencyLogo": null, + "grantNo": "03ET4074", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", + "fundingAgencyLogo": "https://www.innovation-beratung-foerderung.de/INNO/Redaktion/DE/Bilder/Titelbilder/titel_foerderlogo_bmwi.jpg;jsessionid=7C329FD594B914D85D84649345B95756?__blob=normal&v=3", "publisherLogo": null }, "spatial": { @@ -68,12 +69,19 @@ "date": "2021-07-19", "object": "Metadata", "comment": "Create metadata" + }, + { + "title": "Ludee", + "email": "ludwig.huelk@rl-institut.de", + "date": "2021-11-30", + "object": "Metadata", + "comment": "Review and update metadata" } ], "resources": null, "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", - "badge": null + "badge": "Bronze" }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_installed_capacity.json b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_installed_capacity.json index 2ffc0902..2ca03afc 100644 --- a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_installed_capacity.json +++ b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_installed_capacity.json @@ -1,6 +1,6 @@ { - "name": "modex_net_installed_capacity", - "title": "Installed capacity", + "name": "modex_modexnet_installed_capacity", + "title": "MODEX - MODEX-NET - Installed capacity", "id": "http://openenergyplatform.org/dataedit/view/reference/modex_net_installed_capacity", "description": "Kuppelkapazitäten zwischen den ENTSO-E ländern für das Jahr 2016, 2025; NEP Zielnetz für das Jahr 2030: 220 kV und 380 kV AC-Leitungen sowie HGÜ-Leitungen (DC-Korridore)", "language": [ @@ -12,13 +12,13 @@ ], "publicationDate": "2019-12-20", "context": { - "homepage": null, + "homepage": "https://www.energiesystem-forschung.de/forschen/projekte/modex-net", "documentation": null, "sourceCode": null, "contact": null, - "grantNo": null, - "fundingAgency": null, - "fundingAgencyLogo": null, + "grantNo": "03ET4074", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", + "fundingAgencyLogo": "https://www.innovation-beratung-foerderung.de/INNO/Redaktion/DE/Bilder/Titelbilder/titel_foerderlogo_bmwi.jpg;jsessionid=7C329FD594B914D85D84649345B95756?__blob=normal&v=3", "publisherLogo": null }, "spatial": { @@ -40,7 +40,7 @@ { "title": "NTC for the year 2016 from ENTSO-E Transparency Plattform", "description": "2018, Maxima_of_Forecasted_Transfer_Capacities_Year_Ahead, , urldate = {2021-04-30}, institution = {ENTSO-E}, date = {2016}", - "path": null, + "path": "https://transparency.entsoe.eu/", "licenses": [ { "name": null, @@ -110,12 +110,19 @@ "date": "2021-07-19", "object": "Metadata", "comment": "Create metadata" + }, + { + "title": "Ludee", + "email": "ludwig.huelk@rl-institut.de", + "date": "2021-11-30", + "object": "Metadata", + "comment": "Review and update metadata" } ], "resources": null, "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", - "badge": null + "badge": "Bronze" }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_load.json b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_load.json index 21c19561..61d3a0c8 100644 --- a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_load.json +++ b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_load.json @@ -1,10 +1,11 @@ { - "name": "modex_net_load", - "title": "Load data", + "name": "modex_modexnet_load", + "title": "MODEX - MODEX-NET - Load", "id": "http://openenergyplatform.org/dataedit/view/reference/modex_net_load", "description": "Historische Profile und Nachfragemengen für Strom und Skalierte Profile basierend auf dem Wetter- und Basisjahr 2016", "language": [ - "en-GB" + "en-GB", + "de-DE" ], "keywords": [ "nachfrage", @@ -14,13 +15,13 @@ ], "publicationDate": "2021-07-19", "context": { - "homepage": null, + "homepage": "https://www.energiesystem-forschung.de/forschen/projekte/modex-net", "documentation": null, "sourceCode": null, "contact": null, - "grantNo": null, - "fundingAgency": null, - "fundingAgencyLogo": null, + "grantNo": "03ET4074", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", + "fundingAgencyLogo": "https://www.innovation-beratung-foerderung.de/INNO/Redaktion/DE/Bilder/Titelbilder/titel_foerderlogo_bmwi.jpg;jsessionid=7C329FD594B914D85D84649345B95756?__blob=normal&v=3", "publisherLogo": null }, "spatial": { @@ -84,12 +85,19 @@ "date": "2021-07-19", "object": "Metadata", "comment": "Create metadata" + }, + { + "title": "Ludee", + "email": "ludwig.huelk@rl-institut.de", + "date": "2021-11-30", + "object": "Metadata", + "comment": "Review and update metadata" } ], "resources": null, "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", - "badge": null + "badge": "Bronze" }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_supply.json b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_supply.json index 02f42b81..e89ac7fb 100644 --- a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_supply.json +++ b/data-review/open_MODEX_consortium/MODEX-NET/modex_net_supply.json @@ -1,10 +1,11 @@ { - "name": "modex_net_supply", - "title": "Supply data", + "name": "modex_modexnet_supply", + "title": "MODEX - MODEX-NET - Supply", "id": "http://openenergyplatform.org/dataedit/view/reference/modex_net_supply", "description": "Fluktuierende EE-Stromerzeugung: Historische Profile und Erzeugungsmengen für EE-Strom; Skaliertee Profile und Erzeugungsmengen für EE-Strom basierend auf dem Wetter- und Basisjahr 2016", "language": [ - "en-GB" + "en-GB", + "de-DE" ], "keywords": [ "erneuerbare", @@ -14,13 +15,13 @@ ], "publicationDate": "2021-07-19", "context": { - "homepage": null, + "homepage": "https://www.energiesystem-forschung.de/forschen/projekte/modex-net", "documentation": null, "sourceCode": null, "contact": null, - "grantNo": null, - "fundingAgency": null, - "fundingAgencyLogo": null, + "grantNo": "03ET4074", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", + "fundingAgencyLogo": "https://www.innovation-beratung-foerderung.de/INNO/Redaktion/DE/Bilder/Titelbilder/titel_foerderlogo_bmwi.jpg;jsessionid=7C329FD594B914D85D84649345B95756?__blob=normal&v=3", "publisherLogo": null }, "spatial": { @@ -40,16 +41,16 @@ }, "sources": [ { - "title": "Renewable profiles for the year 2016 from European Power System Data", + "title": "Renewables.ninja PV and Wind Profiles - Renewable profiles for the year 2016 from European Power System Data", "description": "2020, Feed_in_profiles_for_solar_PV_wind_onshore_and_offshore, urldate = {2021-04-30}, institution = {Open Power System}, date = {2020}", - "path": "https://data.open-power-system-data.org", + "path": "https://data.open-power-system-data.org/ninja_pv_wind_profiles/2020-09-16", "licenses": [ { - "name": "CC BY 4.0", - "title": "Attribution 4.0 International", - "path": "https://creativecommons.org/licenses/by/4.0/", - "instruction": "You are free to: Share , Adapt ", - "attribution": "Neon Neue Energieökonomik, Technical University of Berlin, ETH Zürich" + "name": "CC-BY-NC-4.0", + "title": "Creative Commons Attribution-NonCommercial 4.0 International ", + "path": "https://creativecommons.org/licenses/by-nc/4.0/", + "instruction": null, + "attribution": "For academic and professional use (presentations, journal articles, trade publications, etc): Please cite the papers describing our methods [1, 2] and, if possible, link to www.renewables.ninja." } ] }, @@ -59,11 +60,11 @@ "path": "https://data.open-power-system-data.org", "licenses": [ { - "name": "CC BY 4.0", - "title": "Attribution 4.0 International", - "path": "https://creativecommons.org/licenses/by/4.0/", - "instruction": "You are free to: Share , Adapt ", - "attribution": "Neon Neue Energieökonomik, Technical University of Berlin, ETH Zürich" + "name": "CC-BY-NC-4.0", + "title": "Creative Commons Attribution-NonCommercial 4.0 International ", + "path": "https://creativecommons.org/licenses/by-nc/4.0/", + "instruction": null, + "attribution": "For academic and professional use (presentations, journal articles, trade publications, etc): Please cite the papers describing our methods [1, 2] and, if possible, link to www.renewables.ninja." } ] } @@ -84,12 +85,19 @@ "date": "2021-07-19", "object": "Metadata", "comment": "Create metadata" + }, + { + "title": "Ludee", + "email": "ludwig.huelk@rl-institut.de", + "date": "2021-11-30", + "object": "Metadata", + "comment": "Review and update metadata" } ], "resources": null, "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", - "badge": null + "badge": "Bronze" }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", From ea43354f5d79d510ae924c3a0d8d42e8a636f8d8 Mon Sep 17 00:00:00 2001 From: Ludee Date: Tue, 30 Nov 2021 23:55:20 +0100 Subject: [PATCH 18/30] Rename MODEX-NET files #88 --- .../MODEX-NET/{modex_net_costs.json => modex_modexnet_costs.json} | 0 ...x_net_environmental.json => modex_modexnet_environmental.json} | 0 ...alled_capacity.json => modex_modexnet_installed_capacity.json} | 0 .../MODEX-NET/{modex_net_load.json => modex_modexnet_load.json} | 0 .../{modex_net_supply.json => modex_modexnet_supply.json} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename data-review/open_MODEX_consortium/MODEX-NET/{modex_net_costs.json => modex_modexnet_costs.json} (100%) rename data-review/open_MODEX_consortium/MODEX-NET/{modex_net_environmental.json => modex_modexnet_environmental.json} (100%) rename data-review/open_MODEX_consortium/MODEX-NET/{modex_net_installed_capacity.json => modex_modexnet_installed_capacity.json} (100%) rename data-review/open_MODEX_consortium/MODEX-NET/{modex_net_load.json => modex_modexnet_load.json} (100%) rename data-review/open_MODEX_consortium/MODEX-NET/{modex_net_supply.json => modex_modexnet_supply.json} (100%) diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_costs.json b/data-review/open_MODEX_consortium/MODEX-NET/modex_modexnet_costs.json similarity index 100% rename from data-review/open_MODEX_consortium/MODEX-NET/modex_net_costs.json rename to data-review/open_MODEX_consortium/MODEX-NET/modex_modexnet_costs.json diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_environmental.json b/data-review/open_MODEX_consortium/MODEX-NET/modex_modexnet_environmental.json similarity index 100% rename from data-review/open_MODEX_consortium/MODEX-NET/modex_net_environmental.json rename to data-review/open_MODEX_consortium/MODEX-NET/modex_modexnet_environmental.json diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_installed_capacity.json b/data-review/open_MODEX_consortium/MODEX-NET/modex_modexnet_installed_capacity.json similarity index 100% rename from data-review/open_MODEX_consortium/MODEX-NET/modex_net_installed_capacity.json rename to data-review/open_MODEX_consortium/MODEX-NET/modex_modexnet_installed_capacity.json diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_load.json b/data-review/open_MODEX_consortium/MODEX-NET/modex_modexnet_load.json similarity index 100% rename from data-review/open_MODEX_consortium/MODEX-NET/modex_net_load.json rename to data-review/open_MODEX_consortium/MODEX-NET/modex_modexnet_load.json diff --git a/data-review/open_MODEX_consortium/MODEX-NET/modex_net_supply.json b/data-review/open_MODEX_consortium/MODEX-NET/modex_modexnet_supply.json similarity index 100% rename from data-review/open_MODEX_consortium/MODEX-NET/modex_net_supply.json rename to data-review/open_MODEX_consortium/MODEX-NET/modex_modexnet_supply.json From 1cd421de853743bebd2f3fb02679c502e42cf868 Mon Sep 17 00:00:00 2001 From: Ludee Date: Tue, 30 Nov 2021 23:59:33 +0100 Subject: [PATCH 19/30] Rename all EnSAVes files #88 --- .../{modex_ensaves_costs.json => modex_modexensaves_costs.json} | 0 ...ic_vehicles.json => modex_modexensaves_electric_vehicles.json} | 0 ...s_environmental.json => modex_modexensaves_environmental.json} | 0 ...d_capacity.json => modex_modexensaves_installed_capacity.json} | 0 .../{modex_ensaves_load.json => modex_modexensaves_load.json} | 0 ...socio_economic.json => modex_modexensaves_socio_economic.json} | 0 .../{modex_ensaves_supply.json => modex_modexensaves_supply.json} | 0 ...chno_economic.json => modex_modexensaves_techno_economic.json} | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename data-review/open_MODEX_consortium/MODEX-EnSAVes/{modex_ensaves_costs.json => modex_modexensaves_costs.json} (100%) rename data-review/open_MODEX_consortium/MODEX-EnSAVes/{modex_ensaves_electric_vehicles.json => modex_modexensaves_electric_vehicles.json} (100%) rename data-review/open_MODEX_consortium/MODEX-EnSAVes/{modex_ensaves_environmental.json => modex_modexensaves_environmental.json} (100%) rename data-review/open_MODEX_consortium/MODEX-EnSAVes/{modex_ensaves_installed_capacity.json => modex_modexensaves_installed_capacity.json} (100%) rename data-review/open_MODEX_consortium/MODEX-EnSAVes/{modex_ensaves_load.json => modex_modexensaves_load.json} (100%) rename data-review/open_MODEX_consortium/MODEX-EnSAVes/{modex_ensaves_socio_economic.json => modex_modexensaves_socio_economic.json} (100%) rename data-review/open_MODEX_consortium/MODEX-EnSAVes/{modex_ensaves_supply.json => modex_modexensaves_supply.json} (100%) rename data-review/open_MODEX_consortium/MODEX-EnSAVes/{modex_ensaves_techno_economic.json => modex_modexensaves_techno_economic.json} (100%) diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_costs.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_costs.json similarity index 100% rename from data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_costs.json rename to data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_costs.json diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_electric_vehicles.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_electric_vehicles.json similarity index 100% rename from data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_electric_vehicles.json rename to data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_electric_vehicles.json diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_environmental.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_environmental.json similarity index 100% rename from data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_environmental.json rename to data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_environmental.json diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_installed_capacity.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_installed_capacity.json similarity index 100% rename from data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_installed_capacity.json rename to data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_installed_capacity.json diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_load.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_load.json similarity index 100% rename from data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_load.json rename to data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_load.json diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_socio_economic.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_socio_economic.json similarity index 100% rename from data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_socio_economic.json rename to data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_socio_economic.json diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_supply.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_supply.json similarity index 100% rename from data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_supply.json rename to data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_supply.json diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_techno_economic.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_techno_economic.json similarity index 100% rename from data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_ensaves_techno_economic.json rename to data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_techno_economic.json From 7c13de2254b7cf9605eac47559acb856157d6846 Mon Sep 17 00:00:00 2001 From: Ludee Date: Wed, 1 Dec 2021 00:25:57 +0100 Subject: [PATCH 20/30] Review POLINS #88 --- ...ame_costs.json => modex_polins_costs.json} | 38 ++++++++--------- ...l.json => modex_polins_environmental.json} | 35 +++++++--------- ...n => modex_polins_installed_capacity.json} | 33 +++++++++------ ...kname_load.json => modex_polins_load.json} | 41 ++++++++++++++----- 4 files changed, 84 insertions(+), 63 deletions(-) rename data-review/open_MODEX_consortium/POLINS/{polins_frameworkname_costs.json => modex_polins_costs.json} (74%) rename data-review/open_MODEX_consortium/POLINS/{polins_frameworkname_environmental.json => modex_polins_environmental.json} (81%) rename data-review/open_MODEX_consortium/POLINS/{polins_frameworkname_installed_capacity.json => modex_polins_installed_capacity.json} (79%) rename data-review/open_MODEX_consortium/POLINS/{polins_frameworkname_load.json => modex_polins_load.json} (77%) diff --git a/data-review/open_MODEX_consortium/POLINS/polins_frameworkname_costs.json b/data-review/open_MODEX_consortium/POLINS/modex_polins_costs.json similarity index 74% rename from data-review/open_MODEX_consortium/POLINS/polins_frameworkname_costs.json rename to data-review/open_MODEX_consortium/POLINS/modex_polins_costs.json index b940ebdb..a0954cfc 100644 --- a/data-review/open_MODEX_consortium/POLINS/polins_frameworkname_costs.json +++ b/data-review/open_MODEX_consortium/POLINS/modex_polins_costs.json @@ -1,6 +1,6 @@ { - "name": "polins_frameworkname_costs", - "title": "Preisdaten", + "name": "modex_polins_costs", + "title": "MODEX - POLINS - Costs", "id": "http://openenergyplatform.org/dataedit/view/reference/polins_frameworkname_costs", "description": "Preise für Brennstoffe und CO2-Zertifikate", "language": [ @@ -14,13 +14,13 @@ ], "publicationDate": "2021-07-19", "context": { - "homepage": null, + "homepage": "https://www.energiesystem-forschung.de/foerdern/projekte/modex-polins/", "documentation": null, "sourceCode": null, "contact": null, - "grantNo": null, - "fundingAgency": null, - "fundingAgencyLogo": null, + "grantNo": "03ET4075", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", + "fundingAgencyLogo": "https://www.innovation-beratung-foerderung.de/INNO/Redaktion/DE/Bilder/Titelbilder/titel_foerderlogo_bmwi.jpg;jsessionid=7C329FD594B914D85D84649345B95756?__blob=normal&v=3", "publisherLogo": null }, "spatial": { @@ -49,7 +49,7 @@ "title": null, "path": null, "instruction": null, - "attribution": "nternational Energy Agency" + "attribution": "International Energy Agency" } ] }, @@ -61,7 +61,7 @@ { "name": null, "title": null, - "path": null, + "path": "https://researchbriefings.files.parliament.uk/documents/SN05927/SN05927.pdf", "instruction": null, "attribution": "Hirst, David, and Matthew Keep" } @@ -79,24 +79,24 @@ ], "contributors": [ { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" + "title": "jh-RLI", + "email": "jonas.huber@rl-institut.de", + "date": "2021-07-19", + "object": "Metadata", + "comment": "Create metadata" }, { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" + "title": "Ludee", + "email": "ludwig.huelk@rl-institut.de", + "date": "2021-11-30", + "object": "Metadata", + "comment": "Review and update metadata" } ], "resources": null, "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", - "badge": null + "badge": "Bronze" }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/POLINS/polins_frameworkname_environmental.json b/data-review/open_MODEX_consortium/POLINS/modex_polins_environmental.json similarity index 81% rename from data-review/open_MODEX_consortium/POLINS/polins_frameworkname_environmental.json rename to data-review/open_MODEX_consortium/POLINS/modex_polins_environmental.json index c5cde83e..415f61bb 100644 --- a/data-review/open_MODEX_consortium/POLINS/polins_frameworkname_environmental.json +++ b/data-review/open_MODEX_consortium/POLINS/modex_polins_environmental.json @@ -1,6 +1,6 @@ { - "name": "polins_frameworkname_environmental", - "title": "Umweltbezogene Daten; Potenzialdaten", + "name": "modex_polins_environmental", + "title": "MODEX - POLINS - Environmentalnvironmental", "id": "http://openenergyplatform.org/dataedit/view/reference/polins_frameworkname_environmental", "description": "Emissionsfaktoren je Brennstoff/Technologie; (Input) Potenziale für Erneuerbarenausbau", "language": [ @@ -15,13 +15,13 @@ ], "publicationDate": "2021-07-19", "context": { - "homepage": null, + "homepage": "https://www.energiesystem-forschung.de/foerdern/projekte/modex-polins/", "documentation": null, "sourceCode": null, "contact": null, - "grantNo": null, - "fundingAgency": null, - "fundingAgencyLogo": null, + "grantNo": "03ET4075", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", + "fundingAgencyLogo": "https://www.innovation-beratung-foerderung.de/INNO/Redaktion/DE/Bilder/Titelbilder/titel_foerderlogo_bmwi.jpg;jsessionid=7C329FD594B914D85D84649345B95756?__blob=normal&v=3", "publisherLogo": null }, "spatial": { @@ -53,20 +53,6 @@ "attribution": "50Hertz Transmission GmbH, Amprion GmbH, TenneT TSO GmbH, TransnetBW GmbH" } ] - }, - { - "title": "", - "description": "", - "path": "", - "licenses": [ - { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" - } - ] } ], "licenses": [ @@ -85,12 +71,19 @@ "date": "2021-07-19", "object": "Metadata", "comment": "Create metadata" + }, + { + "title": "Ludee", + "email": "ludwig.huelk@rl-institut.de", + "date": "2021-11-30", + "object": "Metadata", + "comment": "Review and update metadata" } ], "resources": null, "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", - "badge": null + "badge": "Bronze" }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/POLINS/polins_frameworkname_installed_capacity.json b/data-review/open_MODEX_consortium/POLINS/modex_polins_installed_capacity.json similarity index 79% rename from data-review/open_MODEX_consortium/POLINS/polins_frameworkname_installed_capacity.json rename to data-review/open_MODEX_consortium/POLINS/modex_polins_installed_capacity.json index 746db090..c914c460 100644 --- a/data-review/open_MODEX_consortium/POLINS/polins_frameworkname_installed_capacity.json +++ b/data-review/open_MODEX_consortium/POLINS/modex_polins_installed_capacity.json @@ -1,6 +1,6 @@ { - "name": "polins_frameworkname_installed_capacity", - "title": "Installierte Leistungen", + "name": "modex_polins_installed_capacity", + "title": "MODEX - POLINS - Installed capacity, "id": "http://openenergyplatform.org/dataedit/view/reference/polins_frameworkname_installed_capacity", "description": "Kapazitäten für hydro-thermische und fluktuierende Erneuerbarenanlagen", "language": [ @@ -15,13 +15,13 @@ ], "publicationDate": "2021-07-19", "context": { - "homepage": null, + "homepage": "https://www.energiesystem-forschung.de/foerdern/projekte/modex-polins/", "documentation": null, "sourceCode": null, "contact": null, - "grantNo": null, - "fundingAgency": null, - "fundingAgencyLogo": null, + "grantNo": "03ET4075", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", + "fundingAgencyLogo": "https://www.innovation-beratung-foerderung.de/INNO/Redaktion/DE/Bilder/Titelbilder/titel_foerderlogo_bmwi.jpg;jsessionid=7C329FD594B914D85D84649345B95756?__blob=normal&v=3", "publisherLogo": null }, "spatial": { @@ -46,11 +46,11 @@ "path": "https://data.open-power-system-data.org", "licenses": [ { - "name": "CC-BY 4.0", - "title": "Attribution 4.0 International (CC BY 4.0)", - "path": "https://creativecommons.org/licenses/by/4.0/deed.de", - "instruction": "Free to: Share, Adapt ", - "attribution": "Open Power System" + "name": "CC-BY-NC-4.0", + "title": "Creative Commons Attribution-NonCommercial 4.0 International ", + "path": "https://creativecommons.org/licenses/by-nc/4.0/", + "instruction": null, + "attribution": "For academic and professional use (presentations, journal articles, trade publications, etc): Please cite the papers describing our methods [1, 2] and, if possible, link to www.renewables.ninja." } ] }, @@ -69,7 +69,7 @@ ] }, { - "title": "Ten Year Network Development Plan 2018", + "title": "TYNDP 2018 - Ten Year Network Development Plan 2018", "description": "2018, capacities of fossil power plants , urldate = {2021-04-30}, institution = {ENTSO-E}, date = {2018}", "path": "https://tyndp.entsoe.eu/maps-data/", "licenses": [ @@ -113,12 +113,19 @@ "date": "2021-07-19", "object": "Metadata", "comment": "Create metadata" + }, + { + "title": "Ludee", + "email": "ludwig.huelk@rl-institut.de", + "date": "2021-11-30", + "object": "Metadata", + "comment": "Review and update metadata" } ], "resources": null, "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", - "badge": null + "badge": "Bronze" }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/open_MODEX_consortium/POLINS/polins_frameworkname_load.json b/data-review/open_MODEX_consortium/POLINS/modex_polins_load.json similarity index 77% rename from data-review/open_MODEX_consortium/POLINS/polins_frameworkname_load.json rename to data-review/open_MODEX_consortium/POLINS/modex_polins_load.json index 2b4ccc2a..665ce755 100644 --- a/data-review/open_MODEX_consortium/POLINS/polins_frameworkname_load.json +++ b/data-review/open_MODEX_consortium/POLINS/modex_polins_load.json @@ -1,6 +1,6 @@ { - "name": "polins_frameworkname_load", - "title": "Nachfrageprofile und -mengen", + "name": "modex_polins_load", + "title": "MODEX - POLINS - Load", "id": "http://openenergyplatform.org/dataedit/view/reference/polins_frameworkname_load", "description": "Historische Profile und Nachfragemengen für Strom- & Wärmenachfrage, Reservebedarf", "language": [ @@ -17,13 +17,13 @@ ], "publicationDate": "2021-07-19", "context": { - "homepage": null, + "homepage": "https://www.energiesystem-forschung.de/foerdern/projekte/modex-polins/", "documentation": null, "sourceCode": null, "contact": null, - "grantNo": null, - "fundingAgency": null, - "fundingAgencyLogo": null, + "grantNo": "03ET4075", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", + "fundingAgencyLogo": "https://www.innovation-beratung-foerderung.de/INNO/Redaktion/DE/Bilder/Titelbilder/titel_foerderlogo_bmwi.jpg;jsessionid=7C329FD594B914D85D84649345B95756?__blob=normal&v=3", "publisherLogo": null }, "spatial": { @@ -101,7 +101,7 @@ { "title": "Electricity Information 2018", "description": "2018, temperature profiles and annual heat demand, urldate = {2021-04-30}, date = {2018-08-25}, isbn = {9789264301207 }", - "path": "10.1787/electricity-2018-en", + "path": "https://doi.org/10.1787/electricity-2018-en", "licenses": [ { "name": null, @@ -115,7 +115,7 @@ { "title": "Temperature Profiles and Annual Heat Demand", "description": "2020, temperature profiles and annual heat demand, urldate = {2021-04-30}, institution = {Renewables.ninja}, date = {2020}", - "path": "10.1787/electricity-2018-en", + "path": "https://doi.org/10.1787/electricity-2018-en", "licenses": [ { "name": "CC-BY 4.0", @@ -125,7 +125,21 @@ "attribution": "Renewables Ninja" } ] - } + }, + { + "title": "Renewables.ninja PV and Wind Profiles - Renewable profiles for the year 2016 from European Power System Data", + "description": "2020, Feed_in_profiles_for_solar_PV_wind_onshore_and_offshore, urldate = {2021-04-30}, institution = {Open Power System}, date = {2020}", + "path": "https://data.open-power-system-data.org/ninja_pv_wind_profiles/2020-09-16", + "licenses": [ + { + "name": "CC-BY-NC-4.0", + "title": "Creative Commons Attribution-NonCommercial 4.0 International ", + "path": "https://creativecommons.org/licenses/by-nc/4.0/", + "instruction": null, + "attribution": "For academic and professional use (presentations, journal articles, trade publications, etc): Please cite the papers describing our methods [1, 2] and, if possible, link to www.renewables.ninja." + } + ] + }, ], "licenses": [ { @@ -143,12 +157,19 @@ "date": "2021-07-19", "object": "Metadata", "comment": "Create metadata" + }, + { + "title": "Ludee", + "email": "ludwig.huelk@rl-institut.de", + "date": "2021-11-30", + "object": "Metadata", + "comment": "Review and update metadata" } ], "resources": null, "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/88", - "badge": null + "badge": "Bronze" }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", From 605789644969b7798ffae8a3843a90a25b409096 Mon Sep 17 00:00:00 2001 From: Ludee Date: Wed, 1 Dec 2021 11:05:38 +0100 Subject: [PATCH 21/30] Add open_MODEX OEM #88 --- ...modex_base_scenario_frame_datapackage.json | 1080 +++++++++++++++++ 1 file changed, 1080 insertions(+) create mode 100644 data-review/open_MODEX_consortium/open_MODEX/modex_openmodex_base_scenario_frame_datapackage.json diff --git a/data-review/open_MODEX_consortium/open_MODEX/modex_openmodex_base_scenario_frame_datapackage.json b/data-review/open_MODEX_consortium/open_MODEX/modex_openmodex_base_scenario_frame_datapackage.json new file mode 100644 index 00000000..8e2217c1 --- /dev/null +++ b/data-review/open_MODEX_consortium/open_MODEX/modex_openmodex_base_scenario_frame_datapackage.json @@ -0,0 +1,1080 @@ +{ + "name": "modex_openmodex_base_scenario_frame_datapackage", + "title": "MODEX - open_MODEX - Database for the framework comparison in the open_MODEX project (Base Scenario Frame)", + "id": "https://openenergy-platform.org/dataedit/view/model_draft?query=modex", + "description": "The oedatamodel is a collection of multiple tables that are described in the resources. open_MODEX uses the oedatamodel to store input and output related data in the oedatamodel tables. The tables are used as a shared homogonous data source for the framework comparison.", + "language": [ + "en-GB", + "de-DE" + ], + "keywords": [ + "datamodel", + "datapackage", + "open_MODEX", + "comparison", + "Framework" + ], + "publicationDate": "2020-10-15", + "context": { + "homepage": "https://www.energiesystem-forschung.de/forschen/projekte/open_MODEX", + "documentation": "https://github.com/open-modex/models", + "sourceCode": "https://github.com/open-modex", + "contact": "sarah.berendes@rl-institut.de", + "grantNo": "03ET4076", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", + "fundingAgencyLogo": "https://www.innovation-beratung-foerderung.de/INNO/Redaktion/DE/Bilder/Titelbilder/titel_foerderlogo_bmwi.jpg;jsessionid=7C329FD594B914D85D84649345B95756?__blob=normal&v=3", + "publisherLogo": "https://avatars2.githubusercontent.com/u/47811754?s=200&v=4" + }, + "spatial": { + "location": null, + "extent": null, + "resolution": null + }, + "temporal": { + "referenceDate": null, + "timeseries": { + "start": null, + "end": null, + "resolution": null, + "alignment": null, + "aggregationType": null + } + }, + "sources": [ + { + "title": "Open energy datamodel", + "description": "oedatamodel for energy model data", + "path": "https://github.com/OpenEnergyPlatform/oedatamodel/tree/develop/oedatamodel", + "licenses": [ + { + "name": "CC0-1.0", + "title": "Creative Commons Zero v1.0 Universal", + "path": "https://creativecommons.org/publicdomain/zero/1.0/legalcode", + "instruction": "You are free: To Share, To Create, To Adapt", + "attribution": "© Reiner Lemoine Institut" + } + ] + }, + { + "title": "Impact of weighted average cost of capital, capital expenditure, and other parameters on future utility-scale {PV} levelised cost of electricity", + "description": "[oed-table:scalar],[Bibtexkey:Vartiainen2019] - Impact of weighted average cost of capital, capital expenditure, and other parameters on future utility-scale PV levelised cost of electricity Progress in Photovoltaics: Research and Applications", + "path": "https://doi.org/10.1002/pip.3189", + "licenses": [ + { + "name": "CC-BY-4.0", + "title": "Creative Commons Attribution 4.0 International", + "path": "https://creativecommons.org/licenses/by/4.0/deed.en", + "instruction": "You are free: To Share, To Adapt", + "attribution": "Eero Vartiainen, Gaëtan Masson, Christian Breyer, David Moser, Eduardo Román Medina © 2019 The Authors. Progress in Photovoltaics: Research and Applications published by John Wiley & Sons Ltd" + } + ] + }, + { + "title": "Technology Data - Energy Plants for Electricity and District heating generation", + "description": "[oed-table:scalar],[Bibtexkey:DEA2020] - Energy Plants for Electricity and District heating generation, v_0009", + "path": "https://ens.dk/en/our-services/projections-and-models/technology-data", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© Danish Energy Agency and Energinet" + } + ] + }, + { + "title": "Technology Data - Energy Transport", + "description": "[oed-table:scalar],[Bibtexkey:DEA2020ET] - Technology Data - Energy Transport, v_0001", + "path": "https://ens.dk/en/our-services/projections-and-models/technology-data", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© Danish Energy Agency and Energinet" + } + ] + }, + { + "title": "Technology Data - Energy Storage", + "description": "[oed-table:scalar],[Bibtexkey:DEA2020ES] - Technology Data - Energy Storage, v_0007", + "path": "https://ens.dk/en/our-services/projections-and-models/technology-data", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© Danish Energy Agency and Energinet" + } + ] + }, + { + "title": "Informationsportal Erneuerbare Energien - Übersicht Offshore-Netzanbindungen", + "description": "[oed-table:scalar],[Bibtexkey:WirtschaftundEnergieTrans] - Information Portal Renewable Energies - Overview Offshore Grid Connections ", + "path": "https://www.erneuerbare-energien.de/EE/Navigation/DE/Technologien/Windenergie-auf-See/Offshore-Projekte/Netzanbindungen/netzanbindungen.html", + "licenses": [ + { + "name": "CC-BY-ND-3.0-DE", + "title": "Creative Commons Attribution No Derivatives 3.0 Germany", + "path": "https://creativecommons.org/licenses/by-nd/3.0/de/deed.en", + "instruction": "You are free: To Share", + "attribution": "© 2021 Bundesministerium für Wirtschaft und Energie" + } + ] + }, + { + "title": "SciGrid Power", + "description": "[oed-table:scalar],[Bibtexkey:DLRSciGrid]DLR Institute of Networked Energy Systems SciGrid Power", + "path": "https://www.power.scigrid.de/", + "licenses": [ + { + "name": "ODbL-1.0", + "title": "ODC Open Database License v1.0", + "path": "http://www.opendatacommons.org/licenses/odbl/1.0/", + "instruction": "todo", + "attribution": "© SciGRID © DLR Institute of Networked Energy Systems" + } + ] + }, + { + "title": "Using bias-corrected reanalysis to simulate current and future wind power output", + "description": "[oed-table:timeseries],[Bibtexkey:Staffell2016] - Energy, Elsevier BV, 2016, Staffell, I. & Pfenninger, S.", + "path": "https://doi.org/10.1016/j.energy.2016.08.068", + "licenses": [ + { + "name": "CC-BY-4.0", + "title": "Creative Commons Attribution 4.0 International", + "path": "https://creativecommons.org/licenses/by/4.0/deed.en", + "instruction": "You are free: To Share, To Adapt", + "attribution": "© 2016 The Authors. Published by Elsevier Ltd." + } + ] + }, + { + "title": "Long-term patterns of European {PV} output using 30 years of validated hourly reanalysis and satellite data.", + "description": "[oed-table:timeseries],[Bibtexkey:Pfenninger2016] - Energy, Elsevier BV, 2016, Pfenninger, S. & Staffell, I.", + "path": "https://doi.org/10.1016/j.energy.2016.08.060", + "licenses": [ + { + "name": "CC-BY-4.0", + "title": "Creative Commons Attribution 4.0 International", + "path": "https://creativecommons.org/licenses/by/4.0/deed.en", + "instruction": "You are free: To Share, To Adapt", + "attribution": "© 2016 The Authors. Published by Elsevier Ltd." + } + ] + }, + { + "title": "Chances and barriers for Germany's low carbon transition - Quantifying uncertainties in key influential factors", + "description": "[oed-table:timeseries],[Bibtexkey:Löffler2020] - A free and open platform for power system modelling.", + "path": "https://doi.org/10.1016/j.energy.2021.121901", + "licenses": [ + { + "name": "CC-BY-4.0", + "title": "Creative Commons Attribution 4.0 International", + "path": "https://creativecommons.org/licenses/by/4.0/deed.en", + "instruction": "You are free: To Share, To Adapt", + "attribution": "© 2021 The Author(s). Published by Elsevier Ltd." + } + ] + }, + { + "title": "Data for: The Development of Stationary Battery Storage Systems in Germany – A Market Review", + "description": "[oed-table:scalar],[Bibtexkey:Stenzel2020] - Development of Stationary Battery Storage Systems in Germany", + "path": "https://data.mendeley.com/datasets/2rjg6v32d8/1", + "licenses": [ + { + "name": "CC-BY-NC-3.0-DE", + "title": "Creative Commons Attribution Non Commercial 3.0 Germany", + "path": "https://creativecommons.org/licenses/by-nc/4.0/deed.en", + "instruction": "You are free: To Share, To Adapt", + "attribution": "Stenzel, Peter; Linssen, Jochen; Robinius, Martin; Stolten, Detlef (2020), “Data for: The Development of Stationary Battery Storage Systems in Germany – A Market Review”, Mendeley Data, V1, doi: 10.17632/2rjg6v32d8.1" + } + ] + }, + { + "title": "Agentur für Erneuerbare Energien - Biomasse Leistung (ohne Abfall) (2015, in MW(el))", + "description": "[oed-table:scalar],[Bibtexkey:ErneuerbareEnergien] - Installierte Leistung Biomasse (ohne Abfall) (2015, in MW(el))", + "path": "https://www.foederal-erneuerbar.de/uebersicht/bundeslaender/BW|BY|B|BB|HB|HH|HE|MV|NI|NRW|RLP|SL|SN|ST|SH|TH|D/kategorie/bioenergie/auswahl/184-installierte_leistun/ordnung/2015/versatz/1/jahr/2015/#goto_184", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© 2020 - Agentur für Erneuerbare Energien" + } + ] + }, + { + "title": "Agentur für Erneuerbare Energien - Biogas Leistung (elektrisch) (2019, in MW(el))", + "description": "[oed-table:scalar],[Bibtexkey:ErneuerbareEnergiena] - Installierte Leistung (el) Biogas (2018, in MW(el)) ", + "path": "https://www.foederal-erneuerbar.de/uebersicht/bundeslaender/BW|BY|B|BB|HB|HH|HE|MV|NI|NRW|RLP|SL|SN|ST|SH|TH|D/kategorie/bioenergie/auswahl/270-installierte_leistun/ordnung/2015/#goto_270", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© 2020 - Agentur für Erneuerbare Energien" + } + ] + }, + { + "title": "Energieerzeugung aus Abfällen - Stand und Potenziale in Deutschland bis 2030", + "description": "[oed-table:scalar],[Bibtexkey:UmweltBundesamtAbfall2018] - Stand und Potenziale in Deutschland bis 2030", + "path": "https://www.umweltbundesamt.de/sites/default/files/medien/1410/publikationen/2018-06-26_texte_51-2018_energieerzeugung-abfaelle.pdf", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "Umweltbundesamt" + } + ] + }, + { + "title": "Kohlendioxid-Emissionsfaktoren für die deutsche Berichterstattung atmosphärischer Emissionen 1990 - 2017", + "description": "[oed-table:scalar],[Bibtexkey:UmweltbundesamtEmissions2019] - Kohlendioxid-Emissionsfaktoren für die deutsche Berichterstattung atmosphärischer Emissionen 1990 - 2017", + "path": "https://www.umweltbundesamt.de/sites/default/files/medien/361/dokumente/co2_ef_brennstoffe_und_industrie_nir_2020.xlsx", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "Umweltbundesamt" + } + ] + }, + { + "title": "The future cost of electrical energy storage based on experience rates", + "description": "[oed-table:scalar],[Bibtexkey:Schmidt2017] - The future cost of electrical energy storage based on experience rates", + "path": "https://doi.org/10.1038/nenergy.2017.110", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© Schmidt, O.; Hawkes, A.; Gambhir, A. & Staffell, I." + } + ] + }, + { + "title": "Cross-Border Physical Flow, Physical Flows [12.1.G]", + "description": "[oed-table:timeseries],[Bibtexkey:ENTSOE2021] - Cross-Border Physical Flow, Physical Flows [12.1.G]", + "path": "https://transparency.entsoe.eu/transmission-domain/physicalFlow/show?name=&defaultValue=false&viewType=TABLE&areaType=BORDER_CTY&atch=false&dateTime.dateTime=01.01.2016%2000:00|CET|DAY&border.values=CTY|10Y1001A1001A83F!CTY_CTY|10Y1001A1001A83F_CTY_CTY|10YAT-APG------L&dateTime.timezone=CET_CEST&dateTime.timezone_input=CET%20(UTC%201)%20/%20CEST%20(UTC%202)", + "licenses": [ + { + "name": null, + "title": null, + "path": "https://transparency.entsoe.eu/content/static_content/download?path=/Static%20content/terms%20and%20conditions/201030_TP%20list%20of%20data.pdf", + "instruction": "Pursuant to Article 5 of the General Terms and Conditions of Use of ENTSO-E Transparency Platform, ENTSO-\nE below publishes the list of data which can be freely re-used by the Data Users with no need to seek for \nthe prior agreement of the respective Primary Owner of Data (Transmission System Operators and \nTransmission Capacity Allocators).", + "attribution": "© ENTSO-E" + } + ] + }, + { + "title": "2050: 100% Energieziel 2050: 100% Strom aus erneuerbaren Quellen", + "description": "[oed-table:scalar],[Bibtexkey:UBA2010] - 2050: 100% Energieziel 2050: 100% Strom aus erneuerbaren Quellen", + "path": "https://www.umweltbundesamt.de/sites/default/files/medien/378/publikationen/energieziel_2050.pdf", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© Klaus, T.; Vollmer, C.; Lehmann, K. W. & Müschen, K." + } + ] + }, + { + "title": "Netzentwicklungsplan Strom 2030, Version 2019", + "description": "[oed-table:scalar],[Bibtexkey:Strom2019] - Netzentwicklungsplan Strom 2030, Version 2019", + "path": "https://www.netzentwicklungsplan.de/sites/default/files/paragraphs-files/NEP_2030_V2019_2_Entwurf_Teil1.pdf", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© 50Hertz Transmission GmbH; Amprion GmbH; TenneT TSO GmbH; TransnetBW GmbH" + } + ] + }, + { + "title": "Umweltgutachten 2020: Für eine entschlossene Umweltpolitik in Deutschland und Europa", + "description": "[oed-table:scalar],[Bibtexkey:SRU2020] - 2: Pariser Klimaziele erreichen mit dem CO2-Budget", + "path": "https://www.umweltrat.de/SharedDocs/Downloads/DE/01_Umweltgutachten/2016_2020/2020_Umweltgutachten_Entschlossene_Umweltpolitik.pdf;jsessionid=A382E5937DEB3471E1480E3E54A7D9B7.1_cid292?__blob=publicationFile&v=31", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© Sachverständigenrat für Umweltfragen" + } + ] + }, + { + "title": "Informationsportal Erneuerbare Energien - Offshore-Windparks mit Netzeinspeisung", + "description": "[oed-table:scalar],[Bibtexkey:WirtschaftundEnergieCap] - Informationsportal Erneuerbare Energien - Offshore-Windparks mit Netzeinspeisung", + "path": "https://www.erneuerbare-energien.de/EE/Navigation/DE/Technologien/Windenergie-auf-See/Offshore-Projekte/Windparks-in-Betrieb/windparks-in-betrieb.html", + "licenses": [ + { + "name": "CC-BY-ND-3.0-DE", + "title": "Creative Commons Attribution No Derivatives 3.0 Germany", + "path": "https://creativecommons.org/licenses/by-nd/3.0/de/deed.en", + "instruction": "You are free: To Share", + "attribution": "© 2021 Bundesministerium für Wirtschaft und Energie" + } + ] + }, + { + "title": "ENSPRESO - an open, EU-28 wide, transparent and coherent database of wind, solar and biomass energy potentials", + "description": "[oed-table:scalar],[Bibtexkey:Ruiz2019] - Energy potential data", + "path": "https://data.jrc.ec.europa.eu/collection/id-00138", + "licenses": [ + { + "name": "CC-BY-4.0", + "title": "Creative Commons Attribution 4.0 International", + "path": "https://creativecommons.org/licenses/by/4.0/deed.en", + "instruction": "You are free: To Share, To Adapt", + "attribution": "European Commission" + } + ] + }, + { + "title": "Platts PowerVision", + "description": "[oed-table:scalar],[Bibtexkey:Platts2020]", + "path": "https://www.spglobal.com/platts/en/products-services/electric-power/powervision", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© S&P Global Platts" + } + ] + }, + { + "title": "Kostenschätzungen (NEP 2030 (2019), 1. Entwurf)", + "description": "[oed-table:scalar],[Bibtexkey:NetzPlan19] - Costs for power transmission", + "path": "https://www.netzentwicklungsplan.de/sites/default/files/paragraphs-files/NEP_2030_2019_1_Entwurf_Kostenschaetzungen.pdf", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© 50Hertz Transmission GmbH; Amprion GmbH; TenneT TSO GmbH; TransnetBW GmbH" + } + ] + }, + { + "title": "Comparison of the Effects of Industrial Demand Side Management and Other Flexibilities on the Performance of the Energy System", + "description": "[oed-table:scalar],[Bibtexkey:Nebel2020] - E2P ratio for storage technologies", + "path": "https://doi.org/10.3390/en13174448", + "licenses": [ + { + "name": "CC-BY-4.0", + "title": "Creative Commons Attribution 4.0 International", + "path": "https://creativecommons.org/licenses/by/4.0/deed.en", + "instruction": "You are free: To Share, To Adapt", + "attribution": "MDPI" + } + ] + }, + { + "title": "MaStR - Marktstammdatenregister", + "description": "[oed-table:scalar],[Bibtexkey:MaStR2021] - Installed power plant capacities for Germany", + "path": "https://www.marktstammdatenregister.de/MaStR", + "licenses": [ + { + "name": "dl-de/by-2-0", + "title": "Datenlizenz Deutschland – Namensnennung – Version 2.0", + "path": "https://www.govdata.de/dl-de/by-2-0", + "instruction": "You are free: To Share, To Adapt", + "attribution": "Bundesnetzagentur für Elektrizität, Gas, Telekommunikation, Post und Eisenbahnen" + } + ] + }, + { + "title": "World Energy Outlook 2018", + "description": "[oed-table:scalar],[Bibtexkey:IEA2018] - Fuel costs", + "path": "https://www.iea.org/reports/world-energy-outlook-2018", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© OECD/IEA" + } + ] + }, + { + "title": "Klimapfade für Deutschland", + "description": "[oed-table:scalar],[Bibtexkey:Gerbert2018] - Fuel costs, biogas", + "path": "https://www.vci.de/vci/downloads-vci/media-weitere-downloads/2018-01-18-bdi-studie-klimapfade-fuer-deutschland.pdf", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© Gerbert, P.; Herhold, P.; Burchardt, J.; Schönberger, S.; Rechenmacher, F.; Kirchner, A.; Kemmler, A. & Wünsch, M." + } + ] + }, + { + "title": "Langfristszenarien für die Transformation des Energiesystems in Deutschland", + "description": "[oed-table:scalar],[Bibtexkey:FraunhoferISI2017] - Fuel costs", + "path": "http://publica.fraunhofer.de/eprints/urn_nbn_de_0011-n-4810894.pdf", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© Fraunhofer ISI; Consentec GmbH; ifeu" + } + ] + }, + { + "title": "The development of stationary battery storage systems in Germany - A market review", + "description": "[oed-table:scalar],[Bibtexkey:Figgener2020] - E2P ratio energy storages", + "path": "https://doi.org/10.1016/j.est.2019.101153", + "licenses": [ + { + "name": "CC-BY-NC-ND-4.0", + "title": "Creative Commons Attribution Non Commercial No Derivatives 4.0 International", + "path": "https://creativecommons.org/licenses/by-nc-nd/4.0/", + "instruction": "You are free: To Share", + "attribution": "Figgener, J.; Stenzel, P.; Kairies, K.-P.; Linßen, J.; Haberschusz, D.; Wessels, O.; Angenendt, G.; Robinius, M.; Stolten, D. & Sauer, D. U." + } + ] + }, + { + "title": "Potenzialatlas Bioenergie in den Bundesländern", + "description": "[oed-table:scalar],[Bibtexkey:FNR2013] - Biogas potential", + "path": "https://mediathek.fnr.de/broschuren/bioenergie/bioenergie-potenzialatlas.html", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© FNR - Fachagentur Nachwachsende Rohstoffe e. V." + } + ] + }, + { + "title": "ETRI 2014 - Energy Technology Reference Indicator projections for 2010-2050", + "description": "[oed-table:scalar],[Bibtexkey:ETRI2014] - Technology data", + "path": "https://doi.org/10.2790/057687", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "European Commission" + } + ] + }, + { + "title": "TYNDP 2018 - Scenario Report", + "description": "[oed-table:scalar],[Bibtexkey:ENTSOE2018] - Fuel costs", + "path": "https://eepublicdownloads.entsoe.eu/clean-documents/tyndp-documents/TYNDP2018/Scenario_Report_2018_Final.pdf", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© ENTSO-E" + } + ] + }, + { + "title": "Gesetz für den Ausbau erneuerbarer Energien", + "description": "[oed-table:scalar],[Bibtexkey:EEG2017] - Gesetz für den Ausbau erneuerbarer Energien", + "path": "https://www.gesetze-im-internet.de/eeg_2014/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© Bundesamt für Justiz" + } + ] + }, + { + "title": "Braunkohle in Deutschland - Sicherheit für die Stromversorgung", + "description": "[oed-table:scalar],[Bibtexkey:DEBRRIV2017] - Natural resource potential lignite", + "path": "https://braunkohle.de/wp-content/uploads/2019/01/debriv_izb_20171005_web.pdf", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© DEBRIV" + } + ] + }, + { + "title": "Technology Data - Renewable Fuels", + "description": "[oed-table:scalar],[Bibtexkey:DEA2020RF] - Technology Data - Renewable Fuels, v_0004", + "path": "https://ens.dk/en/our-services/projections-and-models/technology-data/technology-data-renewable-fuels", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© Danish Energy Agency and Energinet" + } + ] + }, + { + "title": "BBPIG, Vorhaben 2: Osterath - Phillippsburg (Ultranet)", + "description": "[oed-table:scalar],[Bibtexkey:Bundesnetzagentur2020c] - DC transmission data", + "path": "https://www.netzausbau.de/Vorhaben/ansicht/de.html?cms_nummer=2&cms_gruppe=bbplg", + "licenses": [ + { + "name": "CC BY-ND 3.0 DE", + "title": "Attribution-NoDerivs 3.0 Germany", + "path": "https://creativecommons.org/licenses/by-nd/3.0/de/deed.en", + "instruction": "You are free: To Share", + "attribution": "Bundesnetzagentur" + } + ] + }, + { + "title": "BBPIG, Vorhaben 1: Emden Ost - Osterath (A-Nord)", + "description": "[oed-table:scalar],[Bibtexkey:Bundesnetzagentur2020b] - DC transmission data", + "path": "https://www.netzausbau.de/Vorhaben/ansicht/de.html?cms_nummer=1&cms_gruppe=bbplg", + "licenses": [ + { + "name": "CC BY-ND 3.0 DE", + "title": "Attribution-NoDerivs 3.0 Germany", + "path": "https://creativecommons.org/licenses/by-nd/3.0/de/deed.en", + "instruction": "You are free: To Share", + "attribution": "Bundesnetzagentur" + } + ] + }, + { + "title": "BBPIG, Vorhaben 5: Wolmirstedt-Isar (SuedOstLink)", + "description": "[oed-table:scalar],[Bibtexkey:Bundesnetzagentur2020a] - DC transmission data", + "path": "https://www.netzausbau.de/leitungsvorhaben/bbplg/05/de.html?cms_vhTab=1", + "licenses": [ + { + "name": "CC BY-ND 3.0 DE", + "title": "Attribution-NoDerivs 3.0 Germany", + "path": "https://creativecommons.org/licenses/by-nd/3.0/de/deed.en", + "instruction": "You are free: To Share", + "attribution": "Bundesnetzagentur" + } + ] + }, + { + "title": "Bundesnetzagentur legt ersten Abschnitt der Trassenkorridore des SuedLink", + "description": "[oed-table:scalar],[Bibtexkey:Bundesnetzagentur2020] - DC transmission data", + "path": "https://www.bundesnetzagentur.de/SharedDocs/Pressemitteilungen/DE/2020/20200203_Vorhaben3u4.html", + "licenses": [ + { + "name": "CC BY-ND 3.0 DE", + "title": "Attribution-NoDerivs 3.0 Germany", + "path": "https://creativecommons.org/licenses/by-nd/3.0/de/deed.en", + "instruction": "You are free: To Share", + "attribution": "Bundesnetzagentur" + } + ] + }, + { + "title": "Kraftwerksliste Bundesnetzagentur (bundesweit; alle Netz- und Umspannebenen) Stand 19.01.2021", + "description": "[oed-table:scalar],[Bibtexkey:BNAKWL2021] - Installed power plant capacities Germany", + "path": "https://www.bundesnetzagentur.de/DE/Sachgebiete/ElektrizitaetundGas/Unternehmen_Institutionen/Versorgungssicherheit/Erzeugungskapazitaeten/Kraftwerksliste/kraftwerksliste-node.html", + "licenses": [ + { + "name": "DL-DE->BY-2.0", + "title": "Datenlizenz Deutschland – Namensnennung – Version 2.0", + "path": "https://www.govdata.de/dl-de/by-2-0", + "instruction": "You are free: To Share, To Adapt", + "attribution": "Bundesnetzagentur für Elektrizität, Gas, Telekommunikation, Post und Eisenbahnen" + } + ] + }, + { + "title": "Kernkraftwerke in Deutschland", + "description": "[oed-table:scalar],[Bibtexkey:BMU2020a] - Installed power plant capacities Germany", + "path": "https://www.bmu.de/themen/atomenergie-strahlenschutz/nukleare-sicherheit/aufsicht-ueber-kernkraftwerke/kernkraftwerke-in-deutschland", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© Bundesministerium für Umwelt, Naturschutz und nukleare Sicherheit" + } + ] + }, + { + "title": "Fragen und Antworten zum Kohleausstieg in Deutschland", + "description": "[oed-table:scalar],[Bibtexkey:BMU2020] - Installed power plant capacities Germany", + "path": "https://www.bmu.de/themen/klimaschutz-anpassung/klimaschutz/nationale-klimapolitik/fragen-und-antworten-zum-kohleausstieg-in-deutschland", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© Bundesministerium für Umwelt, Naturschutz und nukleare Sicherheit" + } + ] + }, + { + "title": "Klimaschutzprogramm 2030 der Bundesregierung zur Umsetzung des Klimaschutzplans 2050", + "description": "[oed-table:scalar],[Bibtexkey:BMU2019] - Renewable share 2050", + "path": "https://www.bmu.de/fileadmin/Daten_BMU/Pools/Broschueren/klimaschutzprogramm_2030_bf.pdf", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© Bundesministerium für Umwelt, Naturschutz und nukleare Sicherheit" + } + ] + }, + { + "title": "Data Documentation - Current and Prospective Costs of Electricity Generation until 2050", + "description": "[oed-table:scalar],[Bibtexkey:AndreasSchroeder2013] - Fuel costs", + "path": "https://www.diw.de/documents/publikationen/73/diw_01.c.424566.de/diw_datadoc_2013-068.pdf", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© Deutsches Institut für Wirtschaftsforschung" + } + ] + }, + { + "title": "Klimaneutrales Deutschland 2045. Wie Deutschland seine Klimaziele schon vor 2050 erreichen kann Zusammenfassung im Auftrag von Stiftung Klimaneutralität, Agora Energiewende und Agora Verkehrswende", + "description": "[oed-table:scalar],[Bibtexkey:Agora2020] - Emission limit", + "path": "https://static.agora-energiewende.de/fileadmin/Projekte/2021/2021_04_KNDE45/A-EW_209_KNDE2045_Zusammenfassung_DE_WEB.pdf", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© Agora Energiewende; Prognos; Öko-Institut; Wuppertal-Institut" + } + ] + }, + { + "title": "Gesetz über die friedliche Verwendung der Kernenergie und den Schutz gegen ihre Gefahren (Atomgesetz)§ 7 Genehmigung von Anlagen", + "description": "[oed-table:scalar],[Bibtexkey:ATG2020] - ", + "path": "https://www.gesetze-im-internet.de/atg/__7.html", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© Bundesamt für Justiz" + } + ] + }, + { + "title": "tum-ens/pyGRETA: python Generator of REnewable Time series and mAps", + "description": "[oed-table:scalar],[Bibtexkey:Siala2020] - Expansion limit", + "path": "https://doi.org/10.5281/ZENODO.3872068", + "licenses": [ + { + "name": "GPL-3.0-only", + "title": "GNU General Public License version 3", + "path": "https://www.gnu.org/licenses/gpl-3.0.en.html", + "instruction": "You are free: To Share", + "attribution": "Siala, K.; Houmy, H." + } + ] + }, + { + "title": "Gewässerkundliches Informationssystem der Wasserstraßen- und Schifffahrtsverwaltung des Bundes", + "description": "[oed-table:scalar],[Bibtexkey:IZT2020] - Water levels in German rivers in hourly resolution", + "path": "https://www.pegelonline.wsv.de/gast/start", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": "© Wasserstraßen- und Schifffahrtsverwaltung des Bundes (WSV) im Geschäftsbereich des Bundesministeriums für Verkehr und digitale Infrastruktur." + } + ] + } + ], + "licenses": [ + { + "name": "CC-BY-4.0", + "title": "Creative Commons Creative Commons Attribution 4.0 International", + "path": "https://creativecommons.org/licenses/by/4.0/legalcode", + "instruction": "https://tldrlegal.com/license/creative-commons-attribution-4.0-international-(cc-by-4)", + "attribution": "© open_MODEX" + } + ], + "contributors": [ + { + "title": "jh-RLI", + "email": null, + "date": "2020-10-15", + "object": "metadata", + "comment": "Create first draft of complete metadata (as is)." + }, + { + "title": "jh-RLI", + "email": null, + "date": "2020-11-17", + "object": "metadata", + "comment": "Update Ressources with oedatamodel v1.1.1" + }, + { + "title": "jh-RLI", + "email": null, + "date": "2020-12-07", + "object": "metadata", + "comment": "Update sources and description." + }, + { + "title": "jh-RLI", + "email": null, + "date": "2021-01-11", + "object": "metadata", + "comment": "Add new sources." + }, + { + "title": "jh-RLI", + "email": null, + "date": "2021-11-30", + "object": "metadata", + "comment": "Fix ressources: adapt oed-concrete to oed-normalization format" + } + ], + "resources": [ + { + "profile": "tabular-data-resource", + "name": "model_draft.oed_scenario", + "path": "https://openenergy-platform.org/dataedit/view/model_draft/oed_scenario", + "format": "PostgreSQL", + "encoding": "UTF-8", + "schema": { + "fields": [ + { + "name": "id", + "description": "Unique identifier", + "type": "bigint", + "unit": null + }, + { + "name": "scenario", + "description": "Scenario name", + "type": "text", + "unit": null + }, + { + "name": "region", + "description": "Country or region, you can add a upper region with sub regions using json syntax", + "type": "json", + "unit": null + }, + { + "name": "year", + "description": "Year", + "type": "integer", + "unit": null + }, + { + "name": "source", + "description": "Source", + "type": "text", + "unit": null + }, + { + "name": "comment", + "description": "Comment", + "type": "text", + "unit": null + } + ], + "primaryKey": [ + "id" + ], + "foreignKeys": [] + }, + "dialect": { + "delimiter": ";", + "decimalSeparator": "." + } + }, + { + "profile": "tabular-data-resource", + "name": "model_draft.oed_data", + "path": "https://openenergy-platform.org/dataedit/view/model_draft/oed_data", + "format": "PostgreSQL", + "encoding": "UTF-8", + "schema": { + "fields": [ + { + "name": "id", + "description": "Unique identifier", + "type": "bigint", + "unit": null + }, + { + "name": "scenario_id", + "description": "Scenario name", + "type": "bigint", + "unit": null + }, + { + "name": "region", + "description": "Country or region, add a flow from region a -> b: ['a', 'b']", + "type": "text array", + "unit": null + }, + { + "name": "input_energy_vector", + "description": "It describes any type of energy or energy carrier (e.g. electricity, heat, solar radiation, natural gas, ...) that enters a technology.", + "type": "text", + "unit": null + }, + { + "name": "output_energy_vector", + "description": "It describes any type of energy or energy carrier (e.g. electricity, heat, hydrogen, LNG, CO2, ...) that exits a technology.", + "type": "text", + "unit": null + }, + { + "name": "parameter_name", + "description": "It describes a considered property of an element in the energy system.", + "type": "text", + "unit": null + }, + { + "name": "technology", + "description": "It describes an element of the modelled energy system that processes an energy vector.", + "type": "text", + "unit": null + }, + { + "name": "technology_type", + "description": "The specification can be technological, or freely user-defined, based on the requirements of the model.", + "type": "text", + "unit": null + }, + { + "name": "type", + "description": "value: scalar or timeseries indicate the related table", + "type": "text", + "unit": null + }, + { + "name": "unit", + "description": "Parameter unit", + "type": "text", + "unit": null + }, + { + "name": "tags", + "description": "Free classification with key-value pairs", + "type": "json", + "unit": null + }, + { + "name": "method", + "description": "Method type (sum, mean, median)", + "type": "json", + "unit": null + }, + { + "name": "source", + "description": "Source", + "type": "text", + "unit": null + }, + { + "name": "comment", + "description": "Comment", + "type": "text", + "unit": null + } + ], + "primaryKey": [ + "id" + ], + "foreignKeys": [ + { + "fields": [ + "scenario_id" + ], + "reference": { + "resource": "model_draft.oed_scenario", + "fields": [ + "id" + ] + } + } + ] + }, + "dialect": { + "delimiter": ";", + "decimalSeparator": "." + } + }, + { + "profile": "tabular-data-resource", + "name": "model_draft.oed_scalar", + "path": "https://openenergy-platform.org/dataedit/view/model_draft/oed_scalar", + "format": "PostgreSQL", + "encoding": "UTF-8", + "schema": { + "fields": [ + { + "name": "id", + "description": "Unique identifier", + "type": "bigint", + "unit": null + }, + { + "name": "year", + "description": "Year", + "type": "integer", + "unit": null + }, + { + "name": "value", + "description": "Value", + "type": "float", + "unit": "kw" + } + ], + "primaryKey": [ + "id" + ], + "foreignKeys": [ + { + "fields": [ + "id" + ], + "reference": { + "resource": "model_draft.oed_data", + "fields": [ + "id" + ] + } + } + ] + }, + "dialect": { + "delimiter": ";", + "decimalSeparator": "." + } + }, + { + "profile": "tabular-data-resource", + "name": "model_draft.oed_timeseries", + "path": "https://openenergy-platform.org/dataedit/view/model_draft/oed_timeseries", + "format": "PostgreSQL", + "encoding": "UTF-8", + "schema": { + "fields": [ + { + "name": "id", + "description": "Unique identifier", + "type": "bigint", + "unit": null + }, + { + "name": "timeindex_start", + "description": "Start timestemp", + "type": "timestamp", + "unit": null + }, + { + "name": "timeindex_stop", + "description": "Stop timestemp", + "type": "timestamp", + "unit": null + }, + { + "name": "timeindex_resolution", + "description": "Timesteps", + "type": "interval", + "unit": null + }, + { + "name": "series", + "description": "Timesteps", + "type": "float array", + "unit": null + } + ], + "primaryKey": [ + "data_id" + ], + "foreignKeys": [ + { + "fields": [ + "id" + ], + "reference": { + "resource": "model_draft.oed_data", + "fields": [ + "id" + ] + } + } + ] + }, + "dialect": { + "delimiter": ";", + "decimalSeparator": "." + } + } + ], + "review": { + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/71", + "badge": "silver" + }, + "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/" + } + }, + "_comment": { + "metadata": "Metadata documentation and explanation (https://github.com/OpenEnergyPlatform/organisation/wiki/metadata)", + "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/wiki)", + "null": "If not applicable use (null)" + } +} \ No newline at end of file From d4f1420352efc243e4951e877158366890b128aa Mon Sep 17 00:00:00 2001 From: Ludee Date: Wed, 1 Dec 2021 11:08:28 +0100 Subject: [PATCH 22/30] Update license #88 --- data-review/open_MODEX_consortium/MEO/modex_meo_load.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-review/open_MODEX_consortium/MEO/modex_meo_load.json b/data-review/open_MODEX_consortium/MEO/modex_meo_load.json index 4ab7a95e..0f55f00c 100644 --- a/data-review/open_MODEX_consortium/MEO/modex_meo_load.json +++ b/data-review/open_MODEX_consortium/MEO/modex_meo_load.json @@ -48,7 +48,7 @@ "path": "https://simbench.de/de/datensaetze/", "licenses": [ { - "name": "ODbL", + "name": "ODbL-1.0", "title": "Open Data Commons Open Database License (ODbL) v1.0", "path": "https://opendatacommons.org/licenses/odbl/1-0/", "instruction": null, From 637274193ef5abb67be1b98dc4876c2e6d973911 Mon Sep 17 00:00:00 2001 From: Ludee Date: Wed, 1 Dec 2021 11:36:12 +0100 Subject: [PATCH 23/30] Hotfix MD #88 --- .../POLINS/modex_polins_environmental.json | 2 +- .../POLINS/modex_polins_installed_capacity.json | 2 +- data-review/open_MODEX_consortium/POLINS/modex_polins_load.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data-review/open_MODEX_consortium/POLINS/modex_polins_environmental.json b/data-review/open_MODEX_consortium/POLINS/modex_polins_environmental.json index 415f61bb..30a37942 100644 --- a/data-review/open_MODEX_consortium/POLINS/modex_polins_environmental.json +++ b/data-review/open_MODEX_consortium/POLINS/modex_polins_environmental.json @@ -1,6 +1,6 @@ { "name": "modex_polins_environmental", - "title": "MODEX - POLINS - Environmentalnvironmental", + "title": "MODEX - POLINS - Environmental", "id": "http://openenergyplatform.org/dataedit/view/reference/polins_frameworkname_environmental", "description": "Emissionsfaktoren je Brennstoff/Technologie; (Input) Potenziale für Erneuerbarenausbau", "language": [ diff --git a/data-review/open_MODEX_consortium/POLINS/modex_polins_installed_capacity.json b/data-review/open_MODEX_consortium/POLINS/modex_polins_installed_capacity.json index c914c460..3dea15dd 100644 --- a/data-review/open_MODEX_consortium/POLINS/modex_polins_installed_capacity.json +++ b/data-review/open_MODEX_consortium/POLINS/modex_polins_installed_capacity.json @@ -1,6 +1,6 @@ { "name": "modex_polins_installed_capacity", - "title": "MODEX - POLINS - Installed capacity, + "title": "MODEX - POLINS - Installed capacity", "id": "http://openenergyplatform.org/dataedit/view/reference/polins_frameworkname_installed_capacity", "description": "Kapazitäten für hydro-thermische und fluktuierende Erneuerbarenanlagen", "language": [ diff --git a/data-review/open_MODEX_consortium/POLINS/modex_polins_load.json b/data-review/open_MODEX_consortium/POLINS/modex_polins_load.json index 665ce755..91cdff20 100644 --- a/data-review/open_MODEX_consortium/POLINS/modex_polins_load.json +++ b/data-review/open_MODEX_consortium/POLINS/modex_polins_load.json @@ -2,7 +2,7 @@ "name": "modex_polins_load", "title": "MODEX - POLINS - Load", "id": "http://openenergyplatform.org/dataedit/view/reference/polins_frameworkname_load", - "description": "Historische Profile und Nachfragemengen für Strom- & Wärmenachfrage, Reservebedarf", + "description": "Historische Profile und Nachfragemengen für Strom- und Wärmenachfrage, Reservebedarf", "language": [ "en-GB", "de-DE" From bb0fa1b9abd21c57a5872a23abf6649df64be21c Mon Sep 17 00:00:00 2001 From: Ludee Date: Wed, 1 Dec 2021 11:43:26 +0100 Subject: [PATCH 24/30] Hotfix MD #88 --- data-review/open_MODEX_consortium/POLINS/modex_polins_load.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-review/open_MODEX_consortium/POLINS/modex_polins_load.json b/data-review/open_MODEX_consortium/POLINS/modex_polins_load.json index 91cdff20..b6c75686 100644 --- a/data-review/open_MODEX_consortium/POLINS/modex_polins_load.json +++ b/data-review/open_MODEX_consortium/POLINS/modex_polins_load.json @@ -139,7 +139,7 @@ "attribution": "For academic and professional use (presentations, journal articles, trade publications, etc): Please cite the papers describing our methods [1, 2] and, if possible, link to www.renewables.ninja." } ] - }, + } ], "licenses": [ { From 506d0193f1b996293d430d20d2ab5709bd6a963c Mon Sep 17 00:00:00 2001 From: Ludee Date: Thu, 9 Dec 2021 11:39:58 +0100 Subject: [PATCH 25/30] Hotfix title #88 --- .../MODEX-EnSAVes/modex_modexensaves_costs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_costs.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_costs.json index ba9ea278..8d46af88 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_costs.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_costs.json @@ -1,6 +1,6 @@ { "name": "modex_modexensaves_costs", - "title": "MODEX - MODEX-EnSAVes - Costs data", + "title": "MODEX - MODEX-EnSAVes - Costs", "id": "http://openenergyplatform.org/dataedit/view/reference/modex_ensaves_costs", "description": "[Multiple Topics]: Wholesale electricity prices; Prices for fuels (oil, lignite, coal, gas, uranium, biomass, bioliquid, biogas); Prices for CO2; Specific investment of power plants for different generation technologies, i.e. gas, lignite, hard coal, oil and nuclear; Power plant load change cost (dependent on depreciation and fuel factor) for different generation technologies, i.e. gas, lignite, hard coal, oil and nuclear; Variable and fixed operation and maintenance costs of power plants for different generation technologies, i.e. gas, lignite, hard coal, oil and nuclear; Power plant start-up cost (dependent on depreciation and fuel factor) for different generation technologies, i.e. gas, lignite, hard coal, oil and nuclear", "language": [ From 244e9f65d90caff535073b72143d0502da694a9e Mon Sep 17 00:00:00 2001 From: Ludee Date: Thu, 9 Dec 2021 11:40:36 +0100 Subject: [PATCH 26/30] Hotfix title #88 --- .../MODEX-EnSAVes/modex_modexensaves_environmental.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_environmental.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_environmental.json index fb46ca61..3b712af3 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_environmental.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_environmental.json @@ -1,6 +1,6 @@ { "name": "modex_modexensaves_environmental", - "title": "MODEX - MODEX-EnSAVes - Environmental data", + "title": "MODEX - MODEX-EnSAVes - Environmental", "id": "http://openenergyplatform.org/dataedit/view/reference/modex_ensaves_environmental", "description": "Emission factors of power plants and different generation technologies, i.e. gas, lignite, hard coal, oil and nuclear", "language": [ From fff70b6aa492efe0bf1d39ac392150eace618a4f Mon Sep 17 00:00:00 2001 From: Ludee Date: Thu, 9 Dec 2021 11:46:29 +0100 Subject: [PATCH 27/30] Hotfix title #88 --- .../MODEX-EnSAVes/modex_modexensaves_load.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_load.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_load.json index 1c40a3a9..7fddcae9 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_load.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_load.json @@ -1,6 +1,6 @@ { "name": "modex_modexensaves_load", - "title": "MODEX - MODEX-EnSAVes - Load data", + "title": "MODEX - MODEX-EnSAVes - Load", "id": "http://openenergyplatform.org/dataedit/view/reference/modex_ensaves_load", "description": "[Multipble topics]: Hourly load profiles by EU country; Yearly electricity demand; Yearly district heat demand Germany; Demand for load-frequency control and reserves by EU country and reserve type 2016; ", "language": [ From 9dba7c55e420875057c226cdfd7a4e196428069c Mon Sep 17 00:00:00 2001 From: Ludee Date: Thu, 9 Dec 2021 11:47:27 +0100 Subject: [PATCH 28/30] Hotfix title #88 --- .../MODEX-EnSAVes/modex_modexensaves_socio_economic.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_socio_economic.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_socio_economic.json index 5e0251af..e6f1173e 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_socio_economic.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_socio_economic.json @@ -1,6 +1,6 @@ { "name": "modex_modexensaves_socio_economic", - "title": "MODEX - MODEX-EnSAVes - Socio economic data", + "title": "MODEX - MODEX-EnSAVes - Socio economic", "id": "http://openenergyplatform.org/dataedit/view/reference/modex_ensaves_socio_economic", "description": "Gross domestic product, Population", "language": [ From aa38b2cd1e6a61ba5de422421945d190336e1d2f Mon Sep 17 00:00:00 2001 From: Ludee Date: Thu, 9 Dec 2021 11:48:11 +0100 Subject: [PATCH 29/30] Hotfix title #88 --- .../MODEX-EnSAVes/modex_modexensaves_supply.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_supply.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_supply.json index 6b0064c5..d774aec4 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_supply.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_supply.json @@ -1,6 +1,6 @@ { "name": "modex_modexensaves_supply", - "title": "MODEX - MODEX-EnSAVes - Supply data", + "title": "MODEX - MODEX-EnSAVes - Supply", "id": "http://openenergyplatform.org/dataedit/view/reference/modex_ensaves_supply", "description": "[Multiple Topics]: Gerneration profiles of variable RES by country based on historical capacity factors from 2016/2012; Power plant availability of installed capacity in the course of year for different generation technologies, i.e. gas, lignite, hard coal, oil and nuclear", "language": [ From 587fd42d711928d9a0ef4d37b250a1b5dab45505 Mon Sep 17 00:00:00 2001 From: Ludee Date: Thu, 9 Dec 2021 11:49:51 +0100 Subject: [PATCH 30/30] Hotfix title #88 --- .../MODEX-EnSAVes/modex_modexensaves_techno_economic.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_techno_economic.json b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_techno_economic.json index fccff8e3..4c5eabbf 100644 --- a/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_techno_economic.json +++ b/data-review/open_MODEX_consortium/MODEX-EnSAVes/modex_modexensaves_techno_economic.json @@ -1,6 +1,6 @@ { "name": "modex_modexensaves_techno_economic", - "title": "MODEX - MODEX-EnSAVes - Techno economic data", + "title": "MODEX - MODEX-EnSAVes - Techno economic", "id": "http://openenergyplatform.org/dataedit/view/reference/reference/modex_ensaves_techno_economic", "description": "[Multiple Topics]: Lifetime of investment for heating systems and power plants for different generation technologies, i.e. gas, lignite, hard coal, oil and nuclear; Power plant efficiency for electricity production for different generation technologies, i.e. gas, lignite, hard coal, oil and nuclear", "language": [