Skip to content

Tool for visualizing data from soccer players during a match

Notifications You must be signed in to change notification settings

ThibaultLasou/football-data-viz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

football-data-viz

(English version below)

Réalisé dans le cadre de la formation d'ingénieur en informatique, à Polytech Paris-Sud, par Thibault Lasou et Yasmine Kertous.

Ce projet vise à visualiser des données collectées sur des joueurs de football au cours d'un match. Le logiciel affiche ainsi une vue des joueurs sur le terrain au cours du match, ainsi que leur trajectoires. Il permet également de sélectionner un joueur particulier, et d'afficher certaines statistiques sur lui à un moment précis :

  • Position
  • Direction du déplacement
  • Vitesse du déplacement
  • Energie dépensée
  • ...

On peut également afficher une heatmap des positions du joueur au cours du match.

Technologies

  • Le logiciel est codé en Java (8).
  • L'interface utilisateur est réalisée avec Swing.
  • La vue 3D est réalisée avec JMonkeyEngine 3.

Academic project for MSc in Software Engineering, at Polytech Paris-Sud, by Thibault Lasou and Yasmine Kertous.

This project is for visualizing data collected on soccer players during a match. The software displays a view of the players on the soccer field during the match. It also displays their trajectory. It allows to select a specific player, and to have some key numbers about him at a specific time :

  • Position
  • Moving direction
  • Speed
  • Energy expended
  • ...

A heatmap of the positions of the player on the field for this match is also displayed.

Technologies

  • The software is made in Java (8).
  • The user interface is made with Swing.
  • The 3D representation is made with JMonkeyEngine 3.

Releases

No releases published

Packages

No packages published

Languages