node-red-contrib-gtfs-feed

A Node-RED node for parsing GTFS-feed protobuf binary buffers, using gtfs-realtime-bindings.

Usage no npm install needed!

<script type="module">
  import nodeRedContribGtfsFeed from 'https://cdn.skypack.dev/node-red-contrib-gtfs-feed';
</script>

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