aboutsummaryrefslogtreecommitdiff
path: root/gtfs/GTFS (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-04-17replace protocol-buffers with proto-lensstuebinm31-3295/+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).
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 conceptstuebinm31-0/+3295
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)