prettier, faster and hopefully better GTFS visualizer.
- Python 3 with
pip
- A C++ compiler
- A Mapbox key [Create account here, if needed]
git clone https://github.com/jsteelz/viz
cd viz
- Get a Mapbox API key and set it in `js/config.js'
make
./visualizer.py <path to GTFS files>
You can also install the Python dependencies by pip install geojson flask
.
Benchmarks were performed on a laptop with 16 GB of RAM and 6 core processor. All times are approximative depending on the precise GTFS data used for each feed.
Feed | Time (s) |
---|---|
MTA Subway | 4 |
TTC | 18 |
- https://jsteelz.github.io/gtfs-viz (coming soon maybe ???????? 🙏)
- https://npaun.io/viz (coming soon, even more maybe ?????)