Skip to content
/ MetroViz Public

How well do buses stick to schedules? We answered this question by visualizing a bus fare dataset.

License

Notifications You must be signed in to change notification settings

fandu/MetroViz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

af03372 · Dec 29, 2019
Dec 12, 2013
Dec 1, 2013
Dec 16, 2013
Nov 21, 2013
Dec 4, 2013
Dec 12, 2013
Oct 17, 2013
Dec 29, 2019
Dec 12, 2013
Dec 12, 2013
Dec 4, 2013

Repository files navigation

MetroViz

MetroViz is an interactive visual analysis tool that helps users explore public transportation data and evaluate how well the public transportation system is serving the public.

Screenshot

Usage

  • Running MetroViz requires python2 or python3 with cherrypy installed and the following database file (too large to be included directly in the git repo): Metroviz.zip
  • Git clone the project to obtain the source code and place the Metroviz.db file in the root (MetroViz) directory.
  • To start MetroViz, execute webserver6.py (runs under python2 or python3) and either webserver2 or webserver3 (depending on your version of python). Then, point your browser at: localhost:8000/app
  • To shutdown MetroViz, kill the two server processes.

Paper

@article{du2015metroviz,
  title={Metroviz: Visual analysis of public transportation data},
  author={Du, Fan and Brul{\'e}, Joshua and Enns, Peter and Manjunatha, Varun and Segev, Yoav},
  journal={arXiv preprint arXiv:1507.05215},
  year={2015}
}