Skip to main content

Tape to Tape Tracker Visualization

tapetotapetracker.com has created an excellent way to track shots, shot assists, and zone entries. Using an 11 game sample of 5v5 data from here provided by Prashanth Iyer, I created a Tableau visualization to map the shot and shot assist data. This data includes all shot attempts classified by type, and when relevant the pass leading up to the shot. The "origin" is where the passer makes the pass, and "destination" is where the pass is received. Finally, each shot is denoted as "goal" "shot"- SOG or "missed shot", and the location is where the shot was taken.

Some features include viewing by the shooter, passer, team, and game. You can also select specific events and results. Result filters an entire event by what its end result was. For example, if "goal" is selected, it will show all events (origin+destination+shot) which resulted in a goal. Similarly, event filters for individual events. This means that specific types of events can be removed, such as the passing info. If "origin" and "destination" are deselected, you will essentially be viewing a shot chart. The final feature lets users view events occurring when an individual player or combination is on the ice. If using the preset settings for the viz, when All Players On Ice is selected as "On", it will just show events in which Philadelphia Flyers defenseman Ivan Provorov is on the ice. This feature is currently set to allow a maximum of three players, who can be on either team. When "Off", it will show attempts when that player or combo of players is off of the ice.

If you are interested in viewing how the Tableau was created, the workbook should be available to download. However, the data being used is not directly from the dropbox link above. I used an R Script to format the data correctly before connecting it to Tableau. I don't have a dropbox set up, but if you'd like to see/use the script I'd be happy to send it- just reach out to my contact info on the side.

Also, once I get more data I will start to convert gameId to more relevant info.

The Tableau is embedded on this page and here is a link to the Tableau dashboard.



Comments

  1. Hey Jake,

    Quality blog you've got yourself here. I look forward to your full post about predicting success based upon WJC performance. I just thought I'd let you know that, it may just be on mobile, but it was fairly difficult to change the names from Ivan Provorov. I did manage it, but I think the issue might be with the auto-fill function. It seems to me that that was it's main issue. Other than that, good work so far! I assume most of this is based upon some sort of college cirriculum, but one thing constantly on my mind is trying to find ways to objectify player upside. Obviously it would be a hard thing to accomplish, and to my knowledge nobody has publicly done it perfectly yet, but someone has to be first! Just my two cents.

    -68

    ReplyDelete

Post a Comment

Popular posts from this blog

Tape to Tape Shot Visualization

In this post, I'll be breaking down my newest (and favorite) viz, which acts as a pretty comprehensive overview of tape to tape shot data. This is based on my previous tape to tape viz but has many new features. I'm going to go through each component of the display below, and explain how they work. You'll be able to work with the viz at the bottom of the page, and any feedback or suggestions are greatly appreciated. 1) The Rink First I'm going to explain what you're directly looking at. There are three parts to the rink: the points, the lines, and the tooltip (the box that pops out when you hover over a point/line). Both points and lines are colored by the event result. Goals are green, shots on goal are blue, and missed shots are tan. There are two different points: a circle and a square. Circles represent either where a pass was made or received. Squares represent the location of shot attempts. Lines show the flow of events. They grow in size as the eve

Who Plays Where? Determining Skater Positions Using Clustering

While browsing through various different websites keeping NHL player stats, I realized that the league does a terrible job of keeping updated player positions. I’m not exactly sure how or where they get their data from, but it is quite inaccurate. All sites do distinguish between forwards and defenseman, which is enough for most analysis, but I still think more specific player positions hold value, especially when looking at team depth and related areas. In an attempt to solve this problem, I decided to use k-means clustering on location information within play-by-play data (thanks to Emmanuel Perry and Corsica Hockey for making this cleaned data available to the public). Clustering has been used pretty frequently in hockey analysis, most recently (I believe) to identify different styles of goal scorers by Alex Novet. It has also been used by Ryan Stimson to identify team and player styles with data collected from his passing project and similarly on DTM About Heart’s old blog