Skip to content

Commit 4dd409a

Browse files
committedFeb 24, 2025
read data for renewable energy from file *2024.csv
1 parent d3e69b8 commit 4dd409a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/climatevision/generator/refdata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ def filename(year_ref: int, what: str) -> str:
489489
"nat_organic_agri": "2020", # FINISHED
490490
"nat_res_buildings": "2018", # WE ARE USING THIS UNCHANGED (ONLY STATES AND NO NEW DATA)
491491
"population": "2021", # FINISHED
492-
"renewable_energy": "2023", # FINISHED
492+
"renewable_energy": "2024", # FINISHED
493493
"traffic": "2021", # AGS TRANSPLANT 2018 to 2021 FINISHED
494494
"traffic_air": "2021", # AGS TRANSPLANT 2018 to 2021 FINISHED
495495
"traffic_rail": "2021", # AGS TRANSPLANT 2018 to 2021 FINISHED

0 commit comments

Comments
 (0)