<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

      <title>Comments on: Where in the world is metro area data?</title>
      <link>http://ask.metafilter.com/63108/Where-in-the-world-is-metro-area-data/</link>
      <description>Comments on Ask MetaFilter post Where in the world is metro area data?</description>
	  	  <pubDate>Mon, 21 May 2007 16:44:31 -0800</pubDate>
      <lastBuildDate>Mon, 21 May 2007 16:44:31 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Question: Where in the world is metro area data?</title>
  	<link>http://ask.metafilter.com/63108/Where-in-the-world-is-metro-area-data</link>	
  	<description>Is there a freely available database of major metro areas? I have a bunch of locations I&apos;d like to clump together by metro area (rather than city), but I&apos;m not sure where to get the metro-area data. I know that geonames offers a dump of cities with a population over 15,000, but that&apos;s not quite what I&apos;m after. If I have a point that&apos;s Sunnyvale, CA, for example, I&apos;d like to know that&apos;s generally &quot;Bay Area&quot;. I might be dreaming, but does a list of major metros (and their coordinates) across the world exist?</description>
  	<guid isPermaLink="false">post:ask.metafilter.com,2008:site.63108</guid>
  	<pubDate>Mon, 21 May 2007 16:21:48 -0800</pubDate>
  	<dc:creator>pb</dc:creator>
	
	<category>mapping</category>
	
	<category>development</category>
	
	<category>locations</category>
	
</item>
<item>
  	<title>By: wierdo</title>
  	<link>http://ask.metafilter.com/63108/Where-in-the-world-is-metro-area-data#949847</link>	
  	<description>I don&apos;t know about the world, but you can do this in the US with a database of place names and their geographic coordinates from the USGS and a data of MSAs or BTAs and their boundaries, depending on how granular you want to be, from the FCC.&lt;br&gt;
&lt;br&gt;
If that&apos;s good enough for you, I could probably generate a list from my PostGIS database which already has those databases loaded into it.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63108-949847</guid>
  	<pubDate>Mon, 21 May 2007 16:44:31 -0800</pubDate>
  	<dc:creator>wierdo</dc:creator>
</item>
<item>
  	<title>By: Forktine</title>
  	<link>http://ask.metafilter.com/63108/Where-in-the-world-is-metro-area-data#949887</link>	
  	<description>In the US, that should be available from the Census website. The real problem you will face in trying to have one list for the world is that definitions of &amp;quot;metro area&amp;quot; are not standardized by country. That is, China&apos;s definition of the metro area is not the same as Mexico&apos;s is not the same as the US&apos;s is not the same as UN-HABITAT&apos;s. (This is why different lists of &amp;quot;biggest cities in the world&amp;quot; can be quite different, because they are based on radically different population estimates and area boundaries.)</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63108-949887</guid>
  	<pubDate>Mon, 21 May 2007 17:14:52 -0800</pubDate>
  	<dc:creator>Forktine</dc:creator>
</item>
<item>
  	<title>By: Nelson</title>
  	<link>http://ask.metafilter.com/63108/Where-in-the-world-is-metro-area-data#949894</link>	
  	<description>The &lt;a href=&quot;http://lists.burri.to/mailman/listinfo/geowanking&quot;&gt;geowanking list&lt;/a&gt; would be a good place to ask this question.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63108-949894</guid>
  	<pubDate>Mon, 21 May 2007 17:18:05 -0800</pubDate>
  	<dc:creator>Nelson</dc:creator>
</item>
<item>
  	<title>By: mathowie</title>
  	<link>http://ask.metafilter.com/63108/Where-in-the-world-is-metro-area-data#949904</link>	
  	<description>Google has &lt;a href=&quot;http://www.google.com/apis/adwords/developer/adwords_api_us_metros.html&quot;&gt;a metros list&lt;/a&gt; in their ad service, but no lat/lon coordinates for boundaries.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63108-949904</guid>
  	<pubDate>Mon, 21 May 2007 17:24:59 -0800</pubDate>
  	<dc:creator>mathowie</dc:creator>
</item>
<item>
  	<title>By: anildash</title>
  	<link>http://ask.metafilter.com/63108/Where-in-the-world-is-metro-area-data#950174</link>	
  	<description>You could use something like &lt;a href=&quot;http://developer.yahoo.com/maps/rest/V1/mapImage.html&quot;&gt;Yahoo&apos;s Map Image API&lt;/a&gt;, which lets you specify the &lt;code&gt;zoom&lt;/code&gt; parameter. In &lt;a href=&quot;http://toys.lerdorf.com/archives/40-Get-your-geo-plugin-here.html&quot;&gt;Rasmus&apos; example&lt;/a&gt;, he lets you put in &amp;quot;Sunnyvale, CA&amp;quot; to get a map tile or (more relevantly) a Lat/Lon/Precision request. You could maybe pull out to a &lt;code&gt;zoom&lt;/code&gt; level of 8 and see what the response was? Or try going back-and-forth once, get city &amp;gt; reduce significant digits/zoom out &amp;gt; requery for locale.&lt;br&gt;
&lt;br&gt;
Kinda hacky, but at least there&apos;s an API.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63108-950174</guid>
  	<pubDate>Mon, 21 May 2007 21:34:05 -0800</pubDate>
  	<dc:creator>anildash</dc:creator>
</item>
<item>
  	<title>By: waxpancake</title>
  	<link>http://ask.metafilter.com/63108/Where-in-the-world-is-metro-area-data#950461</link>	
  	<description>Here are the Census definitions for &lt;a href=&quot;http://www.census.gov/population/www/estimates/metrodef.html&quot;&gt;all US metros&lt;/a&gt;, with the counties that belong in each.  From there, it&apos;s relatively straightforward to find boundary information online for the counties.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63108-950461</guid>
  	<pubDate>Tue, 22 May 2007 09:12:01 -0800</pubDate>
  	<dc:creator>waxpancake</dc:creator>
</item>
<item>
  	<title>By: pb</title>
  	<link>http://ask.metafilter.com/63108/Where-in-the-world-is-metro-area-data#952350</link>	
  	<description>Thanks everyone for the ideas. The county approach seems like the best bet, though that only covers the US. &lt;br&gt;
&lt;br&gt;
I need to dig into the MSA and BTA acronyms a bit more. Maybe the answer is there, but again, sounds like that&apos;s US-only. I think Forktine nailed the reasons why this is tough.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63108-952350</guid>
  	<pubDate>Wed, 23 May 2007 20:35:10 -0800</pubDate>
  	<dc:creator>pb</dc:creator>
</item>
<item>
  	<title>By: Forktine</title>
  	<link>http://ask.metafilter.com/63108/Where-in-the-world-is-metro-area-data#952483</link>	
  	<description>This sort of analysis is easy in the US, because the Census hands you the data on a platter. What is hard is making comparisons between countries (and knowing when and when not to question the assumptions embedded within the data).&lt;br&gt;
&lt;br&gt;
To give a sense of how this is complicated, take a look at these three links, and note how the rankings of municipal areas vary:&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.uic.edu/cuppa/cityfutures/papers/webpapers/cityfuturespapers/session3_4/3_4whicharethe.pdf&quot;&gt;Wikipedia&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.citypopulation.de/World.html&quot;&gt;Citypopulation.de&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.uic.edu/cuppa/cityfutures/papers/webpapers/cityfuturespapers/session3_4/3_4whicharethe.pdf&quot;&gt;Article (pdf)&lt;/a&gt;</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63108-952483</guid>
  	<pubDate>Wed, 23 May 2007 23:07:41 -0800</pubDate>
  	<dc:creator>Forktine</dc:creator>
</item>

    </channel>
</rss>
