Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Details of pass id 6a793934-d6d0-4e0e-a09c-7c0a69f67a0f appears incorrect #29

Open
lyonjust opened this issue Feb 13, 2022 · 0 comments

Comments

@lyonjust
Copy link

Event id "6a793934-d6d0-4e0e-a09c-7c0a69f67a0f" appears to encodes the corner taken in this video: https://youtu.be/rT1pTkBGcUU?t=3328 at YouTube timestamp 55:28 and match timestamp 53:57.

The footage does not show the corner taking place as it is taken during a broadcast replay.

However, the location encoded is [115.0, 45.0] which does not represent a location near enough to the corner point. The corner in the footage is seemingly taken by Iniesta, but the pass is attributed to Xavi.

Reproducible in Python:

from statsbombpy import sb

df = sb.events(69289)

df[df['id']=='6a793934-d6d0-4e0e-a09c-7c0a69f67a0f'][['id', 'minute', 'second', 'pass_type', 'player', 'location', 'pass_end_location']]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant