The GTFS Viz project that visulizes the at scale vislizes GTFS files. For now mainly to visulize Station information specifically pathways data in detail.
Main feature is is completelly browser based using Duckdb Wasm to process the gtfs data at scale in the browser without a backend.
Feel free to contribute to the project by making a PR or opening an issue.
Requirements: Need newer browsers and good GPU computer to run.
yarn
yarn dev
- View Stations in Table and Map
- See Details like Station Pathways and Exit Counts
- Add and Edit Station(s)
- Add and Edit Station parts like exits, pathways,and
- Export Edited Stops File
- Station Pathway Editing
- GTFS routes Viz 📈
Data Processing ⚙️⚙️
Style 🎨