I'm working on a parser for the ESPN and CBS game logs, but they have baffling different accounts of the games I've been looking at. Shots, rebounds, and other events are sometimes listed more than 10 seconds apart on the different sources. And, sometimes one log will have an event logged and it will be missing completely from the other log. Has anyone made any sense of this madness?
Note: I've mostly been looking at games from early in the 2009-10 season so maybe that was just a bad patch and maybe they've improved.
ESPN vs. CBS Play by Play Logs
Re: ESPN vs. CBS Play by Play Logs
Well... it seems like the games are logged live and no one bothers to correct any glaring errors afterwards.
I would trust ESPN over CBS because they have a much more advanced statistics team I would think. Like, I've never gone to CBS to look up stats for the NBA.
I would trust ESPN over CBS because they have a much more advanced statistics team I would think. Like, I've never gone to CBS to look up stats for the NBA.
Re: ESPN vs. CBS Play by Play Logs
One thing that's weird about ESPN's pbp is that sometimes they say:
But sometimes they just say:Ramon Sessions makes 21-foot jumper (Alonzo Gee assists)
I'd love to have those shot distances, but they don't seem to be given consistently.George Hill makes two point shot
Re: ESPN vs. CBS Play by Play Logs
working on a parser myself for espn pbp data
for missing shot distances you can get x,y coordinates and distances from the shot data page (plus you then get x,y coordinates)
"http://sports.espn.go.com/nba/gamepacka ... ot?gameId=" + game_id
for missing shot distances you can get x,y coordinates and distances from the shot data page (plus you then get x,y coordinates)
"http://sports.espn.go.com/nba/gamepacka ... ot?gameId=" + game_id