Question

Assigning values to points on the network


Badge

I have to assign line IDs to bus stops (point on the line). All lines are splitted at junctions. Desired result:

 

S1 IDs: 001, 002 (but not 025)

S2 IDs: 003

M1: 015, 016 (but not 031)

M2: 017

 

Any thoughts?

Stops


2 replies

Userlevel 1
Badge +11

Hi @fikusas​ S4/ID017 is the only simple case here. How should FME know to assign ID002 to S1 and not S2? Why isn't ID031 assigned to S3?

Badge

Well, it's a bus routes. S1 to S2 is one route and M1 to M2 is another one. The goal is to know route lines IDs among bus stops (Sx/Mx).

Reply