There are some problems I have noticed with the Realtime Vehicle Positions API v2 METRO endpoint (https://api.transport.nsw.gov.au/v2/gtfs/vehiclepos/metro):
- Some of the carriages have
toilet: NORMAL
. I don’t think metro trains have any toilets. - All carriages have
position_in_consist: 0
. It would be cool to be able to know which carriages are the most crowded etc.- Are they always in the position of the order which they appear in inside the response?
- Some carriages have
luggage_rack: true
. I don’t think the metro trains have luggage racks. - Quiet carriages. Do these exist on the Metro? I could be wrong so not sure
I haven’t worked much with these APIs so let me know if I have misinterpreted some of this data.
Thanks!