agency.txt has X number of agencies defined with unique agency ids
Read the VehiclePositions.pb which is the aggregation of all vehicles for all X agencies.
How would you map a vehicle back to an agency?
Route id and trip id are unique to an agency, but that would not be guaranteed to be true over the X agencies.
The same is true for the ID of the vehicle.
Thoughts? This is the first time I have encountered this and the RT feed is not a different endpoint.
Maybe the RT feed should be concatenating the agency ID to the route 5:1234 or the agency id should just be another property in the vehiclesPosition data