-
Notifications
You must be signed in to change notification settings - Fork 8
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
mesh generation of Harvey
with BEST
track failed with pygeos.GEOSException: TopologyException
#111
Comments
I also encounter a different error In the error log file, it indicated Linking issue: https://github.com/noaa-ocs-modeling/SurgeTeamCoordination/issues/108 |
The Harvey issue seems to be due to triangulation of the buffer region, for some reason the triangulation function also triangulates a "hole" in the buffer zones which causes conflict with existing high-res section of the mesh. This needs further inspection of the triangulation function to figure out why this happens. |
@FariborzDaneshvar-NOAA the original issue is resolved. Please test and let me know if you still run into errors. The new issue with strange mesh patches is something I'm still investigating |
The issue looks to be related to how jigsaw meshes the input! Specifically at: OCSMesh/ocsmesh/cli/subset_n_combine.py Lines 289 to 293 in 6dbd530
But the mesh ends up ignoring the patches: Note that this mesh was generated in a separate iPython session too (from the saved domain and hfun) and still has this issue. The mesh was generated using |
After further investigation, by trying to modify the buffer geom by |
Not addressed as a part of the merge! |
Note added by @SorooshMani-NOAA: This issue occurs on the
enhance/subset_triangle
branch@SorooshMani-NOAA this is the error I'm getting during the mesh generation step for the
BEST
track ofharvey
:working directory on NHC_COLAB_2:
/lustre/hurricanes/harvey_2017_7515c27c-22f2-49e4-b369-ec7fb89e1ee8
Here is the windswath file for this run.
windswath.zip
The text was updated successfully, but these errors were encountered: