update global energy monitor LNG terminal data

This commit is contained in:
Fabian Neumann 2023-07-31 09:07:10 +02:00
parent 55c2020023
commit 2c586e76e0
2 changed files with 5 additions and 3 deletions

View File

@ -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)
================================

View File

@ -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",