MappingVermont bio photo

MappingVermont

Github

Hockey Hometowns

I’m not much of a hockey fan, but my buddy Bob Fitch showed me a great API that lists information for every player in the NHL (example: Boston). Included in this info is the player’s vital stats, twitter handle, and, most importantly, their birthplace. If there’s one thing better than an API, it’s an API with really cool geographic data.

Per always, I put together a python script to geocode these towns using Google’s geocoder. I wrote the output to a bunch of geoJSON files- both team-specific and all players in the NHL. From here I put this data into in my standard mapping template, and added a filter to allow users to show/hide data by team.

Here’s the application: https://www.mappingvermont.org/projects/nhl-birthplaces

Unfortunately there are no current NHL players from VT, but we do have the immortal John LeClair to our credit. Next up, we’ll look through Sean Lahman’s baseball database for evidence of Vermont athletic prowess.