Skip to content

Instantly share code, notes, and snippets.

@cmac1000
Created March 3, 2013 22:47
Show Gist options
  • Save cmac1000/5078678 to your computer and use it in GitHub Desktop.
Save cmac1000/5078678 to your computer and use it in GitHub Desktop.
$ grep "41860" cities.py;
{"censusCBSACode":"41860","censusName":"Oakland-Fremont-Hayward, CA Metropolitan Division"},
{"censusCBSACode":"41860","censusName":"San Francisco-San Mateo-Redwood City, CA Metropolitan Division"},
{"censusCBSACode":"41860","censusName":"San Francisco-Oakland-Fremont, CA Metropolitan Statistical Area"},
$ grep "31100" cities.py;
{"censusCBSACode":"31100","censusName":"Los Angeles-Long Beach-Glendale, CA Metropolitan Division"},
{"censusCBSACode":"31100","censusName":"Santa Ana-Anaheim-Irvine, CA Metropolitan Division"},
{"censusCBSACode":"31100","censusName":"Los Angeles-Long Beach-Santa Ana, CA Metropolitan Statistical Area"},
$ grep "37980" cities.py;
{"censusCBSACode":"37980","censusName":"Camden, NJ Metropolitan Division"},
{"censusCBSACode":"37980","censusName":"Philadelphia, PA Metropolitan Division"},
{"censusCBSACode":"37980","censusName":"Wilmington, DE-MD-NJ Metropolitan Division"},
{"censusCBSACode":"37980","censusName":"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD Metropolitan Statistical Area"},
$ grep "47900" cities.py;
{"censusCBSACode":"47900","censusName":"Bethesda-Rockville-Frederick, MD Metropolitan Division"},
{"censusCBSACode":"47900","censusName":"Washington-Arlington-Alexandria, DC-VA-MD-WV Metropolitan Division"},
{"censusCBSACode":"47900","censusName":"Washington-Arlington-Alexandria, DC-VA-MD-WV Metropolitan Statistical Area"},
$ grep "33100" cities.py;
{"censusCBSACode":"33100","censusName":"Fort Lauderdale-Pompano Beach-Deerfield Beach, FL Metropolitan Division"},
{"censusCBSACode":"33100","censusName":"Miami-Miami Beach-Kendall, FL Metropolitan Division"},
{"censusCBSACode":"33100","censusName":"West Palm Beach-Boca Raton-Boynton Beach, FL Metropolitan Division"},
{"censusCBSACode":"33100","censusName":"Miami-Fort Lauderdale-Pompano Beach, FL Metropolitan Statistical Area"},
$ grep "16980" cities.py;
{"censusCBSACode":"16980","censusName":"Chicago-Joliet-Naperville, IL Metropolitan Division"},
{"censusCBSACode":"16980","censusName":"Gary, IN Metropolitan Division"},
{"censusCBSACode":"16980","censusName":"Lake County-Kenosha County, IL-WI Metropolitan Division"},
{"censusCBSACode":"16980","censusName":"Chicago-Joliet-Naperville, IL-IN-WI Metropolitan Statistical Area"},
$ grep "14460" cities.py;
{"censusCBSACode":"14460","censusName":"Boston-Quincy, MA Metropolitan Division"},
{"censusCBSACode":"14460","censusName":"Cambridge-Newton-Framingham, MA Metropolitan Division"},
{"censusCBSACode":"14460","censusName":"Peabody, MA Metropolitan Division"},
{"censusCBSACode":"14460","censusName":"Rockingham County-Strafford County, NH Metropolitan Division"},
{"censusCBSACode":"14460","censusName":"Boston-Cambridge-Quincy, MA-NH Metropolitan Statistical Area"},
$ grep "19820" cities.py;
{"censusCBSACode":"19820","censusName":"Detroit-Livonia-Dearborn, MI Metropolitan Division"},
{"censusCBSACode":"19820","censusName":"Warren-Troy-Farmington Hills, MI Metropolitan Division"},
{"censusCBSACode":"19820","censusName":"Detroit-Warren-Livonia, MI Metropolitan Statistical Area"},
$ grep "35620" cities.py;
{"censusCBSACode":"35620","censusName":"Edison-New Brunswick, NJ Metropolitan Division"},
{"censusCBSACode":"35620","censusName":"Nassau-Suffolk, NY Metropolitan Division"},
{"censusCBSACode":"35620","censusName":"New York-White Plains-Wayne, NY-NJ Metropolitan Division"},
{"censusCBSACode":"35620","censusName":"Newark-Union, NJ-PA Metropolitan Division"},
{"censusCBSACode":"35620","censusName":"New York-Northern New Jersey-Long Island, NY-NJ-PA Metropolitan Statistical Area"},
$ grep "19100" cities.py;
{"censusCBSACode":"19100","censusName":"Dallas-Plano-Irving, TX Metropolitan Division"},
{"censusCBSACode":"19100","censusName":"Fort Worth-Arlington, TX Metropolitan Division"},
{"censusCBSACode":"19100","censusName":"Dallas-Fort Worth-Arlington, TX Metropolitan Statistical Area"},
$ grep "42660" cities.py;
{"censusCBSACode":"42660","censusName":"Seattle-Bellevue-Everett, WA Metropolitan Division"},
{"censusCBSACode":"42660","censusName":"Tacoma, WA Metropolitan Division"},
{"censusCBSACode":"42660","censusName":"Seattle-Tacoma-Bellevue, WA Metropolitan Statistical Area"},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment