Skip to content

Releases: noaa-ocs-modeling/OCSMesh

v1.6.1

12 Sep 20:06
a484d9e
Compare
Choose a tag to compare

updates to merge_overlapping_meshes.

New argument hfun_mesh to control transition.

v1.6.0

03 Sep 18:42
574b8b5
Compare
Choose a tag to compare

New RiverMapper triangulation functions:

ocsmesh.utils.triangulate_rivermapper_poly(rm_poly_GEOPANDASDATAFRAME)

v1.5.9

16 Aug 19:24
aec574f
Compare
Choose a tag to compare

New functions added to utils:

  • clip_elements_by_index
  • cleanup_skewed_el
  • cleanup_concave_quads
  • quadrangulate_rivermapper_arcs

Dropped support to Python 3.9

v1.5.8

13 Aug 13:01
38f3ac4
Compare
Choose a tag to compare

updated deprecated unary_union to union_all

v1.5.7

28 Jun 23:16
20a27cd
Compare
Choose a tag to compare

functions added to ocsmesh.utilts:
calc_el_angles(msht), for calculating the internal angles of each element (tri and quads)
order_mesh(msht_: returns the reordered mesh (counterclockwise)
quads_from_tri(msht): creates quads from triangular mesh

Full Changelog: v1.5.6...v1.5.7

v1.5.6

18 Jun 19:52
1c1cd6b
Compare
Choose a tag to compare

Fixed the contour extraction error due to matplotlib deprecated functions

Full Changelog: v1.5.5...v1.5.6

v1.5.5

17 Jun 17:46
6b042ff
Compare
Choose a tag to compare

What's Changed

  • added triangulate_polygon_s
  • filter_el_by_area
  • create_patch_mesh
  • clip_mesh_by_mesh
  • create_mesh_from_mesh_diff
  • merge_neighboring_meshes
  • fix_small_el
  • merge_overlapping_meshes

For addressing:

  • #100
  • merge of multiple meshes (e.g. river, ocean, and floodplain)

Full Changelog: v1.5.4...v1.5.5

v1.5.4

23 May 17:36
5114a45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.3...v1.5.4

v1.5.3

18 Jan 21:09
88aed38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.2...v1.5.3

v1.5.2

05 Dec 21:24
0563a79
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.1...v1.5.2