Quote:
Originally Posted by FanIn80
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.