Snakefile remove space

This commit is contained in:
Fabian 2019-11-05 14:57:59 +01:00
parent 594489ef22
commit 3597f931cf

View File

@ -135,7 +135,7 @@ rule build_renewable_profiles:
corine="data/bundle/corine/g250_clc06_V18_5.tif", corine="data/bundle/corine/g250_clc06_V18_5.tif",
natura="resources/natura.tiff", natura="resources/natura.tiff",
gebco=lambda wildcards: ("data/bundle/GEBCO_2014_2D.nc" gebco=lambda wildcards: ("data/bundle/GEBCO_2014_2D.nc"
if "max_depth" in config["renewable"][wildcards.technology].keys() if "max_depth" in config["renewable"][wildcards.technology].keys()
else []), else []),
country_shapes='resources/country_shapes.geojson', country_shapes='resources/country_shapes.geojson',
offshore_shapes='resources/offshore_shapes.geojson', offshore_shapes='resources/offshore_shapes.geojson',