jacquietran / wnblr

An R package containing game stats from the Women's National Basketball League (WNBL).
Other
10 stars 0 forks source link

Shot location variables - convert to distance measurements #28

Closed davescroggs closed 2 years ago

davescroggs commented 2 years ago

Currently the x, y coordinates in the "shots" data frame are between 0-100. Would it be possible to convert to physical distance measurements to make court locations easier to manage? Wikipedia has the length (long edge) of the court as 28 m and width (short) as 15 m.

jacquietran commented 2 years ago

great suggestion @davescroggs, will definitely incorporate this into the next release!!