node-red-contrib-gtfs-feed
v0.0.2
Published
A Node-RED node for parsing GTFS-feed protobuf binary buffers, using gtfs-realtime-bindings.
Downloads
16
Maintainers
Readme
node-red-contrib-gtfs-feed for Node-RED
What is GTFS
GTFS: Making Public Transit Data Universally Accessible The General Transit Feed Specification (GTFS) is a data specification that allows public transit agencies to publish their transit data in a format that can be consumed by a wide variety of software applications. Today, the GTFS data format is used by thousands of public transport providers.
GTFS is split into a static component that contains schedule, fare, and geographic transit information and a real-time component that contains arrival predictions, vehicle positions and service advisories.
Visit GTFS for more details