Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to delineate subbasins using either streamorder of Pfafstetter thresholds #118

Open
markhegnauer opened this issue Nov 4, 2022 · 1 comment
Labels
enhancement New feature or request setup methods Issue related to existing or new setup methods

Comments

@markhegnauer
Copy link
Contributor

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)

@Starphire1
Copy link

I am also very interested in this catchment delineation option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request setup methods Issue related to existing or new setup methods
Projects
No open projects
Status: 🔲 Todo
Development

No branches or pull requests

3 participants