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 #242

Closed
markhegnauer opened this issue Nov 4, 2022 · 2 comments
Labels
Enhancement New feature or request GIS issues related to GIS methods and functionality Workflows issues related to workflows
Milestone

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)

Linked to: Deltares/hydromt_wflow#118

@markhegnauer markhegnauer added the Enhancement New feature or request label Nov 4, 2022
@hboisgon
Copy link
Contributor

hboisgon commented Nov 4, 2022

Nice suggestion thanks @markhegnauer !
I suggest to add these methods to flw.py and then access them in the setup method in hydromt_wflow (similar to basin_map that is already available)

@savente93 savente93 added Workflows issues related to workflows GIS issues related to GIS methods and functionality and removed flw & gis methods labels May 25, 2023
@DirkEilander
Copy link
Contributor

This also links to #159

@DirkEilander DirkEilander added this to the v1.0 milestone Oct 18, 2023
@savente93 savente93 modified the milestones: v1.0, v1.0 alpha May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request GIS issues related to GIS methods and functionality Workflows issues related to workflows
Projects
No open projects
Status: 🔲 Todo
Development

No branches or pull requests

4 participants