-
Notifications
You must be signed in to change notification settings - Fork 15
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
Bugfix 1dconnect #269
Bugfix 1dconnect #269
Conversation
Hi @hboisgon ! As a heads up, I was reviewing the code today, I expect to have the review finished next week. I was testing the method with the Vechte basin and noticed a few things which are worth mentioning/asking. In the images, the white dotted line is the river gdf, the blue features are the When the provided geometry lies outside of the model domain, the error Also related to clipping (as I had to clip my gdf's to get them working), using the When I also compared the difference between a gdf without small tributaries, and one with small tributaries (using The Santa Cruz case works indeed nicely with the changes when using a single geodataframe! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work Hélène! I did some tests (see also the comments in the PR) and provided a suggestion to include clipping of the rivers, as I did encounter some problems with it in my case. There might be a better way to include the clipping, so I look forward to your thoughts on this
Thanks for the review @shartgring ! I fixed the clipping of the river. Could you send me your example model so that I can check what is going wrong if you use a large area max? |
testmodel_vecht.zip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Let me know if any changes are added when you have addressed the example model. Looking forward to your comments on that
Issue addressed
Fixes #251
Explanation
There were several issues with the method.
Checklist
main
Additional Notes (optional)
Pirai case with two rivers