From 45e955a0d894f8885c73a5c8cb5664f3ea90b3f3 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Sat, 9 Mar 2024 12:07:47 +0100 Subject: [PATCH] add https:// prefix for all storage() calls --- rules/build_sector.smk | 2 +- rules/retrieve.smk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/build_sector.smk b/rules/build_sector.smk index 13565111..8d41e893 100644 --- a/rules/build_sector.smk +++ b/rules/build_sector.smk @@ -326,7 +326,7 @@ rule build_biomass_potentials: rule build_biomass_transport_costs: input: transport_cost_data=storage( - "publications.jrc.ec.europa.eu/repository/bitstream/JRC98626/biomass potentials in europe_web rev.pdf", + "https://publications.jrc.ec.europa.eu/repository/bitstream/JRC98626/biomass potentials in europe_web rev.pdf", keep_local=True, ), output: diff --git a/rules/retrieve.smk b/rules/retrieve.smk index 6a54b4d1..4cffc314 100644 --- a/rules/retrieve.smk +++ b/rules/retrieve.smk @@ -237,7 +237,7 @@ if config["enable"]["retrieve"]: rule retrieve_luisa_land_cover: input: storage( - "jeodpp.jrc.ec.europa.eu/ftp/jrc-opendata/LUISA/EUROPE/Basemaps/LandUse/2018/LATEST/LUISA_basemap_020321_50m.tif", + "https://jeodpp.jrc.ec.europa.eu/ftp/jrc-opendata/LUISA/EUROPE/Basemaps/LandUse/2018/LATEST/LUISA_basemap_020321_50m.tif", static=True, ), output: