Skip to content

Commit

Permalink
drop-in mirror for broken eurostat energy balance link (#1147)
Browse files Browse the repository at this point in the history
  • Loading branch information
fneum committed Jul 12, 2024
1 parent c50a377 commit 2bf59e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/retrieve_eurostat_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@

disable_progress = snakemake.config["run"].get("disable_progressbar", False)
url_eurostat = (
"https://ec.europa.eu/eurostat/documents/38154/4956218/Balances-April2023.zip"
# "https://ec.europa.eu/eurostat/documents/38154/4956218/Balances-April2023.zip" # link down
"https://tubcloud.tu-berlin.de/s/prkJpL7B9M3cDPb/download/Balances-April2023.zip"
)
tarball_fn = Path(f"{rootpath}/data/eurostat/eurostat_2023.zip")
to_fn = Path(f"{rootpath}/data/eurostat/Balances-April2023/")
Expand Down

0 comments on commit 2bf59e6

Please sign in to comment.