aboutsummaryrefslogtreecommitdiff
path: root/lib/Extrapolation.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-09-14remove some extrapolation bugsstuebinm1-52/+57
2022-09-10gtfs realtime: add tripUpdate feedstuebinm1-12/+5
2022-09-09fix the close-to-a-station bugstuebinm1-22/+31
(previously tracktrain could end up in a situation where the next and last station weren't actually adjacent stops, which messed up the prediction)
2022-09-02reasonable delay forecastsstuebinm1-36/+55
2022-08-31guess at future delays (horrible, incorrect, and unfinished)stuebinm1-27/+42
2022-08-28some config thingyesodstuebinm1-3/+3
works kinda well, but doesn't complain about unknown config values in json, which is kinda hmpf tbh
2022-08-28this does way too much tbh (also functioning delays)stuebinm1-0/+97
most of it deals with timezones, and all the weird implications that has