Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix protocol buffers parsing #3

Open
derhuerst opened this issue Jan 2, 2021 · 0 comments · May be fixed by #7
Open

fix protocol buffers parsing #3

derhuerst opened this issue Jan 2, 2021 · 0 comments · May be fixed by #7
Labels
bug Something isn't working

Comments

@derhuerst
Copy link
Member

gtfs-rt-inspector uses gtfs-rt-bindings, which in turn uses protocol-buffers. Unfortunately, it parses missing optional numeric fields as 0 instead of null (or undefined), so we can't distinguish a missing delay value from a delay of 0.

We should either fix this in protocol-buffers, or consider using gtfs-realtime-bindings.

@derhuerst derhuerst added the bug Something isn't working label Jan 2, 2021
@ForsakenHarmony ForsakenHarmony linked a pull request May 14, 2021 that will close this issue
@derhuerst derhuerst changed the title fix parsing of protocol buffers parsing fix protocol buffers parsing Apr 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging a pull request may close this issue.

1 participant