Snakefile: add rule for building current gas network

This commit is contained in:
lisazeyen 2021-04-15 14:20:39 +02:00
parent 93eb86eec8
commit 04244ac8ce

View File

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