add https:// prefix for all storage() calls

This commit is contained in:
Fabian Neumann 2024-03-09 12:07:47 +01:00
parent c8eb46a39c
commit 45e955a0d8
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: