Folder csv: plain text csv files
Folder excel: the same files than csv in Excel format
Folder src: python source code
File handball.yml: configuration file to create conda environment
File readme.txt: this file

------------------------------------------------------------------
Instructions:
------------------------------------------------------------------
1) unzip the file HandballDataset.zip 

2) Move to HandballDataset folder 

3) Create a conda environment
Run in a terminal (or command line):
conda env create -f handball.yml

2) Activate the environment:
conda activate environment

3) Run the Python program
Move to src folder: 
	cd src
Run: 
	python main.py

If all is ok, the file plot_2-1_11A.png will be created in the plots folder

To plot another possesion, open main.py and change the variables: 
- game: from 1 to 9
- part: 1 or 2
- possesion_id
