spstreets / gtfs_manager

A GUI for viewing and editing GTFS data
MIT License
30 stars 3 forks source link

Show buses on map #14

Open maxwell8888 opened 2 years ago

maxwell8888 commented 2 years ago

Show distribution of buses on along a route at a given time. For SP this will be estimated since specific depart times are not provided, only headways.

This could become messy and hard to display for overlapping routes, eg in the city centre.

Robinlovelace commented 2 years ago

That would be cool. With a timeline?

maxwell8888 commented 2 years ago

What do you mean by timeline? Would definitely have something like a slider widget that lets you change the time of the day, so dragging it from begininning to end could in theory produce a sort of animation over the day. Also I think a simple chart with total number of busses on the yaxis and time of day on the xaxis (like you suggested in #5) would be a nice addition and relatively straightforward to implement.