Hello,
I am trying to remove blank holes that are within a polygon. My initial thoughts were to loop through the inner rings and remove them, however, this produced undesired results. Instead of removing “donut holes” it removed other features which I did need. This makes sense but now I am back to square one and am stuck with how to remove/fill in the holes contained within a polygon. I also tried to do a convex hull to get the perimeter but was unsuccessful. I am not modifying any features from the shape file. I am only loading them into an sq lite database.
Thank you for any help!
-Mike