Activision / cwl-data

Call of Duty World League Player Data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Structured data should include z-coordinate

dwyatte opened this issue · comments

We should preserve height information for analyses involving environmental information (terrain, etc.).

Currently, structured data positions are in image coordinates. Some options:

  • Convert all coordinates to a [0, 1] scale (drawback: game units are lost)
  • Include both image (x, y) coordinates and game (x, y, z) coordinates (drawback: larger data size)