From a32dde522d1443c0879ef8370804625bacae307b Mon Sep 17 00:00:00 2001 From: MaGering Date: Wed, 2 Aug 2023 11:17:42 +0200 Subject: [PATCH] Update foreign keys example json with changes due to new sequence naming convention --- .../datapackages/foreignkeys/datapackage.json | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/oemof/tabular/examples/datapackages/foreignkeys/datapackage.json b/src/oemof/tabular/examples/datapackages/foreignkeys/datapackage.json index 4ccb1e77..314aa5b7 100644 --- a/src/oemof/tabular/examples/datapackages/foreignkeys/datapackage.json +++ b/src/oemof/tabular/examples/datapackages/foreignkeys/datapackage.json @@ -115,7 +115,7 @@ { "fields": "marginal_cost", "reference": { - "resource": "marginal_cost_profile" + "resource": "component_marginal_cost_profile" } }, { @@ -128,9 +128,9 @@ } }, { - "path": "data/sequences/component_profile.csv", + "path": "data/sequences/component_marginal_cost_profile.csv", "profile": "tabular-data-resource", - "name": "component_profile", + "name": "component_marginal_cost_profile", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", @@ -142,12 +142,7 @@ "format": "default" }, { - "name": "electricity-load-profile", - "type": "number", - "format": "default" - }, - { - "name": "dispatchable-profile", + "name": "marginal-cost-coal", "type": "integer", "format": "default" } @@ -158,9 +153,9 @@ } }, { - "path": "data/sequences/marginal_cost_profile.csv", + "path": "data/sequences/component_profile.csv", "profile": "tabular-data-resource", - "name": "marginal_cost_profile", + "name": "component_profile", "format": "csv", "mediatype": "text/csv", "encoding": "utf-8", @@ -172,7 +167,12 @@ "format": "default" }, { - "name": "marginal-cost-coal", + "name": "electricity-load-profile", + "type": "number", + "format": "default" + }, + { + "name": "dispatchable-profile", "type": "integer", "format": "default" } @@ -183,4 +183,4 @@ } } ] -} \ No newline at end of file +}