<?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>Alex Little &#187; mapping</title>
	<atom:link href="http://alexlittle.net/blog/tag/mapping/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexlittle.net/blog</link>
	<description></description>
	<lastBuildDate>Wed, 08 Sep 2010 18:41:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Applying weighting to heatmaps</title>
		<link>http://alexlittle.net/blog/2010/09/08/applying-weighting-to-heatmaps/</link>
		<comments>http://alexlittle.net/blog/2010/09/08/applying-weighting-to-heatmaps/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 18:41:11 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Maps & Geolocation]]></category>
		<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[heatmap]]></category>
		<category><![CDATA[heatmap.py]]></category>
		<category><![CDATA[mapping]]></category>
		<category><![CDATA[visualisation]]></category>

		<guid isPermaLink="false">http://alexlittle.net/blog/?p=1896</guid>
		<description><![CDATA[Following up on the playing around I was having with heatmaps the other day, I made a few updates to the heatmap.py script to allow for each point to have an associated &#8216;intensity&#8217;. When the points are plotted, the intensities are normalised and each point plotted with a relative intensity (as shown in the image [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1897" class="wp-caption alignright" style="width: 211px"><a href="http://alexlittle.net/blog/images/2010/09/heatmap2.png"><img src="http://alexlittle.net/blog/images/2010/09/heatmap2.png" alt="" title="heatmap2" width="201" height="238" class="size-full wp-image-1897" /></a><p class="wp-caption-text">Heatmap with weighting applied</p></div>
<p>Following up on the <a href="http://alexlittle.net/blog/2010/09/03/playing-with-heatmaps/">playing around I was having with heatmaps</a> the other day, I made a few updates to the <a href="http://jjguy.com/heatmap/">heatmap.py</a> script to allow for each point to have an associated &#8216;intensity&#8217;. When the points are plotted, the intensities are normalised and each point plotted with a relative intensity (as shown in the image on the right).<br />
Few other little changes I made:</p>
<ul>
<li>allow the area covered by the size of the final image to be specified, rather than using the max &#038; min x/y coordinates from the input points</li>
<li>change how the the dots are built &#8211; in theory should be a little quicker &#8211; but I&#8217;ve not tested with large enough dataset to know if it makes a big difference </li>
<li>in my demo script I&#8217;ve shown how you can convert the latatitude to its Mercartor projection coordinate</li>
</ul>
<p>For those interested in the changes I made to the heatmap.py script you can <a href="http://alexlittle.net/blog/download.php?file=heatmap.zip">download the diff and an example script</a>. Any feedback, comments welcome <img src='http://alexlittle.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://alexlittle.net/blog/2010/09/08/applying-weighting-to-heatmaps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenStreetMaps without the gadgets</title>
		<link>http://alexlittle.net/blog/2009/06/09/openstreetmaps-without-the-gadgets/</link>
		<comments>http://alexlittle.net/blog/2009/06/09/openstreetmaps-without-the-gadgets/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 11:16:52 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Maps & Geolocation]]></category>
		<category><![CDATA[mapping]]></category>
		<category><![CDATA[openstreetmap]]></category>
		<category><![CDATA[osm]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://alexlittle.net/blog/?p=1001</guid>
		<description><![CDATA[Maybe I didn&#8217;t need to buy myself GPS after all&#8230; (from tecznotes): Walking Papers is a website and a service designed to close this final loop by providing OpenStreetMap print maps that can be marked up with a pen, scanned back into the computer, and traced using OSM&#8217;s regular web-based editor, Potlatch. It&#8217;s designed for [...]]]></description>
			<content:encoded><![CDATA[<p>Maybe I didn&#8217;t need to buy myself  GPS after all&#8230; (from <a href="http://mike.teczno.com/notes/walking-papers-lives.html">tecznotes</a>):</p>
<blockquote><p><a href="http://walking-papers.org/">Walking Papers</a> is a website and a service designed to close this final loop by providing OpenStreetMap print maps that can be marked up with a pen, scanned back into the computer, and traced using OSM&#8217;s regular web-based editor, Potlatch. It&#8217;s designed for the casual mapper who doesn&#8217;t want to fill their pockets with gadgets to record what&#8217;s around them, the social mapper who might be out and about taking notes and comparing them with friends, and the opportunistic mapper who might make notes during a commute or a walk if they had a notebook-sized slip of paper to write on. Finally, it&#8217;s designed for the luddite mapper who would like to help the OpenStreetMap project but needs help from a distributed community to convert their handwritten annotations into OpenStreetMap&#8217;s tagged data and local conventions.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://alexlittle.net/blog/2009/06/09/openstreetmaps-without-the-gadgets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
