From 78db7907d316f36333ddad0899896aa32d0f5344 Mon Sep 17 00:00:00 2001 From: Ludee Date: Thu, 6 Feb 2020 10:53:53 +0100 Subject: [PATCH 01/12] Add template for fred wetaherdata #47 --- .../climate.openfred_weatherdata_.json | 159 ++++++++++++++++++ 1 file changed, 159 insertions(+) create mode 100644 data-review/climate.openfred_weatherdata_.json diff --git a/data-review/climate.openfred_weatherdata_.json b/data-review/climate.openfred_weatherdata_.json new file mode 100644 index 00000000..1c7a7e8e --- /dev/null +++ b/data-review/climate.openfred_weatherdata_.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.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 296bf8a86adb588bc513ecffec1211085a761e18 Mon Sep 17 00:00:00 2001 From: Ludee Date: Thu, 6 Feb 2020 12:46:08 +0100 Subject: [PATCH 02/12] add random infos to metadata #47 --- .../climate.openfred_weatherdata_.json | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/data-review/climate.openfred_weatherdata_.json b/data-review/climate.openfred_weatherdata_.json index 1c7a7e8e..1850b7cb 100644 --- a/data-review/climate.openfred_weatherdata_.json +++ b/data-review/climate.openfred_weatherdata_.json @@ -1,17 +1,17 @@ { - "name": "", - "title": "", - "id": "", + "name": "openfred_", + "title": "open_FRED Weatherdata", + "id": "https://openenergy-platform.org/dataedit/view/climate/openfred_", "description": "", "language": [ - "" + "en-GB", "de-DE" ], "keywords": [ "" ], "publicationDate": "", "context": { - "homepage": "", + "homepage": "https://reiner-lemoine-institut.de/open_fred-open-feed-time-series-based-renewable-energy-database/", "documentation": "", "sourceCode": "", "contact": "", @@ -37,7 +37,7 @@ }, "sources": [ { - "title": "", + "title": "COSMO-CLM-MERRA2", "description": "", "path": "", "licenses": [ @@ -67,11 +67,11 @@ ], "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": "CC-BY-4.0", + "title": "Creative Commons Attribution 4.0 International", + "path": "https://creativecommons.org/licenses/by/4.0/legalcode", + "instruction": "You are free: To Share, To Create, To Adapt; As long as you: Attribute!", + "attribution": "© Helmholtz-Zentrum Geesthacht" } ], "contributors": [ @@ -136,8 +136,8 @@ } ], "review": { - "path": "", - "badge": "" + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/47", + "badge": "null" }, "metaMetadata": { "metadataVersion": "OEP-1.4.0", From 1acdc1c09fc3075ff551d379abbfca7b42cf0fe2 Mon Sep 17 00:00:00 2001 From: jh-RLI Date: Thu, 6 Feb 2020 14:36:03 +0100 Subject: [PATCH 03/12] Add metadata for openfred tables --- .../climate.openfred_weatherdata_flags.json | 164 ++++++++++++++ ...imate.openfred_weatherdata_locations.json} | 103 +++++---- .../climate.openfred_weatherdata_series.json | 207 ++++++++++++++++++ ...limate.openfred_weatherdata_timespans.json | 176 +++++++++++++++ ...limate.openfred_weatherdata_variables.json | 182 +++++++++++++++ 5 files changed, 780 insertions(+), 52 deletions(-) create mode 100644 data-review/climate.openfred_weatherdata_flags.json rename data-review/{climate.openfred_weatherdata_.json => climate.openfred_weatherdata_locations.json} (59%) create mode 100644 data-review/climate.openfred_weatherdata_series.json create mode 100644 data-review/climate.openfred_weatherdata_timespans.json create mode 100644 data-review/climate.openfred_weatherdata_variables.json diff --git a/data-review/climate.openfred_weatherdata_flags.json b/data-review/climate.openfred_weatherdata_flags.json new file mode 100644 index 00000000..9a4ffc33 --- /dev/null +++ b/data-review/climate.openfred_weatherdata_flags.json @@ -0,0 +1,164 @@ +{ + "name": "openfred_flags", + "title": "open_FRED Weatherdata", + "id": "https://openenergy-platform.org/dataedit/view/climate/openfred_", + "description": "", + "language": [ + "en-GB", "de-DE" + ], + "keywords": [ + "" + ], + "publicationDate": "", + "context": { + "homepage": "https://reiner-lemoine-institut.de/open_fred-open-feed-time-series-based-renewable-energy-database/", + "documentation": "", + "sourceCode": "null", + "contact": "", + "grantNo": "", + "fundingAgency": "", + "fundingAgencyLogo": "", + "publisherLogo": "" + }, + "spatial": { + "location": "null", + "extent": "Germany (generous)", + "resolution": " 0.0625° (~6.6 km)" + }, + "temporal": { + "referenceDate": "null", + "timeseries": { + "start": "2002", + "end": "2017", + "resolution": "30 min", + "alignment": "horizontal", + "aggregationType": "null" + } + }, + "sources": [ + { + "title": "COSMO-CLM", + "description": "", + "path": "", + "licenses": [ + { + "name": "null", + "title": "null", + "path": "null", + "instruction": "null", + "attribution": "null" + } + ] + }, + { + "title": "MERRA2", + "description": "Modern-Era Retrospective analysis for Research and Applications, Version 2", + "path": "https://gmao.gsfc.nasa.gov/reanalysis/MERRA-2/data_access/", + "licenses": [ + { + "name": "null", + "title": "null", + "path": "null", + "instruction": "null", + "attribution": "null" + } + ] + } + ], + "licenses": [ + { + "name": "CC-BY-4.0", + "title": "Creative Commons Attribution 4.0 International", + "path": "https://creativecommons.org/licenses/by/4.0/legalcode", + "instruction": "You are free: To Share, To Create, To Adapt; As long as you: Attribute!", + "attribution": "© Helmholtz-Zentrum Geesthacht" + } + ], + "contributors": [ + { + "title": "Ludee", + "email": "Ludwig.Huelk@rl-institut.de", + "date": "2020-02-06", + "object": "metadata", + "comment": "Create metadata"}, + { + "title": "Jonas Huber", + "email": "Jonas.Huber@rl-institut.de", + "date": "2020-02-06", + "object": "Metadata", + "comment": "Update metadata" + } + ], + "resources": [ + { + "profile": "tabular-data-resource", + "name": "climate.openfred_timespans", + "path": "", + "format": "PostgreSQL", + "encoding": "UTF-8", + "schema": { + "fields": [ + { + "name": "id", + "description": "Unique identifier", + "type": "bigint", + "unit": "null" + }, + { + "name": "flag_ks", + "description": "null", + "type": "integer array", + "unit": "null" + }, + { + "name": "flag_vs", + "description": "null", + "type": "varchar array", + "unit": "null" + } + ], + "primaryKey": [ + "id" + ], + "foreignKeys": [ + { + "fields": [ + "id" + ], + "reference": { + "resource": "climate.openfred_variables", + "fields": [ + "id" + ] + } + } + ] + }, + "dialect": { + "delimiter": "null", + "decimalSeparator": "." + } + } + ], + "review": { + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/47", + "badge": "null" + }, + "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 diff --git a/data-review/climate.openfred_weatherdata_.json b/data-review/climate.openfred_weatherdata_locations.json similarity index 59% rename from data-review/climate.openfred_weatherdata_.json rename to data-review/climate.openfred_weatherdata_locations.json index 1850b7cb..0a903704 100644 --- a/data-review/climate.openfred_weatherdata_.json +++ b/data-review/climate.openfred_weatherdata_locations.json @@ -1,5 +1,5 @@ { - "name": "openfred_", + "name": "openfred_locations", "title": "open_FRED Weatherdata", "id": "https://openenergy-platform.org/dataedit/view/climate/openfred_", "description": "", @@ -21,46 +21,46 @@ "publisherLogo": "" }, "spatial": { - "location": "", - "extent": "", - "resolution": "" + "location": "null", + "extent": "Germany (generous)", + "resolution": " 0.0625° (~6.6 km)" }, "temporal": { - "referenceDate": "", + "referenceDate": "null", "timeseries": { - "start": "", - "end": "", - "resolution": "", - "alignment": "", - "aggregationType": "" + "start": "2002", + "end": "2017", + "resolution": "30 min", + "alignment": "horizontal", + "aggregationType": "null" } }, "sources": [ { - "title": "COSMO-CLM-MERRA2", + "title": "COSMO-CLM", "description": "", "path": "", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": "null", + "title": "null", + "path": "null", + "instruction": "null", + "attribution": "null" } ] }, { - "title": "", - "description": "", - "path": "", + "title": "MERRA2", + "description": "Modern-Era Retrospective analysis for Research and Applications, Version 2", + "path": "https://gmao.gsfc.nasa.gov/reanalysis/MERRA-2/data_access/", "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": "null", + "title": "null", + "path": "null", + "instruction": "null", + "attribution": "null" } ] } @@ -76,61 +76,60 @@ ], "contributors": [ { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" - }, + "title": "Ludee", + "email": "Ludwig.Huelk@rl-institut.de", + "date": "2020-02-06", + "object": "metadata", + "comment": "Create metadata"}, { - "title": "", - "email": "", - "date": "", - "object": "", - "comment": "" + "title": "Jonas Huber", + "email": "Jonas.Huber@rl-institut.de", + "date": "2020-02-06", + "object": "Metadata", + "comment": "Update metadata" } ], "resources": [ { - "profile": "", - "name": "", + "profile": "tabular-data-resource", + "name": "climate.openfred_timespans", "path": "", - "format": "", - "encoding": "", + "format": "PostgreSQL", + "encoding": "UTF-8", "schema": { "fields": [ { - "name": "", - "description": "", - "type": "", - "unit": "" + "name": "id", + "description": "Unique identifier", + "type": "bigint", + "unit": "null" }, { - "name": "", - "description": "", - "type": "", - "unit": "" + "name": "point", + "description": "Point geometry of weatherdata measurement points", + "type": "geometry", + "unit": "4326" } ], "primaryKey": [ - "" + "id" ], "foreignKeys": [ { "fields": [ - "" + "null" ], "reference": { - "resource": "", + "resource": "null", "fields": [ - "" + "null" ] } } ] }, "dialect": { - "delimiter": "", + "delimiter": "null", "decimalSeparator": "." } } diff --git a/data-review/climate.openfred_weatherdata_series.json b/data-review/climate.openfred_weatherdata_series.json new file mode 100644 index 00000000..f61479c2 --- /dev/null +++ b/data-review/climate.openfred_weatherdata_series.json @@ -0,0 +1,207 @@ +{ + "name": "openfred_series", + "title": "open_FRED Weatherdata", + "id": "https://openenergy-platform.org/dataedit/view/climate/openfred_", + "description": "", + "language": [ + "en-GB", "de-DE" + ], + "keywords": [ + "" + ], + "publicationDate": "", + "context": { + "homepage": "https://reiner-lemoine-institut.de/open_fred-open-feed-time-series-based-renewable-energy-database/", + "documentation": "", + "sourceCode": "", + "contact": "", + "grantNo": "", + "fundingAgency": "", + "fundingAgencyLogo": "", + "publisherLogo": "" + }, + "spatial": { + "location": "null", + "extent": "Germany (generous)", + "resolution": " 0.0625° (~6.6 km)" + }, + "temporal": { + "referenceDate": "null", + "timeseries": { + "start": "2002", + "end": "2017", + "resolution": "30 min", + "alignment": "horizontal", + "aggregationType": "null" + } + }, + "sources": [ + { + "title": "COSMO-CLM", + "description": "", + "path": "", + "licenses": [ + { + "name": "null", + "title": "null", + "path": "null", + "instruction": "null", + "attribution": "null" + } + ] + }, + { + "title": "MERRA2", + "description": "Modern-Era Retrospective analysis for Research and Applications, Version 2", + "path": "https://gmao.gsfc.nasa.gov/reanalysis/MERRA-2/data_access/", + "licenses": [ + { + "name": "null", + "title": "null", + "path": "null", + "instruction": "null", + "attribution": "null" + } + ] + } + ], + "licenses": [ + { + "name": "CC-BY-4.0", + "title": "Creative Commons Attribution 4.0 International", + "path": "https://creativecommons.org/licenses/by/4.0/legalcode", + "instruction": "You are free: To Share, To Create, To Adapt; As long as you: Attribute!", + "attribution": "© Helmholtz-Zentrum Geesthacht" + } + ], + "contributors": [ + { + "title": "Ludee", + "email": "Ludwig.Huelk@rl-institut.de", + "date": "2020-02-06", + "object": "metadata", + "comment": "Create metadata"}, + { + "title": "Jonas Huber", + "email": "Jonas.Huber@rl-institut.de", + "date": "2020-02-06", + "object": "Metadata", + "comment": "Update metadata" + } + ], + "resources": [ + { + "profile": "tabular-data-resource", + "name": "climate.openfred_timespans", + "path": "", + "format": "PostgreSQL", + "encoding": "UTF-8", + "schema": { + "fields": [ + { + "name": "id", + "description": "Unique identifier", + "type": "bigint", + "unit": "null" + }, + { + "name": "values", + "description": "", + "type": "double precision array", + "unit": "null" + }, + { + "name": "height", + "description": "", + "type": "double precision", + "unit": "metre" + }, + { + "name": "timespan_id", + "description": "", + "type": "bigint", + "unit": "null" + }, + { + "name": "location_id", + "description": "", + "type": "bigint", + "unit": "null" + }, + { + "name": "variable_id", + "description": "", + "type": "bigint", + "unit": "null" + } + ], + "primaryKey": [ + "id" + ], + "foreignKeys": [ + { + "fields": [ + "timespan_id" + ], + "reference": { + "resource": "climate.openfred_timespans", + "fields": [ + "id" + ] + } + + }, + { + "fields": [ + "location_id" + ], + "reference": { + "resource": "climate.openfred_locations", + "fields": [ + "id" + ] + } + + }, + { + "fields": [ + "variable_id" + ], + "reference": { + "resource": "climate.openfred_variables", + "fields": [ + "id" + ] + } + + } + ] + }, + "dialect": { + "delimiter": "null", + "decimalSeparator": "." + } + } + ], + "review": { + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/47", + "badge": "null" + }, + "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 diff --git a/data-review/climate.openfred_weatherdata_timespans.json b/data-review/climate.openfred_weatherdata_timespans.json new file mode 100644 index 00000000..13c19bc8 --- /dev/null +++ b/data-review/climate.openfred_weatherdata_timespans.json @@ -0,0 +1,176 @@ +{ + "name": "openfred_timespans", + "title": "open_FRED Weatherdata", + "id": "https://openenergy-platform.org/dataedit/view/climate/openfred_", + "description": "", + "language": [ + "en-GB", "de-DE" + ], + "keywords": [ + "" + ], + "publicationDate": "", + "context": { + "homepage": "https://reiner-lemoine-institut.de/open_fred-open-feed-time-series-based-renewable-energy-database/", + "documentation": "", + "sourceCode": "", + "contact": "", + "grantNo": "", + "fundingAgency": "", + "fundingAgencyLogo": "", + "publisherLogo": "" + }, + "spatial": { + "location": "null", + "extent": "Germany (generous)", + "resolution": " 0.0625° (~6.6 km)" + }, + "temporal": { + "referenceDate": "null", + "timeseries": { + "start": "2002", + "end": "2017", + "resolution": "30 min", + "alignment": "horizontal", + "aggregationType": "null" + } + }, + "sources": [ + { + "title": "COSMO-CLM", + "description": "", + "path": "", + "licenses": [ + { + "name": "null", + "title": "null", + "path": "null", + "instruction": "null", + "attribution": "null" + } + ] + }, + { + "title": "MERRA2", + "description": "Modern-Era Retrospective analysis for Research and Applications, Version 2", + "path": "https://gmao.gsfc.nasa.gov/reanalysis/MERRA-2/data_access/", + "licenses": [ + { + "name": "null", + "title": "null", + "path": "null", + "instruction": "null", + "attribution": "null" + } + ] + } + ], + "licenses": [ + { + "name": "CC-BY-4.0", + "title": "Creative Commons Attribution 4.0 International", + "path": "https://creativecommons.org/licenses/by/4.0/legalcode", + "instruction": "You are free: To Share, To Create, To Adapt; As long as you: Attribute!", + "attribution": "© Helmholtz-Zentrum Geesthacht" + } + ], + "contributors": [ + { + "title": "Ludee", + "email": "Ludwig.Huelk@rl-institut.de", + "date": "2020-02-06", + "object": "metadata", + "comment": "Create metadata"}, + { + "title": "Jonas Huber", + "email": "Jonas.Huber@rl-institut.de", + "date": "2020-02-06", + "object": "Metadata", + "comment": "Update metadata" + } + ], + "resources": [ + { + "profile": "tabular-data-resource", + "name": "climate.openfred_timespans", + "path": "", + "format": "PostgreSQL", + "encoding": "UTF-8", + "schema": { + "fields": [ + { + "name": "id", + "description": "Unique identifier", + "type": "bigint", + "unit": "null" + }, + { + "name": "start", + "description": "timestamp without time zone", + "type": "timestamp", + "unit": "null" + }, + { + "name": "stop", + "description": "timestamp without time zone", + "type": "timestamp", + "unit": "null" + }, + { + "name": "resolution", + "description": "30 min resolution", + "type": "interval", + "unit": "null" + }, + { + "name": "segments", + "description": "timestamp without time zone as segments for each start/end range in 30min resolution", + "type": "timestamp", + "unit": "null" + } + ], + "primaryKey": [ + "id" + ], + "foreignKeys": [ + { + "fields": [ + "null" + ], + "reference": { + "resource": "null", + "fields": [ + "null" + ] + } + } + ] + }, + "dialect": { + "delimiter": "null", + "decimalSeparator": "." + } + } + ], + "review": { + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/47", + "badge": "null" + }, + "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 diff --git a/data-review/climate.openfred_weatherdata_variables.json b/data-review/climate.openfred_weatherdata_variables.json new file mode 100644 index 00000000..8e232986 --- /dev/null +++ b/data-review/climate.openfred_weatherdata_variables.json @@ -0,0 +1,182 @@ +{ + "name": "openfred_variables", + "title": "open_FRED Weatherdata", + "id": "https://openenergy-platform.org/dataedit/view/climate/openfred_", + "description": "", + "language": [ + "en-GB", "de-DE" + ], + "keywords": [ + "" + ], + "publicationDate": "", + "context": { + "homepage": "https://reiner-lemoine-institut.de/open_fred-open-feed-time-series-based-renewable-energy-database/", + "documentation": "", + "sourceCode": "", + "contact": "", + "grantNo": "", + "fundingAgency": "", + "fundingAgencyLogo": "", + "publisherLogo": "" + }, + "spatial": { + "location": "null", + "extent": "Germany (generous)", + "resolution": " 0.0625° (~6.6 km)" + }, + "temporal": { + "referenceDate": "null", + "timeseries": { + "start": "2002", + "end": "2017", + "resolution": "30 min", + "alignment": "horizontal", + "aggregationType": "null" + } + }, + "sources": [ + { + "title": "COSMO-CLM", + "description": "", + "path": "", + "licenses": [ + { + "name": "null", + "title": "null", + "path": "null", + "instruction": "null", + "attribution": "null" + } + ] + }, + { + "title": "MERRA2", + "description": "Modern-Era Retrospective analysis for Research and Applications, Version 2", + "path": "https://gmao.gsfc.nasa.gov/reanalysis/MERRA-2/data_access/", + "licenses": [ + { + "name": "null", + "title": "null", + "path": "null", + "instruction": "null", + "attribution": "null" + } + ] + } + ], + "licenses": [ + { + "name": "CC-BY-4.0", + "title": "Creative Commons Attribution 4.0 International", + "path": "https://creativecommons.org/licenses/by/4.0/legalcode", + "instruction": "You are free: To Share, To Create, To Adapt; As long as you: Attribute!", + "attribution": "© Helmholtz-Zentrum Geesthacht" + } + ], + "contributors": [ + { + "title": "Ludee", + "email": "Ludwig.Huelk@rl-institut.de", + "date": "2020-02-06", + "object": "metadata", + "comment": "Create metadata"}, + { + "title": "Jonas Huber", + "email": "Jonas.Huber@rl-institut.de", + "date": "2020-02-06", + "object": "Metadata", + "comment": "Update metadata" + } + ], + "resources": [ + { + "profile": "tabular-data-resource", + "name": "climate.openfred_variables", + "path": "", + "format": "PostgreSQL", + "encoding": "UTF-8", + "schema": { + "fields": [ + { + "name": "id", + "description": "Unique identifier", + "type": "bigint", + "unit": "null" + }, + { + "name": "name", + "description": "Name of the variable", + "type": "varchar", + "unit": "null" + }, + { + "name": "type", + "description": "null", + "type": "varchar", + "unit": "null" + }, + { + "name": "netcdf_attributes", + "description": "Collection of attributes as NetCDF format", + "type": "json", + "unit": "NetCDF" + }, + { + "name": "description", + "description": "Unit discription", + "type": "text", + "unit": "null" + }, + { + "name": "standard_name", + "description": "Unit for each variable as standard name", + "type": "varchar", + "unit": "null" + } + ], + "primaryKey": [ + "id" + ], + "foreignKeys": [ + { + "fields": [ + "null" + ], + "reference": { + "resource": "null", + "fields": [ + "null" + ] + } + } + ] + }, + "dialect": { + "delimiter": "null", + "decimalSeparator": "." + } + } + ], + "review": { + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/47", + "badge": "null" + }, + "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 b3b8334aff706f6744970797a48e3af4a69438df Mon Sep 17 00:00:00 2001 From: jh-RLI Date: Thu, 6 Feb 2020 15:27:40 +0100 Subject: [PATCH 04/12] Update metadata strings --- .../climate.openfred_weatherdata_flags.json | 160 +++++++++++++---- ...limate.openfred_weatherdata_locations.json | 158 ++++++++++++---- .../climate.openfred_weatherdata_series.json | 160 +++++++++++++---- ...limate.openfred_weatherdata_timespans.json | 166 ++++++++++++----- ...limate.openfred_weatherdata_variables.json | 168 +++++++++++++----- 5 files changed, 616 insertions(+), 196 deletions(-) diff --git a/data-review/climate.openfred_weatherdata_flags.json b/data-review/climate.openfred_weatherdata_flags.json index 9a4ffc33..ccbfb50a 100644 --- a/data-review/climate.openfred_weatherdata_flags.json +++ b/data-review/climate.openfred_weatherdata_flags.json @@ -12,66 +12,150 @@ "publicationDate": "", "context": { "homepage": "https://reiner-lemoine-institut.de/open_fred-open-feed-time-series-based-renewable-energy-database/", - "documentation": "", - "sourceCode": "null", - "contact": "", - "grantNo": "", - "fundingAgency": "", - "fundingAgencyLogo": "", - "publisherLogo": "" + "documentation": null, + "sourceCode": null, + "contact": null, + "grantNo": "0324006A", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie", + "fundingAgencyLogo": null, + "publisherLogo": null }, "spatial": { - "location": "null", + "location": null, "extent": "Germany (generous)", "resolution": " 0.0625° (~6.6 km)" }, "temporal": { - "referenceDate": "null", + "referenceDate": null, "timeseries": { "start": "2002", "end": "2017", "resolution": "30 min", "alignment": "horizontal", - "aggregationType": "null" + "aggregationType": null } }, "sources": [ { - "title": "COSMO-CLM", - "description": "", - "path": "", + "title": "MERRA2", + "description": "Modern-Era Retrospective analysis for Research and Applications, Version 2", + "path": "https://gmao.gsfc.nasa.gov/reanalysis/MERRA-2/data_access/", "licenses": [ { - "name": "null", - "title": "null", - "path": "null", - "instruction": "null", - "attribution": "null" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null } ] }, { - "title": "MERRA2", - "description": "Modern-Era Retrospective analysis for Research and Applications, Version 2", - "path": "https://gmao.gsfc.nasa.gov/reanalysis/MERRA-2/data_access/", + "title": "noaa_globe", + "description": "Global Land One-km Base Elevation Project (GLOBE)", + "path": "http://www.ngdc.noaa.gov/mgg/topo/globe.html", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "ecjrc_glc2000", + "description": "Global Land Cover 2000", + "path": "'http://www.ngdc.noaa.gov/mgg/topo/globe.html", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "nasa_aerosols", + "description": "GACP aerosol optical thickness and Angstrom exponent dataset", + "path": "https://gacp.giss.nasa.gov/data/time_ser/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "gldb", + "description": "Global Lake Database (GLDB)", + "path": "https://www.adv-sci-res.net/16/57/2019/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "copernicus_clc", + "description": "Copernicus Land Monitoring Services - CORINE Land Cover (CLC) - CLC 2012", + "path": "https://land.copernicus.eu/pan-european/corine-land-cover/clc-2012?tab=download", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "fao_hwsd", + "description": "Harmonised World Soil Database", + "path": "http://www.fao.org/soils-portal/soil-survey/soil-maps-and-databases/harmonized-world-soil-database-v12/en/", "licenses": [ { - "name": "null", - "title": "null", - "path": "null", - "instruction": "null", - "attribution": "null" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "modis_albedo", + "description": "Filled Land Surface Albedo Product", + "path": "https://www.umb.edu/spectralmass/terra_aqua_modis/modis_brdf_albedo_product_mcd43", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null } ] } ], "licenses": [ { - "name": "CC-BY-4.0", - "title": "Creative Commons Attribution 4.0 International", - "path": "https://creativecommons.org/licenses/by/4.0/legalcode", - "instruction": "You are free: To Share, To Create, To Adapt; As long as you: Attribute!", - "attribution": "© Helmholtz-Zentrum Geesthacht" + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" } ], "contributors": [ @@ -102,19 +186,19 @@ "name": "id", "description": "Unique identifier", "type": "bigint", - "unit": "null" + "unit": null }, { "name": "flag_ks", - "description": "null", + "description": null, "type": "integer array", - "unit": "null" + "unit": null }, { "name": "flag_vs", - "description": "null", + "description": null, "type": "varchar array", - "unit": "null" + "unit": null } ], "primaryKey": [ @@ -135,14 +219,14 @@ ] }, "dialect": { - "delimiter": "null", + "delimiter": null, "decimalSeparator": "." } } ], "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/47", - "badge": "null" + "badge": null }, "metaMetadata": { "metadataVersion": "OEP-1.4.0", diff --git a/data-review/climate.openfred_weatherdata_locations.json b/data-review/climate.openfred_weatherdata_locations.json index 0a903704..c58026fb 100644 --- a/data-review/climate.openfred_weatherdata_locations.json +++ b/data-review/climate.openfred_weatherdata_locations.json @@ -12,66 +12,150 @@ "publicationDate": "", "context": { "homepage": "https://reiner-lemoine-institut.de/open_fred-open-feed-time-series-based-renewable-energy-database/", - "documentation": "", - "sourceCode": "", - "contact": "", - "grantNo": "", - "fundingAgency": "", - "fundingAgencyLogo": "", - "publisherLogo": "" + "documentation": null, + "sourceCode": null, + "contact": null, + "grantNo": "0324006A", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie", + "fundingAgencyLogo": null, + "publisherLogo": null }, "spatial": { - "location": "null", + "location": null, "extent": "Germany (generous)", "resolution": " 0.0625° (~6.6 km)" }, "temporal": { - "referenceDate": "null", + "referenceDate": null, "timeseries": { "start": "2002", "end": "2017", "resolution": "30 min", "alignment": "horizontal", - "aggregationType": "null" + "aggregationType": null } }, "sources": [ { - "title": "COSMO-CLM", - "description": "", - "path": "", + "title": "MERRA2", + "description": "Modern-Era Retrospective analysis for Research and Applications, Version 2", + "path": "https://gmao.gsfc.nasa.gov/reanalysis/MERRA-2/data_access/", "licenses": [ { - "name": "null", - "title": "null", - "path": "null", - "instruction": "null", - "attribution": "null" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null } ] }, { - "title": "MERRA2", - "description": "Modern-Era Retrospective analysis for Research and Applications, Version 2", - "path": "https://gmao.gsfc.nasa.gov/reanalysis/MERRA-2/data_access/", + "title": "noaa_globe", + "description": "Global Land One-km Base Elevation Project (GLOBE)", + "path": "http://www.ngdc.noaa.gov/mgg/topo/globe.html", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "ecjrc_glc2000", + "description": "Global Land Cover 2000", + "path": "'http://www.ngdc.noaa.gov/mgg/topo/globe.html", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "nasa_aerosols", + "description": "GACP aerosol optical thickness and Angstrom exponent dataset", + "path": "https://gacp.giss.nasa.gov/data/time_ser/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "gldb", + "description": "Global Lake Database (GLDB)", + "path": "https://www.adv-sci-res.net/16/57/2019/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "copernicus_clc", + "description": "Copernicus Land Monitoring Services - CORINE Land Cover (CLC) - CLC 2012", + "path": "https://land.copernicus.eu/pan-european/corine-land-cover/clc-2012?tab=download", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "fao_hwsd", + "description": "Harmonised World Soil Database", + "path": "http://www.fao.org/soils-portal/soil-survey/soil-maps-and-databases/harmonized-world-soil-database-v12/en/", "licenses": [ { - "name": "null", - "title": "null", - "path": "null", - "instruction": "null", - "attribution": "null" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "modis_albedo", + "description": "Filled Land Surface Albedo Product", + "path": "https://www.umb.edu/spectralmass/terra_aqua_modis/modis_brdf_albedo_product_mcd43", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null } ] } ], "licenses": [ { - "name": "CC-BY-4.0", - "title": "Creative Commons Attribution 4.0 International", - "path": "https://creativecommons.org/licenses/by/4.0/legalcode", - "instruction": "You are free: To Share, To Create, To Adapt; As long as you: Attribute!", - "attribution": "© Helmholtz-Zentrum Geesthacht" + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" } ], "contributors": [ @@ -102,7 +186,7 @@ "name": "id", "description": "Unique identifier", "type": "bigint", - "unit": "null" + "unit": null }, { "name": "point", @@ -117,26 +201,26 @@ "foreignKeys": [ { "fields": [ - "null" + null ], "reference": { - "resource": "null", + "resource": null, "fields": [ - "null" + null ] } } ] }, "dialect": { - "delimiter": "null", + "delimiter": null, "decimalSeparator": "." } } ], "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/47", - "badge": "null" + "badge": null }, "metaMetadata": { "metadataVersion": "OEP-1.4.0", diff --git a/data-review/climate.openfred_weatherdata_series.json b/data-review/climate.openfred_weatherdata_series.json index f61479c2..835194eb 100644 --- a/data-review/climate.openfred_weatherdata_series.json +++ b/data-review/climate.openfred_weatherdata_series.json @@ -12,66 +12,150 @@ "publicationDate": "", "context": { "homepage": "https://reiner-lemoine-institut.de/open_fred-open-feed-time-series-based-renewable-energy-database/", - "documentation": "", - "sourceCode": "", - "contact": "", - "grantNo": "", - "fundingAgency": "", - "fundingAgencyLogo": "", - "publisherLogo": "" + "documentation": null, + "sourceCode": null, + "contact": null, + "grantNo": "0324006A", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie", + "fundingAgencyLogo": null, + "publisherLogo": null }, "spatial": { - "location": "null", + "location": null, "extent": "Germany (generous)", "resolution": " 0.0625° (~6.6 km)" }, "temporal": { - "referenceDate": "null", + "referenceDate": null, "timeseries": { "start": "2002", "end": "2017", "resolution": "30 min", "alignment": "horizontal", - "aggregationType": "null" + "aggregationType": null } }, "sources": [ { - "title": "COSMO-CLM", - "description": "", - "path": "", + "title": "MERRA2", + "description": "Modern-Era Retrospective analysis for Research and Applications, Version 2", + "path": "https://gmao.gsfc.nasa.gov/reanalysis/MERRA-2/data_access/", "licenses": [ { - "name": "null", - "title": "null", - "path": "null", - "instruction": "null", - "attribution": "null" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null } ] }, { - "title": "MERRA2", - "description": "Modern-Era Retrospective analysis for Research and Applications, Version 2", - "path": "https://gmao.gsfc.nasa.gov/reanalysis/MERRA-2/data_access/", + "title": "noaa_globe", + "description": "Global Land One-km Base Elevation Project (GLOBE)", + "path": "http://www.ngdc.noaa.gov/mgg/topo/globe.html", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "ecjrc_glc2000", + "description": "Global Land Cover 2000", + "path": "'http://www.ngdc.noaa.gov/mgg/topo/globe.html", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "nasa_aerosols", + "description": "GACP aerosol optical thickness and Angstrom exponent dataset", + "path": "https://gacp.giss.nasa.gov/data/time_ser/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "gldb", + "description": "Global Lake Database (GLDB)", + "path": "https://www.adv-sci-res.net/16/57/2019/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "copernicus_clc", + "description": "Copernicus Land Monitoring Services - CORINE Land Cover (CLC) - CLC 2012", + "path": "https://land.copernicus.eu/pan-european/corine-land-cover/clc-2012?tab=download", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "fao_hwsd", + "description": "Harmonised World Soil Database", + "path": "http://www.fao.org/soils-portal/soil-survey/soil-maps-and-databases/harmonized-world-soil-database-v12/en/", "licenses": [ { - "name": "null", - "title": "null", - "path": "null", - "instruction": "null", - "attribution": "null" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "modis_albedo", + "description": "Filled Land Surface Albedo Product", + "path": "https://www.umb.edu/spectralmass/terra_aqua_modis/modis_brdf_albedo_product_mcd43", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null } ] } ], "licenses": [ { - "name": "CC-BY-4.0", - "title": "Creative Commons Attribution 4.0 International", - "path": "https://creativecommons.org/licenses/by/4.0/legalcode", - "instruction": "You are free: To Share, To Create, To Adapt; As long as you: Attribute!", - "attribution": "© Helmholtz-Zentrum Geesthacht" + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" } ], "contributors": [ @@ -102,13 +186,13 @@ "name": "id", "description": "Unique identifier", "type": "bigint", - "unit": "null" + "unit": null }, { "name": "values", "description": "", "type": "double precision array", - "unit": "null" + "unit": null }, { "name": "height", @@ -120,19 +204,19 @@ "name": "timespan_id", "description": "", "type": "bigint", - "unit": "null" + "unit": null }, { "name": "location_id", "description": "", "type": "bigint", - "unit": "null" + "unit": null }, { "name": "variable_id", "description": "", "type": "bigint", - "unit": "null" + "unit": null } ], "primaryKey": [ @@ -178,14 +262,14 @@ ] }, "dialect": { - "delimiter": "null", + "delimiter": null, "decimalSeparator": "." } } ], "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/47", - "badge": "null" + "badge": null }, "metaMetadata": { "metadataVersion": "OEP-1.4.0", diff --git a/data-review/climate.openfred_weatherdata_timespans.json b/data-review/climate.openfred_weatherdata_timespans.json index 13c19bc8..e0481567 100644 --- a/data-review/climate.openfred_weatherdata_timespans.json +++ b/data-review/climate.openfred_weatherdata_timespans.json @@ -12,66 +12,150 @@ "publicationDate": "", "context": { "homepage": "https://reiner-lemoine-institut.de/open_fred-open-feed-time-series-based-renewable-energy-database/", - "documentation": "", - "sourceCode": "", - "contact": "", - "grantNo": "", - "fundingAgency": "", - "fundingAgencyLogo": "", - "publisherLogo": "" + "documentation": null, + "sourceCode": null, + "contact": null, + "grantNo": "0324006A", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie", + "fundingAgencyLogo": null, + "publisherLogo": null }, "spatial": { - "location": "null", + "location": null, "extent": "Germany (generous)", "resolution": " 0.0625° (~6.6 km)" }, "temporal": { - "referenceDate": "null", + "referenceDate": null, "timeseries": { "start": "2002", "end": "2017", "resolution": "30 min", "alignment": "horizontal", - "aggregationType": "null" + "aggregationType": null } }, "sources": [ { - "title": "COSMO-CLM", - "description": "", - "path": "", + "title": "MERRA2", + "description": "Modern-Era Retrospective analysis for Research and Applications, Version 2", + "path": "https://gmao.gsfc.nasa.gov/reanalysis/MERRA-2/data_access/", "licenses": [ { - "name": "null", - "title": "null", - "path": "null", - "instruction": "null", - "attribution": "null" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null } ] }, { - "title": "MERRA2", - "description": "Modern-Era Retrospective analysis for Research and Applications, Version 2", - "path": "https://gmao.gsfc.nasa.gov/reanalysis/MERRA-2/data_access/", + "title": "noaa_globe", + "description": "Global Land One-km Base Elevation Project (GLOBE)", + "path": "http://www.ngdc.noaa.gov/mgg/topo/globe.html", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "ecjrc_glc2000", + "description": "Global Land Cover 2000", + "path": "'http://www.ngdc.noaa.gov/mgg/topo/globe.html", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "nasa_aerosols", + "description": "GACP aerosol optical thickness and Angstrom exponent dataset", + "path": "https://gacp.giss.nasa.gov/data/time_ser/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "gldb", + "description": "Global Lake Database (GLDB)", + "path": "https://www.adv-sci-res.net/16/57/2019/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "copernicus_clc", + "description": "Copernicus Land Monitoring Services - CORINE Land Cover (CLC) - CLC 2012", + "path": "https://land.copernicus.eu/pan-european/corine-land-cover/clc-2012?tab=download", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "fao_hwsd", + "description": "Harmonised World Soil Database", + "path": "http://www.fao.org/soils-portal/soil-survey/soil-maps-and-databases/harmonized-world-soil-database-v12/en/", "licenses": [ { - "name": "null", - "title": "null", - "path": "null", - "instruction": "null", - "attribution": "null" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "modis_albedo", + "description": "Filled Land Surface Albedo Product", + "path": "https://www.umb.edu/spectralmass/terra_aqua_modis/modis_brdf_albedo_product_mcd43", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null } ] } ], "licenses": [ { - "name": "CC-BY-4.0", - "title": "Creative Commons Attribution 4.0 International", - "path": "https://creativecommons.org/licenses/by/4.0/legalcode", - "instruction": "You are free: To Share, To Create, To Adapt; As long as you: Attribute!", - "attribution": "© Helmholtz-Zentrum Geesthacht" + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" } ], "contributors": [ @@ -102,31 +186,31 @@ "name": "id", "description": "Unique identifier", "type": "bigint", - "unit": "null" + "unit": null }, { "name": "start", "description": "timestamp without time zone", "type": "timestamp", - "unit": "null" + "unit": null }, { "name": "stop", "description": "timestamp without time zone", "type": "timestamp", - "unit": "null" + "unit": null }, { "name": "resolution", "description": "30 min resolution", "type": "interval", - "unit": "null" + "unit": null }, { "name": "segments", "description": "timestamp without time zone as segments for each start/end range in 30min resolution", "type": "timestamp", - "unit": "null" + "unit": null } ], "primaryKey": [ @@ -135,26 +219,26 @@ "foreignKeys": [ { "fields": [ - "null" + null ], "reference": { - "resource": "null", + "resource": null, "fields": [ - "null" + null ] } } ] }, "dialect": { - "delimiter": "null", + "delimiter": null, "decimalSeparator": "." } } ], "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/47", - "badge": "null" + "badge": null }, "metaMetadata": { "metadataVersion": "OEP-1.4.0", diff --git a/data-review/climate.openfred_weatherdata_variables.json b/data-review/climate.openfred_weatherdata_variables.json index 8e232986..b6c278a3 100644 --- a/data-review/climate.openfred_weatherdata_variables.json +++ b/data-review/climate.openfred_weatherdata_variables.json @@ -12,66 +12,150 @@ "publicationDate": "", "context": { "homepage": "https://reiner-lemoine-institut.de/open_fred-open-feed-time-series-based-renewable-energy-database/", - "documentation": "", - "sourceCode": "", - "contact": "", - "grantNo": "", - "fundingAgency": "", - "fundingAgencyLogo": "", - "publisherLogo": "" + "documentation": null, + "sourceCode": null, + "contact": null, + "grantNo": "0324006A", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie", + "fundingAgencyLogo": null, + "publisherLogo": null }, "spatial": { - "location": "null", + "location": null, "extent": "Germany (generous)", "resolution": " 0.0625° (~6.6 km)" }, "temporal": { - "referenceDate": "null", + "referenceDate": null, "timeseries": { "start": "2002", "end": "2017", "resolution": "30 min", "alignment": "horizontal", - "aggregationType": "null" + "aggregationType": null } }, "sources": [ { - "title": "COSMO-CLM", - "description": "", - "path": "", + "title": "MERRA2", + "description": "Modern-Era Retrospective analysis for Research and Applications, Version 2", + "path": "https://gmao.gsfc.nasa.gov/reanalysis/MERRA-2/data_access/", "licenses": [ { - "name": "null", - "title": "null", - "path": "null", - "instruction": "null", - "attribution": "null" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null } ] }, { - "title": "MERRA2", - "description": "Modern-Era Retrospective analysis for Research and Applications, Version 2", - "path": "https://gmao.gsfc.nasa.gov/reanalysis/MERRA-2/data_access/", + "title": "noaa_globe", + "description": "Global Land One-km Base Elevation Project (GLOBE)", + "path": "http://www.ngdc.noaa.gov/mgg/topo/globe.html", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "ecjrc_glc2000", + "description": "Global Land Cover 2000", + "path": "'http://www.ngdc.noaa.gov/mgg/topo/globe.html", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "nasa_aerosols", + "description": "GACP aerosol optical thickness and Angstrom exponent dataset", + "path": "https://gacp.giss.nasa.gov/data/time_ser/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "gldb", + "description": "Global Lake Database (GLDB)", + "path": "https://www.adv-sci-res.net/16/57/2019/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "copernicus_clc", + "description": "Copernicus Land Monitoring Services - CORINE Land Cover (CLC) - CLC 2012", + "path": "https://land.copernicus.eu/pan-european/corine-land-cover/clc-2012?tab=download", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "fao_hwsd", + "description": "Harmonised World Soil Database", + "path": "http://www.fao.org/soils-portal/soil-survey/soil-maps-and-databases/harmonized-world-soil-database-v12/en/", "licenses": [ { - "name": "null", - "title": "null", - "path": "null", - "instruction": "null", - "attribution": "null" + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "modis_albedo", + "description": "Filled Land Surface Albedo Product", + "path": "https://www.umb.edu/spectralmass/terra_aqua_modis/modis_brdf_albedo_product_mcd43", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null } ] } ], "licenses": [ { - "name": "CC-BY-4.0", - "title": "Creative Commons Attribution 4.0 International", - "path": "https://creativecommons.org/licenses/by/4.0/legalcode", - "instruction": "You are free: To Share, To Create, To Adapt; As long as you: Attribute!", - "attribution": "© Helmholtz-Zentrum Geesthacht" + "name": "", + "title": "", + "path": "", + "instruction": "", + "attribution": "" } ], "contributors": [ @@ -102,19 +186,19 @@ "name": "id", "description": "Unique identifier", "type": "bigint", - "unit": "null" + "unit": null }, { "name": "name", "description": "Name of the variable", "type": "varchar", - "unit": "null" + "unit": null }, { "name": "type", - "description": "null", + "description": null, "type": "varchar", - "unit": "null" + "unit": null }, { "name": "netcdf_attributes", @@ -126,13 +210,13 @@ "name": "description", "description": "Unit discription", "type": "text", - "unit": "null" + "unit": null }, { "name": "standard_name", "description": "Unit for each variable as standard name", "type": "varchar", - "unit": "null" + "unit": null } ], "primaryKey": [ @@ -141,26 +225,26 @@ "foreignKeys": [ { "fields": [ - "null" + null ], "reference": { - "resource": "null", + "resource": null, "fields": [ - "null" + null ] } } ] }, "dialect": { - "delimiter": "null", + "delimiter": null, "decimalSeparator": "." } } ], "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/47", - "badge": "null" + "badge": null }, "metaMetadata": { "metadataVersion": "OEP-1.4.0", From 19fb554a0de16a4f2db07c864aef6bbd60196e6d Mon Sep 17 00:00:00 2001 From: jh-RLI Date: Thu, 6 Feb 2020 16:41:00 +0100 Subject: [PATCH 05/12] Update metadata strings --- .../climate.openfred_weatherdata_flags.json | 6 +++--- .../climate.openfred_weatherdata_locations.json | 6 +++--- .../climate.openfred_weatherdata_series.json | 16 ++++++++-------- .../climate.openfred_weatherdata_timespans.json | 4 ++-- .../climate.openfred_weatherdata_variables.json | 4 ++-- 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/data-review/climate.openfred_weatherdata_flags.json b/data-review/climate.openfred_weatherdata_flags.json index ccbfb50a..9b2af462 100644 --- a/data-review/climate.openfred_weatherdata_flags.json +++ b/data-review/climate.openfred_weatherdata_flags.json @@ -1,7 +1,7 @@ { "name": "openfred_flags", "title": "open_FRED Weatherdata", - "id": "https://openenergy-platform.org/dataedit/view/climate/openfred_", + "id": "https://openenergy-platform.org/dataedit/view/climate/openfred_flags", "description": "", "language": [ "en-GB", "de-DE" @@ -176,8 +176,8 @@ "resources": [ { "profile": "tabular-data-resource", - "name": "climate.openfred_timespans", - "path": "", + "name": "climate.openfred_flags", + "path": "https://openenergy-platform.org/dataedit/view/climate/openfred_flags", "format": "PostgreSQL", "encoding": "UTF-8", "schema": { diff --git a/data-review/climate.openfred_weatherdata_locations.json b/data-review/climate.openfred_weatherdata_locations.json index c58026fb..b166ddb8 100644 --- a/data-review/climate.openfred_weatherdata_locations.json +++ b/data-review/climate.openfred_weatherdata_locations.json @@ -1,7 +1,7 @@ { "name": "openfred_locations", "title": "open_FRED Weatherdata", - "id": "https://openenergy-platform.org/dataedit/view/climate/openfred_", + "id": "https://openenergy-platform.org/dataedit/view/climate/openfred_locations", "description": "", "language": [ "en-GB", "de-DE" @@ -176,8 +176,8 @@ "resources": [ { "profile": "tabular-data-resource", - "name": "climate.openfred_timespans", - "path": "", + "name": "climate.openfred_locations", + "path": "https://openenergy-platform.org/dataedit/view/climate/openfred_locations", "format": "PostgreSQL", "encoding": "UTF-8", "schema": { diff --git a/data-review/climate.openfred_weatherdata_series.json b/data-review/climate.openfred_weatherdata_series.json index 835194eb..9495d7f2 100644 --- a/data-review/climate.openfred_weatherdata_series.json +++ b/data-review/climate.openfred_weatherdata_series.json @@ -1,7 +1,7 @@ { "name": "openfred_series", "title": "open_FRED Weatherdata", - "id": "https://openenergy-platform.org/dataedit/view/climate/openfred_", + "id": "https://openenergy-platform.org/dataedit/view/climate/openfred_series", "description": "", "language": [ "en-GB", "de-DE" @@ -176,8 +176,8 @@ "resources": [ { "profile": "tabular-data-resource", - "name": "climate.openfred_timespans", - "path": "", + "name": "climate.openfred_series", + "path": "https://openenergy-platform.org/dataedit/view/climate/openfred_series", "format": "PostgreSQL", "encoding": "UTF-8", "schema": { @@ -190,31 +190,31 @@ }, { "name": "values", - "description": "", + "description": "values of the measurement", "type": "double precision array", "unit": null }, { "name": "height", - "description": "", + "description": "height of the measuring point", "type": "double precision", "unit": "metre" }, { "name": "timespan_id", - "description": "", + "description": "timespan and resolution", "type": "bigint", "unit": null }, { "name": "location_id", - "description": "", + "description": "Geographical location of the measuring point", "type": "bigint", "unit": null }, { "name": "variable_id", - "description": "", + "description": "measurement variables", "type": "bigint", "unit": null } diff --git a/data-review/climate.openfred_weatherdata_timespans.json b/data-review/climate.openfred_weatherdata_timespans.json index e0481567..5226ff48 100644 --- a/data-review/climate.openfred_weatherdata_timespans.json +++ b/data-review/climate.openfred_weatherdata_timespans.json @@ -1,7 +1,7 @@ { "name": "openfred_timespans", "title": "open_FRED Weatherdata", - "id": "https://openenergy-platform.org/dataedit/view/climate/openfred_", + "id": "https://openenergy-platform.org/dataedit/view/climate/openfred_timespans", "description": "", "language": [ "en-GB", "de-DE" @@ -177,7 +177,7 @@ { "profile": "tabular-data-resource", "name": "climate.openfred_timespans", - "path": "", + "path": "https://openenergy-platform.org/dataedit/view/climate/openfred_timespans", "format": "PostgreSQL", "encoding": "UTF-8", "schema": { diff --git a/data-review/climate.openfred_weatherdata_variables.json b/data-review/climate.openfred_weatherdata_variables.json index b6c278a3..ed343d58 100644 --- a/data-review/climate.openfred_weatherdata_variables.json +++ b/data-review/climate.openfred_weatherdata_variables.json @@ -1,7 +1,7 @@ { "name": "openfred_variables", "title": "open_FRED Weatherdata", - "id": "https://openenergy-platform.org/dataedit/view/climate/openfred_", + "id": "https://openenergy-platform.org/dataedit/view/climate/openfred_variables", "description": "", "language": [ "en-GB", "de-DE" @@ -177,7 +177,7 @@ { "profile": "tabular-data-resource", "name": "climate.openfred_variables", - "path": "", + "path": "https://openenergy-platform.org/dataedit/view/climate/openfred_variables", "format": "PostgreSQL", "encoding": "UTF-8", "schema": { From cd329698fb8da902f67473a5d1f3bcde7d3976de Mon Sep 17 00:00:00 2001 From: Ludee Date: Wed, 19 Feb 2020 12:05:40 +0100 Subject: [PATCH 06/12] Update license information #47 --- .../climate.openfred_weatherdata_flags.json | 21 ++++++++++++------- ...limate.openfred_weatherdata_locations.json | 21 ++++++++++++------- .../climate.openfred_weatherdata_series.json | 21 ++++++++++++------- ...limate.openfred_weatherdata_timespans.json | 21 ++++++++++++------- ...limate.openfred_weatherdata_variables.json | 21 ++++++++++++------- 5 files changed, 70 insertions(+), 35 deletions(-) diff --git a/data-review/climate.openfred_weatherdata_flags.json b/data-review/climate.openfred_weatherdata_flags.json index 9b2af462..8857b29e 100644 --- a/data-review/climate.openfred_weatherdata_flags.json +++ b/data-review/climate.openfred_weatherdata_flags.json @@ -16,14 +16,14 @@ "sourceCode": null, "contact": null, "grantNo": "0324006A", - "fundingAgency": "Bundesministerium für Wirtschaft und Energie", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", "fundingAgencyLogo": null, "publisherLogo": null }, "spatial": { "location": null, "extent": "Germany (generous)", - "resolution": " 0.0625° (~6.6 km)" + "resolution": "0.0625° (~6.6 km)" }, "temporal": { "referenceDate": null, @@ -151,11 +151,11 @@ ], "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": "ODC-By-1.0", + "title": "Open Data Commons Attribution License v1.0", + "path": "https://opendatacommons.org/licenses/by/1.0/", + "instruction": "https://opendatacommons.org/licenses/by/summary/index.html", + "attribution": "© Helmholtz-Zentrum Geesthacht" } ], "contributors": [ @@ -171,6 +171,13 @@ "date": "2020-02-06", "object": "Metadata", "comment": "Update metadata" + }, + { + "title": "Ludee", + "email": "Ludwig.Huelk@rl-institut.de", + "date": "2020-02-19", + "object": "Metadata", + "comment": "Update license information" } ], "resources": [ diff --git a/data-review/climate.openfred_weatherdata_locations.json b/data-review/climate.openfred_weatherdata_locations.json index b166ddb8..ecb85667 100644 --- a/data-review/climate.openfred_weatherdata_locations.json +++ b/data-review/climate.openfred_weatherdata_locations.json @@ -16,14 +16,14 @@ "sourceCode": null, "contact": null, "grantNo": "0324006A", - "fundingAgency": "Bundesministerium für Wirtschaft und Energie", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", "fundingAgencyLogo": null, "publisherLogo": null }, "spatial": { "location": null, "extent": "Germany (generous)", - "resolution": " 0.0625° (~6.6 km)" + "resolution": "0.0625° (~6.6 km)" }, "temporal": { "referenceDate": null, @@ -151,11 +151,11 @@ ], "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": "ODC-By-1.0", + "title": "Open Data Commons Attribution License v1.0", + "path": "https://opendatacommons.org/licenses/by/1.0/", + "instruction": "https://opendatacommons.org/licenses/by/summary/index.html", + "attribution": "© Helmholtz-Zentrum Geesthacht" } ], "contributors": [ @@ -171,6 +171,13 @@ "date": "2020-02-06", "object": "Metadata", "comment": "Update metadata" + }, + { + "title": "Ludee", + "email": "Ludwig.Huelk@rl-institut.de", + "date": "2020-02-19", + "object": "Metadata", + "comment": "Update license information" } ], "resources": [ diff --git a/data-review/climate.openfred_weatherdata_series.json b/data-review/climate.openfred_weatherdata_series.json index 9495d7f2..a8024bf2 100644 --- a/data-review/climate.openfred_weatherdata_series.json +++ b/data-review/climate.openfred_weatherdata_series.json @@ -16,14 +16,14 @@ "sourceCode": null, "contact": null, "grantNo": "0324006A", - "fundingAgency": "Bundesministerium für Wirtschaft und Energie", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", "fundingAgencyLogo": null, "publisherLogo": null }, "spatial": { "location": null, "extent": "Germany (generous)", - "resolution": " 0.0625° (~6.6 km)" + "resolution": "0.0625° (~6.6 km)" }, "temporal": { "referenceDate": null, @@ -151,11 +151,11 @@ ], "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": "ODC-By-1.0", + "title": "Open Data Commons Attribution License v1.0", + "path": "https://opendatacommons.org/licenses/by/1.0/", + "instruction": "https://opendatacommons.org/licenses/by/summary/index.html", + "attribution": "© Helmholtz-Zentrum Geesthacht" } ], "contributors": [ @@ -171,6 +171,13 @@ "date": "2020-02-06", "object": "Metadata", "comment": "Update metadata" + }, + { + "title": "Ludee", + "email": "Ludwig.Huelk@rl-institut.de", + "date": "2020-02-19", + "object": "Metadata", + "comment": "Update license information" } ], "resources": [ diff --git a/data-review/climate.openfred_weatherdata_timespans.json b/data-review/climate.openfred_weatherdata_timespans.json index 5226ff48..b8290a01 100644 --- a/data-review/climate.openfred_weatherdata_timespans.json +++ b/data-review/climate.openfred_weatherdata_timespans.json @@ -16,14 +16,14 @@ "sourceCode": null, "contact": null, "grantNo": "0324006A", - "fundingAgency": "Bundesministerium für Wirtschaft und Energie", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", "fundingAgencyLogo": null, "publisherLogo": null }, "spatial": { "location": null, "extent": "Germany (generous)", - "resolution": " 0.0625° (~6.6 km)" + "resolution": "0.0625° (~6.6 km)" }, "temporal": { "referenceDate": null, @@ -151,11 +151,11 @@ ], "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": "ODC-By-1.0", + "title": "Open Data Commons Attribution License v1.0", + "path": "https://opendatacommons.org/licenses/by/1.0/", + "instruction": "https://opendatacommons.org/licenses/by/summary/index.html", + "attribution": "© Helmholtz-Zentrum Geesthacht" } ], "contributors": [ @@ -171,6 +171,13 @@ "date": "2020-02-06", "object": "Metadata", "comment": "Update metadata" + }, + { + "title": "Ludee", + "email": "Ludwig.Huelk@rl-institut.de", + "date": "2020-02-19", + "object": "Metadata", + "comment": "Update license information" } ], "resources": [ diff --git a/data-review/climate.openfred_weatherdata_variables.json b/data-review/climate.openfred_weatherdata_variables.json index ed343d58..7b49a733 100644 --- a/data-review/climate.openfred_weatherdata_variables.json +++ b/data-review/climate.openfred_weatherdata_variables.json @@ -16,14 +16,14 @@ "sourceCode": null, "contact": null, "grantNo": "0324006A", - "fundingAgency": "Bundesministerium für Wirtschaft und Energie", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", "fundingAgencyLogo": null, "publisherLogo": null }, "spatial": { "location": null, "extent": "Germany (generous)", - "resolution": " 0.0625° (~6.6 km)" + "resolution": "0.0625° (~6.6 km)" }, "temporal": { "referenceDate": null, @@ -151,11 +151,11 @@ ], "licenses": [ { - "name": "", - "title": "", - "path": "", - "instruction": "", - "attribution": "" + "name": "ODC-By-1.0", + "title": "Open Data Commons Attribution License v1.0", + "path": "https://opendatacommons.org/licenses/by/1.0/", + "instruction": "https://opendatacommons.org/licenses/by/summary/index.html", + "attribution": "© Helmholtz-Zentrum Geesthacht" } ], "contributors": [ @@ -171,6 +171,13 @@ "date": "2020-02-06", "object": "Metadata", "comment": "Update metadata" + }, + { + "title": "Ludee", + "email": "Ludwig.Huelk@rl-institut.de", + "date": "2020-02-19", + "object": "Metadata", + "comment": "Update license information" } ], "resources": [ From 1fd4c2e41e2938e2a7a1cf2d2da0f6dbe8ed22b5 Mon Sep 17 00:00:00 2001 From: Ludee Date: Thu, 30 Apr 2020 18:26:51 +0200 Subject: [PATCH 07/12] Update all FRED metadata #47 --- .../climate.openfred_weatherdata_flags.json | 27 +++++++++------ ...limate.openfred_weatherdata_locations.json | 33 +++++++++++-------- .../climate.openfred_weatherdata_series.json | 27 +++++++++------ ...limate.openfred_weatherdata_timespans.json | 27 +++++++++------ ...limate.openfred_weatherdata_variables.json | 27 +++++++++------ 5 files changed, 88 insertions(+), 53 deletions(-) diff --git a/data-review/climate.openfred_weatherdata_flags.json b/data-review/climate.openfred_weatherdata_flags.json index 8857b29e..3b15e43f 100644 --- a/data-review/climate.openfred_weatherdata_flags.json +++ b/data-review/climate.openfred_weatherdata_flags.json @@ -1,21 +1,21 @@ { "name": "openfred_flags", - "title": "open_FRED Weatherdata", + "title": "coastDat3_COSMO-CLM_MERRA2 - open_FRED Weatherdata", "id": "https://openenergy-platform.org/dataedit/view/climate/openfred_flags", - "description": "", + "description": "This is an atmospheric hindcast for Western Europe and the North Atlantic using COSMO-CLM version 5.0 with spectral nudging from 2002-2017. MERRA2 reanalysis data are used as forcing. Additionally transient and monthly aerosol data of the MACv2 climatology are prescribed. The model uses a rotated grid with 566 x 481 grid points and a grid point distance of 0.0625 degrees, the rotated North pole is located at 162.0 W, 39.25 N. The published data excludes the sponge zone and have 526 x 441 grid points. In rotated coordinates the published simulation data extends from 22.64 W to 10.18 E, 11.2 S to 16.3 N, in geographical coordinates this corresponds to about 12 W to 30 E, 39 N to 60 N.", "language": [ "en-GB", "de-DE" ], "keywords": [ - "" + "COSMO-CLM", "hindcast", "MERRA2", "Open Data", "regional modelling", "renewable energy" ], "publicationDate": "", "context": { "homepage": "https://reiner-lemoine-institut.de/open_fred-open-feed-time-series-based-renewable-energy-database/", "documentation": null, - "sourceCode": null, - "contact": null, - "grantNo": "0324006A", + "sourceCode": "https://github.com/open-fred", + "contact": "ronny.petrik@hzg.de", + "grantNo": "0324006A-C", "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", "fundingAgencyLogo": null, "publisherLogo": null @@ -29,8 +29,8 @@ "referenceDate": null, "timeseries": { "start": "2002", - "end": "2017", - "resolution": "30 min", + "end": "2018", + "resolution": "15 min -- 60 min (depending on parameter)", "alignment": "horizontal", "aggregationType": null } @@ -169,15 +169,22 @@ "title": "Jonas Huber", "email": "Jonas.Huber@rl-institut.de", "date": "2020-02-06", - "object": "Metadata", + "object": "metadata", "comment": "Update metadata" }, { "title": "Ludee", "email": "Ludwig.Huelk@rl-institut.de", "date": "2020-02-19", - "object": "Metadata", + "object": "metadata", "comment": "Update license information" + }, + { + "title": "Ludee", + "email": "Ludwig.Huelk@rl-institut.de", + "date": "2020-04-30", + "object": "metadata", + "comment": "Update metadata information" } ], "resources": [ diff --git a/data-review/climate.openfred_weatherdata_locations.json b/data-review/climate.openfred_weatherdata_locations.json index ecb85667..53ae461f 100644 --- a/data-review/climate.openfred_weatherdata_locations.json +++ b/data-review/climate.openfred_weatherdata_locations.json @@ -1,21 +1,21 @@ { "name": "openfred_locations", - "title": "open_FRED Weatherdata", + "title": "coastDat3_COSMO-CLM_MERRA2 - open_FRED Weatherdata", "id": "https://openenergy-platform.org/dataedit/view/climate/openfred_locations", - "description": "", + "description": "This is an atmospheric hindcast for Western Europe and the North Atlantic using COSMO-CLM version 5.0 with spectral nudging from 2002-2017. MERRA2 reanalysis data are used as forcing. Additionally transient and monthly aerosol data of the MACv2 climatology are prescribed. The model uses a rotated grid with 566 x 481 grid points and a grid point distance of 0.0625 degrees, the rotated North pole is located at 162.0 W, 39.25 N. The published data excludes the sponge zone and have 526 x 441 grid points. In rotated coordinates the published simulation data extends from 22.64 W to 10.18 E, 11.2 S to 16.3 N, in geographical coordinates this corresponds to about 12 W to 30 E, 39 N to 60 N.", "language": [ "en-GB", "de-DE" ], "keywords": [ - "" + "COSMO-CLM", "hindcast", "MERRA2", "Open Data", "regional modelling", "renewable energy" ], "publicationDate": "", "context": { "homepage": "https://reiner-lemoine-institut.de/open_fred-open-feed-time-series-based-renewable-energy-database/", "documentation": null, - "sourceCode": null, - "contact": null, - "grantNo": "0324006A", + "sourceCode": "https://github.com/open-fred", + "contact": "ronny.petrik@hzg.de", + "grantNo": "0324006A-C", "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", "fundingAgencyLogo": null, "publisherLogo": null @@ -29,8 +29,8 @@ "referenceDate": null, "timeseries": { "start": "2002", - "end": "2017", - "resolution": "30 min", + "end": "2018", + "resolution": "15 min -- 60 min (depending on parameter)", "alignment": "horizontal", "aggregationType": null } @@ -169,15 +169,22 @@ "title": "Jonas Huber", "email": "Jonas.Huber@rl-institut.de", "date": "2020-02-06", - "object": "Metadata", + "object": "metadata", "comment": "Update metadata" }, { "title": "Ludee", "email": "Ludwig.Huelk@rl-institut.de", "date": "2020-02-19", - "object": "Metadata", + "object": "metadata", "comment": "Update license information" + }, + { + "title": "Ludee", + "email": "Ludwig.Huelk@rl-institut.de", + "date": "2020-04-30", + "object": "metadata", + "comment": "Update metadata information" } ], "resources": [ @@ -197,9 +204,9 @@ }, { "name": "point", - "description": "Point geometry of weatherdata measurement points", - "type": "geometry", - "unit": "4326" + "description": "Point geometry of weatherdata measurement points EPSG:4326", + "type": "geometry(POINT)", + "unit": null } ], "primaryKey": [ diff --git a/data-review/climate.openfred_weatherdata_series.json b/data-review/climate.openfred_weatherdata_series.json index a8024bf2..475ed2ee 100644 --- a/data-review/climate.openfred_weatherdata_series.json +++ b/data-review/climate.openfred_weatherdata_series.json @@ -1,21 +1,21 @@ { "name": "openfred_series", - "title": "open_FRED Weatherdata", + "title": "coastDat3_COSMO-CLM_MERRA2 - open_FRED Weatherdata", "id": "https://openenergy-platform.org/dataedit/view/climate/openfred_series", - "description": "", + "description": "This is an atmospheric hindcast for Western Europe and the North Atlantic using COSMO-CLM version 5.0 with spectral nudging from 2002-2017. MERRA2 reanalysis data are used as forcing. Additionally transient and monthly aerosol data of the MACv2 climatology are prescribed. The model uses a rotated grid with 566 x 481 grid points and a grid point distance of 0.0625 degrees, the rotated North pole is located at 162.0 W, 39.25 N. The published data excludes the sponge zone and have 526 x 441 grid points. In rotated coordinates the published simulation data extends from 22.64 W to 10.18 E, 11.2 S to 16.3 N, in geographical coordinates this corresponds to about 12 W to 30 E, 39 N to 60 N.", "language": [ "en-GB", "de-DE" ], "keywords": [ - "" + "COSMO-CLM", "hindcast", "MERRA2", "Open Data", "regional modelling", "renewable energy" ], "publicationDate": "", "context": { "homepage": "https://reiner-lemoine-institut.de/open_fred-open-feed-time-series-based-renewable-energy-database/", "documentation": null, - "sourceCode": null, - "contact": null, - "grantNo": "0324006A", + "sourceCode": "https://github.com/open-fred", + "contact": "ronny.petrik@hzg.de", + "grantNo": "0324006A-C", "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", "fundingAgencyLogo": null, "publisherLogo": null @@ -29,8 +29,8 @@ "referenceDate": null, "timeseries": { "start": "2002", - "end": "2017", - "resolution": "30 min", + "end": "2018", + "resolution": "15 min -- 60 min (depending on parameter)", "alignment": "horizontal", "aggregationType": null } @@ -169,15 +169,22 @@ "title": "Jonas Huber", "email": "Jonas.Huber@rl-institut.de", "date": "2020-02-06", - "object": "Metadata", + "object": "metadata", "comment": "Update metadata" }, { "title": "Ludee", "email": "Ludwig.Huelk@rl-institut.de", "date": "2020-02-19", - "object": "Metadata", + "object": "metadata", "comment": "Update license information" + }, + { + "title": "Ludee", + "email": "Ludwig.Huelk@rl-institut.de", + "date": "2020-04-30", + "object": "metadata", + "comment": "Update metadata information" } ], "resources": [ diff --git a/data-review/climate.openfred_weatherdata_timespans.json b/data-review/climate.openfred_weatherdata_timespans.json index b8290a01..61a4c717 100644 --- a/data-review/climate.openfred_weatherdata_timespans.json +++ b/data-review/climate.openfred_weatherdata_timespans.json @@ -1,21 +1,21 @@ { "name": "openfred_timespans", - "title": "open_FRED Weatherdata", + "title": "coastDat3_COSMO-CLM_MERRA2 - open_FRED Weatherdata", "id": "https://openenergy-platform.org/dataedit/view/climate/openfred_timespans", - "description": "", + "description": "This is an atmospheric hindcast for Western Europe and the North Atlantic using COSMO-CLM version 5.0 with spectral nudging from 2002-2017. MERRA2 reanalysis data are used as forcing. Additionally transient and monthly aerosol data of the MACv2 climatology are prescribed. The model uses a rotated grid with 566 x 481 grid points and a grid point distance of 0.0625 degrees, the rotated North pole is located at 162.0 W, 39.25 N. The published data excludes the sponge zone and have 526 x 441 grid points. In rotated coordinates the published simulation data extends from 22.64 W to 10.18 E, 11.2 S to 16.3 N, in geographical coordinates this corresponds to about 12 W to 30 E, 39 N to 60 N.", "language": [ "en-GB", "de-DE" ], "keywords": [ - "" + "COSMO-CLM", "hindcast", "MERRA2", "Open Data", "regional modelling", "renewable energy" ], "publicationDate": "", "context": { "homepage": "https://reiner-lemoine-institut.de/open_fred-open-feed-time-series-based-renewable-energy-database/", "documentation": null, - "sourceCode": null, - "contact": null, - "grantNo": "0324006A", + "sourceCode": "https://github.com/open-fred", + "contact": "ronny.petrik@hzg.de", + "grantNo": "0324006A-C", "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", "fundingAgencyLogo": null, "publisherLogo": null @@ -29,8 +29,8 @@ "referenceDate": null, "timeseries": { "start": "2002", - "end": "2017", - "resolution": "30 min", + "end": "2018", + "resolution": "15 min -- 60 min (depending on parameter)", "alignment": "horizontal", "aggregationType": null } @@ -169,15 +169,22 @@ "title": "Jonas Huber", "email": "Jonas.Huber@rl-institut.de", "date": "2020-02-06", - "object": "Metadata", + "object": "metadata", "comment": "Update metadata" }, { "title": "Ludee", "email": "Ludwig.Huelk@rl-institut.de", "date": "2020-02-19", - "object": "Metadata", + "object": "metadata", "comment": "Update license information" + }, + { + "title": "Ludee", + "email": "Ludwig.Huelk@rl-institut.de", + "date": "2020-04-30", + "object": "metadata", + "comment": "Update metadata information" } ], "resources": [ diff --git a/data-review/climate.openfred_weatherdata_variables.json b/data-review/climate.openfred_weatherdata_variables.json index 7b49a733..e1fb1142 100644 --- a/data-review/climate.openfred_weatherdata_variables.json +++ b/data-review/climate.openfred_weatherdata_variables.json @@ -1,21 +1,21 @@ { "name": "openfred_variables", - "title": "open_FRED Weatherdata", + "title": "coastDat3_COSMO-CLM_MERRA2 - open_FRED Weatherdata", "id": "https://openenergy-platform.org/dataedit/view/climate/openfred_variables", - "description": "", + "description": "This is an atmospheric hindcast for Western Europe and the North Atlantic using COSMO-CLM version 5.0 with spectral nudging from 2002-2017. MERRA2 reanalysis data are used as forcing. Additionally transient and monthly aerosol data of the MACv2 climatology are prescribed. The model uses a rotated grid with 566 x 481 grid points and a grid point distance of 0.0625 degrees, the rotated North pole is located at 162.0 W, 39.25 N. The published data excludes the sponge zone and have 526 x 441 grid points. In rotated coordinates the published simulation data extends from 22.64 W to 10.18 E, 11.2 S to 16.3 N, in geographical coordinates this corresponds to about 12 W to 30 E, 39 N to 60 N.", "language": [ "en-GB", "de-DE" ], "keywords": [ - "" + "COSMO-CLM", "hindcast", "MERRA2", "Open Data", "regional modelling", "renewable energy" ], "publicationDate": "", "context": { "homepage": "https://reiner-lemoine-institut.de/open_fred-open-feed-time-series-based-renewable-energy-database/", "documentation": null, - "sourceCode": null, - "contact": null, - "grantNo": "0324006A", + "sourceCode": "https://github.com/open-fred", + "contact": "ronny.petrik@hzg.de", + "grantNo": "0324006A-C", "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", "fundingAgencyLogo": null, "publisherLogo": null @@ -29,8 +29,8 @@ "referenceDate": null, "timeseries": { "start": "2002", - "end": "2017", - "resolution": "30 min", + "end": "2018", + "resolution": "15 min -- 60 min (depending on parameter)", "alignment": "horizontal", "aggregationType": null } @@ -169,15 +169,22 @@ "title": "Jonas Huber", "email": "Jonas.Huber@rl-institut.de", "date": "2020-02-06", - "object": "Metadata", + "object": "metadata", "comment": "Update metadata" }, { "title": "Ludee", "email": "Ludwig.Huelk@rl-institut.de", "date": "2020-02-19", - "object": "Metadata", + "object": "metadata", "comment": "Update license information" + }, + { + "title": "Ludee", + "email": "Ludwig.Huelk@rl-institut.de", + "date": "2020-04-30", + "object": "metadata", + "comment": "Update metadata information" } ], "resources": [ From c76c08768e8651e8fcef587701e55f31986df148 Mon Sep 17 00:00:00 2001 From: jh-RLI Date: Fri, 23 Apr 2021 12:34:13 +0200 Subject: [PATCH 08/12] add metadata for additional openfred table --- .../supply.openfred_timeseries_ch.json | 268 ++++++++++++++++++ 1 file changed, 268 insertions(+) create mode 100644 data-review/supply.openfred_timeseries_ch.json diff --git a/data-review/supply.openfred_timeseries_ch.json b/data-review/supply.openfred_timeseries_ch.json new file mode 100644 index 00000000..578d04f4 --- /dev/null +++ b/data-review/supply.openfred_timeseries_ch.json @@ -0,0 +1,268 @@ +{ + "name": "openfred_timeseries_ch", + "title": "open_FRED Weatherdata", + "id": "https://openenergy-platform.org/dataedit/view/supply/openfred_timeseries_ch", + "description": "This is an atmospheric hindcast for Western Europe and the North Atlantic using COSMO-CLM version 5.0 with spectral nudging from 2002-2017. MERRA2 reanalysis data are used as forcing. Additionally transient and monthly aerosol data of the MACv2 climatology are prescribed. The model uses a rotated grid with 566 x 481 grid points and a grid point distance of 0.0625 degrees, the rotated North pole is located at 162.0 W, 39.25 N. The published data excludes the sponge zone and have 526 x 441 grid points. In rotated coordinates the published simulation data extends from 22.64 W to 10.18 E, 11.2 S to 16.3 N, in geographical coordinates this corresponds to about 12 W to 30 E, 39 N to 60 N.", + "language": [ + "en-GB", "de-DE" + ], + "keywords": [ + "COSMO-CLM", "hindcast", "MERRA2", "Open Data", "regional modelling", "renewable energy", "timeseries" + ], + "publicationDate": null, + "context": { + "homepage": "https://reiner-lemoine-institut.de/open_fred-open-feed-time-series-based-renewable-energy-database/", + "documentation": null, + "sourceCode": "https://github.com/open-fred", + "contact": "ronny.petrik@hzg.de", + "grantNo": "0324006A-C", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", + "fundingAgencyLogo": null, + "publisherLogo": null + }, + "spatial": { + "location": null, + "extent": "Germany (generous)", + "resolution": "0.0625° (~6.6 km)" + }, + "temporal": { + "referenceDate": null, + "timeseries": { + "start": "2015-12-31 23:30:00+00:00", + "end": "2016-01-03 00:30:00+00:00", + "resolution": "30 min", + "alignment": null, + "aggregationType": null + } + }, + "sources": [ + { + "title": "MERRA2", + "description": "Modern-Era Retrospective analysis for Research and Applications, Version 2", + "path": "https://gmao.gsfc.nasa.gov/reanalysis/MERRA-2/data_access/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "noaa_globe", + "description": "Global Land One-km Base Elevation Project (GLOBE)", + "path": "http://www.ngdc.noaa.gov/mgg/topo/globe.html", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "ecjrc_glc2000", + "description": "Global Land Cover 2000", + "path": "'http://www.ngdc.noaa.gov/mgg/topo/globe.html", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "nasa_aerosols", + "description": "GACP aerosol optical thickness and Angstrom exponent dataset", + "path": "https://gacp.giss.nasa.gov/data/time_ser/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "gldb", + "description": "Global Lake Database (GLDB)", + "path": "https://www.adv-sci-res.net/16/57/2019/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "copernicus_clc", + "description": "Copernicus Land Monitoring Services - CORINE Land Cover (CLC) - CLC 2012", + "path": "https://land.copernicus.eu/pan-european/corine-land-cover/clc-2012?tab=download", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "fao_hwsd", + "description": "Harmonised World Soil Database", + "path": "http://www.fao.org/soils-portal/soil-survey/soil-maps-and-databases/harmonized-world-soil-database-v12/en/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "modis_albedo", + "description": "Filled Land Surface Albedo Product", + "path": "https://www.umb.edu/spectralmass/terra_aqua_modis/modis_brdf_albedo_product_mcd43", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + } + ], + "licenses": [ + { + "name": "ODC-By-1.0", + "title": "Open Data Commons Attribution License v1.0", + "path": "https://opendatacommons.org/licenses/by/1.0/", + "instruction": "https://opendatacommons.org/licenses/by/summary/index.html", + "attribution": "© Helmholtz-Zentrum Geesthacht" + } + ], + "contributors": [ + { + "title": "Ludee", + "email": "Ludwig.Huelk@rl-institut.de", + "date": "2020-02-06", + "object": "metadata", + "comment": "Create metadata"}, + { + "title": "Jonas Huber", + "email": "Jonas.Huber@rl-institut.de", + "date": "2020-02-06", + "object": "metadata", + "comment": "Update metadata" + }, + { + "title": "Ludee", + "email": "Ludwig.Huelk@rl-institut.de", + "date": "2020-02-19", + "object": "metadata", + "comment": "Update license information" + }, + { + "title": "Ludee", + "email": "Ludwig.Huelk@rl-institut.de", + "date": "2020-04-30", + "object": "metadata", + "comment": "Update metadata information" + }, + { + "title": "jh-RLI", + "email": "jonas.huber@rl-institut.de", + "date": "2021-04-23", + "object": "metadata", + "comment": "Create metadata for additional openfred table" + } + ], + "resources": [ + { + "profile": "tabular-data-resource", + "name": "supply.openfred_timeseries_ch", + "path": "https://openenergy-platform.org/dataedit/view/supply/openfred_timeseries_ch", + "format": "PostgreSQL", + "encoding": "UTF-8", + "schema": { + "fields": [ + { + "name": "id", + "description": "Unique identifier", + "type": "bigint", + "unit": null + }, + { + "name": "time", + "description": "timestamp without time zone", + "type": "text", + "unit": null + }, + { + "name": "feedin", + "description": "feedin value", + "type": "numeric", + "unit": null + }, + { + "name": "nut", + "description": "30 min resolution", + "type": "interval", + "unit": null + }, + { + "name": "technology", + "description": "Identifier Name for the technology", + "type": "text", + "unit": null + } + ], + "primaryKey": [ + "id" + ] + }, + "dialect": { + "delimiter": null, + "decimalSeparator": "." + } + } + ], + "review": { + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/47", + "badge": null + }, + "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 125fcbb3106b594f416de5a73e72944e889508dd Mon Sep 17 00:00:00 2001 From: jh-RLI Date: Fri, 23 Apr 2021 12:37:59 +0200 Subject: [PATCH 09/12] update to oem1.4.1 minor version, remove invalid entry for temporal alignment (valid entry would be right, middle, left) --- data-review/climate.openfred_weatherdata_flags.json | 4 ++-- data-review/climate.openfred_weatherdata_locations.json | 4 ++-- data-review/climate.openfred_weatherdata_series.json | 6 +++--- data-review/climate.openfred_weatherdata_timespans.json | 4 ++-- data-review/climate.openfred_weatherdata_variables.json | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/data-review/climate.openfred_weatherdata_flags.json b/data-review/climate.openfred_weatherdata_flags.json index 3b15e43f..8da1ec5c 100644 --- a/data-review/climate.openfred_weatherdata_flags.json +++ b/data-review/climate.openfred_weatherdata_flags.json @@ -31,7 +31,7 @@ "start": "2002", "end": "2018", "resolution": "15 min -- 60 min (depending on parameter)", - "alignment": "horizontal", + "alignment": null, "aggregationType": null } }, @@ -243,7 +243,7 @@ "badge": null }, "metaMetadata": { - "metadataVersion": "OEP-1.4.0", + "metadataVersion": "OEP-1.4.1", "metadataLicense": { "name": "CC0-1.0", "title": "Creative Commons Zero v1.0 Universal", diff --git a/data-review/climate.openfred_weatherdata_locations.json b/data-review/climate.openfred_weatherdata_locations.json index 53ae461f..7d2a88b4 100644 --- a/data-review/climate.openfred_weatherdata_locations.json +++ b/data-review/climate.openfred_weatherdata_locations.json @@ -31,7 +31,7 @@ "start": "2002", "end": "2018", "resolution": "15 min -- 60 min (depending on parameter)", - "alignment": "horizontal", + "alignment": null, "aggregationType": null } }, @@ -237,7 +237,7 @@ "badge": null }, "metaMetadata": { - "metadataVersion": "OEP-1.4.0", + "metadataVersion": "OEP-1.4.1", "metadataLicense": { "name": "CC0-1.0", "title": "Creative Commons Zero v1.0 Universal", diff --git a/data-review/climate.openfred_weatherdata_series.json b/data-review/climate.openfred_weatherdata_series.json index 475ed2ee..c5a70f34 100644 --- a/data-review/climate.openfred_weatherdata_series.json +++ b/data-review/climate.openfred_weatherdata_series.json @@ -9,7 +9,7 @@ "keywords": [ "COSMO-CLM", "hindcast", "MERRA2", "Open Data", "regional modelling", "renewable energy" ], - "publicationDate": "", + "publicationDate": null, "context": { "homepage": "https://reiner-lemoine-institut.de/open_fred-open-feed-time-series-based-renewable-energy-database/", "documentation": null, @@ -31,7 +31,7 @@ "start": "2002", "end": "2018", "resolution": "15 min -- 60 min (depending on parameter)", - "alignment": "horizontal", + "alignment": null, "aggregationType": null } }, @@ -286,7 +286,7 @@ "badge": null }, "metaMetadata": { - "metadataVersion": "OEP-1.4.0", + "metadataVersion": "OEP-1.4.1", "metadataLicense": { "name": "CC0-1.0", "title": "Creative Commons Zero v1.0 Universal", diff --git a/data-review/climate.openfred_weatherdata_timespans.json b/data-review/climate.openfred_weatherdata_timespans.json index 61a4c717..f23c19a3 100644 --- a/data-review/climate.openfred_weatherdata_timespans.json +++ b/data-review/climate.openfred_weatherdata_timespans.json @@ -31,7 +31,7 @@ "start": "2002", "end": "2018", "resolution": "15 min -- 60 min (depending on parameter)", - "alignment": "horizontal", + "alignment": null, "aggregationType": null } }, @@ -255,7 +255,7 @@ "badge": null }, "metaMetadata": { - "metadataVersion": "OEP-1.4.0", + "metadataVersion": "OEP-1.4.1", "metadataLicense": { "name": "CC0-1.0", "title": "Creative Commons Zero v1.0 Universal", diff --git a/data-review/climate.openfred_weatherdata_variables.json b/data-review/climate.openfred_weatherdata_variables.json index e1fb1142..ba9223f3 100644 --- a/data-review/climate.openfred_weatherdata_variables.json +++ b/data-review/climate.openfred_weatherdata_variables.json @@ -31,7 +31,7 @@ "start": "2002", "end": "2018", "resolution": "15 min -- 60 min (depending on parameter)", - "alignment": "horizontal", + "alignment": null, "aggregationType": null } }, @@ -261,7 +261,7 @@ "badge": null }, "metaMetadata": { - "metadataVersion": "OEP-1.4.0", + "metadataVersion": "OEP-1.4.1", "metadataLicense": { "name": "CC0-1.0", "title": "Creative Commons Zero v1.0 Universal", From a6ac6d68f996d84bbe46024433627a9580904243 Mon Sep 17 00:00:00 2001 From: jh-RLI Date: Sun, 2 May 2021 13:44:33 +0200 Subject: [PATCH 10/12] Update all open fred metadata and additional tables, awarde gold badge as licence information is missing on sources and some uncertencys are present --- .../climate.openfred_weatherdata_flags.json | 4 +- ...limate.openfred_weatherdata_locations.json | 4 +- .../climate.openfred_weatherdata_series.json | 4 +- ...limate.openfred_weatherdata_timespans.json | 4 +- ...limate.openfred_weatherdata_variables.json | 4 +- .../supply.openfred_feedin_wind_2016.json | 246 ++++++++++++++++++ .../supply.openfred_timeseries_ch.json | 10 +- 7 files changed, 261 insertions(+), 15 deletions(-) create mode 100644 data-review/supply.openfred_feedin_wind_2016.json diff --git a/data-review/climate.openfred_weatherdata_flags.json b/data-review/climate.openfred_weatherdata_flags.json index 8da1ec5c..7f9f0bc5 100644 --- a/data-review/climate.openfred_weatherdata_flags.json +++ b/data-review/climate.openfred_weatherdata_flags.json @@ -9,7 +9,7 @@ "keywords": [ "COSMO-CLM", "hindcast", "MERRA2", "Open Data", "regional modelling", "renewable energy" ], - "publicationDate": "", + "publicationDate": "2020-02-06", "context": { "homepage": "https://reiner-lemoine-institut.de/open_fred-open-feed-time-series-based-renewable-energy-database/", "documentation": null, @@ -240,7 +240,7 @@ ], "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/47", - "badge": null + "badge": "Gold" }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/climate.openfred_weatherdata_locations.json b/data-review/climate.openfred_weatherdata_locations.json index 7d2a88b4..f757f995 100644 --- a/data-review/climate.openfred_weatherdata_locations.json +++ b/data-review/climate.openfred_weatherdata_locations.json @@ -9,7 +9,7 @@ "keywords": [ "COSMO-CLM", "hindcast", "MERRA2", "Open Data", "regional modelling", "renewable energy" ], - "publicationDate": "", + "publicationDate": "2020-02-06", "context": { "homepage": "https://reiner-lemoine-institut.de/open_fred-open-feed-time-series-based-renewable-energy-database/", "documentation": null, @@ -234,7 +234,7 @@ ], "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/47", - "badge": null + "badge": "Gold" }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/climate.openfred_weatherdata_series.json b/data-review/climate.openfred_weatherdata_series.json index c5a70f34..46d42b65 100644 --- a/data-review/climate.openfred_weatherdata_series.json +++ b/data-review/climate.openfred_weatherdata_series.json @@ -9,7 +9,7 @@ "keywords": [ "COSMO-CLM", "hindcast", "MERRA2", "Open Data", "regional modelling", "renewable energy" ], - "publicationDate": null, + "publicationDate": "2020-02-06", "context": { "homepage": "https://reiner-lemoine-institut.de/open_fred-open-feed-time-series-based-renewable-energy-database/", "documentation": null, @@ -283,7 +283,7 @@ ], "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/47", - "badge": null + "badge": "Gold" }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/climate.openfred_weatherdata_timespans.json b/data-review/climate.openfred_weatherdata_timespans.json index f23c19a3..edcd6254 100644 --- a/data-review/climate.openfred_weatherdata_timespans.json +++ b/data-review/climate.openfred_weatherdata_timespans.json @@ -9,7 +9,7 @@ "keywords": [ "COSMO-CLM", "hindcast", "MERRA2", "Open Data", "regional modelling", "renewable energy" ], - "publicationDate": "", + "publicationDate": "2020-02-06", "context": { "homepage": "https://reiner-lemoine-institut.de/open_fred-open-feed-time-series-based-renewable-energy-database/", "documentation": null, @@ -252,7 +252,7 @@ ], "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/47", - "badge": null + "badge": "Gold" }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/climate.openfred_weatherdata_variables.json b/data-review/climate.openfred_weatherdata_variables.json index ba9223f3..54397a80 100644 --- a/data-review/climate.openfred_weatherdata_variables.json +++ b/data-review/climate.openfred_weatherdata_variables.json @@ -9,7 +9,7 @@ "keywords": [ "COSMO-CLM", "hindcast", "MERRA2", "Open Data", "regional modelling", "renewable energy" ], - "publicationDate": "", + "publicationDate": "2020-02-06", "context": { "homepage": "https://reiner-lemoine-institut.de/open_fred-open-feed-time-series-based-renewable-energy-database/", "documentation": null, @@ -258,7 +258,7 @@ ], "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/47", - "badge": null + "badge": "Gold" }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", diff --git a/data-review/supply.openfred_feedin_wind_2016.json b/data-review/supply.openfred_feedin_wind_2016.json new file mode 100644 index 00000000..15bd2908 --- /dev/null +++ b/data-review/supply.openfred_feedin_wind_2016.json @@ -0,0 +1,246 @@ +{ + "name": "openfred_feedin_wind_2016", + "title": "open_FRED Weatherdata", + "id": "https://openenergy-platform.org/dataedit/view/supply/openfred_feedin_wind_2016", + "description": "This is an atmospheric hindcast for Western Europe and the North Atlantic using COSMO-CLM version 5.0 with spectral nudging from 2002-2017. MERRA2 reanalysis data are used as forcing. Additionally transient and monthly aerosol data of the MACv2 climatology are prescribed. The model uses a rotated grid with 566 x 481 grid points and a grid point distance of 0.0625 degrees, the rotated North pole is located at 162.0 W, 39.25 N. The published data excludes the sponge zone and have 526 x 441 grid points. In rotated coordinates the published simulation data extends from 22.64 W to 10.18 E, 11.2 S to 16.3 N, in geographical coordinates this corresponds to about 12 W to 30 E, 39 N to 60 N.", + "language": [ + "en-GB", "de-DE" + ], + "keywords": [ + "COSMO-CLM", "hindcast", "MERRA2", "Open Data", "regional modelling", "renewable energy", "timeseries" + ], + "publicationDate": "2020-02-06", + "context": { + "homepage": "https://reiner-lemoine-institut.de/open_fred-open-feed-time-series-based-renewable-energy-database/", + "documentation": null, + "sourceCode": "https://github.com/open-fred", + "contact": "Christian.Hofmann@rl-institut.de", + "grantNo": "0324006A-C", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", + "fundingAgencyLogo": null, + "publisherLogo": null + }, + "spatial": { + "location": null, + "extent": null, + "resolution": null + }, + "temporal": { + "referenceDate": null, + "timeseries": { + "start": "2015-12-31 23:30:00", + "end": "2016-12-31 23:30:00", + "resolution": "30 min", + "alignment": null, + "aggregationType": null + } + }, + "sources": [ + { + "title": "MERRA2", + "description": "Modern-Era Retrospective analysis for Research and Applications, Version 2", + "path": "https://gmao.gsfc.nasa.gov/reanalysis/MERRA-2/data_access/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "noaa_globe", + "description": "Global Land One-km Base Elevation Project (GLOBE)", + "path": "http://www.ngdc.noaa.gov/mgg/topo/globe.html", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "ecjrc_glc2000", + "description": "Global Land Cover 2000", + "path": "'http://www.ngdc.noaa.gov/mgg/topo/globe.html", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "nasa_aerosols", + "description": "GACP aerosol optical thickness and Angstrom exponent dataset", + "path": "https://gacp.giss.nasa.gov/data/time_ser/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "gldb", + "description": "Global Lake Database (GLDB)", + "path": "https://www.adv-sci-res.net/16/57/2019/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "copernicus_clc", + "description": "Copernicus Land Monitoring Services - CORINE Land Cover (CLC) - CLC 2012", + "path": "https://land.copernicus.eu/pan-european/corine-land-cover/clc-2012?tab=download", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "fao_hwsd", + "description": "Harmonised World Soil Database", + "path": "http://www.fao.org/soils-portal/soil-survey/soil-maps-and-databases/harmonized-world-soil-database-v12/en/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "modis_albedo", + "description": "Filled Land Surface Albedo Product", + "path": "https://www.umb.edu/spectralmass/terra_aqua_modis/modis_brdf_albedo_product_mcd43", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + } + ], + "licenses": [ + { + "name": "ODC-By-1.0", + "title": "Open Data Commons Attribution License v1.0", + "path": "https://opendatacommons.org/licenses/by/1.0/", + "instruction": "https://opendatacommons.org/licenses/by/summary/index.html", + "attribution": "© Helmholtz-Zentrum Geesthacht" + } + ], + "contributors": [ + { + "title": "jh-RLI", + "email": "jonas.huber@rl-institut.de", + "date": "2020-02-06", + "object": "metadata", + "comment": "Create metadata"} + ], + "resources": [ + { + "profile": "tabular-data-resource", + "name": "supply.openfred_timeseries_ch", + "path": "https://openenergy-platform.org/dataedit/view/supply/openfred_timeseries_ch", + "format": "PostgreSQL", + "encoding": "UTF-8", + "schema": { + "fields": [ + { + "name": "id", + "description": "Unique identifier starting from 1", + "type": "bigint", + "unit": null + }, + { + "name": "fild_1", + "description": "Unique identifier starting from 0", + "type": "bigint", + "unit": null + }, + { + "name": "time", + "description": "timestamp without time zone", + "type": "text", + "unit": null + }, + { + "name": "feedin", + "description": "feedin value", + "type": "numeric", + "unit": null + }, + { + "name": "nuts", + "description": "Region identifier", + "type": "Text", + "unit": null + }, + { + "name": "technology", + "description": "Identifier Name for the technology", + "type": "text", + "unit": null + } + ], + "primaryKey": [ + "id" + ] + }, + "dialect": { + "delimiter": null, + "decimalSeparator": "." + } + } + ], + "review": { + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/47", + "badge": "Gold" + }, + "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/supply.openfred_timeseries_ch.json b/data-review/supply.openfred_timeseries_ch.json index 578d04f4..59432486 100644 --- a/data-review/supply.openfred_timeseries_ch.json +++ b/data-review/supply.openfred_timeseries_ch.json @@ -9,12 +9,12 @@ "keywords": [ "COSMO-CLM", "hindcast", "MERRA2", "Open Data", "regional modelling", "renewable energy", "timeseries" ], - "publicationDate": null, + "publicationDate": "2020-02-06", "context": { "homepage": "https://reiner-lemoine-institut.de/open_fred-open-feed-time-series-based-renewable-energy-database/", "documentation": null, "sourceCode": "https://github.com/open-fred", - "contact": "ronny.petrik@hzg.de", + "contact": "Christian.Hofmann@rl-institut.de", "grantNo": "0324006A-C", "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", "fundingAgencyLogo": null, @@ -223,8 +223,8 @@ }, { "name": "nut", - "description": "30 min resolution", - "type": "interval", + "description": "Region identifier", + "type": "text", "unit": null }, { @@ -246,7 +246,7 @@ ], "review": { "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/47", - "badge": null + "badge": "Gold" }, "metaMetadata": { "metadataVersion": "OEP-1.4.1", From a82867e3770e39f5b9e09f7f8d9e15d3766c4f5b Mon Sep 17 00:00:00 2001 From: jh-RLI Date: Thu, 6 May 2021 16:42:50 +0200 Subject: [PATCH 11/12] fix error --- data-review/climate.openfred_weatherdata_flags.json | 2 +- data-review/climate.openfred_weatherdata_locations.json | 2 +- data-review/climate.openfred_weatherdata_series.json | 2 +- data-review/climate.openfred_weatherdata_timespans.json | 2 +- data-review/climate.openfred_weatherdata_variables.json | 2 +- data-review/supply.openfred_feedin_wind_2016.json | 2 +- data-review/supply.openfred_timeseries_ch.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/data-review/climate.openfred_weatherdata_flags.json b/data-review/climate.openfred_weatherdata_flags.json index 7f9f0bc5..0c4c2665 100644 --- a/data-review/climate.openfred_weatherdata_flags.json +++ b/data-review/climate.openfred_weatherdata_flags.json @@ -67,7 +67,7 @@ { "title": "ecjrc_glc2000", "description": "Global Land Cover 2000", - "path": "'http://www.ngdc.noaa.gov/mgg/topo/globe.html", + "path": "http://www.ngdc.noaa.gov/mgg/topo/globe.html", "licenses": [ { "name": null, diff --git a/data-review/climate.openfred_weatherdata_locations.json b/data-review/climate.openfred_weatherdata_locations.json index f757f995..4eb94343 100644 --- a/data-review/climate.openfred_weatherdata_locations.json +++ b/data-review/climate.openfred_weatherdata_locations.json @@ -67,7 +67,7 @@ { "title": "ecjrc_glc2000", "description": "Global Land Cover 2000", - "path": "'http://www.ngdc.noaa.gov/mgg/topo/globe.html", + "path": "http://www.ngdc.noaa.gov/mgg/topo/globe.html", "licenses": [ { "name": null, diff --git a/data-review/climate.openfred_weatherdata_series.json b/data-review/climate.openfred_weatherdata_series.json index 46d42b65..c69a0a5a 100644 --- a/data-review/climate.openfred_weatherdata_series.json +++ b/data-review/climate.openfred_weatherdata_series.json @@ -67,7 +67,7 @@ { "title": "ecjrc_glc2000", "description": "Global Land Cover 2000", - "path": "'http://www.ngdc.noaa.gov/mgg/topo/globe.html", + "path": "http://www.ngdc.noaa.gov/mgg/topo/globe.html", "licenses": [ { "name": null, diff --git a/data-review/climate.openfred_weatherdata_timespans.json b/data-review/climate.openfred_weatherdata_timespans.json index edcd6254..306b6426 100644 --- a/data-review/climate.openfred_weatherdata_timespans.json +++ b/data-review/climate.openfred_weatherdata_timespans.json @@ -67,7 +67,7 @@ { "title": "ecjrc_glc2000", "description": "Global Land Cover 2000", - "path": "'http://www.ngdc.noaa.gov/mgg/topo/globe.html", + "path": "http://www.ngdc.noaa.gov/mgg/topo/globe.html", "licenses": [ { "name": null, diff --git a/data-review/climate.openfred_weatherdata_variables.json b/data-review/climate.openfred_weatherdata_variables.json index 54397a80..568cf7a8 100644 --- a/data-review/climate.openfred_weatherdata_variables.json +++ b/data-review/climate.openfred_weatherdata_variables.json @@ -67,7 +67,7 @@ { "title": "ecjrc_glc2000", "description": "Global Land Cover 2000", - "path": "'http://www.ngdc.noaa.gov/mgg/topo/globe.html", + "path": "http://www.ngdc.noaa.gov/mgg/topo/globe.html", "licenses": [ { "name": null, diff --git a/data-review/supply.openfred_feedin_wind_2016.json b/data-review/supply.openfred_feedin_wind_2016.json index 15bd2908..1d021fb7 100644 --- a/data-review/supply.openfred_feedin_wind_2016.json +++ b/data-review/supply.openfred_feedin_wind_2016.json @@ -67,7 +67,7 @@ { "title": "ecjrc_glc2000", "description": "Global Land Cover 2000", - "path": "'http://www.ngdc.noaa.gov/mgg/topo/globe.html", + "path": "http://www.ngdc.noaa.gov/mgg/topo/globe.html", "licenses": [ { "name": null, diff --git a/data-review/supply.openfred_timeseries_ch.json b/data-review/supply.openfred_timeseries_ch.json index 59432486..d6dc0c5a 100644 --- a/data-review/supply.openfred_timeseries_ch.json +++ b/data-review/supply.openfred_timeseries_ch.json @@ -67,7 +67,7 @@ { "title": "ecjrc_glc2000", "description": "Global Land Cover 2000", - "path": "'http://www.ngdc.noaa.gov/mgg/topo/globe.html", + "path": "http://www.ngdc.noaa.gov/mgg/topo/globe.html", "licenses": [ { "name": null, From 1cee2b6a52ea68bffd49c864c66621db7596d9d4 Mon Sep 17 00:00:00 2001 From: steull Date: Mon, 4 Jul 2022 13:31:46 +0200 Subject: [PATCH 12/12] Update metadata to v1.5.1 #47 --- .../climate_openfred_weatherdata_flags.json | 319 ++++++++++++++ ...limate_openfred_weatherdata_locations.json | 300 +++++++++++++ .../climate_openfred_weatherdata_series.json | 398 ++++++++++++++++++ ...limate_openfred_weatherdata_timespans.json | 357 ++++++++++++++++ ...limate_openfred_weatherdata_variables.json | 376 +++++++++++++++++ .../supply_openfred_feedin_wind_2016.json | 356 ++++++++++++++++ .../supply_openfred_timeseries_ch.json | 365 ++++++++++++++++ .../climate.openfred_weatherdata_flags.json | 0 ...limate.openfred_weatherdata_locations.json | 0 .../climate.openfred_weatherdata_series.json | 0 ...limate.openfred_weatherdata_timespans.json | 0 ...limate.openfred_weatherdata_variables.json | 0 .../supply.openfred_feedin_wind_2016.json | 0 .../v1.4}/supply.openfred_timeseries_ch.json | 0 14 files changed, 2471 insertions(+) create mode 100644 data-review/47-openfred/climate_openfred_weatherdata_flags.json create mode 100644 data-review/47-openfred/climate_openfred_weatherdata_locations.json create mode 100644 data-review/47-openfred/climate_openfred_weatherdata_series.json create mode 100644 data-review/47-openfred/climate_openfred_weatherdata_timespans.json create mode 100644 data-review/47-openfred/climate_openfred_weatherdata_variables.json create mode 100644 data-review/47-openfred/supply_openfred_feedin_wind_2016.json create mode 100644 data-review/47-openfred/supply_openfred_timeseries_ch.json rename data-review/{ => 47-openfred/v1.4}/climate.openfred_weatherdata_flags.json (100%) rename data-review/{ => 47-openfred/v1.4}/climate.openfred_weatherdata_locations.json (100%) rename data-review/{ => 47-openfred/v1.4}/climate.openfred_weatherdata_series.json (100%) rename data-review/{ => 47-openfred/v1.4}/climate.openfred_weatherdata_timespans.json (100%) rename data-review/{ => 47-openfred/v1.4}/climate.openfred_weatherdata_variables.json (100%) rename data-review/{ => 47-openfred/v1.4}/supply.openfred_feedin_wind_2016.json (100%) rename data-review/{ => 47-openfred/v1.4}/supply.openfred_timeseries_ch.json (100%) diff --git a/data-review/47-openfred/climate_openfred_weatherdata_flags.json b/data-review/47-openfred/climate_openfred_weatherdata_flags.json new file mode 100644 index 00000000..a91e536e --- /dev/null +++ b/data-review/47-openfred/climate_openfred_weatherdata_flags.json @@ -0,0 +1,319 @@ +{ + "name": "openfred_flags", + "title": "coastDat3_COSMO-CLM_MERRA2 - open_FRED Weatherdata", + "id": "https://openenergy-platform.org/dataedit/view/climate/openfred_flags", + "description": "This is an atmospheric hindcast for Western Europe and the North Atlantic using COSMO-CLM version 5.0 with spectral nudging from 2002-2017. MERRA2 reanalysis data are used as forcing. Additionally transient and monthly aerosol data of the MACv2 climatology are prescribed. The model uses a rotated grid with 566 x 481 grid points and a grid point distance of 0.0625 degrees, the rotated North pole is located at 162.0 W, 39.25 N. The published data excludes the sponge zone and have 526 x 441 grid points. In rotated coordinates the published simulation data extends from 22.64 W to 10.18 E, 11.2 S to 16.3 N, in geographical coordinates this corresponds to about 12 W to 30 E, 39 N to 60 N.", + "language": [ + "en-GB", + "de-DE" + ], + "subject": [ + { + "name": null, + "path": null + } + ], + "keywords": [ + "COSMO-CLM", + "hindcast", + "MERRA2", + "Open Data", + "regional modelling", + "renewable energy" + ], + "publicationDate": "2020-02-06", + "context": { + "homepage": "https://reiner-lemoine-institut.de/open_fred-open-feed-time-series-based-renewable-energy-database/", + "documentation": null, + "sourceCode": "https://github.com/open-fred", + "contact": "ronny.petrik@hzg.de", + "grantNo": "0324006A-C", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", + "fundingAgencyLogo": null, + "publisherLogo": null + }, + "spatial": { + "location": null, + "extent": "Germany (generous)", + "resolution": "0.0625° (~6.6 km)" + }, + "temporal": { + "referenceDate": null, + "timeseries": [ + { + "start": "2002", + "end": "2018", + "resolution": "15 min -- 60 min (depending on parameter)", + "alignment": null, + "aggregationType": null + } + ] + }, + "sources": [ + { + "title": "MERRA2", + "description": "Modern-Era Retrospective analysis for Research and Applications, Version 2", + "path": "https://gmao.gsfc.nasa.gov/reanalysis/MERRA-2/data_access/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "noaa_globe", + "description": "Global Land One-km Base Elevation Project (GLOBE)", + "path": "http://www.ngdc.noaa.gov/mgg/topo/globe.html", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "ecjrc_glc2000", + "description": "Global Land Cover 2000", + "path": "http://www.ngdc.noaa.gov/mgg/topo/globe.html", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "nasa_aerosols", + "description": "GACP aerosol optical thickness and Angstrom exponent dataset", + "path": "https://gacp.giss.nasa.gov/data/time_ser/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "gldb", + "description": "Global Lake Database (GLDB)", + "path": "https://www.adv-sci-res.net/16/57/2019/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "copernicus_clc", + "description": "Copernicus Land Monitoring Services - CORINE Land Cover (CLC) - CLC 2012", + "path": "https://land.copernicus.eu/pan-european/corine-land-cover/clc-2012?tab=download", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "fao_hwsd", + "description": "Harmonised World Soil Database", + "path": "http://www.fao.org/soils-portal/soil-survey/soil-maps-and-databases/harmonized-world-soil-database-v12/en/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "modis_albedo", + "description": "Filled Land Surface Albedo Product", + "path": "https://www.umb.edu/spectralmass/terra_aqua_modis/modis_brdf_albedo_product_mcd43", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + } + ], + "licenses": [ + { + "name": "ODC-By-1.0", + "title": "Open Data Commons Attribution License v1.0", + "path": "https://opendatacommons.org/licenses/by/1.0/", + "instruction": "https://opendatacommons.org/licenses/by/summary/index.html", + "attribution": "© Helmholtz-Zentrum Geesthacht" + } + ], + "contributors": [ + { + "title": "Ludee", + "email": "Ludwig.Huelk@rl-institut.de", + "date": "2020-02-06", + "object": "metadata", + "comment": "Create metadata" + }, + { + "title": "Jonas Huber", + "email": "Jonas.Huber@rl-institut.de", + "date": "2020-02-06", + "object": "metadata", + "comment": "Update metadata" + }, + { + "title": "Ludee", + "email": "Ludwig.Huelk@rl-institut.de", + "date": "2020-02-19", + "object": "metadata", + "comment": "Update license information" + }, + { + "title": "Ludee", + "email": "Ludwig.Huelk@rl-institut.de", + "date": "2020-04-30", + "object": "metadata", + "comment": "Update metadata information" + } + ], + "resources": [ + { + "profile": "tabular-data-resource", + "name": "climate.openfred_flags", + "path": "https://openenergy-platform.org/dataedit/view/climate/openfred_flags", + "format": "PostgreSQL", + "encoding": "UTF-8", + "schema": { + "fields": [ + { + "name": "id", + "description": "Unique identifier", + "type": "bigint", + "unit": null, + "isAbout": [ + { + "name": null, + "path": null + } + ], + "valueReference": [ + { + "value": null, + "name": null, + "path": null + } + ] + }, + { + "name": "flag_ks", + "description": null, + "type": "integer array", + "unit": null, + "isAbout": [ + { + "name": null, + "path": null + } + ], + "valueReference": [ + { + "value": null, + "name": null, + "path": null + } + ] + }, + { + "name": "flag_vs", + "description": null, + "type": "varchar array", + "unit": null, + "isAbout": [ + { + "name": null, + "path": null + } + ], + "valueReference": [ + { + "value": null, + "name": null, + "path": null + } + ] + } + ], + "primaryKey": [ + "id" + ], + "foreignKeys": [ + { + "fields": [ + "id" + ], + "reference": { + "resource": "climate.openfred_variables", + "fields": [ + "id" + ] + } + } + ] + }, + "dialect": { + "delimiter": null, + "decimalSeparator": "." + } + } + ], + "@id": null, + "@context": null, + "review": { + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/47", + "badge": "Gold" + }, + "metaMetadata": { + "metadataVersion": "OEP-1.5.0", + "metadataLicense": { + "name": "CC0-1.0", + "title": "Creative Commons Zero v1.0 Universal", + "path": "https://creativecommons.org/publicdomain/zero/1.0/" + } + }, + "_comment": { + "metadata": "Metadata documentation and explanation (https://github.com/OpenEnergyPlatform/oemetadata)", + "dates": "Dates and time must follow the ISO8601 including time zone (YYYY-MM-DD or YYYY-MM-DDThh:mm:ss±hh)", + "units": "Use a space between numbers and units (100 m)", + "languages": "Languages must follow the IETF (BCP47) format (en-GB, en-US, de-DE)", + "licenses": "License name must follow the SPDX License List (https://spdx.org/licenses/)", + "review": "Following the OEP Data Review (https://github.com/OpenEnergyPlatform/data-preprocessing/blob/master/data-review/manual/review_manual.md)", + "null": "If not applicable use: null", + "todo": "If a value is not yet available, use: todo" + } +} \ No newline at end of file diff --git a/data-review/47-openfred/climate_openfred_weatherdata_locations.json b/data-review/47-openfred/climate_openfred_weatherdata_locations.json new file mode 100644 index 00000000..df7af167 --- /dev/null +++ b/data-review/47-openfred/climate_openfred_weatherdata_locations.json @@ -0,0 +1,300 @@ +{ + "name": "openfred_locations", + "title": "coastDat3_COSMO-CLM_MERRA2 - open_FRED Weatherdata", + "id": "https://openenergy-platform.org/dataedit/view/climate/openfred_locations", + "description": "This is an atmospheric hindcast for Western Europe and the North Atlantic using COSMO-CLM version 5.0 with spectral nudging from 2002-2017. MERRA2 reanalysis data are used as forcing. Additionally transient and monthly aerosol data of the MACv2 climatology are prescribed. The model uses a rotated grid with 566 x 481 grid points and a grid point distance of 0.0625 degrees, the rotated North pole is located at 162.0 W, 39.25 N. The published data excludes the sponge zone and have 526 x 441 grid points. In rotated coordinates the published simulation data extends from 22.64 W to 10.18 E, 11.2 S to 16.3 N, in geographical coordinates this corresponds to about 12 W to 30 E, 39 N to 60 N.", + "language": [ + "en-GB", + "de-DE" + ], + "subject": [ + { + "name": null, + "path": null + } + ], + "keywords": [ + "COSMO-CLM", + "hindcast", + "MERRA2", + "Open Data", + "regional modelling", + "renewable energy" + ], + "publicationDate": "2020-02-06", + "context": { + "homepage": "https://reiner-lemoine-institut.de/open_fred-open-feed-time-series-based-renewable-energy-database/", + "documentation": null, + "sourceCode": "https://github.com/open-fred", + "contact": "ronny.petrik@hzg.de", + "grantNo": "0324006A-C", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", + "fundingAgencyLogo": null, + "publisherLogo": null + }, + "spatial": { + "location": null, + "extent": "Germany (generous)", + "resolution": "0.0625° (~6.6 km)" + }, + "temporal": { + "referenceDate": null, + "timeseries": [ + { + "start": "2002", + "end": "2018", + "resolution": "15 min -- 60 min (depending on parameter)", + "alignment": null, + "aggregationType": null + } + ] + }, + "sources": [ + { + "title": "MERRA2", + "description": "Modern-Era Retrospective analysis for Research and Applications, Version 2", + "path": "https://gmao.gsfc.nasa.gov/reanalysis/MERRA-2/data_access/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "noaa_globe", + "description": "Global Land One-km Base Elevation Project (GLOBE)", + "path": "http://www.ngdc.noaa.gov/mgg/topo/globe.html", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "ecjrc_glc2000", + "description": "Global Land Cover 2000", + "path": "http://www.ngdc.noaa.gov/mgg/topo/globe.html", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "nasa_aerosols", + "description": "GACP aerosol optical thickness and Angstrom exponent dataset", + "path": "https://gacp.giss.nasa.gov/data/time_ser/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "gldb", + "description": "Global Lake Database (GLDB)", + "path": "https://www.adv-sci-res.net/16/57/2019/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "copernicus_clc", + "description": "Copernicus Land Monitoring Services - CORINE Land Cover (CLC) - CLC 2012", + "path": "https://land.copernicus.eu/pan-european/corine-land-cover/clc-2012?tab=download", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "fao_hwsd", + "description": "Harmonised World Soil Database", + "path": "http://www.fao.org/soils-portal/soil-survey/soil-maps-and-databases/harmonized-world-soil-database-v12/en/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "modis_albedo", + "description": "Filled Land Surface Albedo Product", + "path": "https://www.umb.edu/spectralmass/terra_aqua_modis/modis_brdf_albedo_product_mcd43", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + } + ], + "licenses": [ + { + "name": "ODC-By-1.0", + "title": "Open Data Commons Attribution License v1.0", + "path": "https://opendatacommons.org/licenses/by/1.0/", + "instruction": "https://opendatacommons.org/licenses/by/summary/index.html", + "attribution": "© Helmholtz-Zentrum Geesthacht" + } + ], + "contributors": [ + { + "title": "Ludee", + "email": "Ludwig.Huelk@rl-institut.de", + "date": "2020-02-06", + "object": "metadata", + "comment": "Create metadata" + }, + { + "title": "Jonas Huber", + "email": "Jonas.Huber@rl-institut.de", + "date": "2020-02-06", + "object": "metadata", + "comment": "Update metadata" + }, + { + "title": "Ludee", + "email": "Ludwig.Huelk@rl-institut.de", + "date": "2020-02-19", + "object": "metadata", + "comment": "Update license information" + }, + { + "title": "Ludee", + "email": "Ludwig.Huelk@rl-institut.de", + "date": "2020-04-30", + "object": "metadata", + "comment": "Update metadata information" + } + ], + "resources": [ + { + "profile": "tabular-data-resource", + "name": "climate.openfred_locations", + "path": "https://openenergy-platform.org/dataedit/view/climate/openfred_locations", + "format": "PostgreSQL", + "encoding": "UTF-8", + "schema": { + "fields": [ + { + "name": "id", + "description": "Unique identifier", + "type": "bigint", + "unit": null, + "isAbout": [ + { + "name": null, + "path": null + } + ], + "valueReference": [ + { + "value": null, + "name": null, + "path": null + } + ] + }, + { + "name": "point", + "description": "Point geometry of weatherdata measurement points EPSG:4326", + "type": "geometry(POINT)", + "unit": null, + "isAbout": [ + { + "name": null, + "path": null + } + ], + "valueReference": [ + { + "value": null, + "name": null, + "path": null + } + ] + } + ], + "primaryKey": [ + "id" + ], + "foreignKeys": [ + { + "fields": [ + null + ], + "reference": { + "resource": null, + "fields": [ + null + ] + } + } + ] + }, + "dialect": { + "delimiter": null, + "decimalSeparator": "." + } + } + ], + "@id": null, + "@context": null, + "review": { + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/47", + "badge": "Gold" + }, + "metaMetadata": { + "metadataVersion": "OEP-1.5.0", + "metadataLicense": { + "name": "CC0-1.0", + "title": "Creative Commons Zero v1.0 Universal", + "path": "https://creativecommons.org/publicdomain/zero/1.0/" + } + }, + "_comment": { + "metadata": "Metadata documentation and explanation (https://github.com/OpenEnergyPlatform/oemetadata)", + "dates": "Dates and time must follow the ISO8601 including time zone (YYYY-MM-DD or YYYY-MM-DDThh:mm:ss±hh)", + "units": "Use a space between numbers and units (100 m)", + "languages": "Languages must follow the IETF (BCP47) format (en-GB, en-US, de-DE)", + "licenses": "License name must follow the SPDX License List (https://spdx.org/licenses/)", + "review": "Following the OEP Data Review (https://github.com/OpenEnergyPlatform/data-preprocessing/blob/master/data-review/manual/review_manual.md)", + "null": "If not applicable use: null", + "todo": "If a value is not yet available, use: todo" + } +} \ No newline at end of file diff --git a/data-review/47-openfred/climate_openfred_weatherdata_series.json b/data-review/47-openfred/climate_openfred_weatherdata_series.json new file mode 100644 index 00000000..755885ed --- /dev/null +++ b/data-review/47-openfred/climate_openfred_weatherdata_series.json @@ -0,0 +1,398 @@ +{ + "name": "openfred_series", + "title": "coastDat3_COSMO-CLM_MERRA2 - open_FRED Weatherdata", + "id": "https://openenergy-platform.org/dataedit/view/climate/openfred_series", + "description": "This is an atmospheric hindcast for Western Europe and the North Atlantic using COSMO-CLM version 5.0 with spectral nudging from 2002-2017. MERRA2 reanalysis data are used as forcing. Additionally transient and monthly aerosol data of the MACv2 climatology are prescribed. The model uses a rotated grid with 566 x 481 grid points and a grid point distance of 0.0625 degrees, the rotated North pole is located at 162.0 W, 39.25 N. The published data excludes the sponge zone and have 526 x 441 grid points. In rotated coordinates the published simulation data extends from 22.64 W to 10.18 E, 11.2 S to 16.3 N, in geographical coordinates this corresponds to about 12 W to 30 E, 39 N to 60 N.", + "language": [ + "en-GB", + "de-DE" + ], + "subject": [ + { + "name": null, + "path": null + } + ], + "keywords": [ + "COSMO-CLM", + "hindcast", + "MERRA2", + "Open Data", + "regional modelling", + "renewable energy" + ], + "publicationDate": "2020-02-06", + "context": { + "homepage": "https://reiner-lemoine-institut.de/open_fred-open-feed-time-series-based-renewable-energy-database/", + "documentation": null, + "sourceCode": "https://github.com/open-fred", + "contact": "ronny.petrik@hzg.de", + "grantNo": "0324006A-C", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", + "fundingAgencyLogo": null, + "publisherLogo": null + }, + "spatial": { + "location": null, + "extent": "Germany (generous)", + "resolution": "0.0625° (~6.6 km)" + }, + "temporal": { + "referenceDate": null, + "timeseries": [ + { + "start": "2002", + "end": "2018", + "resolution": "15 min -- 60 min (depending on parameter)", + "alignment": null, + "aggregationType": null + } + ] + }, + "sources": [ + { + "title": "MERRA2", + "description": "Modern-Era Retrospective analysis for Research and Applications, Version 2", + "path": "https://gmao.gsfc.nasa.gov/reanalysis/MERRA-2/data_access/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "noaa_globe", + "description": "Global Land One-km Base Elevation Project (GLOBE)", + "path": "http://www.ngdc.noaa.gov/mgg/topo/globe.html", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "ecjrc_glc2000", + "description": "Global Land Cover 2000", + "path": "http://www.ngdc.noaa.gov/mgg/topo/globe.html", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "nasa_aerosols", + "description": "GACP aerosol optical thickness and Angstrom exponent dataset", + "path": "https://gacp.giss.nasa.gov/data/time_ser/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "gldb", + "description": "Global Lake Database (GLDB)", + "path": "https://www.adv-sci-res.net/16/57/2019/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "copernicus_clc", + "description": "Copernicus Land Monitoring Services - CORINE Land Cover (CLC) - CLC 2012", + "path": "https://land.copernicus.eu/pan-european/corine-land-cover/clc-2012?tab=download", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "fao_hwsd", + "description": "Harmonised World Soil Database", + "path": "http://www.fao.org/soils-portal/soil-survey/soil-maps-and-databases/harmonized-world-soil-database-v12/en/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "modis_albedo", + "description": "Filled Land Surface Albedo Product", + "path": "https://www.umb.edu/spectralmass/terra_aqua_modis/modis_brdf_albedo_product_mcd43", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + } + ], + "licenses": [ + { + "name": "ODC-By-1.0", + "title": "Open Data Commons Attribution License v1.0", + "path": "https://opendatacommons.org/licenses/by/1.0/", + "instruction": "https://opendatacommons.org/licenses/by/summary/index.html", + "attribution": "© Helmholtz-Zentrum Geesthacht" + } + ], + "contributors": [ + { + "title": "Ludee", + "email": "Ludwig.Huelk@rl-institut.de", + "date": "2020-02-06", + "object": "metadata", + "comment": "Create metadata" + }, + { + "title": "Jonas Huber", + "email": "Jonas.Huber@rl-institut.de", + "date": "2020-02-06", + "object": "metadata", + "comment": "Update metadata" + }, + { + "title": "Ludee", + "email": "Ludwig.Huelk@rl-institut.de", + "date": "2020-02-19", + "object": "metadata", + "comment": "Update license information" + }, + { + "title": "Ludee", + "email": "Ludwig.Huelk@rl-institut.de", + "date": "2020-04-30", + "object": "metadata", + "comment": "Update metadata information" + } + ], + "resources": [ + { + "profile": "tabular-data-resource", + "name": "climate.openfred_series", + "path": "https://openenergy-platform.org/dataedit/view/climate/openfred_series", + "format": "PostgreSQL", + "encoding": "UTF-8", + "schema": { + "fields": [ + { + "name": "id", + "description": "Unique identifier", + "type": "bigint", + "unit": null, + "isAbout": [ + { + "name": null, + "path": null + } + ], + "valueReference": [ + { + "value": null, + "name": null, + "path": null + } + ] + }, + { + "name": "values", + "description": "values of the measurement", + "type": "double precision array", + "unit": null, + "isAbout": [ + { + "name": null, + "path": null + } + ], + "valueReference": [ + { + "value": null, + "name": null, + "path": null + } + ] + }, + { + "name": "height", + "description": "height of the measuring point", + "type": "double precision", + "unit": "metre", + "isAbout": [ + { + "name": null, + "path": null + } + ], + "valueReference": [ + { + "value": null, + "name": null, + "path": null + } + ] + }, + { + "name": "timespan_id", + "description": "timespan and resolution", + "type": "bigint", + "unit": null, + "isAbout": [ + { + "name": null, + "path": null + } + ], + "valueReference": [ + { + "value": null, + "name": null, + "path": null + } + ] + }, + { + "name": "location_id", + "description": "Geographical location of the measuring point", + "type": "bigint", + "unit": null, + "isAbout": [ + { + "name": null, + "path": null + } + ], + "valueReference": [ + { + "value": null, + "name": null, + "path": null + } + ] + }, + { + "name": "variable_id", + "description": "measurement variables", + "type": "bigint", + "unit": null, + "isAbout": [ + { + "name": null, + "path": null + } + ], + "valueReference": [ + { + "value": null, + "name": null, + "path": null + } + ] + } + ], + "primaryKey": [ + "id" + ], + "foreignKeys": [ + { + "fields": [ + "timespan_id" + ], + "reference": { + "resource": "climate.openfred_timespans", + "fields": [ + "id" + ] + } + }, + { + "fields": [ + "location_id" + ], + "reference": { + "resource": "climate.openfred_locations", + "fields": [ + "id" + ] + } + }, + { + "fields": [ + "variable_id" + ], + "reference": { + "resource": "climate.openfred_variables", + "fields": [ + "id" + ] + } + } + ] + }, + "dialect": { + "delimiter": null, + "decimalSeparator": "." + } + } + ], + "@id": null, + "@context": null, + "review": { + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/47", + "badge": "Gold" + }, + "metaMetadata": { + "metadataVersion": "OEP-1.5.0", + "metadataLicense": { + "name": "CC0-1.0", + "title": "Creative Commons Zero v1.0 Universal", + "path": "https://creativecommons.org/publicdomain/zero/1.0/" + } + }, + "_comment": { + "metadata": "Metadata documentation and explanation (https://github.com/OpenEnergyPlatform/oemetadata)", + "dates": "Dates and time must follow the ISO8601 including time zone (YYYY-MM-DD or YYYY-MM-DDThh:mm:ss±hh)", + "units": "Use a space between numbers and units (100 m)", + "languages": "Languages must follow the IETF (BCP47) format (en-GB, en-US, de-DE)", + "licenses": "License name must follow the SPDX License List (https://spdx.org/licenses/)", + "review": "Following the OEP Data Review (https://github.com/OpenEnergyPlatform/data-preprocessing/blob/master/data-review/manual/review_manual.md)", + "null": "If not applicable use: null", + "todo": "If a value is not yet available, use: todo" + } +} \ No newline at end of file diff --git a/data-review/47-openfred/climate_openfred_weatherdata_timespans.json b/data-review/47-openfred/climate_openfred_weatherdata_timespans.json new file mode 100644 index 00000000..5db42e1b --- /dev/null +++ b/data-review/47-openfred/climate_openfred_weatherdata_timespans.json @@ -0,0 +1,357 @@ +{ + "name": "openfred_timespans", + "title": "coastDat3_COSMO-CLM_MERRA2 - open_FRED Weatherdata", + "id": "https://openenergy-platform.org/dataedit/view/climate/openfred_timespans", + "description": "This is an atmospheric hindcast for Western Europe and the North Atlantic using COSMO-CLM version 5.0 with spectral nudging from 2002-2017. MERRA2 reanalysis data are used as forcing. Additionally transient and monthly aerosol data of the MACv2 climatology are prescribed. The model uses a rotated grid with 566 x 481 grid points and a grid point distance of 0.0625 degrees, the rotated North pole is located at 162.0 W, 39.25 N. The published data excludes the sponge zone and have 526 x 441 grid points. In rotated coordinates the published simulation data extends from 22.64 W to 10.18 E, 11.2 S to 16.3 N, in geographical coordinates this corresponds to about 12 W to 30 E, 39 N to 60 N.", + "language": [ + "en-GB", + "de-DE" + ], + "subject": [ + { + "name": null, + "path": null + } + ], + "keywords": [ + "COSMO-CLM", + "hindcast", + "MERRA2", + "Open Data", + "regional modelling", + "renewable energy" + ], + "publicationDate": "2020-02-06", + "context": { + "homepage": "https://reiner-lemoine-institut.de/open_fred-open-feed-time-series-based-renewable-energy-database/", + "documentation": null, + "sourceCode": "https://github.com/open-fred", + "contact": "ronny.petrik@hzg.de", + "grantNo": "0324006A-C", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", + "fundingAgencyLogo": null, + "publisherLogo": null + }, + "spatial": { + "location": null, + "extent": "Germany (generous)", + "resolution": "0.0625° (~6.6 km)" + }, + "temporal": { + "referenceDate": null, + "timeseries": [ + { + "start": "2002", + "end": "2018", + "resolution": "15 min -- 60 min (depending on parameter)", + "alignment": null, + "aggregationType": null + } + ] + }, + "sources": [ + { + "title": "MERRA2", + "description": "Modern-Era Retrospective analysis for Research and Applications, Version 2", + "path": "https://gmao.gsfc.nasa.gov/reanalysis/MERRA-2/data_access/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "noaa_globe", + "description": "Global Land One-km Base Elevation Project (GLOBE)", + "path": "http://www.ngdc.noaa.gov/mgg/topo/globe.html", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "ecjrc_glc2000", + "description": "Global Land Cover 2000", + "path": "http://www.ngdc.noaa.gov/mgg/topo/globe.html", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "nasa_aerosols", + "description": "GACP aerosol optical thickness and Angstrom exponent dataset", + "path": "https://gacp.giss.nasa.gov/data/time_ser/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "gldb", + "description": "Global Lake Database (GLDB)", + "path": "https://www.adv-sci-res.net/16/57/2019/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "copernicus_clc", + "description": "Copernicus Land Monitoring Services - CORINE Land Cover (CLC) - CLC 2012", + "path": "https://land.copernicus.eu/pan-european/corine-land-cover/clc-2012?tab=download", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "fao_hwsd", + "description": "Harmonised World Soil Database", + "path": "http://www.fao.org/soils-portal/soil-survey/soil-maps-and-databases/harmonized-world-soil-database-v12/en/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "modis_albedo", + "description": "Filled Land Surface Albedo Product", + "path": "https://www.umb.edu/spectralmass/terra_aqua_modis/modis_brdf_albedo_product_mcd43", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + } + ], + "licenses": [ + { + "name": "ODC-By-1.0", + "title": "Open Data Commons Attribution License v1.0", + "path": "https://opendatacommons.org/licenses/by/1.0/", + "instruction": "https://opendatacommons.org/licenses/by/summary/index.html", + "attribution": "© Helmholtz-Zentrum Geesthacht" + } + ], + "contributors": [ + { + "title": "Ludee", + "email": "Ludwig.Huelk@rl-institut.de", + "date": "2020-02-06", + "object": "metadata", + "comment": "Create metadata" + }, + { + "title": "Jonas Huber", + "email": "Jonas.Huber@rl-institut.de", + "date": "2020-02-06", + "object": "metadata", + "comment": "Update metadata" + }, + { + "title": "Ludee", + "email": "Ludwig.Huelk@rl-institut.de", + "date": "2020-02-19", + "object": "metadata", + "comment": "Update license information" + }, + { + "title": "Ludee", + "email": "Ludwig.Huelk@rl-institut.de", + "date": "2020-04-30", + "object": "metadata", + "comment": "Update metadata information" + } + ], + "resources": [ + { + "profile": "tabular-data-resource", + "name": "climate.openfred_timespans", + "path": "https://openenergy-platform.org/dataedit/view/climate/openfred_timespans", + "format": "PostgreSQL", + "encoding": "UTF-8", + "schema": { + "fields": [ + { + "name": "id", + "description": "Unique identifier", + "type": "bigint", + "unit": null, + "isAbout": [ + { + "name": null, + "path": null + } + ], + "valueReference": [ + { + "value": null, + "name": null, + "path": null + } + ] + }, + { + "name": "start", + "description": "timestamp without time zone", + "type": "timestamp", + "unit": null, + "isAbout": [ + { + "name": null, + "path": null + } + ], + "valueReference": [ + { + "value": null, + "name": null, + "path": null + } + ] + }, + { + "name": "stop", + "description": "timestamp without time zone", + "type": "timestamp", + "unit": null, + "isAbout": [ + { + "name": null, + "path": null + } + ], + "valueReference": [ + { + "value": null, + "name": null, + "path": null + } + ] + }, + { + "name": "resolution", + "description": "30 min resolution", + "type": "interval", + "unit": null, + "isAbout": [ + { + "name": null, + "path": null + } + ], + "valueReference": [ + { + "value": null, + "name": null, + "path": null + } + ] + }, + { + "name": "segments", + "description": "timestamp without time zone as segments for each start/end range in 30min resolution", + "type": "timestamp", + "unit": null, + "isAbout": [ + { + "name": null, + "path": null + } + ], + "valueReference": [ + { + "value": null, + "name": null, + "path": null + } + ] + } + ], + "primaryKey": [ + "id" + ], + "foreignKeys": [ + { + "fields": [ + null + ], + "reference": { + "resource": null, + "fields": [ + null + ] + } + } + ] + }, + "dialect": { + "delimiter": null, + "decimalSeparator": "." + } + } + ], + "@id": null, + "@context": null, + "review": { + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/47", + "badge": "Gold" + }, + "metaMetadata": { + "metadataVersion": "OEP-1.5.0", + "metadataLicense": { + "name": "CC0-1.0", + "title": "Creative Commons Zero v1.0 Universal", + "path": "https://creativecommons.org/publicdomain/zero/1.0/" + } + }, + "_comment": { + "metadata": "Metadata documentation and explanation (https://github.com/OpenEnergyPlatform/oemetadata)", + "dates": "Dates and time must follow the ISO8601 including time zone (YYYY-MM-DD or YYYY-MM-DDThh:mm:ss±hh)", + "units": "Use a space between numbers and units (100 m)", + "languages": "Languages must follow the IETF (BCP47) format (en-GB, en-US, de-DE)", + "licenses": "License name must follow the SPDX License List (https://spdx.org/licenses/)", + "review": "Following the OEP Data Review (https://github.com/OpenEnergyPlatform/data-preprocessing/blob/master/data-review/manual/review_manual.md)", + "null": "If not applicable use: null", + "todo": "If a value is not yet available, use: todo" + } +} \ No newline at end of file diff --git a/data-review/47-openfred/climate_openfred_weatherdata_variables.json b/data-review/47-openfred/climate_openfred_weatherdata_variables.json new file mode 100644 index 00000000..dc730cb9 --- /dev/null +++ b/data-review/47-openfred/climate_openfred_weatherdata_variables.json @@ -0,0 +1,376 @@ +{ + "name": "openfred_variables", + "title": "coastDat3_COSMO-CLM_MERRA2 - open_FRED Weatherdata", + "id": "https://openenergy-platform.org/dataedit/view/climate/openfred_variables", + "description": "This is an atmospheric hindcast for Western Europe and the North Atlantic using COSMO-CLM version 5.0 with spectral nudging from 2002-2017. MERRA2 reanalysis data are used as forcing. Additionally transient and monthly aerosol data of the MACv2 climatology are prescribed. The model uses a rotated grid with 566 x 481 grid points and a grid point distance of 0.0625 degrees, the rotated North pole is located at 162.0 W, 39.25 N. The published data excludes the sponge zone and have 526 x 441 grid points. In rotated coordinates the published simulation data extends from 22.64 W to 10.18 E, 11.2 S to 16.3 N, in geographical coordinates this corresponds to about 12 W to 30 E, 39 N to 60 N.", + "language": [ + "en-GB", + "de-DE" + ], + "subject": [ + { + "name": null, + "path": null + } + ], + "keywords": [ + "COSMO-CLM", + "hindcast", + "MERRA2", + "Open Data", + "regional modelling", + "renewable energy" + ], + "publicationDate": "2020-02-06", + "context": { + "homepage": "https://reiner-lemoine-institut.de/open_fred-open-feed-time-series-based-renewable-energy-database/", + "documentation": null, + "sourceCode": "https://github.com/open-fred", + "contact": "ronny.petrik@hzg.de", + "grantNo": "0324006A-C", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", + "fundingAgencyLogo": null, + "publisherLogo": null + }, + "spatial": { + "location": null, + "extent": "Germany (generous)", + "resolution": "0.0625° (~6.6 km)" + }, + "temporal": { + "referenceDate": null, + "timeseries": [ + { + "start": "2002", + "end": "2018", + "resolution": "15 min -- 60 min (depending on parameter)", + "alignment": null, + "aggregationType": null + } + ] + }, + "sources": [ + { + "title": "MERRA2", + "description": "Modern-Era Retrospective analysis for Research and Applications, Version 2", + "path": "https://gmao.gsfc.nasa.gov/reanalysis/MERRA-2/data_access/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "noaa_globe", + "description": "Global Land One-km Base Elevation Project (GLOBE)", + "path": "http://www.ngdc.noaa.gov/mgg/topo/globe.html", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "ecjrc_glc2000", + "description": "Global Land Cover 2000", + "path": "http://www.ngdc.noaa.gov/mgg/topo/globe.html", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "nasa_aerosols", + "description": "GACP aerosol optical thickness and Angstrom exponent dataset", + "path": "https://gacp.giss.nasa.gov/data/time_ser/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "gldb", + "description": "Global Lake Database (GLDB)", + "path": "https://www.adv-sci-res.net/16/57/2019/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "copernicus_clc", + "description": "Copernicus Land Monitoring Services - CORINE Land Cover (CLC) - CLC 2012", + "path": "https://land.copernicus.eu/pan-european/corine-land-cover/clc-2012?tab=download", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "fao_hwsd", + "description": "Harmonised World Soil Database", + "path": "http://www.fao.org/soils-portal/soil-survey/soil-maps-and-databases/harmonized-world-soil-database-v12/en/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "modis_albedo", + "description": "Filled Land Surface Albedo Product", + "path": "https://www.umb.edu/spectralmass/terra_aqua_modis/modis_brdf_albedo_product_mcd43", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + } + ], + "licenses": [ + { + "name": "ODC-By-1.0", + "title": "Open Data Commons Attribution License v1.0", + "path": "https://opendatacommons.org/licenses/by/1.0/", + "instruction": "https://opendatacommons.org/licenses/by/summary/index.html", + "attribution": "© Helmholtz-Zentrum Geesthacht" + } + ], + "contributors": [ + { + "title": "Ludee", + "email": "Ludwig.Huelk@rl-institut.de", + "date": "2020-02-06", + "object": "metadata", + "comment": "Create metadata" + }, + { + "title": "Jonas Huber", + "email": "Jonas.Huber@rl-institut.de", + "date": "2020-02-06", + "object": "metadata", + "comment": "Update metadata" + }, + { + "title": "Ludee", + "email": "Ludwig.Huelk@rl-institut.de", + "date": "2020-02-19", + "object": "metadata", + "comment": "Update license information" + }, + { + "title": "Ludee", + "email": "Ludwig.Huelk@rl-institut.de", + "date": "2020-04-30", + "object": "metadata", + "comment": "Update metadata information" + } + ], + "resources": [ + { + "profile": "tabular-data-resource", + "name": "climate.openfred_variables", + "path": "https://openenergy-platform.org/dataedit/view/climate/openfred_variables", + "format": "PostgreSQL", + "encoding": "UTF-8", + "schema": { + "fields": [ + { + "name": "id", + "description": "Unique identifier", + "type": "bigint", + "unit": null, + "isAbout": [ + { + "name": null, + "path": null + } + ], + "valueReference": [ + { + "value": null, + "name": null, + "path": null + } + ] + }, + { + "name": "name", + "description": "Name of the variable", + "type": "varchar", + "unit": null, + "isAbout": [ + { + "name": null, + "path": null + } + ], + "valueReference": [ + { + "value": null, + "name": null, + "path": null + } + ] + }, + { + "name": "type", + "description": null, + "type": "varchar", + "unit": null, + "isAbout": [ + { + "name": null, + "path": null + } + ], + "valueReference": [ + { + "value": null, + "name": null, + "path": null + } + ] + }, + { + "name": "netcdf_attributes", + "description": "Collection of attributes as NetCDF format", + "type": "json", + "unit": "NetCDF", + "isAbout": [ + { + "name": null, + "path": null + } + ], + "valueReference": [ + { + "value": null, + "name": null, + "path": null + } + ] + }, + { + "name": "description", + "description": "Unit discription", + "type": "text", + "unit": null, + "isAbout": [ + { + "name": null, + "path": null + } + ], + "valueReference": [ + { + "value": null, + "name": null, + "path": null + } + ] + }, + { + "name": "standard_name", + "description": "Unit for each variable as standard name", + "type": "varchar", + "unit": null, + "isAbout": [ + { + "name": null, + "path": null + } + ], + "valueReference": [ + { + "value": null, + "name": null, + "path": null + } + ] + } + ], + "primaryKey": [ + "id" + ], + "foreignKeys": [ + { + "fields": [ + null + ], + "reference": { + "resource": null, + "fields": [ + null + ] + } + } + ] + }, + "dialect": { + "delimiter": null, + "decimalSeparator": "." + } + } + ], + "@id": null, + "@context": null, + "review": { + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/47", + "badge": "Gold" + }, + "metaMetadata": { + "metadataVersion": "OEP-1.5.0", + "metadataLicense": { + "name": "CC0-1.0", + "title": "Creative Commons Zero v1.0 Universal", + "path": "https://creativecommons.org/publicdomain/zero/1.0/" + } + }, + "_comment": { + "metadata": "Metadata documentation and explanation (https://github.com/OpenEnergyPlatform/oemetadata)", + "dates": "Dates and time must follow the ISO8601 including time zone (YYYY-MM-DD or YYYY-MM-DDThh:mm:ss±hh)", + "units": "Use a space between numbers and units (100 m)", + "languages": "Languages must follow the IETF (BCP47) format (en-GB, en-US, de-DE)", + "licenses": "License name must follow the SPDX License List (https://spdx.org/licenses/)", + "review": "Following the OEP Data Review (https://github.com/OpenEnergyPlatform/data-preprocessing/blob/master/data-review/manual/review_manual.md)", + "null": "If not applicable use: null", + "todo": "If a value is not yet available, use: todo" + } +} \ No newline at end of file diff --git a/data-review/47-openfred/supply_openfred_feedin_wind_2016.json b/data-review/47-openfred/supply_openfred_feedin_wind_2016.json new file mode 100644 index 00000000..d7ea4434 --- /dev/null +++ b/data-review/47-openfred/supply_openfred_feedin_wind_2016.json @@ -0,0 +1,356 @@ +{ + "name": "openfred_feedin_wind_2016", + "title": "open_FRED Weatherdata", + "id": "https://openenergy-platform.org/dataedit/view/supply/openfred_feedin_wind_2016", + "description": "This is an atmospheric hindcast for Western Europe and the North Atlantic using COSMO-CLM version 5.0 with spectral nudging from 2002-2017. MERRA2 reanalysis data are used as forcing. Additionally transient and monthly aerosol data of the MACv2 climatology are prescribed. The model uses a rotated grid with 566 x 481 grid points and a grid point distance of 0.0625 degrees, the rotated North pole is located at 162.0 W, 39.25 N. The published data excludes the sponge zone and have 526 x 441 grid points. In rotated coordinates the published simulation data extends from 22.64 W to 10.18 E, 11.2 S to 16.3 N, in geographical coordinates this corresponds to about 12 W to 30 E, 39 N to 60 N.", + "language": [ + "en-GB", + "de-DE" + ], + "subject": [ + { + "name": null, + "path": null + } + ], + "keywords": [ + "COSMO-CLM", + "hindcast", + "MERRA2", + "Open Data", + "regional modelling", + "renewable energy", + "timeseries" + ], + "publicationDate": "2020-02-06", + "context": { + "homepage": "https://reiner-lemoine-institut.de/open_fred-open-feed-time-series-based-renewable-energy-database/", + "documentation": null, + "sourceCode": "https://github.com/open-fred", + "contact": "Christian.Hofmann@rl-institut.de", + "grantNo": "0324006A-C", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", + "fundingAgencyLogo": null, + "publisherLogo": null + }, + "spatial": { + "location": null, + "extent": null, + "resolution": null + }, + "temporal": { + "referenceDate": null, + "timeseries": [ + { + "start": "2015-12-31 23:30:00", + "end": "2016-12-31 23:30:00", + "resolution": "30 min", + "alignment": null, + "aggregationType": null + } + ] + }, + "sources": [ + { + "title": "MERRA2", + "description": "Modern-Era Retrospective analysis for Research and Applications, Version 2", + "path": "https://gmao.gsfc.nasa.gov/reanalysis/MERRA-2/data_access/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "noaa_globe", + "description": "Global Land One-km Base Elevation Project (GLOBE)", + "path": "http://www.ngdc.noaa.gov/mgg/topo/globe.html", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "ecjrc_glc2000", + "description": "Global Land Cover 2000", + "path": "http://www.ngdc.noaa.gov/mgg/topo/globe.html", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "nasa_aerosols", + "description": "GACP aerosol optical thickness and Angstrom exponent dataset", + "path": "https://gacp.giss.nasa.gov/data/time_ser/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "gldb", + "description": "Global Lake Database (GLDB)", + "path": "https://www.adv-sci-res.net/16/57/2019/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "copernicus_clc", + "description": "Copernicus Land Monitoring Services - CORINE Land Cover (CLC) - CLC 2012", + "path": "https://land.copernicus.eu/pan-european/corine-land-cover/clc-2012?tab=download", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "fao_hwsd", + "description": "Harmonised World Soil Database", + "path": "http://www.fao.org/soils-portal/soil-survey/soil-maps-and-databases/harmonized-world-soil-database-v12/en/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "modis_albedo", + "description": "Filled Land Surface Albedo Product", + "path": "https://www.umb.edu/spectralmass/terra_aqua_modis/modis_brdf_albedo_product_mcd43", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + } + ], + "licenses": [ + { + "name": "ODC-By-1.0", + "title": "Open Data Commons Attribution License v1.0", + "path": "https://opendatacommons.org/licenses/by/1.0/", + "instruction": "https://opendatacommons.org/licenses/by/summary/index.html", + "attribution": "© Helmholtz-Zentrum Geesthacht" + } + ], + "contributors": [ + { + "title": "jh-RLI", + "email": "jonas.huber@rl-institut.de", + "date": "2020-02-06", + "object": "metadata", + "comment": "Create metadata" + } + ], + "resources": [ + { + "profile": "tabular-data-resource", + "name": "supply.openfred_timeseries_ch", + "path": "https://openenergy-platform.org/dataedit/view/supply/openfred_timeseries_ch", + "format": "PostgreSQL", + "encoding": "UTF-8", + "schema": { + "fields": [ + { + "name": "id", + "description": "Unique identifier starting from 1", + "type": "bigint", + "unit": null, + "isAbout": [ + { + "name": null, + "path": null + } + ], + "valueReference": [ + { + "value": null, + "name": null, + "path": null + } + ] + }, + { + "name": "fild_1", + "description": "Unique identifier starting from 0", + "type": "bigint", + "unit": null, + "isAbout": [ + { + "name": null, + "path": null + } + ], + "valueReference": [ + { + "value": null, + "name": null, + "path": null + } + ] + }, + { + "name": "time", + "description": "timestamp without time zone", + "type": "text", + "unit": null, + "isAbout": [ + { + "name": null, + "path": null + } + ], + "valueReference": [ + { + "value": null, + "name": null, + "path": null + } + ] + }, + { + "name": "feedin", + "description": "feedin value", + "type": "numeric", + "unit": null, + "isAbout": [ + { + "name": null, + "path": null + } + ], + "valueReference": [ + { + "value": null, + "name": null, + "path": null + } + ] + }, + { + "name": "nuts", + "description": "Region identifier", + "type": "Text", + "unit": null, + "isAbout": [ + { + "name": null, + "path": null + } + ], + "valueReference": [ + { + "value": null, + "name": null, + "path": null + } + ] + }, + { + "name": "technology", + "description": "Identifier Name for the technology", + "type": "text", + "unit": null, + "isAbout": [ + { + "name": null, + "path": null + } + ], + "valueReference": [ + { + "value": null, + "name": null, + "path": null + } + ] + } + ], + "primaryKey": [ + "id" + ], + "foreignKeys": [ + { + "fields": [ + null + ], + "reference": { + "resource": null, + "fields": [ + null + ] + } + } + ] + }, + "dialect": { + "delimiter": null, + "decimalSeparator": "." + } + } + ], + "@id": null, + "@context": null, + "review": { + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/47", + "badge": "Gold" + }, + "metaMetadata": { + "metadataVersion": "OEP-1.5.0", + "metadataLicense": { + "name": "CC0-1.0", + "title": "Creative Commons Zero v1.0 Universal", + "path": "https://creativecommons.org/publicdomain/zero/1.0/" + } + }, + "_comment": { + "metadata": "Metadata documentation and explanation (https://github.com/OpenEnergyPlatform/oemetadata)", + "dates": "Dates and time must follow the ISO8601 including time zone (YYYY-MM-DD or YYYY-MM-DDThh:mm:ss±hh)", + "units": "Use a space between numbers and units (100 m)", + "languages": "Languages must follow the IETF (BCP47) format (en-GB, en-US, de-DE)", + "licenses": "License name must follow the SPDX License List (https://spdx.org/licenses/)", + "review": "Following the OEP Data Review (https://github.com/OpenEnergyPlatform/data-preprocessing/blob/master/data-review/manual/review_manual.md)", + "null": "If not applicable use: null", + "todo": "If a value is not yet available, use: todo" + } +} \ No newline at end of file diff --git a/data-review/47-openfred/supply_openfred_timeseries_ch.json b/data-review/47-openfred/supply_openfred_timeseries_ch.json new file mode 100644 index 00000000..1eecd54f --- /dev/null +++ b/data-review/47-openfred/supply_openfred_timeseries_ch.json @@ -0,0 +1,365 @@ +{ + "name": "openfred_timeseries_ch", + "title": "open_FRED Weatherdata", + "id": "https://openenergy-platform.org/dataedit/view/supply/openfred_timeseries_ch", + "description": "This is an atmospheric hindcast for Western Europe and the North Atlantic using COSMO-CLM version 5.0 with spectral nudging from 2002-2017. MERRA2 reanalysis data are used as forcing. Additionally transient and monthly aerosol data of the MACv2 climatology are prescribed. The model uses a rotated grid with 566 x 481 grid points and a grid point distance of 0.0625 degrees, the rotated North pole is located at 162.0 W, 39.25 N. The published data excludes the sponge zone and have 526 x 441 grid points. In rotated coordinates the published simulation data extends from 22.64 W to 10.18 E, 11.2 S to 16.3 N, in geographical coordinates this corresponds to about 12 W to 30 E, 39 N to 60 N.", + "language": [ + "en-GB", + "de-DE" + ], + "subject": [ + { + "name": null, + "path": null + } + ], + "keywords": [ + "COSMO-CLM", + "hindcast", + "MERRA2", + "Open Data", + "regional modelling", + "renewable energy", + "timeseries" + ], + "publicationDate": "2020-02-06", + "context": { + "homepage": "https://reiner-lemoine-institut.de/open_fred-open-feed-time-series-based-renewable-energy-database/", + "documentation": null, + "sourceCode": "https://github.com/open-fred", + "contact": "Christian.Hofmann@rl-institut.de", + "grantNo": "0324006A-C", + "fundingAgency": "Bundesministerium für Wirtschaft und Energie (BMWi)", + "fundingAgencyLogo": null, + "publisherLogo": null + }, + "spatial": { + "location": null, + "extent": "Germany (generous)", + "resolution": "0.0625° (~6.6 km)" + }, + "temporal": { + "referenceDate": null, + "timeseries": [ + { + "start": "2015-12-31 23:30:00+00:00", + "end": "2016-01-03 00:30:00+00:00", + "resolution": "30 min", + "alignment": null, + "aggregationType": null + } + ] + }, + "sources": [ + { + "title": "MERRA2", + "description": "Modern-Era Retrospective analysis for Research and Applications, Version 2", + "path": "https://gmao.gsfc.nasa.gov/reanalysis/MERRA-2/data_access/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "noaa_globe", + "description": "Global Land One-km Base Elevation Project (GLOBE)", + "path": "http://www.ngdc.noaa.gov/mgg/topo/globe.html", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "ecjrc_glc2000", + "description": "Global Land Cover 2000", + "path": "http://www.ngdc.noaa.gov/mgg/topo/globe.html", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "nasa_aerosols", + "description": "GACP aerosol optical thickness and Angstrom exponent dataset", + "path": "https://gacp.giss.nasa.gov/data/time_ser/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "gldb", + "description": "Global Lake Database (GLDB)", + "path": "https://www.adv-sci-res.net/16/57/2019/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "copernicus_clc", + "description": "Copernicus Land Monitoring Services - CORINE Land Cover (CLC) - CLC 2012", + "path": "https://land.copernicus.eu/pan-european/corine-land-cover/clc-2012?tab=download", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "fao_hwsd", + "description": "Harmonised World Soil Database", + "path": "http://www.fao.org/soils-portal/soil-survey/soil-maps-and-databases/harmonized-world-soil-database-v12/en/", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + }, + { + "title": "modis_albedo", + "description": "Filled Land Surface Albedo Product", + "path": "https://www.umb.edu/spectralmass/terra_aqua_modis/modis_brdf_albedo_product_mcd43", + "licenses": [ + { + "name": null, + "title": null, + "path": null, + "instruction": null, + "attribution": null + } + ] + } + ], + "licenses": [ + { + "name": "ODC-By-1.0", + "title": "Open Data Commons Attribution License v1.0", + "path": "https://opendatacommons.org/licenses/by/1.0/", + "instruction": "https://opendatacommons.org/licenses/by/summary/index.html", + "attribution": "© Helmholtz-Zentrum Geesthacht" + } + ], + "contributors": [ + { + "title": "Ludee", + "email": "Ludwig.Huelk@rl-institut.de", + "date": "2020-02-06", + "object": "metadata", + "comment": "Create metadata" + }, + { + "title": "Jonas Huber", + "email": "Jonas.Huber@rl-institut.de", + "date": "2020-02-06", + "object": "metadata", + "comment": "Update metadata" + }, + { + "title": "Ludee", + "email": "Ludwig.Huelk@rl-institut.de", + "date": "2020-02-19", + "object": "metadata", + "comment": "Update license information" + }, + { + "title": "Ludee", + "email": "Ludwig.Huelk@rl-institut.de", + "date": "2020-04-30", + "object": "metadata", + "comment": "Update metadata information" + }, + { + "title": "jh-RLI", + "email": "jonas.huber@rl-institut.de", + "date": "2021-04-23", + "object": "metadata", + "comment": "Create metadata for additional openfred table" + } + ], + "resources": [ + { + "profile": "tabular-data-resource", + "name": "supply.openfred_timeseries_ch", + "path": "https://openenergy-platform.org/dataedit/view/supply/openfred_timeseries_ch", + "format": "PostgreSQL", + "encoding": "UTF-8", + "schema": { + "fields": [ + { + "name": "id", + "description": "Unique identifier", + "type": "bigint", + "unit": null, + "isAbout": [ + { + "name": null, + "path": null + } + ], + "valueReference": [ + { + "value": null, + "name": null, + "path": null + } + ] + }, + { + "name": "time", + "description": "timestamp without time zone", + "type": "text", + "unit": null, + "isAbout": [ + { + "name": null, + "path": null + } + ], + "valueReference": [ + { + "value": null, + "name": null, + "path": null + } + ] + }, + { + "name": "feedin", + "description": "feedin value", + "type": "numeric", + "unit": null, + "isAbout": [ + { + "name": null, + "path": null + } + ], + "valueReference": [ + { + "value": null, + "name": null, + "path": null + } + ] + }, + { + "name": "nut", + "description": "Region identifier", + "type": "text", + "unit": null, + "isAbout": [ + { + "name": null, + "path": null + } + ], + "valueReference": [ + { + "value": null, + "name": null, + "path": null + } + ] + }, + { + "name": "technology", + "description": "Identifier Name for the technology", + "type": "text", + "unit": null, + "isAbout": [ + { + "name": null, + "path": null + } + ], + "valueReference": [ + { + "value": null, + "name": null, + "path": null + } + ] + } + ], + "primaryKey": [ + "id" + ], + "foreignKeys": [ + { + "fields": [ + null + ], + "reference": { + "resource": null, + "fields": [ + null + ] + } + } + ] + }, + "dialect": { + "delimiter": null, + "decimalSeparator": "." + } + } + ], + "@id": null, + "@context": null, + "review": { + "path": "https://github.com/OpenEnergyPlatform/data-preprocessing/issues/47", + "badge": "Gold" + }, + "metaMetadata": { + "metadataVersion": "OEP-1.5.0", + "metadataLicense": { + "name": "CC0-1.0", + "title": "Creative Commons Zero v1.0 Universal", + "path": "https://creativecommons.org/publicdomain/zero/1.0/" + } + }, + "_comment": { + "metadata": "Metadata documentation and explanation (https://github.com/OpenEnergyPlatform/oemetadata)", + "dates": "Dates and time must follow the ISO8601 including time zone (YYYY-MM-DD or YYYY-MM-DDThh:mm:ss±hh)", + "units": "Use a space between numbers and units (100 m)", + "languages": "Languages must follow the IETF (BCP47) format (en-GB, en-US, de-DE)", + "licenses": "License name must follow the SPDX License List (https://spdx.org/licenses/)", + "review": "Following the OEP Data Review (https://github.com/OpenEnergyPlatform/data-preprocessing/blob/master/data-review/manual/review_manual.md)", + "null": "If not applicable use: null", + "todo": "If a value is not yet available, use: todo" + } +} \ No newline at end of file diff --git a/data-review/climate.openfred_weatherdata_flags.json b/data-review/47-openfred/v1.4/climate.openfred_weatherdata_flags.json similarity index 100% rename from data-review/climate.openfred_weatherdata_flags.json rename to data-review/47-openfred/v1.4/climate.openfred_weatherdata_flags.json diff --git a/data-review/climate.openfred_weatherdata_locations.json b/data-review/47-openfred/v1.4/climate.openfred_weatherdata_locations.json similarity index 100% rename from data-review/climate.openfred_weatherdata_locations.json rename to data-review/47-openfred/v1.4/climate.openfred_weatherdata_locations.json diff --git a/data-review/climate.openfred_weatherdata_series.json b/data-review/47-openfred/v1.4/climate.openfred_weatherdata_series.json similarity index 100% rename from data-review/climate.openfred_weatherdata_series.json rename to data-review/47-openfred/v1.4/climate.openfred_weatherdata_series.json diff --git a/data-review/climate.openfred_weatherdata_timespans.json b/data-review/47-openfred/v1.4/climate.openfred_weatherdata_timespans.json similarity index 100% rename from data-review/climate.openfred_weatherdata_timespans.json rename to data-review/47-openfred/v1.4/climate.openfred_weatherdata_timespans.json diff --git a/data-review/climate.openfred_weatherdata_variables.json b/data-review/47-openfred/v1.4/climate.openfred_weatherdata_variables.json similarity index 100% rename from data-review/climate.openfred_weatherdata_variables.json rename to data-review/47-openfred/v1.4/climate.openfred_weatherdata_variables.json diff --git a/data-review/supply.openfred_feedin_wind_2016.json b/data-review/47-openfred/v1.4/supply.openfred_feedin_wind_2016.json similarity index 100% rename from data-review/supply.openfred_feedin_wind_2016.json rename to data-review/47-openfred/v1.4/supply.openfred_feedin_wind_2016.json diff --git a/data-review/supply.openfred_timeseries_ch.json b/data-review/47-openfred/v1.4/supply.openfred_timeseries_ch.json similarity index 100% rename from data-review/supply.openfred_timeseries_ch.json rename to data-review/47-openfred/v1.4/supply.openfred_timeseries_ch.json