CHLNDDEV / oceanmesh

Automatic coastal ocean mesh generation in Python and C++. **under development**
GNU General Public License v3.0
47 stars 15 forks source link

Minor changes #49

Closed stefanzieger closed 2 years ago

stefanzieger commented 2 years ago

Changes [x] Consolidate test cases (test_circ_rect.py) [x] Add multiscale test (test_multiscale.py) [x] Fix deprecated warnings in shapely.MultiPolygon class. Requires [x] inpoly==0.2.3

krober10nd commented 2 years ago

Great thank you, the only one comment I have here is for the method get_winded_boundary_edges which I improved recently in this issue https://github.com/CNR-Engineering/PyTelTools/pull/12#issuecomment-945306089 to get every boundary edge and order in a winding fashion very quickly.

Perhaps this could be incorporated at some point but this PR lgtm otherwise.