I'm adding data from two different data sets into one and i'm struggling to get the final merge ready.
I have two data sets with roads, DS1 (data set 1) has more detailed information but the geometry is not correct and the other DS2 (data set 2) is the other way around and has the leading geomtry. Luckily the geometry does not differ that much in shape, the problem is that DS1 has a bit more pieces.
So i need a check on how many features of DS2 are within DS1 and than merge the information from the largest (in area) features from DS1 puts/merges his information into that feature of DS2.
I tried a tester and AreaOnAreaOverlayer but then the data explodes into a huge dataset. I tried to narrow the results down but in the end i still need a final merge that says the largest feature gives the information to the correct geometry.