Analytics of Realtime Soccer Match Sensor Data with JavaScript and WebGL – Reprocessed and Visualized for Web Browser or Command Line Consumption.
More info: http://www.orgs.ttu.edu/debs2013/
- Clone this repo or download as .ZIP.
- Download the 2.6GB data file: full-game.gz
- Extract to ./app/data
- Download Node.js
cd ./app
node browser.js
This will start a server on http://localhost:9000.
cd ./app
node commandline.js
This will create several file steams in ./output.
If you add the option --no-output
the application will skip the file stream output.
The following information is shown while the script is running:
8.3% - percentage of analysis
Game: 4:16 - time in recorded game
Elapsed: 2:32 - time since script was started
ETA: 30:31 - estimated time for full analysis
Speed: 217% - current speed of processing
150MB Memory - RAM used by V8
Watch a short intro on YouTube! and read the paper.
Martin Kleppe - [email protected]