Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View Edwardkowote's full-sized avatar

Block or report Edwardkowote

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Edwardkowote/readme.md

print-gtfs-rt-cli

Read a GTFS Realtime (GTFS-RT) feed from stdin, print human-readable or as JSON.

npm version ISC-licensed support me via GitHub Sponsors chat with me on Twitter

Installing

npm install -g print-gtfs-rt-cli

Or use npx. ✨

Usage

Usage:
    cat gtfs-rt-feed.pbf | print-gtfs-rt
Options:
    --length-prefixed  -l  Read input as length-prefixed.
                           See https://www.npmjs.com/package/length-prefixed-stream
    --json  -j             Output newline-delimeted JSON (http://ndjson.org).
    --single-json -s       Output a single JSON array.
    --depth            -d  Number of nested levels to print. Default: infinite
Examples:
    curl 'https://example.org/gtfs-rt.pbf' | print-gtfs-rt

Contributing

If you have a question or have difficulties using print-gtfs-rt-cli, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to the issues page.

Example feed

The example feed is taken from the Swiss open GTFS-RT feed, licensed under their open data license.

Pinned Loading

  1. daAnalysis daAnalysis Public

    Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media

    CSS

  2. Edwardkowote Edwardkowote Public

    Edwardkowote

    JavaScript

  3. SDTM SDTM Public

    AI SDTM mapping (R for ML, Python, TensorFlow for DL)

    Java