follow-up to 7ca769bc
This commit is contained in:
parent
803b860923
commit
98797e2e30
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user