All Projects β†’ linouk23 β†’ Nba Player Movements

linouk23 / Nba Player Movements

πŸ€ Visualization of NBA games from raw SportVU data logs

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Nba Player Movements

NBA-Machine-Learning-Sports-Betting
NBA sports betting using machine learning
Stars: ✭ 150 (-68.81%)
Mutual labels:  nba, sports
Basketball analytics
Repository which contains various scripts and work with various basketball statistics
Stars: ✭ 88 (-81.7%)
Mutual labels:  nba, sports
Nba
Node.js client for nba.com API endpoints
Stars: ✭ 637 (+32.43%)
Mutual labels:  nba, sports
Pydfs Lineup Optimizer
Daily Fantasy Sports lineup optimzer for all popular daily fantasy sports sites
Stars: ✭ 245 (-49.06%)
Mutual labels:  nba, sports
React-NBA-Logos
React components for NBA team logos πŸ€
Stars: ✭ 50 (-89.6%)
Mutual labels:  nba, sports
scrapeOP
A python package for scraping oddsportal.com
Stars: ✭ 99 (-79.42%)
Mutual labels:  nba, sports
Sportsipy
A free sports API written for python
Stars: ✭ 229 (-52.39%)
Mutual labels:  nba, sports
mysportsfeeds-api
Feature requests for the MySportsFeeds Sports Data API.
Stars: ✭ 44 (-90.85%)
Mutual labels:  nba, sports
Nba.js
A Node.js library for current and historical NBA stats, scores, and data.
Stars: ✭ 339 (-29.52%)
Mutual labels:  nba, sports
retrosheet
Project to parse retrosheet baseball data in python
Stars: ✭ 19 (-96.05%)
Mutual labels:  sports
tutorials
Git Repo for Articles on Ergo Sum blog and the youtube channel https://www.youtube.com/channel/UCiie9CN--dazA7iT2sry5FA
Stars: ✭ 42 (-91.27%)
Mutual labels:  sports
cfbscrapR
A scraping and aggregating package using the CollegeFootballData API
Stars: ✭ 25 (-94.8%)
Mutual labels:  sports
brackets-viewer.js
A simple library to display tournament brackets (round-robin, single elimination, double elimination).
Stars: ✭ 52 (-89.19%)
Mutual labels:  sports
sport-stats
Sport stats UI components
Stars: ✭ 62 (-87.11%)
Mutual labels:  sports
IPL-ML-2018
Predicting IPL match results. https://kuharan.github.io/IPL-ML-2018/
Stars: ✭ 14 (-97.09%)
Mutual labels:  sports
Mlb Led Scoreboard
An LED scoreboard for Major League Baseball ⚾️
Stars: ✭ 321 (-33.26%)
Mutual labels:  sports
replay-table
A javascript library for visualizing sport season results with interactive standings
Stars: ✭ 67 (-86.07%)
Mutual labels:  sports
opta sd
OPTA Sports Data Soccer API Client (OPTA SDAPI)
Stars: ✭ 28 (-94.18%)
Mutual labels:  sports
Nba Go
πŸ€ πŸ’» The finest NBA CLI.
Stars: ✭ 3,634 (+655.51%)
Mutual labels:  nba
Basketball reference web scraper
NBA Stats API via Basketball Reference
Stars: ✭ 279 (-42%)
Mutual labels:  nba

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 --path=[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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].