Analysis using Bing Maps API

I was asked to provide some travel time analyses as part of a master plan study for a corporate campus in Silicon Valley. I was asked to extract travel time data over the course of a week at 10 minute intervals for a number of start and end points around the campus. I developed a Python wrapper for the Bing Maps API and ran a crontab job on AWS to collect the data and aggregated it in Python. I also was asked to analyze the client's employee shuttle data for travel time information. I used Python, pandas and matplotlib to produce travel time visualizations over the course of a day, by route.