Skip to content

Merge Adjacent Feeder

One line converges on a merge from a distant feeder and from the section next door. The distant one carries the trunk's bypass below the rows; the neighbour's hop is clear and the channel sits past its target, so it runs into the merge directly and the two fuse into one ascent rather than running parallel a bundle-gap apart (#1576).

Mermaid source
examples/topologies/merge_adjacent_feeder.mmd
%%metro title: Merge Adjacent Feeder
%%metro style: dark
%%metro line: main | Main | #0570b0
%%metro line: side | Side | #f59e0b
graph LR
subgraph source [Source]
s1[Produce]
end
subgraph middle [Middle]
m1[Score]
m2[Plot]
m3[Filter]
m1 -->|main| m2
m1 -->|main| m3
end
subgraph sink [Sink]
k1[Collect]
end
subgraph report [Report]
r1[Summarise]
end
s1 -->|main| m1
m2 -->|main| r1
s1 -->|side| k1
m3 -->|side| k1
CLI command
Terminal window
nf-metro render examples/topologies/merge_adjacent_feeder.mmd -o merge_adjacent_feeder.svg
Rendered map
Merge Adjacent Feeder 1 2 3 4 Score Produce Collect Summarise Plot Filter Main Side created with nf-metro v2.0.0+dev