Solved

I am trying to transfer attribute values on rational bases of length.

  • 29 October 2018
  • 1 reply
  • 1 view

Badge

I have to two geometry (Polyline), segment lengths are different and spatial aligned. I want to transfer the attribute of 2nd geometry to 1st geometry? Some attributes of the segment are calculated on the bases of length. I only need to transfer attribute which is overlaped by 1st geometry segment.

icon

Best answer by philippeb 29 October 2018, 17:10

View original

1 reply

Badge +2

If the two segments are overlapping, you could use LineOnLineOverlayer or a NeighborFinder.

In the parameters don't forget to merge the attributes ;)

Reply