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
We calculate the concave hull of a Polygon With hole,and set param_allow_holes = false.
But the result still contains a hole when the optional param_allow_holes argument is specified as false, which seems to be unexpected.
The original input and result are shown in the following figure:
The text was updated successfully, but these errors were encountered:
The concave hull is formed using the outer shells of the input polygons. The "allow holes" parameter controls whether holes are allowed to be formed in the additional area created for the concave hull. Holes already present in the input are preserved.
Considering following query:
We calculate the concave hull of a Polygon With hole,and set param_allow_holes = false.
But the result still contains a hole when the optional param_allow_holes argument is specified as false, which seems to be unexpected.
The original input and result are shown in the following figure:
The text was updated successfully, but these errors were encountered: