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
This will work as desired with holes and such, but not if there e.g. two non-contiguous part of the mesh.
The correct check here would be to find the largest bounding boxes that are not contained by any other. Arguably the return object should be a MultiPolygon.
The text was updated successfully, but these errors were encountered:
Polygonize collects all possible polygons:
This will work as desired with holes and such, but not if there e.g. two non-contiguous part of the mesh.
The correct check here would be to find the largest bounding boxes that are not contained by any other. Arguably the return object should be a MultiPolygon.
The text was updated successfully, but these errors were encountered: