<?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>Joe Junkin &#187; google</title>
	<atom:link href="http://joe.junkin.com/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://joe.junkin.com</link>
	<description>Life as it happens</description>
	<lastBuildDate>Thu, 14 Jan 2010 23:34:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Geocoding MLS data</title>
		<link>http://joe.junkin.com/2007/12/11/geocoding-mls-data/</link>
		<comments>http://joe.junkin.com/2007/12/11/geocoding-mls-data/#comments</comments>
		<pubDate>Tue, 11 Dec 2007 21:43:18 +0000</pubDate>
		<dc:creator>jjunkin</dc:creator>
				<category><![CDATA[GIS]]></category>
		<category><![CDATA[Geocode]]></category>
		<category><![CDATA[MLS]]></category>
		<category><![CDATA[Real Estate]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[reil]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://joe.junkin.com/2007/12/11/geocoding-mls-data/</guid>
		<description><![CDATA[The data provided by REIL does not contain geocoding which means that I will have to do this myself. I am using Perl to download and build the data so I have designed a Perl process to bulk geocode each of the addresses. I designed a caching system so that I only need to do any one [...]]]></description>
			<content:encoded><![CDATA[<p>The data provided by REIL does not contain geocoding which means that I will have to do this myself. I am using Perl to download and build the data so I have designed a Perl process to bulk geocode each of the addresses. I designed a caching system so that I only need to do any one lookup one time.</p>
<p><span id="more-33"></span>I use the Google and Yahoo geocoders which are free. Yahoo allows something like 5000 per day and Google allows around 15,000. Even before I approached these limits I was blocked because I was sending too many requests per second. To solve this issue I placed a &#8217;sleep(1)&#8217; line before each of the geocoder calls ensuring that I don&#8217;t call either geocoder more than once a second. Once I implemented this (and moved to a different IP) this seems to work fine.</p>
<p>My caching system uses a GOOD and BAD cache table. Values found in one or the other are returned instead of doing a Google/Yahoo geocode call. I have about 20,000 addresses in my &#8216;GOOD&#8217; cache right now. I will create a cron job to expire these after some period of time, perhaps a couple of weeks.</p>
]]></content:encoded>
			<wfw:commentRss>http://joe.junkin.com/2007/12/11/geocoding-mls-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
