Hi.
I have a dataset of polygons, which I don't trust entirely. It has a lot of smaller polygons (wind mills?) on top of property polygons.
Most small polygons have been cut out of the property polygons, but not all. So I run the data thru the DonutBuilder, just in case.
But I've found an error in the output, where a small polygon inside a larger polygon with a cut-out matching the smaller polygon, replaces the former small polygon with a new with the values from the surrounding polygon.
I.e., the smaller polygon is inside the outer boundary of the larger polygon, but has already been cut-out of it. In this case a replacement wasn't warranted, but something happened anyway, resulting in the described error.
Does DonutBuilder only use "entirely within" the outer boundary for its matching, or ?
Cheers.