This script computes median commute times from your existing team's home addresses to various office locations in San Francisco. You may also modify the script for your city.
- For a set of team addresses
- Loops over a grid of San Francisco lat/lon coordinates
- Computes the median commute time for the whole team
- Outputs an array of lat/lon/median_commute for input into Carto.com
Released under the MIT license.