Hello FME Experts! I have been struggling with this for several weeks and I'm hoping someone may have some insight.
I have a set of data that contains buildings that were manually digitized from roofline data. From this set, I have scaled the polgyons based on the type of roofline (scaling factors predetermined). This resulted in some properties with multiple roofline types to separate from each other. Think of a home with some steep and less steep rooflines - the scaling was done on each polygon. In addition, I used @Takashi Iijima 's workbench and modified it slightly to right angle polygons where possible.
Now, I have an issue because I have polygons that should be adjacent (have shared boundaries) but because of the scaling, they are no longer attached (and because these were manually digitized, there were previous gaps in the data).
I would like to physically MOVE the polygons to allow them to have a shared boundary without changing the shape (much).
I tried using a clip from the original dataset and creating a polygon between the 2 new polygons, generating the centerline from the polygon in the middle, chopping that polygon by the centerline, and merging those with the scaled polygon (to expand the polygon on each side by half the distance between them) but this has not worked.
Essentially, I want the polygons to attach when they have the same property code and are within a specific distance. However, because they are based on roofline data for properties, there are many shapes involved and this complicates things.
To make matters more complicated, I also have covered porches that have been digitized and should be aligned with the roofline data as well.