Merge pull request #707 from PyPSA/update-gem-lng

update global energy monitor LNG terminal data
This commit is contained in:
Fabian Neumann 2023-07-31 10:07:58 +02:00 committed by GitHub
commit 266c0fd9ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -7,8 +7,10 @@
Release Notes 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) 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: rule build_gas_input_locations:
input: input:
lng=HTTP.remote( 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, keep_local=True,
), ),
entry="data/gas_network/scigrid-gas/data/IGGIELGN_BorderPoints.geojson", entry="data/gas_network/scigrid-gas/data/IGGIELGN_BorderPoints.geojson",