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
@lukemccrae This will be fields available for each incident
lat: Float
lon: Float
route: String
type: String
time: Int // unix timestamp (in seconds)
gap: Int // in seconds
delay: Int // in seconds
agency: String
While many agencies internally record incidents (which can often cause bunching and gaps down the line for hours), the TTC (Toronto Transit Commission) makes then publicly available here: https://www.toronto.ca/city-government/data-research-maps/open-data/open-data-catalogue/#bb967f18-8d90-defc-2946-db3543648bd6
This ticket only tracks putting them on the map (use fake hardcoded data when implementing this)
API endpoint creation tracked here: trynmaps/tryn-api#30
The text was updated successfully, but these errors were encountered: