Go to file
Jan Philipp Timme db5a018638 Increase layout width for table to fit 2017-12-30 12:23:40 +01:00
css Increase layout width for table to fit 2017-12-30 12:23:40 +01:00
data Initial import, no function so far 2017-11-15 19:22:57 +01:00
js Add position, improve sorting 2017-12-30 12:21:56 +01:00
.gitignore fixed the queries.getRaceById function, the course selector does now update correctly 2017-12-22 13:13:52 +01:00
README.md Add a basic README.md 2017-11-15 21:32:46 +01:00
index.html Put some live into the driver table 2017-12-30 01:48:44 +01:00
python3_run.bat Added the result to the enhanced lap data 2017-12-17 09:27:50 +01:00
run.sh Initial import, no function so far 2017-11-15 19:22:57 +01:00

README.md

Formula 1 data visualization project

This project contains a stand-alone website that can be viewed using any basic webserver. The webserver is required since the website uses AJAX requests to load the data provided in the data folder of this project.

How to use

  • Clone this repository anywhere you want
  • Use run.sh to launch the SimpleHTTPServer provided by python2 (or use any other webserver you like)
  • Point your browser to http://localhost:8000 (or where your webserver lives) and enjoy the view.

Where did you get the data?

We got the data from http://ergast.com/mrd/ (Thanks a lot to the beautiful people running that website!)