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 CPU computer to run.
yarn
yarn dev
- All Stations Maps
- All Stations Data Filtering
- Station Info
- Station Parts Pathways Maps nd Table
- Station Shortest Table Connections
- Station Pathways Editing ✍️
- GTFS routes Viz 📈
Data Processing ⚙️⚙️
Style 🎨