You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now it is possible for the get_multipolygon() to return invalid polygons. This can result in further issues when msh_t() is called which results in confusing errors for the end user. Ideally OCSMesh should always return valid (multi)polygons and throw exception when not possible to return valid (multi)polygons.
The text was updated successfully, but these errors were encountered:
SorooshMani-NOAA
changed the title
Geometry's get_multipolygon should always return valid shape
Rater's get_multipolygon should always return valid shape
Jan 31, 2024
Right now it is possible for the
get_multipolygon()
to return invalid polygons. This can result in further issues whenmsh_t()
is called which results in confusing errors for the end user. Ideally OCSMesh should always return valid (multi)polygons and throw exception when not possible to return valid (multi)polygons.The text was updated successfully, but these errors were encountered: