-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📊 energy: Get Eurostat data on energy prices (#3499)
* 📊 energy: Get Eurostat data on energy prices * Add snapshot, and create data steps skeleton * Fix missing dataset code * Prepare meadow step * Prepare garden step (WIP) * Harmonize country names and other improvements of garden step * Keep working on garden step, mostly mapping different fields * Map energy price components * Improve garden dataset * Adapt code to ignore historical data * Improve garden step * Working on garden step (still WIP) * Garden step (WIP) * Improve garden step * Work on garden step and start grapher step * Prepare grapher step * Improve metadata * Impose that certain price components need to be informed * Add data from prices datasets, include checks, and improve metadata * Fix table name * Create another grapher step for prices and improve metadata * Improve grapher steps * Remove repeated step in the dag * Add documentation explaining findings about components * Add sanity checks and remove TODOs * Improve metadata * Add key descriptions to price component variables * Add key descriptions to prices variables * Add short descriptions * Add analysis comparing price components data and price data * Improve checks * Add total price to the components data * Improve metadata * Improve metadata * Improve metadata * Improve format * Add monthly wholesale electricity prices from Ember * Add IEA fossil fuel subsidies data (WIP) * Adapt meadow step * Adapt garden and grapher steps * Adapt garden and grapher steps * Include additional indicators from IEA * Add other IEA indicators and improve metadata * Fix old read_table * Fix export steps ignored by PathFinder * Create energy prices dataset and mdim explorer * Various improvements * Add missing pps data * Add price components views and other improvements * Add map tabs (not working properly, there might be a bug somewhere) * Simplify Eurostat steps * Delete Eurostat grapher steps and simplify * Refactor mdim step and add general function to multidim module * Complete to-do * Remove unnecessary grapher step * Homogenize prices * Remove to-do * Improve metadata * Trim long variable names * Simplify function that expands views, and add documentation * Update the docs
- Loading branch information
1 parent
1018780
commit 3a36b22
Showing
29 changed files
with
3,506 additions
and
74 deletions.
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
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
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
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
31 changes: 31 additions & 0 deletions
31
etl/steps/data/garden/ember/2024-11-20/european_wholesale_electricity_prices.countries.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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"Austria": "Austria", | ||
"Belgium": "Belgium", | ||
"Bulgaria": "Bulgaria", | ||
"Croatia": "Croatia", | ||
"Czechia": "Czechia", | ||
"Denmark": "Denmark", | ||
"Estonia": "Estonia", | ||
"Finland": "Finland", | ||
"France": "France", | ||
"Germany": "Germany", | ||
"Greece": "Greece", | ||
"Hungary": "Hungary", | ||
"Ireland": "Ireland", | ||
"Italy": "Italy", | ||
"Latvia": "Latvia", | ||
"Lithuania": "Lithuania", | ||
"Luxembourg": "Luxembourg", | ||
"Netherlands": "Netherlands", | ||
"North Macedonia": "North Macedonia", | ||
"Norway": "Norway", | ||
"Poland": "Poland", | ||
"Portugal": "Portugal", | ||
"Romania": "Romania", | ||
"Serbia": "Serbia", | ||
"Slovakia": "Slovakia", | ||
"Slovenia": "Slovenia", | ||
"Spain": "Spain", | ||
"Sweden": "Sweden", | ||
"Switzerland": "Switzerland" | ||
} |
Oops, something went wrong.