<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Yet Another Blog &#187; maplin</title>
	<atom:link href="http://www.yetanotherblog.com/tag/maplin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yetanotherblog.com</link>
	<description>Notes from Sven Latham</description>
	<lastBuildDate>Mon, 16 Aug 2010 12:22:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Gap-aware locators</title>
		<link>http://www.yetanotherblog.com/2009/01/29/gap-aware-locators/</link>
		<comments>http://www.yetanotherblog.com/2009/01/29/gap-aware-locators/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 17:07:17 +0000</pubDate>
		<dc:creator>sven</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[distance]]></category>
		<category><![CDATA[geolocation]]></category>
		<category><![CDATA[haversine]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[maplin]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://www.yetanotherblog.com/?p=717</guid>
		<description><![CDATA[One notable thing about most location software is that it is usually fairly crude.
Most programmers take the easy route and simply work out the distance between two points via a bit of trig. Some smarter programmers are aware of the Earth&#8217;s curviture and bear this in mind.
Usually &#8211; this is as far as it goes. [...]]]></description>
			<content:encoded><![CDATA[<p>One notable thing about most location software is that it is usually fairly crude.</p>
<p>Most programmers take the easy route and simply work out the distance between two points via a bit of trig. Some smarter programmers are aware of the Earth&#8217;s curviture and <a href="http://en.wikipedia.org/wiki/Haversine_formula">bear this in mind</a>.</p>
<p>Usually &#8211; this is as far as it goes. The classic &#8220;find my nearest&#8221; search is great for most places but is a rough &#8216;as the crow flies&#8217; measurement.</p>
<p>Living for a while on the Isle of Wight, I came to appreciate that while this normally works OK, on an island it&#8217;s a profoundly dumb system.</p>
<p>If, for instance, you live in <a href="http://maps.google.co.uk/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=ryde&amp;sll=50.926346,-1.189061&amp;sspn=0.007452,0.013819&amp;g=Hampshire,+SO32+2HU&amp;ie=UTF8&amp;ll=50.747753,-1.249695&amp;spn=0.478777,0.884399&amp;z=10">Ryde</a> (north coast of the Isle of Wight) most systems will recommend a shop in Portsmouth or Gosport before the more sensible option in Newport or elsewhere on the island. A bit daft really, considering to get to the &#8216;closer&#8217; shop might be one or two ferries at the least.</p>
<p>Today, I noticed that the <a href="http://www.maplin.co.uk">Maplin</a> website actually <em>excludes</em> shops which might fall in the radius of consideration, but are much trickier to get to.</p>
<p>Searching for an item from my <a href="http://www.maplin.co.uk/NearestStore.aspx?OrderCode=A21HY&amp;source=17&amp;location=po15%205tt">Fareham (mainland) address</a> gives plenty of options, but the Newport store (10.7mi as the crow flies) is not included.</p>
<p>Similarly, searching from an <a href="http://www.maplin.co.uk/NearestStore.aspx?OrderCode=A21HY&amp;source=17&amp;location=po33%208hd">island postcode</a> gives the Newport store only as an option.</p>
<p>I suspect that &#8211; instead of running calculations by travel time &#8211; somebody has manually identified island postcodes, mainland postcodes and separated them by zone so only those postcodes in the same &#8216;zone&#8217; appear in the search&#8230; that&#8217;s certainly my first instinct (I&#8217;d love to think they&#8217;re doing a full journey check, but I somehow doubt it <img src='http://www.yetanotherblog.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  )</p>
<p>While it&#8217;s not perfect (maybe the Newport address could be grouped separately, in case I happened to be going over to the island anyway), it&#8217;s a step further than most location-based searches out there.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yetanotherblog.com/2009/01/29/gap-aware-locators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
