Visualizing the 100 Largest Cities in the U.S. (1840-2010)

In a previous post, I discussed how I like making visualizations for my classes using Google products. It’s a good exercise for me, and hopefully it leads to something useful in fall. My weekend project was this map of the 100 Largest Cities in the U.S. (1840-2010) using Google Charts’ GeoChart. It was largely based on this code. However, I had to make a number of changes to have it do what I wanted it to do. I also had to organize the data in way that was useful. The dots on the map mark cities that are amongst the top 100 urban centers in the United States in a census. The slider is a date filter that allows one to either move decade-by-decade to see the rise of cities in the Sunbelt, or see the persistence of a city in the top 100 depending on how you move the sliders.


The neat thing about the GeoChart API is that it rendered within the browser using SVG. While the GeoChart API will recognize place-names, it loads much faster if you use latitude/longitude coordinates instead of place-names. There are 269 cities in the map above, with data drawn from 18 census years.

This was meant to be a fun weekend project playing with the GeoChart API. I’ll probably play around with this a bit more, so that I can make use it in my urban sociology course in the fall.