diff --git a/doc/release_notes.rst b/doc/release_notes.rst index defe1dc4..70a73e2f 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -7,8 +7,10 @@ Release Notes ########################################## -.. Upcoming Release -.. ================ +Upcoming Release +================ + +* Updated Global Energy Monitor LNG terminal data to March 2023 version. PyPSA-Eur 0.8.1 (27th July 2023) ================================ diff --git a/rules/build_sector.smk b/rules/build_sector.smk index 86f8bab2..4fe561a8 100644 --- a/rules/build_sector.smk +++ b/rules/build_sector.smk @@ -86,7 +86,7 @@ if config["sector"]["gas_network"] or config["sector"]["H2_retrofit"]: rule build_gas_input_locations: input: lng=HTTP.remote( - "https://globalenergymonitor.org/wp-content/uploads/2022/09/Europe-Gas-Tracker-August-2022.xlsx", + "https://globalenergymonitor.org/wp-content/uploads/2023/07/Europe-Gas-Tracker-2023-03-v3.xlsx", keep_local=True, ), entry="data/gas_network/scigrid-gas/data/IGGIELGN_BorderPoints.geojson",