Hi,
I grabbed some data from the RTD Vehicle Positions feed earlier in the year (Sept 23rd) and at least some entries looked like this:
vehicle {
trip {
trip_id: "112817801"
schedule_relationship: SCHEDULED
route_id: "31"
direction_id: 0
}
position {
latitude: 39.6769
longitude: -105.02035
bearing: 25.0
}
current_status: IN_TRANSIT_TO
timestamp: 1569235017
stop_id: "21209"
vehicle {
id: "5013"
label: "5013"
}
}
Today, when I look at the same feed, it seems more limited, with all entries looking like this (no stop_id, schedule_relationship or current status)
vehicle {
trip {
trip_id: "1051220"
start_date: "20191021"
route_id: "10771"
}
position {
latitude: 52.13028
longitude: -106.649
bearing: 135.0
speed: 5.1780935E-6
}
timestamp: 1571672366
vehicle {
id: "2609"
label: "609"
}
}
Is there a reason why this data is now missing?
Many thanks
Matt Freake