Hi everyone!
I am interested in determining centroids for polygons. Some shapes result in the centroids to be outside the polygon if the "inside" option is not chosen. This makes sense as the geometric center might lay outside.
Now I need the created points to be within the shapes. Choosing the "inside" option however produces different points, even for those polygons where the centroid is within the polygon.
Can someone explain how the inside option determines the points that it gives as an output? I would've expect to receive centroids and only for those where centroids are outside the polygon different points, e.g. the closest point within the polygon to the centroid outside of it. But all of this is not the case and research on this has not been succesful.