SNCI / best-sandwiches

Mapping Chicago Magazine's 50 best sandwiches

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chicago Magazine's 50 Best Sandwiches

About

Chicago Magazine released their list of Chicago's 50 best sandwiches. I thought it'd be a good reason to learn a little bit more about the Google Maps API, so I made a map (albeit pretty quickly). The map can be seen here.

How?

  1. Get the data from Chicago Magazine's website using Python and BeautifulSoup. See get_sandwiches.py.
  2. Clean up data inconsistencies manually.
  3. Hit the Google Geocoder API using geocoder.py.
  4. Load the data into a publicly accessible Google Fusion Table.
  5. Use some Javascript and the Google Maps v3 API to make a map.
  6. Style the map with the Google's Styled Map Wizard.

Notes

For those interested, I wrote a detailed post on my blog about the process.

About

Mapping Chicago Magazine's 50 best sandwiches