-
Notifications
You must be signed in to change notification settings - Fork 2
Output
Steeeephen edited this page Jun 23, 2021
·
12 revisions
For every game, the raw data is saved in output/positions/<game title>.csv
The data has the following schema
Column | Data Type | Description |
---|---|---|
champ | string | Name of champion |
role | string | Role of player (top/jgl/mid/adc/sup) |
side | string | Side of team (blue/red) |
x | float | X position of player (range of 0-1) |
y | float | Y position of player (range of 0-1) |
second | numeric | In-game time |
video | string | 'game title' (video title/filename) |
Graphs of each player's in-game position until the 90 second mark.
Choropleth maps showing the jungler's positions from 0-8, 8-14 and 14-20 minutes.
Similar to jungle region maps, but for midlaners. Focuses on different regions of the map
Similar to the other two region maps, but for supports
Tracks player proximity throughout the game. Shows average positions and relational connections (The higher the proximity between players, the larger the connection, currently bugged in that the lines come above the champions)
All graphs are saved in output/<game title>