<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to create a ZIP code distance lookup table with 1 line of SQL</title>
	<atom:link href="http://markmaunder.com/2007/how-to-create-a-zip-code-distance-lookup-table/feed/" rel="self" type="application/rss+xml" />
	<link>http://markmaunder.com/2007/how-to-create-a-zip-code-distance-lookup-table/</link>
	<description></description>
	<lastBuildDate>Mon, 08 Mar 2010 05:58:41 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Open Source Seattle &#124; Blog Archive &#124; Free data for the taking</title>
		<link>http://markmaunder.com/2007/how-to-create-a-zip-code-distance-lookup-table/comment-page-1/#comment-75</link>
		<dc:creator>Open Source Seattle &#124; Blog Archive &#124; Free data for the taking</dc:creator>
		<pubDate>Tue, 14 Aug 2007 21:08:41 +0000</pubDate>
		<guid isPermaLink="false">http://markmaunder.com/2007/how-to-create-a-zip-code-distance-lookup-table/#comment-75</guid>
		<description>[...] The free zip code database from CivicSpace (combine with Mark Maunder&#8217;s zip code distance lookup in SQL) [...]</description>
		<content:encoded><![CDATA[<p>[...] The free zip code database from CivicSpace (combine with Mark Maunder&#8217;s zip code distance lookup in SQL) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://markmaunder.com/2007/how-to-create-a-zip-code-distance-lookup-table/comment-page-1/#comment-22</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Sat, 21 Jul 2007 05:10:38 +0000</pubDate>
		<guid isPermaLink="false">http://markmaunder.com/2007/how-to-create-a-zip-code-distance-lookup-table/#comment-22</guid>
		<description>&lt;p&gt;It&#039;s not. I&#039;ve tried it. MySQL&#039;s implementation of the trig functions is very fast and it&#039;s very good at fast disk access/caching. There may be a faster algorithm or some additional optimizations. One that occurs to me is using a bounding square before the haversine calculation which would take advantage of mysql&#039;s indexing.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It&#8217;s not. I&#8217;ve tried it. MySQL&#8217;s implementation of the trig functions is very fast and it&#8217;s very good at fast disk access/caching. There may be a faster algorithm or some additional optimizations. One that occurs to me is using a bounding square before the haversine calculation which would take advantage of mysql&#8217;s indexing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian H.</title>
		<link>http://markmaunder.com/2007/how-to-create-a-zip-code-distance-lookup-table/comment-page-1/#comment-21</link>
		<dc:creator>Brian H.</dc:creator>
		<pubDate>Sat, 21 Jul 2007 05:00:29 +0000</pubDate>
		<guid isPermaLink="false">http://markmaunder.com/2007/how-to-create-a-zip-code-distance-lookup-table/#comment-21</guid>
		<description>This might be useful in terms of collecting the data: http://www.census.gov/geo/www/gazetteer/places2k.html

Aside from that, SQL seems a bit inefficient for this job. I would probably do it in python or perl, then import. I&#039;m guessing that would be a lot faster.</description>
		<content:encoded><![CDATA[<p>This might be useful in terms of collecting the data: <a href="http://www.census.gov/geo/www/gazetteer/places2k.html" rel="nofollow">http://www.census.gov/geo/www/gazetteer/places2k.html</a></p>
<p>Aside from that, SQL seems a bit inefficient for this job. I would probably do it in python or perl, then import. I&#8217;m guessing that would be a lot faster.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
