kruser / atbat-mongodb

A Perl project that pulls data from MLB's AtBat servers and shoves them into a local MongoDB
Other
33 stars 11 forks source link

Store out state on each pitch #3

Closed kruser closed 10 years ago

kruser commented 10 years ago

The current data has an out state on an at-bat but as it comes from the MLBAM data, this represents the outs after the at-bat.

What would be best, is if we could have the outs prior to each pitch.

kruser commented 10 years ago

Also store the out state on the atbat document, representing the out state of the final pitch.