jldbc / pybaseball

Pull current and historical baseball statistics using Python (Statcast, Baseball Reference, FanGraphs)
MIT License
1.23k stars 330 forks source link

spraychart scales #227

Closed bdilday closed 3 years ago

bdilday commented 3 years ago

Multiplies the stadium coordinates by a factor 2.495 / 2.33 to put them on same scale as the hc_x and hc_y fields from mlbam.

The scale factor was determined heuristically by:

schorrm commented 3 years ago

LGTM, can you merge up to the test fix to appease the checkmark?

schorrm commented 3 years ago

Also, does this close #224?

schorrm commented 3 years ago

Closes #224