View Single Post
Old 11-07-2023, 09:12 PM   #210
butterfly
Franchise Player
 
Join Date: Apr 2022
Location: California
Exp:
Default

Quote:
Originally Posted by FanIn80 View Post
I wish possession changes were tracked, with last person on Team A to touch it and first person on Team B to touch it.

(Not the same as giveaways/takeaways.)

Code:
"possessionChange": {
    "gameId": "0181",
    "time": "2023-09-14T21:56:24.537Z",
    "period": 2,
    "lastTouch": { "side": "home", "playerId": "65498509a9e6d31b99434405" },
    "firstTouch": { "side": "away", "playerId": "65498509a9e6d31b994343fd" },
    "forced": false
  }
Need to add in puck coordinates with respect to the ice, home_team, away_team, player coordinates, velocity vectors for all players and the puck, strength, score, time of game, player_id, game_of_year, points_in_standings, and then we're cooking.
butterfly is offline   Reply With Quote
The Following User Says Thank You to butterfly For This Useful Post: