Replies: 2 comments 13 replies
-
Hey @andersme! So there is the ability to see which side of the rink which team is on, take a look here when addressing which team is on which side So you can then visualize the rink based on an x and y coordinate like this: So for example, when Ovechkin scores from his "office" he is usually around the area of the top of the circle on the left side. Here is an example of the data the live game feed would provide.
So his X coordinate is 51 and his Y coordinate is 22 on the ice. Here is a video to add the visual representation of where he is on the ice when he scored https://www.nhl.com/islanders/video/ovechkin-scores-from-his-office/t-277521762/c-8097097 So if we were to put this on the map he would be roughly here Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
I see the property RinkSide in LiveGameFeedTeam, but I can't seem to find where that is used or how to access it. The classes that inherit from this base aren't used anywhere. Am I missing something? |
Beta Was this translation helpful? Give feedback.
-
Just curious if anyone has actually used this data to build anything. I'm having some issues with the X values and determining which end of the rink they are on and thus the distance from the goal. I know that the coordinates should generally be negative for left side and positive for right side. My issue is in trying to determine, given the period, which team should be at which end. Different rinks have different home sides so this makes this rather challenging. Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions