Petit programme python permettant l'analyse de séries de compétition, écrite en utilisant le code numérique (FIG officiel) dans un fichier Excel (.xlsx).
Go to file
Gregory Trullemans bfc831fdb4 Minor mprovement 2023-06-18 11:27:26 +02:00
core Minor mprovement 2023-06-18 11:27:26 +02:00
requirements Ajout de Clize 2023-06-07 14:23:12 +02:00
.gitignore Update gitignore 2023-06-10 07:20:55 +02:00
ReadMe.md Ajout de Clize 2023-06-07 14:23:12 +02:00
analyse.py Amélioration suivant les recommandations de Ced. 2023-06-17 18:09:01 +02:00

ReadMe.md

TraSCA

Trampoline Skill and Combination Analysis read a XLSX file whitch contain trampoline routines and generate another XLSX file with tree tabs.

On the first tab, you'll find simple analyses:

- number of routines,
- number of unfinished routines,
- number of skills,
- mean number of skill by routine
- total difficulty
- mean difficulty by skill
- number of tucked/picked/straight skills,
- number of simple/double/triple and quad summersault
- number of skill with twisting in (from no twist to 2.5 twist)
- number of skill with twisting out (from no twist to 2.5 twist)
- list of all the skill with the nummmber of occurence (in # and in %)

On the second tab, you'll find more detailled analyses with tables:

- % of position for each summersault quantity (from 1 to 4)
- % of twisting in (from no twist to 2.5 twist) for each summersault quantity (from 1 to 4)
- % of twisting in (from no twist to 2.5 twist) for each position (o, < and /)
- % of twisting out (from no twist to 2.5 twist) for each summersault quantity (from 1 to 4)
- % of twisting out (from no twist to 2.5 twist) for each position (o, < and /)
- % of twisting in (from no twist to 2.5 twist) for each twisting out (from no twist to 2.5 twist)

On the third tab, you'll find:

- a simple combination (skill linked by two) analyse and
- the mean routine computed (as far as possible)

Commands

First, create a virtual env. and install the requirements :

python3 -m venv /location/to/your/venv/

source /location/to/your/venv/project/bin/activate

pip install -r ./requirements/requirements.txt

Then, you can run the application :

python3 analyse.py for_exemple.xlsx or python3 analyse.py data/world/2015/men_final.xlsx