aboutsummaryrefslogtreecommitdiff
path: root/gtfs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gtfs-rt: don't remove SCHEDULED from schedule_relationshipstuebinm2022-10-161-2/+2
| | | | | (since it's the default value it's not serialised; but best practices say to have it there explicitly)
* gtfs realtime proof of conceptstuebinm2022-07-0232-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)