The bassin feature in lakes_pwn/lakes_pwn.geojson duplicates the Bergen pumping-station basin polygon that drains_pwn already carries (conductance_per_squared_meter basin). When both are present, a model that builds the lake stage boundary from lakes_pwn and the local drains from drains_pwn applies two stage boundaries to the same cells.
modelscripts/09pwnmodel2/01_pwnmodel2.py (NHFLO/models#135) currently filters it out by identificatie == 'bassin' as a workaround. Please remove the feature from lakes_pwn.geojson for good so the script-side filter can be deleted.
Related: NHFLO/models#135.
The
bassinfeature inlakes_pwn/lakes_pwn.geojsonduplicates the Bergen pumping-station basin polygon thatdrains_pwnalready carries (conductance_per_squared_meter basin). When both are present, a model that builds the lake stage boundary fromlakes_pwnand the local drains fromdrains_pwnapplies two stage boundaries to the same cells.modelscripts/09pwnmodel2/01_pwnmodel2.py(NHFLO/models#135) currently filters it out byidentificatie == 'bassin'as a workaround. Please remove the feature fromlakes_pwn.geojsonfor good so the script-side filter can be deleted.Related: NHFLO/models#135.