add https:// prefix for all storage() calls
This commit is contained in:
parent
c8eb46a39c
commit
45e955a0d8
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user