<?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>fromthepantothefire &#187; maps</title>
	<atom:link href="http://fromthepantothefire.com/tag/maps/feed/" rel="self" type="application/rss+xml" />
	<link>http://fromthepantothefire.com</link>
	<description>&#34;...we are not pans and barrows, nor even porters of the fire and torchbearers, but children of the fire, made of it...&#34; -- Ralph Waldo Emerson, The Poet</description>
	<lastBuildDate>Mon, 02 Jan 2023 06:32:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.41</generator>
	<item>
		<title>Putting data on a map</title>
		<link>http://fromthepantothefire.com/2012/10/04/putting-data-on-a-map/</link>
		<comments>http://fromthepantothefire.com/2012/10/04/putting-data-on-a-map/#comments</comments>
		<pubDate>Thu, 04 Oct 2012 04:17:45 +0000</pubDate>
		<dc:creator><![CDATA[Zia]]></dc:creator>
				<category><![CDATA[Maps]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[maps]]></category>

		<guid isPermaLink="false">http://fromthepantothefire.wordpress.com/?p=33</guid>
		<description><![CDATA[Here is my first plot of some data on a map. This happens to be the locations of seismic monitoring stations around the world. I used a equirectangular projection of the world map from wikipedia, which means that lat/long coordinates map easily to pixel coordinates. Also used the python csv library to read the data [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Here is my first plot of some data on a map. This happens to be the locations of seismic monitoring stations around the world.</p>
<p>I used a equirectangular projection of the world map from wikipedia, which means that lat/long coordinates map easily to pixel coordinates. Also used the python csv library to read the data and the python imaging library to modify the image with red dots for monitoring station locations.</p>
<p><a href="http://fromthepantothefire.com/wp-content/uploads/2012/10/out.png"><img class="aligncenter size-full wp-image-35" title="Seismic monitoring locations around the world" src="http://fromthepantothefire.com/wp-content/uploads/2012/10/out.png" alt="" width="368" height="184" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://fromthepantothefire.com/2012/10/04/putting-data-on-a-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
