replace remaining instances of HTTP.remote

This commit is contained in:
Fabian Neumann 2024-03-08 17:51:02 +01:00
parent d983d79ed2
commit 105dc6470a
2 changed files with 3 additions and 3 deletions

View File

@ -325,7 +325,7 @@ rule build_biomass_potentials:
rule build_biomass_transport_costs:
input:
transport_cost_data=HTTP.remote(
transport_cost_data=storage(
"publications.jrc.ec.europa.eu/repository/bitstream/JRC98626/biomass potentials in europe_web rev.pdf",
keep_local=True,
),
@ -350,7 +350,7 @@ rule build_sequestration_potentials:
"sector", "regional_co2_sequestration_potential"
),
input:
sequestration_potential=HTTP.remote(
sequestration_potential=storage(
"https://raw.githubusercontent.com/ericzhou571/Co2Storage/main/resources/complete_map_2020_unit_Mt.geojson",
keep_local=True,
),

View File

@ -236,7 +236,7 @@ if config["enable"]["retrieve"]:
# Website: https://ec.europa.eu/jrc/en/luisa
rule retrieve_luisa_land_cover:
input:
HTTP.remote(
storage(
"jeodpp.jrc.ec.europa.eu/ftp/jrc-opendata/LUISA/EUROPE/Basemaps/LandUse/2018/LATEST/LUISA_basemap_020321_50m.tif",
static=True,
),