-
Notifications
You must be signed in to change notification settings - Fork 4
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
Support stream bifurcation #339
Comments
only multiple outflows from one stream is considered bifurcation, multiple inflows are fine see #339
only multiple outflows from one stream is considered bifurcation, multiple inflows are fine see #339
The bug with three streams coming from one point was solved in #341. The problem with a line connected to the middle of another line (the point knows only about the connecting line) still stays. Also, real bifurcation (except those middle-line ones) are still not supported. |
The problem with a line connected to the middle of another line solved in 71f1933. The only missing thing is to support real bifurcation. |
The code currently ends up in an error when there are three linestrings connected to one node in streams (error is raised by this part of the code). SMODERP2D should support this. Another problem is that the error does not occur when one linestring is connected to another one in the middle instead of at the very end (although there are also three linestrings coming out of a node then) so the behaviour is very different for the two very similar cases.
@kavkapet: Is there any recommended approach on how to solve it?
Streams that would cause this error in our rain simulator test data are attached: streams.zip
The text was updated successfully, but these errors were encountered: