Usage¶
This package can both be imported as a python package or run as a stand alone gui (see Fig. 1). To import the python package use import cgdat
. To use as a stand alone package run the cgdat-gui
cmd.
Tool interface¶
Functions¶
This repository can be used to perform a simple csv game data filtering. The tool can filter a input data file based on:
- Conditions:
- Example: Speed > 10 & Acceleration < 5
- A time section file:
- A file containing a
Start Time
andEnd Time
column specifying the sections where you want to apply the condition filter.
- A file containing a
- Player name:
- In the gui you can specify for which players you want to conduct the analysis. For this option to work the
input_data.csv
file needs to contain aName
column.
- In the gui you can specify for which players you want to conduct the analysis. For this option to work the
Further you can add also add a safety padding to the data filtering. Meaning that the program will also include a number of samples before and after the specified conditions are met.
Console commands¶
This package also installs some additional console commands:
cgdat-gui
- This will launch the CGDAT gui.cgdat-shortcut
- This will create a shortcut to launch the GUI on your desktop folder.