From 04244ac8cedad0b44a785e09be9de192889fb5b8 Mon Sep 17 00:00:00 2001 From: lisazeyen Date: Thu, 15 Apr 2021 14:20:39 +0200 Subject: [PATCH] Snakefile: add rule for building current gas network --- Snakefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Snakefile b/Snakefile index 31370603..a7c1814d 100644 --- a/Snakefile +++ b/Snakefile @@ -69,6 +69,15 @@ rule build_simplified_population_layouts: resources: mem_mb=10000 script: "scripts/build_clustered_population_layouts.py" +rule build_gas_network: + input: + IGGINL_path='data/gas_network/IGGINL_PipeSegments.csv', + entsog_2019_path='data/gas_network/entsog_2019_dataset.csv', + EMAP_path='data/gas_network/EMAP_Raw_PipeSegments.csv' + output: + clustered_pop_layout="resources/gas_network_{clusters}.csv" + resources: mem_mb=10000 + script: "scripts/build_gas_network.py" rule build_heat_demands: input: