nictd-gtfs-rt

Crates.ionictd-gtfs-rt
lib.rsnictd-gtfs-rt
version0.3.3
created_at2025-11-26 06:04:31.096852+00
updated_at2025-11-26 07:31:56.490395+00
descriptionConversion of all NICTD (South Shore Line) data into GTFS Realtime
homepage
repository
max_upload_size
id1951005
size78,704
Kyler Chin (kylerchin)

documentation

README

nictd-gtfs-rt

Alerts for NICTD (South Shore Line).

The rest of the GTFS-RT data should currently be obtained from ETA SPOT. However, the data is a bit nonstandard, and might not work in your app.

Contributing

Dependencies

Install Rust. If Rust is already installed, use rustup update to update.

Make sure the OpenSSL headers and the Protobuf compiler (protoc) are installed. For example:

# Debian
sudo apt install libssl-dev protobuf-compiler
# openSUSE
sudo zypper in libopenssl-3-devel protobuf-devel

Testing

Then you can test the library using

cargo test

If you want to see the output on stdout, use

cargo test -- --nocapture

Contact

Please join us on discord to help us work on this!!!

https://discord.gg/yVV6dguwtq

More information

This package uses both https://docs.rs/gtfs-realtime and https://docs.rs/gtfs-structures

Commit count: 0

cargo fmt