Hello everyone,
I have a street centerline dataset and I would like to identifying where there are T intersection (3 centerlines intersect at same point). Here is the image and I would like to find the highlighted lines. 
Thanks in advance.
Best,
Hello everyone,
I have a street centerline dataset and I would like to identifying where there are T intersection (3 centerlines intersect at same point). Here is the image and I would like to find the highlighted lines. 
Thanks in advance.
Best,
Best answer by daveatsafe
Hi @jugoslaviaa,
You can use the TopologyBuilder transformer to create nodes at the intersections. The output nodes will have a list on them with id of the adjoining line and its bearing from the node. The ListElementCounter and a Tester can be used to find the nodes with three lines radiating from them.