You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the PWHL coordinate system is extremely weird. New update was pushed to fastRhockey tonight to translate the coordinates into a more traditional system.
x/y_coord are the traditional points that should be plotable on the geom_hockey rink
Thank you for doing this. Is there a coordinate system that you are setting it to? I tried to plot it but it still came out a bit up and to the right, no matter if I used x/ycoord, x/y_coord_original, x/y_coord_fixed, or x/y_coord right.
I think this is the issue: geom_hockey has (0,0) as thevery middle faceoff dot. So any play with a negative X value is on the TV left half of the ice and any with a positive X value is on the TV right half. But the opening faceoff has an x_coord of 100 and a y_coord of 42.5. The x_coord_original value is 300 and they_coord_originalvalue is 150.
Now that I know how to translate them, I can recalculate, but that might be something to think about for this in the future. I'm using the sportyR package to get the geom_hockey() function. Maybe there's another function that does rinks?
Question about the event coordinates.
For some reason, when I map them out, I only see a few shots in the top right corner:
I tried to go on the PWHL website, but I couldn't find, even using view source, the coordinates of each shot to see if I could adjust them:
Is there any documentation on the shot coordinates? Like where they are supposed to start from, what's the units, etc?
The text was updated successfully, but these errors were encountered: