Skip to content

Commit

Permalink
Merge pull request #416 from GermanZero-de/use-renamed-renewables-2018
Browse files Browse the repository at this point in the history
Use the version of public with renewables 2018 called 2021 (as it should be).
  • Loading branch information
bgrundmann authored Oct 28, 2024
2 parents e7c5d7b + 163b3a7 commit d657f22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/production.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"public": "b9edc2c9ed24495acfe73d75daef9760f93573be",
"public": "06b39513a923d1e0cc7624b20e8f72d077dceb83",
"proprietary": "d0445ba3e5501b8570c89cfd07677c91a7206e31"
}
}
3 changes: 2 additions & 1 deletion src/climatevision/generator/refdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ def filename(year_ref: int, what: str) -> str:
2018: {
"ags": "master", # This is a bit stupid, we should have named that file by year as well.
"nat_organic_agri": "2016",
"renewable_energy": "2021",
},
# 2021: {
# "ags": "2021",
Expand Down Expand Up @@ -512,7 +513,7 @@ def filename(year_ref: int, what: str) -> str:
"nat_organic_agri": "2016",
"nat_res_buildings": "2018", # TODO: Building census is delayed
"population": "2018", # Checked Germany
"renewable_energy": "2018", # TODO: What about this?
"renewable_energy": "2021",
"traffic": "2018", # TODO: We did write code to transplant this, must still check in the work
"traffic_air": "2018", # TODO: ?
"traffic_rail": "2018", # TODO: ?
Expand Down

0 comments on commit d657f22

Please sign in to comment.