<?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>REDBLIND &#187; geo location</title>
	<atom:link href="http://redblind.com/blog/topic/geo-location/feed/" rel="self" type="application/rss+xml" />
	<link>http://redblind.com/blog</link>
	<description>Blog of Jonathan Cipriano</description>
	<lastBuildDate>Mon, 27 Dec 2010 21:21:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>EARTH MOVER</title>
		<link>http://redblind.com/blog/2009/10/20/earth-mover/</link>
		<comments>http://redblind.com/blog/2009/10/20/earth-mover/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 18:02:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[earth]]></category>
		<category><![CDATA[earthquaks]]></category>
		<category><![CDATA[geo location]]></category>
		<category><![CDATA[loma prieta]]></category>
		<category><![CDATA[papervision3d]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[usgs]]></category>

		<guid isPermaLink="false">http://redblind.com/blog/?p=233</guid>
		<description><![CDATA[Inspired by the 20th anniversary of the Loma Prieta earthquake I created this little prototype. I pull down the earthquake RSS feed from the USGS and parse the data for the longitude, latitude, magnitude and date/time of recent earthquakes. I then plot them in sequence on a Papervision3D sphere textured with an image from NASA&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Inspired by the 20th anniversary of the <a title="loma prieta" href="http://en.wikipedia.org/wiki/1989_Loma_Prieta_earthquake" target="_blank">Loma Prieta</a> earthquake I created this little prototype. I pull down the earthquake RSS feed from the <a title="usgs" href="http://www.usgs.gov/" target="_blank">USGS</a> and parse the data for the longitude, latitude, magnitude and date/time of recent earthquakes. I then plot them in sequence on a <a title="pv3d" href="http://papervision3d.org/" target="_blank">Papervision3D</a> sphere textured with an image from <a title="visible earth" href="http://visibleearth.nasa.gov/" target="_blank">NASA&#8217;s Visible Earth</a>. The quakes play to scale in time that they occurred. Each quake is assigned a musical note according to the magnitude. The higher the magnitude the lower the note. Currently I am pulling quakes with at least a 2.5M for that last 24 hours.</p>
<p>For plotting points, I used <a title="zupko" href="http://blog.zupko.info/?p=221" target="_blank">this blog post</a> as a reference. The musical notes I exported from Garage Band. Also of note, the USGS does not have a cross domain policy set up for Flash, so I had to proxy the RSS feed with a PHP script. I will probably be adding more features, refining the musicality and adding a UI to this, so check back again sometime.</p>
<p>Click screenshot below to launch it.</p>
<p><em><span style="text-decoration: line-through;">UPDATE: Looks like the USGS not only moved their feed, but changed it a bit. For now, this won&#8217;t work.</span></em></p>
<p><a href="http://redblind.com/earthmover"><img class="alignnone size-full wp-image-234" title="earthmover" src="http://redblind.com/blog/wp-content/uploads/2009/10/earthmover.jpg" alt="earthmover" width="598" height="345" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://redblind.com/blog/2009/10/20/earth-mover/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

