aboutsummaryrefslogtreecommitdiff
path: root/gtfs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-16gtfs-rt: don't remove SCHEDULED from schedule_relationshipstuebinm1-2/+2
(since it's the default value it's not serialised; but best practices say to have it there explicitly)
2022-07-02gtfs realtime proof of conceptstuebinm32-0/+3333
this adds a package for protobuf stuff, generated via hprotoc. Seems to work kinda fine? (the generated API is horrible though, will have to write some wrappers for that)