I have a dataset containing polygons with donuts. I need to remove these donuts as they are not allowed for further use of the dataset.
I manage to remove all these by identifying these polygons with the donutholeextractor. Then these identified polygons are plit by an itterative proces of overlaying them with a rectangular raster with decreasing cell size. As there are big polygons with small holes this gives me a result were these polygons are cut into many many parts instead of just 3-4 parts.
Is there a simpler/better way to split the donut polygons that is resulting in just a few new polygons without holes? It does not need to be the optimal solution. It is ok if a polygon is split in a few parts more than necessary. I just dont want to split it into 100+ parts to remove on donut as it is now.
Thx,
Rob