From 2c586e76e07411a80af78992727d7994e4d9cfac Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Mon, 31 Jul 2023 09:07:10 +0200 Subject: [PATCH] update global energy monitor LNG terminal data --- doc/release_notes.rst | 6 ++++-- rules/build_sector.smk | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) 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",