Finding departures from a stop

Last week I made some progress with showing which busses/trains will be the next to leave from the stop you’re currently at. I’ll post a video of how far I got with that – I can now show the names of the routes that stop there but not when they do.

I’ve spent more time reworking and cleaning up existing code. I’ve changed how transit info is scheduled such that you need to extract even less data to show information at a given location so that saves time and memory.

I’ve also started working on a component that talks to rejseplanen.dk. The app won’t need it but as I start working on displaying some of the same information that they do it’s really useful to be able to compare what I generate with what they produce when given the same input. If there’s a difference, probably I’ve made a mistake.

I’ve also spent some more time working on how to display maps. I have a new approach when everything is split into triangles and my initial experiments look pretty terrible but I think I can make it look better. I’m not planning on spending more time on that this week though. This week I want to get further with showing arrival times, rather than just routes. In fact, I really really want that to work tomorrow because I want to use it when I take the bus Wednesday morning, in two days.