def add_demographics(places)
      demographics(data_file(USGeoData::PLACE_POPULATION_FILE)).each do |geoid, population|
        info = places[geoid]
        info[:population] = population if info
      end