From 9411cad98b9430fd0ce628915fa1ee401c711a1f Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Tue, 24 Jan 2023 18:47:34 +0100 Subject: [PATCH] add sequestration potential data link --- Snakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Snakefile b/Snakefile index cf829322..c4680c81 100644 --- a/Snakefile +++ b/Snakefile @@ -283,7 +283,7 @@ else: if config["sector"].get("sequestration_potential", False): rule build_sequestration_potentials: input: - sequestration_potential="data/complete_map_2020_unit_Mt.geojson", + sequestration_potential=HTTP.remote("https://raw.githubusercontent.com/ericzhou571/Co2Storage/main/resources/complete_map_2020_unit_Mt.geojson", keep_local=True), regions_onshore=pypsaeur("resources/regions_onshore_elec_s{simpl}_{clusters}.geojson"), regions_offshore=pypsaeur("resources/regions_offshore_elec_s{simpl}_{clusters}.geojson"), output: