<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Geo Proximity Search: The Haversine Equation</title>
	<atom:link href="http://blog.fedecarg.com/2009/02/08/geo-proximity-search-the-haversine-equation/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fedecarg.com/2009/02/08/geo-proximity-search-the-haversine-equation/</link>
	<description>Simple is better than complex. Complex is better than complicated. &#124; @fedecarg</description>
	<lastBuildDate>Mon, 06 Feb 2012 14:38:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: tanner</title>
		<link>http://blog.fedecarg.com/2009/02/08/geo-proximity-search-the-haversine-equation/#comment-7389</link>
		<dc:creator><![CDATA[tanner]]></dc:creator>
		<pubDate>Wed, 19 Oct 2011 11:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=1217#comment-7389</guid>
		<description><![CDATA[EXCELLENT!  This is why god invented the blog, so people can get this type of excellent information.  Thank you so much for the knowledge.]]></description>
		<content:encoded><![CDATA[<p>EXCELLENT!  This is why god invented the blog, so people can get this type of excellent information.  Thank you so much for the knowledge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tandeson</title>
		<link>http://blog.fedecarg.com/2009/02/08/geo-proximity-search-the-haversine-equation/#comment-7292</link>
		<dc:creator><![CDATA[Tandeson]]></dc:creator>
		<pubDate>Sun, 28 Aug 2011 03:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=1217#comment-7292</guid>
		<description><![CDATA[Using the python version of this code for a small personal project (looking at drive times from Real estate while house hunting). Thank you very much for posting this.]]></description>
		<content:encoded><![CDATA[<p>Using the python version of this code for a small personal project (looking at drive times from Real estate while house hunting). Thank you very much for posting this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Federico</title>
		<link>http://blog.fedecarg.com/2009/02/08/geo-proximity-search-the-haversine-equation/#comment-7287</link>
		<dc:creator><![CDATA[Federico]]></dc:creator>
		<pubDate>Thu, 18 Aug 2011 14:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=1217#comment-7287</guid>
		<description><![CDATA[Yes, you can:

http://blog.fedecarg.com/2009/02/08/geo-proximity-search-the-haversine-equation/#comment-4528]]></description>
		<content:encoded><![CDATA[<p>Yes, you can:</p>
<p><a href="http://blog.fedecarg.com/2009/02/08/geo-proximity-search-the-haversine-equation/#comment-4528" rel="nofollow">http://blog.fedecarg.com/2009/02/08/geo-proximity-search-the-haversine-equation/#comment-4528</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David C</title>
		<link>http://blog.fedecarg.com/2009/02/08/geo-proximity-search-the-haversine-equation/#comment-7284</link>
		<dc:creator><![CDATA[David C]]></dc:creator>
		<pubDate>Tue, 16 Aug 2011 15:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=1217#comment-7284</guid>
		<description><![CDATA[This looks very interesting and possibly what I am after. Can I utilise this to initiate some form of proximity detection? I have a google map that users can add a marker to (They don&#039;t see any other markers). I need to stop a new marker being placed within 3 miles of a lat/long that already exists in my ms-sql 2008 database. I am coding in php.

Any help gratefully appreciated, as this has been wearing me down and i&#039;m coming close to needing a toupee to cover the clusters of hair I have ripped out!]]></description>
		<content:encoded><![CDATA[<p>This looks very interesting and possibly what I am after. Can I utilise this to initiate some form of proximity detection? I have a google map that users can add a marker to (They don&#8217;t see any other markers). I need to stop a new marker being placed within 3 miles of a lat/long that already exists in my ms-sql 2008 database. I am coding in php.</p>
<p>Any help gratefully appreciated, as this has been wearing me down and i&#8217;m coming close to needing a toupee to cover the clusters of hair I have ripped out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhiru</title>
		<link>http://blog.fedecarg.com/2009/02/08/geo-proximity-search-the-haversine-equation/#comment-7216</link>
		<dc:creator><![CDATA[dhiru]]></dc:creator>
		<pubDate>Wed, 22 Jun 2011 08:36:39 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=1217#comment-7216</guid>
		<description><![CDATA[1. nothing its just a parameter for calculating distance
2. no it is not necessary to covert km in miles. use
$radius = $radius_in_km * 0.621371192;]]></description>
		<content:encoded><![CDATA[<p>1. nothing its just a parameter for calculating distance<br />
2. no it is not necessary to covert km in miles. use<br />
$radius = $radius_in_km * 0.621371192;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: V83</title>
		<link>http://blog.fedecarg.com/2009/02/08/geo-proximity-search-the-haversine-equation/#comment-7182</link>
		<dc:creator><![CDATA[V83]]></dc:creator>
		<pubDate>Mon, 02 May 2011 15:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=1217#comment-7182</guid>
		<description><![CDATA[Thanks for posting this! 
There are just a couple things I don&#039;t get, though, and forgive me if my questions will be stupid: 
1) what does that &quot;69&quot; stand for?
2) is it necessary to convert km in miles?

Thank you so much]]></description>
		<content:encoded><![CDATA[<p>Thanks for posting this!<br />
There are just a couple things I don&#8217;t get, though, and forgive me if my questions will be stupid:<br />
1) what does that &#8220;69&#8243; stand for?<br />
2) is it necessary to convert km in miles?</p>
<p>Thank you so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea</title>
		<link>http://blog.fedecarg.com/2009/02/08/geo-proximity-search-the-haversine-equation/#comment-6859</link>
		<dc:creator><![CDATA[Andrea]]></dc:creator>
		<pubDate>Wed, 27 Oct 2010 21:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=1217#comment-6859</guid>
		<description><![CDATA[Mitico!!!
Mi hai risparmiato un bel po&#039; di lavoro  :-)]]></description>
		<content:encoded><![CDATA[<p>Mitico!!!<br />
Mi hai risparmiato un bel po&#8217; di lavoro  :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Marshall</title>
		<link>http://blog.fedecarg.com/2009/02/08/geo-proximity-search-the-haversine-equation/#comment-6845</link>
		<dc:creator><![CDATA[Dave Marshall]]></dc:creator>
		<pubDate>Fri, 08 Oct 2010 11:18:03 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=1217#comment-6845</guid>
		<description><![CDATA[Cheers buddy, I&#039;m familiar with Lucene/Solr but haven&#039;t seen Sphinx before, I&#039;ll check it out.]]></description>
		<content:encoded><![CDATA[<p>Cheers buddy, I&#8217;m familiar with Lucene/Solr but haven&#8217;t seen Sphinx before, I&#8217;ll check it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Federico</title>
		<link>http://blog.fedecarg.com/2009/02/08/geo-proximity-search-the-haversine-equation/#comment-6842</link>
		<dc:creator><![CDATA[Federico]]></dc:creator>
		<pubDate>Thu, 07 Oct 2010 15:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=1217#comment-6842</guid>
		<description><![CDATA[Hi Dave :)

Check out the following PDF, specially the part where it says &quot;How to speed up the query&quot;:

http://www.arubin.org/files/geo_search.pdf

MySQL is slow, I recommend using http://sphinxsearch.com to perform geo distance search.]]></description>
		<content:encoded><![CDATA[<p>Hi Dave :)</p>
<p>Check out the following PDF, specially the part where it says &#8220;How to speed up the query&#8221;:</p>
<p><a href="http://www.arubin.org/files/geo_search.pdf" rel="nofollow">http://www.arubin.org/files/geo_search.pdf</a></p>
<p>MySQL is slow, I recommend using <a href="http://sphinxsearch.com" rel="nofollow">http://sphinxsearch.com</a> to perform geo distance search.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Marshall</title>
		<link>http://blog.fedecarg.com/2009/02/08/geo-proximity-search-the-haversine-equation/#comment-6841</link>
		<dc:creator><![CDATA[Dave Marshall]]></dc:creator>
		<pubDate>Wed, 06 Oct 2010 19:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=1217#comment-6841</guid>
		<description><![CDATA[Now then Fede! 

Always nice to see a blog I&#039;m familiar with showing up in google searches. 

Which implementation do you prefer, handing over to the SQL or giving the sql the lat/long constraints?]]></description>
		<content:encoded><![CDATA[<p>Now then Fede! </p>
<p>Always nice to see a blog I&#8217;m familiar with showing up in google searches. </p>
<p>Which implementation do you prefer, handing over to the SQL or giving the sql the lat/long constraints?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

