This commit is contained in:
Fabian Neumann 2023-11-29 13:46:28 +01:00
parent 803b860923
commit 98797e2e30

View File

@ -251,7 +251,7 @@ if __name__ == "__main__":
snakemake.input.corine, codes=codes, buffer=buffer, crs=3035
)
if "ship_threshold" in params:
if params.get("ship_threshold"):
shipping_threshold = (
params["ship_threshold"] * 8760 * 6
) # approximation because 6 years of data which is hourly collected