Station ID data?

Im currently logging all the real time position data which is going great, but im struggling to find where to find a data source for station ID’s, IE, ‘Sydney.0014’ appears to be platform 9, central station, but im not entirely sure where i can programatically get this data from. Any ideas? Ideally id like a table of station names / platforms combined with stop_id’s so i can reference against them.

Hi @che, I think what you’re looking for is the ‘stop_name’ field in the stops.txt GTFS file. This will also have a corresponding ‘stop_id’ for each stop which you can match to the real time position data.

Thanks,
Alex