Additional information¶
Licence¶
This tool is licensed under the GPL open source license. You are therefore free use the source code in any way provided that you the original copyright statements.
Meta¶
Rick Staa – github
Distributed under the GNU General Public License v3 (GPLv3). See LICENSE for more information.
Contributing¶
- Fork it (<https://github.com/rickstaa/CGDAT>)
- Create your feature branch (git checkout -b feature/fooBar)
- Commit your changes (git commit -am ‘Add some fooBar’)
- Push to the branch (git push origin feature/fooBar)
- Create a new Pull Request
Contributors¶
- Created by Rick Staa
- Maintained by Wesley Bosman (wesleybosmann@gmail.com)
Credits¶
- CDAT icon created by FreePis from www.flaticon.com.
Known Problems¶
- When a csv file is given that contains the data of multiple players the time padding only works when the player filter is enabled. This is caused by the nature of the padding algorithm which adds a number of samples before and after the sample in which the condition was met without taking into account the file structure.
Todos¶
- Add the ability to add time border when the player filter is not enabled. To do this we need to scan the file for its structure and divide the file into sections based on the timestamps before applying the filters.