You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In regions with no / or limited number of gauges, it's sometimes still useful to derive subbasins for analysis and recognizability by users / clients. In Pyflwdir there are already options to do this (https://deltares.github.io/pyflwdir/latest/basins.html), but these functions are not yet available through HydroMT.
I would suggest implementing this in a way that the user, through the inifile can set this up:
[setup_subbasin]
subbasin_method = gauges / pfafstetter / streamorder / minarea / ... (so either user specified location, or automatic generation)
subbasin_method_threshold = 5 (for the automatic methods)
The text was updated successfully, but these errors were encountered:
In regions with no / or limited number of gauges, it's sometimes still useful to derive subbasins for analysis and recognizability by users / clients. In Pyflwdir there are already options to do this (https://deltares.github.io/pyflwdir/latest/basins.html), but these functions are not yet available through HydroMT.
I would suggest implementing this in a way that the user, through the inifile can set this up:
[setup_subbasin]
subbasin_method = gauges / pfafstetter / streamorder / minarea / ... (so either user specified location, or automatic generation)
subbasin_method_threshold = 5 (for the automatic methods)
The text was updated successfully, but these errors were encountered: