PySport / kloppy

kloppy: standardizing soccer tracking- and event data
https://kloppy.pysport.org
BSD 3-Clause "New" or "Revised" License
328 stars 55 forks source link

Add Opta shot result coordinates #233

Closed probberechts closed 7 months ago

probberechts commented 8 months ago

The "result_coordinates" field of ShotEvent now contains the shot's end coordinates.

JanVanHaaren commented 8 months ago

Thanks! Could you please run black and remove the print statement from the _get_end_coordinates function?

probberechts commented 8 months ago

Done.