-
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
Edge flowline #226
Comments
In a reasonable scenario, the user should provide a flowline that "sticks out" of the study domain, which is defined by the boundary file. However, because the mesh resolution cannot fully describe the boundary file, such as the coastal line, it is possible to have this type of data quality issue. |
To fix this issue programmingly instead of manually, it is possible to let the intersection algorithm automatically cut off the tail. |
The requirement to fix this includes that the algorithm must know which flowline is the last one that sticks out, this information is stored within the "simplified flowline". |
Multiple functions ensure that the first flowline is the last segment flows out of the domain. |
There is a chance that a flowline passes through a bay cell like this:
This will cause a bug for the intersection algorithm.
The text was updated successfully, but these errors were encountered: