public-transport / gtfs-rt-inspector

Web app to inspect & analyze any GTFS Realtime feed.
https://public-transport.github.io/gtfs-rt-inspector/
ISC License
32 stars 4 forks source link

add tab with raw GTFS-RT feed #26

Open derhuerst opened 2 years ago

derhuerst commented 2 years ago

The feed could be decoded as Protocol Buffers TextFormat or JSON to allow debugging specific values in the feed.

derhuerst commented 2 years ago

The French public transport data portal has such a raw decoding feature at e.g. https://transport.data.gouv.fr/resources/78767.

derhuerst commented 2 years ago

In https://github.com/MobilityData/GTFS_Realtime_Best-Practices/pull/17, the ability to fetch a feed's plain text encoding is being discussed. This tab could check if the feed supports it and display it, falling back to decoding the Protocol-Buffers-encoded variant.