https://github.com/npaun/viz
GTFS visualizer (C++ backend for jsteelz/jviz)
https://github.com/npaun/viz
cpp gtfs python visualizer
Last synced: 2 months ago
JSON representation
GTFS visualizer (C++ backend for jsteelz/jviz)
- Host: GitHub
- URL: https://github.com/npaun/viz
- Owner: npaun
- Created: 2020-10-20T19:01:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-05T03:48:32.000Z (about 5 years ago)
- Last Synced: 2025-02-08T21:48:33.615Z (over 1 year ago)
- Topics: cpp, gtfs, python, visualizer
- Language: C++
- Homepage: https://viz.npaun.io/
- Size: 6.17 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# viz
prettier, faster and hopefully better GTFS visualizer.

## Requirements
* Python 3 with `pip`
* A C++ compiler
* A Mapbox key [[Create account here, if needed](https://account.mapbox.com/auth/signup/)]
## To run
1. `git clone https://github.com/jsteelz/viz`
2. `cd viz`
3. Get a Mapbox API key and set it in `js/config.js'
4. `make`
5. `./visualizer.py `
### Manual installation of Python dependencies
You can also install the Python dependencies by `pip install geojson flask`.
## How fast is it?
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 |
## For more info
* (coming soon maybe ???????? 🙏)
* (coming soon, even more maybe ?????)