====== Time-table Change Observer ====== This is a tiny pet-project of mine that is supposed to observe one or more GTFS dataset and detect time-table changes, notifying users when important changes take place. It's in design phase. ===== Resources ===== * [[https://docs.rs/gtfs-structures/0.43.0/gtfs_structures/index.html|gtfs-structures]], a Rust cargo that takes care of loading GTFS datasets. (Source code: [[https://github.com/rust-transit/gtfs-structure|rust-transit/gtfs-structure]], crate: [[https://crates.io/crates/gtfs-structures|gtfs-structures]].) * [[https://gtfs.org/resources/gtfs/|GTFS-related resources]] * [[https://gtfs.org/documentation/schedule/reference/|GTFS Schedule specification]]