Hi all,
I have to classify polygons without attribute values, according to neighbouring attribute values. However, this has to be based on the neighbour with the largest shared boundary . A comparisation of shared lengths is necessary when the polygon shares boundaries with two others for example.
I have used a geometrycoercer to first make a line of both sets. Then a lineonline overlayer, since I don't think the common segment finder will help me. However, I cannot get to calculate the percentages of different shared boundary so im looking for suggestions.
I hope I made myself clear. Thank you in advance!