Hello,
I'm trying to find a way to grow polygons to a minimum size, while keeping the entirety of the polygon within a larger polygon.
I have multiple polygons that area below a minimum area threshold of 400m2 which means they need to be grown to at least that size. However the problem that I have is that these polygons are (generally) already touching the boundaries of the larger polygons that they are within. What I would like to do is grow the smaller polygon to a certain size, ensuring that it does not cross any of the boundaries of the larger polygon.
Is this possible?
Thanks,
Fraser