File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed
Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 11Release Notes
22==============
33
4- .. Upcoming Version
5- .. ----------------
4+ Upcoming Version
5+ ----------------
6+
7+ * Update Marktstammdatenregister data for Germany from `open-MaStR (February 25, 2025) <https://zenodo.org/records/14783581 >`__.
68
79`v0.7.1 <https://github.com/PyPSA/powerplantmatching/releases/tag/v0.7.1 >`__ (30th January 2024)
810=================================================================================================
Original file line number Diff line number Diff line change @@ -2202,12 +2202,12 @@ def MASTR(
22022202
22032203 fn = get_raw_file ("MASTR" , update = update , config = config )
22042204 file_suffixes = {
2205- "Bioenergy" : "biomass .csv" ,
2206- "Combustion" : "combustion .csv" ,
2207- "Nuclear" : "nuclear .csv" ,
2208- "Hydro" : "hydro .csv" ,
2209- "Wind" : "wind .csv" ,
2210- "Solar" : "solar .csv" ,
2205+ "Bioenergy" : "biomass_raw .csv" ,
2206+ "Combustion" : "combustion_raw .csv" ,
2207+ "Nuclear" : "nuclear_raw .csv" ,
2208+ "Hydro" : "hydro_raw .csv" ,
2209+ "Wind" : "wind_raw .csv" ,
2210+ "Solar" : "solar_raw .csv" ,
22112211 }
22122212 data_frames = []
22132213 with ZipFile (fn , "r" ) as file :
Original file line number Diff line number Diff line change @@ -209,8 +209,8 @@ MASTR:
209209 net_capacity : true
210210 reliability_score : 8
211211 status : ["In Betrieb", "In Planung", "Endgültig stillgelegt"]
212- fn : bnetza_open_mastr_2023-08-08_B .zip
213- url : https://zenodo.org/records/8225106 /files/bnetza_open_mastr_2023-08-08_B .zip
212+ fn : bnetza_open_mastr_2025-02-09 .zip
213+ url : https://zenodo.org/records/14783581 /files/bnetza_open_mastr_2025-02-09 .zip
214214
215215# ---------------------------------------------------------------------------- #
216216# Data Structure Config #
You can’t perform that action at this time.
0 commit comments