You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 27, 2024. It is now read-only.
...the header has a timestamp, but the individual vehicles don't. Vehicle timestamps are important for analysis and generating predictions, as well as showing an accurate "Last updated..." message to the user.
We need to look and see if the underlying API was missing this data, or if we missed adding it in the original implementation (in which case we should add it now).
The text was updated successfully, but these errors were encountered:
The underlying API does not provide this data. On the second page of the documentation, in the Result Structure section, the VehicleLocation array only contains tripId, vehicleLat, and vehicleLong:
|-VehicleLocation [an array of vehicle location (1 per each unique vehicle) for
vehicles on the current route]
|-tripId [We don't currently support trip id in this context]
|-vehicleLat [the latitude position of a vehicle on the current route]
|-vehicleLong [the longitude position of a vehicle on the current route]
If you look at the vehicle positions feed:
http://maps.usf.edu:8088/vehicle-positions?debug
...the header has a timestamp, but the individual vehicles don't. Vehicle timestamps are important for analysis and generating predictions, as well as showing an accurate "Last updated..." message to the user.
We need to look and see if the underlying API was missing this data, or if we missed adding it in the original implementation (in which case we should add it now).
The text was updated successfully, but these errors were encountered: