Snakefile remove space
This commit is contained in:
parent
594489ef22
commit
3597f931cf
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user