• Stars
    star
    645
  • Rank 69,781 (Top 2 %)
  • Language
    Python
  • Created over 8 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🏀 Visualization of NBA games from raw SportVU data logs

NBA Player Movements

This is a script for visualization of NBA games from raw SportVU logs.

If you admire both Spurs' and Warriors' ball movement, Brad Stevens' playbook, or just miss KD in OKC you'll find this entertaining.

Examples

Spurs Warriors Celtics Durant

Usage

  1. Clone this repo:
$ git clone https://github.com/linouk23/NBA-Player-Movements
  1. Choose any NBA game from data/2016.NBA.Raw.SportVU.Game.Logs directory.

  2. Generate an animation for the play by running the following script:

$ python3 main.py [email protected] --event=140
required arguments:
  --path PATH    a path to json file to read the events from

optional arguments:
  --event EVENT  an index of the event to create the animation to
                 (the indexing start with zero, if you index goes beyond out
                 the total number of events (plays), it will show you the last
                 one of the game)
  -h, --help     show the help message and exit