<?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>Rabidgremlin&#039;s Soapbox &#187; Visualization</title>
	<atom:link href="http://blog.rabidgremlin.com/tag/visualization/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rabidgremlin.com</link>
	<description>A little soapbox for me to stand on and rant from.</description>
	<lastBuildDate>Fri, 03 Feb 2012 10:59:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Auckland bus stops in Google Earth</title>
		<link>http://blog.rabidgremlin.com/2010/07/13/auckland-bus-stops-in-google-earth/</link>
		<comments>http://blog.rabidgremlin.com/2010/07/13/auckland-bus-stops-in-google-earth/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 23:21:54 +0000</pubDate>
		<dc:creator>jack</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Google Earth]]></category>
		<category><![CDATA[Visualization]]></category>

		<guid isPermaLink="false">http://blog.rabidgremlin.com/?p=753</guid>
		<description><![CDATA[Since Jonah asked for it, I have generated a KML file of the Auckland bus stop data. If you have Google Earth installed then click on this link to see the stops overlaid on an actual map: http://www.rabidgremlin.com/viz/auckland_bus_stops_kml/auckland_bus_stops.kmz If you hover over a red dot you will get the stop&#8217;s number. Interestingly if you zoom [...]]]></description>
			<content:encoded><![CDATA[<p>Since <a title="Link to Jonah's comment" href="http://blog.rabidgremlin.com/2010/07/09/fun-with-auckland-bus-data/comment-page-1/#comment-455" target="_blank">Jonah asked for it</a>, I have generated a KML file of the Auckland bus stop data. If you have Google Earth installed then click on this link to see the stops overlaid on an actual map: <a title="Link to Auckland Bus Stop KML file" href="http://www.rabidgremlin.com/viz/auckland_bus_stops_kml/auckland_bus_stops.kmz" target="_blank">http://www.rabidgremlin.com/viz/auckland_bus_stops_kml/auckland_bus_stops.kmz</a></p>
<p>If you hover over a red dot you will get the stop&#8217;s number. Interestingly if you zoom in enough, you will see that Google already has all the stops loaded and if you click on a little bus icon under a red dot, you will get the route info for that stop.</p>
<p>Have fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rabidgremlin.com/2010/07/13/auckland-bus-stops-in-google-earth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fun with Auckland bus data</title>
		<link>http://blog.rabidgremlin.com/2010/07/09/fun-with-auckland-bus-data/</link>
		<comments>http://blog.rabidgremlin.com/2010/07/09/fun-with-auckland-bus-data/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 20:15:44 +0000</pubDate>
		<dc:creator>jack</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[My Art]]></category>
		<category><![CDATA[Visualization]]></category>

		<guid isPermaLink="false">http://blog.rabidgremlin.com/?p=746</guid>
		<description><![CDATA[A couple of days ago I discovered that Auckland Regional Transport Authority (ARTA) make all of their bus schedule data available for download from the maxx.co.nz site. The data is in the Google Transit Feed format, which means that it consists of a bunch of comma separated value text files, describing things like stops, routes, [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of days ago I discovered that Auckland Regional Transport Authority (<a title="Link to ARTA site" href="http://www.arta.co.nz/" target="_blank">ARTA</a>) make all of their <a title="Link to bus data download" href="http://www.maxx.co.nz/information/about-maxx/google-transit-feed.html" target="_blank">bus schedule data</a> available for download from the maxx.co.nz site. The data is in the <a title="Link to Google Transit Feed Specification" href="http://code.google.com/transit/spec/transit_feed_specification.html" target="_blank">Google Transit Feed</a> format, which means that it consists of a bunch of comma separated value text files, describing things like stops, routes, trips and calendars.</p>
<p>I decided to see what I could do with this data. Below is my first attempt. It is a &#8220;density&#8221; map of all the bus stops in Auckland.</p>
<p><a href="http://www.rabidgremlin.com/viz/auckland_bus_stops_density/"><img class="aligncenter size-full wp-image-749" title="Auckland bus stop 'density' map" src="http://blog.rabidgremlin.com/wp-content/uploads/2010/07/auckland_bus_stops_ringed_scaled.png" alt="'Density' map of Auckland bus stops" width="500" height="500" /></a></p>
<p>Click <a title="Link to hi-res version of density map" href="http://www.rabidgremlin.com/viz/auckland_bus_stops_density/" target="_blank">here</a> for a hi-res version that allows you to pan and zoom.</p>
<p>The initial version of the map only took about 30 minutes to create but I have spent a few hours tinkering with it since then.</p>
<p><strong>Quick guide</strong><br />
Here is quick guide to the process if you want to try something like this yourself:</p>
<ol>
<li>I extracted stops.txt from the data set</li>
<li>I then <a title="Link to gpsvisualizer.com's data plotter" href="http://www.gpsvisualizer.com/map_input?form=data" target="_blank">gpsvisualizer.com</a> to plot out the stops as data points on map. I got it to output a 4096 pixel wide <a title="Link to SVG article on wikipedia" href="http://en.wikipedia.org/wiki/Scalable_Vector_Graphics" target="_blank">.svg</a> file</li>
<li>Next I used <a title="Link to Inkscape" href="http://www.inkscape.org/" target="_blank">Inkscape</a> to edit the .svg file, adding the text &amp; zoomed area and exporting the result as a  .png file.</li>
<li>Lastly I used the <a title="Link to Google Maps Image Cutter home page" href="http://www.casa.ucl.ac.uk/software/googlemapimagecutter.asp" target="_blank">Google Maps Image Cutter</a> to generate the pannable and zoomable version. The Google Maps Image Cutter is a pretty neat tool. It takes any big image, chops it into different resolution tiles and then spits out some html which uses the Google Maps API to view your chopped up image.</li>
</ol>
<p><strong>Next steps</strong><br />
If I get some more time I will try create some more visualizations. I&#8217;m thinking  it would be interesting to merge the bus stop density data with some population data. Also an animation showing 24hrs of bus movement compressed into a couple of minutes would be pretty nice too.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rabidgremlin.com/2010/07/09/fun-with-auckland-bus-data/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>I love the web</title>
		<link>http://blog.rabidgremlin.com/2009/02/07/i-love-the-web/</link>
		<comments>http://blog.rabidgremlin.com/2009/02/07/i-love-the-web/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 22:05:07 +0000</pubDate>
		<dc:creator>jack</dc:creator>
				<category><![CDATA[Interesting sites]]></category>
		<category><![CDATA[Visualization]]></category>

		<guid isPermaLink="false">http://blog.rabidgremlin.com/?p=355</guid>
		<description><![CDATA[I love the web and its ability to feed my brain (whilst sucking up my free time). The problem of course is that there is so much cool stuff out there that you just don&#8217;t know about. For instance, on Digg I came across a nice visualization showing the edits to the &#8220;Evolution&#8221; article on [...]]]></description>
			<content:encoded><![CDATA[<p>I love the web and its ability to feed my brain (whilst sucking up my free time). The problem of course is that there is so much cool stuff out there that you just don&#8217;t know about.</p>
<p>For instance, on <a title="Link to Digg" href="http://digg.com/" target="_blank">Digg</a> I came across a nice visualization showing the <a title="Link to digg article" href="http://digg.com/odd_stuff/Edits_to_the_Wikipedia_entry_on_Evolution_over_four_years" target="_blank">edits to the &#8220;Evolution&#8221; article</a> on <a title="Link to Wikipedia" href="http://en.wikipedia.org" target="_blank">Wikipedia</a>.</p>
<p>I was curious to see what the source of the visualization was but there was no credit on the image. Looking in the comments for the post I didn&#8217;t find anything about the source but I did find this link which shows the <a title="Link to graph" href="http://media.economist.com/images/na/2009w06/Darwin.jpg" target="_blank">public acceptance of evolution</a> in various countries around the world. It is interesting to see where the USA sits on the chart.</p>
<p>Mmm, looking at the URL for the original visualization I could see that the image was hosted on <a title="Link to Amazon's S3 service" href="http://aws.amazon.com/s3/" target="_blank">Amazon&#8217;s S3</a> service and contained a reference to twittypic. A quick Google search turned up this site <a title="Link to twittypic.com/" href="http://twittypic.com/" target="_blank">twittypic.com</a> which monitors <a title="Link to Twitter" href="http://twitter.com/" target="_blank">Twitter</a> looking for images and video that are referenced by tweets, in the assumption that things that are referenced to by lots of people would be of interest to others. Nice idea.</p>
<p>Sure enough on Twittypic I found <a title="Post on twittypic" href="http://twittypic.com/1417" target="_blank">this post</a> which referenced the original picture which was hosted at <em>http://www.research.ibm.com/visual/images/discover_mag.jpg</em> shortening the URL turned up the <a title="Link to IBM Visual Communication Lab" href="http://www.research.ibm.com/visual/" target="_blank">Visual Communication Lab</a> at IBM. Clicking on their <em>projects</em> link turned up (amongst other interesting things) <a title="Link to history flow tool" href="http://www.research.ibm.com/visual/projects/history_flow/index.htm" target="_blank">history flow</a> which was the tool used to create the visualization.</p>
<p>Wow, so from a Digg post I :</p>
<ul>
<li>Gained insight into the Evolution vs Creation &#8220;debate&#8221;</li>
<li>Found out how widely Evolution is accepted</li>
<li>Found a new site (twittypic) that I&#8217;ll be adding to me RSS feeds</li>
<li>Found some cool tools for visualizations from IBM (check out <a title="Link to Many Eyes" href="http://manyeyes.alphaworks.ibm.com/manyeyes/" target="_blank">Many Eyes</a>)</li>
<li>and added some more stuff to the web by writing this post</li>
</ul>
<p>Love it&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rabidgremlin.com/2009/02/07/i-love-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

