aboutsummaryrefslogtreecommitdiff
path: root/gtfs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* replace protocol-buffers with proto-lensstuebinm2024-04-1732-3333/+0
| | | | | | I do not really like either option, but at least the second one seems more likely to be maintained (and a little less clunky to use, too, for what it's worth).
* 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)