https://github.com/samcfuchs/mta-viz
https://github.com/samcfuchs/mta-viz
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samcfuchs/mta-viz
- Owner: Samcfuchs
- License: other
- Created: 2025-01-16T15:16:42.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-04T18:36:54.000Z (4 months ago)
- Last Synced: 2025-02-04T19:37:03.987Z (4 months ago)
- Language: TypeScript
- Size: 495 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# MTA Live Data Visualization

This app provides a 3-D interactive view of the live state of the NYC
subway system, as data is provided through the MTA GTFS-RT API. Train
positions are interpolated from the most recent data, as a "best guess"
based on the train's anticipated arrival time at its next station.
Although this is inexact, it is *no less* accurate than the information
the MTA itself has on the tracks that have not implemented CBTC
(Communications-Based Train Control). To my knowledge, CBTC data from
the routes that have implemented it (the L and 7 lines) is not yet
available through a real-time API. You can read more about the MTA's
CBTC rollout [here](https://new.mta.info/project/cbtc-signal-upgrades).