-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from ClimateCompatibleGrowth/feature/config-update
Initial config update
- Loading branch information
Showing
14,391 changed files
with
1,506,406 additions
and
31,768 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
id,label,color | ||
VAR,Variable costs,#4c5f84 | ||
FIX,Fixed costs,#008b8b | ||
CAPINV,Capital investment,#6fe0ea | ||
id,label,color | ||
VAR,Variable costs,#4c5f84 | ||
FIX,Fixed costs,#008b8b | ||
CAP,Capital investment,#6fe0ea | ||
TOT,Total costs,#000000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"id": "Costs1A", | ||
"type": "web", | ||
"sharding": [ | ||
"Scenario" | ||
], | ||
"storage": { | ||
"type": "local-public", | ||
"pattern": "{Scenario}.csv" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"id": "Costs1B", | ||
"type": "web", | ||
"sharding": [ | ||
"Scenario" | ||
], | ||
"storage": { | ||
"type": "local-public", | ||
"pattern": "{Scenario}.csv" | ||
} | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"id": "Costs2A", | ||
"type": "web", | ||
"sharding": [ | ||
"Scenario" | ||
], | ||
"storage": { | ||
"type": "local-public", | ||
"pattern": "{Scenario}.csv" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"id": "Costs2B", | ||
"type": "web", | ||
"sharding": [ | ||
"Scenario" | ||
], | ||
"storage": { | ||
"type": "local-public", | ||
"pattern": "{Scenario}.csv" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"id": "Power1A", | ||
"type": "web", | ||
"sharding": [ | ||
"Scenario" | ||
], | ||
"storage": { | ||
"type": "local-public", | ||
"pattern": "{Scenario}.csv" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"id": "Power1B", | ||
"type": "web", | ||
"sharding": [ | ||
"Scenario" | ||
], | ||
"storage": { | ||
"type": "local-public", | ||
"pattern": "{Scenario}.csv" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"id": "Transport1A", | ||
"type": "web", | ||
"sharding": [ | ||
"Scenario" | ||
], | ||
"storage": { | ||
"type": "local-public", | ||
"pattern": "{Scenario}.csv" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"id": "Transport1B", | ||
"type": "web", | ||
"sharding": [ | ||
"Scenario" | ||
], | ||
"storage": { | ||
"type": "local-public", | ||
"pattern": "{Scenario}.csv" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"id": "Transport2A", | ||
"type": "web", | ||
"sharding": [ | ||
"Scenario" | ||
], | ||
"storage": { | ||
"type": "local-public", | ||
"pattern": "{Scenario}.csv" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"id": "Transport2B", | ||
"type": "web", | ||
"sharding": [ | ||
"Scenario" | ||
], | ||
"storage": { | ||
"type": "local-public", | ||
"pattern": "{Scenario}.csv" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"id": "Transport3A", | ||
"type": "web", | ||
"sharding": [ | ||
"Scenario" | ||
], | ||
"storage": { | ||
"type": "local-public", | ||
"pattern": "{Scenario}.csv" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"id": "Transport3B", | ||
"type": "web", | ||
"sharding": [ | ||
"Scenario" | ||
], | ||
"storage": { | ||
"type": "local-public", | ||
"pattern": "{Scenario}.csv" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
.../data/fact-tables/CombinedCosts/meta.json → ...data/fact-tables/_CombinedCosts/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"id": "CombinedCosts", | ||
"id": "_CombinedCosts", | ||
"type": "raw", | ||
"sharding": [ | ||
"Scenario" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"id": "_Production", | ||
"type": "raw", | ||
"sharding": [ | ||
"Scenario" | ||
], | ||
"storage": { | ||
"type": "local-input", | ||
"pattern": "shards/{Scenario}.csv" | ||
}, | ||
"columns": [ | ||
{ | ||
"name": "REGION", | ||
"type": "dimension" | ||
}, | ||
{ | ||
"name": "TECHNOLOGY", | ||
"type": "dimension" | ||
}, | ||
{ | ||
"name": "COMMODITY", | ||
"type": "dimension" | ||
}, | ||
{ | ||
"name": "YEAR", | ||
"type": "dimension" | ||
}, | ||
{ | ||
"name": "VALUE", | ||
"type": "measure" | ||
} | ||
] | ||
} |
2 changes: 1 addition & 1 deletion
2
...tables/AnnualTechnologyEmission/meta.json → ...fact-tables/_TechnologyEmission/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"id": "AnnualTechnologyEmission", | ||
"id": "_TechnologyEmission", | ||
"type": "raw", | ||
"sharding": [ | ||
"Scenario" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"id": "_TotalCapacity", | ||
"type": "raw", | ||
"sharding": [ | ||
"Scenario" | ||
], | ||
"storage": { | ||
"type": "local-input", | ||
"pattern": "shards/{Scenario}.csv" | ||
}, | ||
"columns": [ | ||
{ | ||
"name": "REGION", | ||
"type": "dimension" | ||
}, | ||
{ | ||
"name": "TECHNOLOGY", | ||
"type": "dimension" | ||
}, | ||
{ | ||
"name": "YEAR", | ||
"type": "dimension" | ||
}, | ||
{ | ||
"name": "VALUE", | ||
"type": "measure" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"id": "_Use", | ||
"type": "raw", | ||
"sharding": [ | ||
"Scenario" | ||
], | ||
"storage": { | ||
"type": "local-input", | ||
"pattern": "shards/{Scenario}.csv" | ||
}, | ||
"columns": [ | ||
{ | ||
"name": "REGION", | ||
"type": "dimension" | ||
}, | ||
{ | ||
"name": "TECHNOLOGY", | ||
"type": "dimension" | ||
}, | ||
{ | ||
"name": "COMMODITY", | ||
"type": "dimension" | ||
}, | ||
{ | ||
"name": "YEAR", | ||
"type": "dimension" | ||
}, | ||
{ | ||
"name": "VALUE", | ||
"type": "measure" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{ | ||
"sharding": [ | ||
"Scenario" | ||
], | ||
"flows": [ | ||
[ | ||
{ | ||
"$": "load", | ||
"from": "_CombinedCosts", | ||
"sharding": [ | ||
"Scenario" | ||
] | ||
}, | ||
{ | ||
"$": "filter", | ||
"column": "CostType", | ||
"in": [ | ||
"VAR" | ||
] | ||
}, | ||
{ | ||
"$": "filter", | ||
"column": "TECHNOLOGY:Sector", | ||
"in": [ | ||
"PFS" | ||
] | ||
}, | ||
{ | ||
"$": "aggregate", | ||
"groupby": [ | ||
"YEAR", | ||
"TECHNOLOGY:SubSector" | ||
] | ||
}, | ||
{ | ||
"$": "save", | ||
"to": "Costs1A", | ||
"sharding": [ | ||
"Scenario" | ||
], | ||
"stats": { | ||
"xaxis": "YEAR" | ||
} | ||
} | ||
] | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{ | ||
"sharding": [ | ||
"Scenario" | ||
], | ||
"flows": [ | ||
[ | ||
{ | ||
"$": "load", | ||
"from": "_CombinedCosts", | ||
"sharding": [ | ||
"Scenario" | ||
] | ||
}, | ||
{ | ||
"$": "filter", | ||
"column": "CostType", | ||
"in": [ | ||
"VAR" | ||
] | ||
}, | ||
{ | ||
"$": "filter", | ||
"column": "TECHNOLOGY:Sector", | ||
"in": [ | ||
"PFS" | ||
] | ||
}, | ||
{ | ||
"$": "aggregate", | ||
"groupby": [ | ||
"YEAR", | ||
"TECHNOLOGY:Type" | ||
] | ||
}, | ||
{ | ||
"$": "save", | ||
"to": "Costs1B", | ||
"sharding": [ | ||
"Scenario" | ||
], | ||
"stats": { | ||
"xaxis": "YEAR" | ||
} | ||
} | ||
] | ||
] | ||
} |
Oops, something went wrong.