Go to file
Marcel 312aa854ac - (temporarily) disabled the loading window (until it's working properly..)
- changed the dimensons of the diagram. Now all mouseover text fit in
- Only show years with lapData.
- return arrays instead of objects in the preprocessor for the races and seaons
2017-12-17 10:38:48 +01:00
css added a new data structure 2017-12-15 14:00:44 +01:00
data
js - (temporarily) disabled the loading window (until it's working properly..) 2017-12-17 10:38:48 +01:00
index.html - (temporarily) disabled the loading window (until it's working properly..) 2017-12-17 10:38:48 +01:00
python3_run.bat Added the result to the enhanced lap data 2017-12-17 09:27:50 +01:00
README.md Add a basic README.md 2017-11-15 21:32:46 +01:00
run.sh

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!)