Deltares / hydromt_wflow

Wflow plugin for HydroMT
https://deltares.github.io/hydromt_wflow/
GNU General Public License v3.0
15 stars 13 forks source link

reservoir not detected when not fully contained in #262

Open aweerts opened 4 months ago

aweerts commented 4 months ago

HydroMT-Wflow version checks

Reproducible Example

Reservoirs ignored even if >99% is in subbasin. This happens for 100+ basins when deriving 3200 models hack/solution 2022 (Dirk): waarschijnlijk is het voor deze case op te lossen door predicate="contains" weg te laten. Suggestion to add this as an option in hydromt-wflow

See: hydromt build wflow test_5864 -r "{'subbasin': [123.970833333057,42.2791666666327], 'strord': 4,'bounds':[123.908333333333,42.0658333333333,124.9825,42.4583333333333]}" -i wflow_build_1km_vito_hydromt3.ini -d p:\wflow_global\hydromt\deltares_data.yml -vv

image image

Current behaviour

reservoir ignored

Desired behaviour

when option selected reservoir appears

Additional context

No response

hboisgon commented 4 months ago

Maybe try and solve together with #182