-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
Plot how far along the trips of a route went.
Get trips from trynmaps/tryn-api#35
UX:
- clicking plot trips (split-button under each route) opens a modal with a plotly line-chart of the trips.
Processing:
- get distance between coordinates via turf.js (helper for this already exists)
- get distance between stop coordinates via turf.js as well
While we see opentransit-map having map-based visualizations, a canonical reliability graph would be a solid start to our mvp.