Skip to main content
Solved

Split road network with other road network (Attribute networks)


Hi,

 

I have a (complete) road network containing all the "real" roads segments of the road network. I then have several "copies" of the road network but with different segments, these segments define attribute properties for the road segments. I want to split the "real" segments by multiple attribute segments.

e.g.: 

Road 1
 
--------------------------------------------
 
 5m                      10m 
 
---------|-----------------------------------
 
 70km/h                 50km/h        70km/h
 
--------------------|-------------|----------

Desired output:

5m           10m          10m          10m
 
--------|-----------|-------------|----------
 
70km        70km        50km/h       70km/h

 

 

Does anyone have a good solution for performing this in FME?

 

Best answer by geomancer

The LineOnLineOverlayer, with parameter 'Accumulation Mode' set to 'Merge Attributes'.

LineOnLineOverlayer_Demo

View original
Did this help you find an answer to your question?

2 replies

geomancer
Evangelist
Forum|alt.badge.img+50
  • Evangelist
  • Best Answer
  • August 12, 2022

The LineOnLineOverlayer, with parameter 'Accumulation Mode' set to 'Merge Attributes'.

LineOnLineOverlayer_Demo


  • Author
  • August 18, 2022
geomancer wrote:

The LineOnLineOverlayer, with parameter 'Accumulation Mode' set to 'Merge Attributes'.

LineOnLineOverlayer_Demo

Thanks, LineOnLineOverlayer solved my issue perfectly. It also handled more than two tables as was required. The _overlaps attribute helped me keep track of which segments overlapped from > 2 tables.


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings