<?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>Suprageography</title>
	<atom:link href="http://oliverobrien.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://oliverobrien.co.uk</link>
	<description>I see data, I make maps</description>
	<lastBuildDate>Tue, 31 Jan 2012 16:04:37 +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>Tube Colours</title>
		<link>http://oliverobrien.co.uk/2012/01/tube-colours/</link>
		<comments>http://oliverobrien.co.uk/2012/01/tube-colours/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 15:30:50 +0000</pubDate>
		<dc:creator>Oliver O`Brien</dc:creator>
				<category><![CDATA[Data Graphics]]></category>
		<category><![CDATA[London]]></category>

		<guid isPermaLink="false">http://ollie.blogweb.casa.ucl.ac.uk/?p=2095</guid>
		<description><![CDATA[Transport for London (TfL) take their colours extremely seriously &#8211; the London Underground, in particularly, uses colour extensively to brand each line, and the maps and liveries are very well known. The organisation has a colour guide to ensure that, &#8230; <a href="http://oliverobrien.co.uk/2012/01/tube-colours/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Transport for London (TfL) take their colours extremely seriously &#8211; the London Underground, in particularly, uses colour extensively to brand each line, and the maps and liveries are very well known. </p>
<p>The organisation has a <a href="http://www.tfl.gov.uk/assets/downloads/corporate/tfl-colour-standard-issue03.pdf">colour guide</a> to ensure that, when referencing the tube lines, the correct colour is used. Somewhat surprisingly, the guide includes hexadecimal (i.e. web) colours for only a &#8220;safe&#8221; palette &#8211; i.e. colours which would definitely work in very old web browsers. They don&#8217;t list the &#8220;true&#8221; hexadecimal for the colours, even though, confusingly, the colour shown is the true one. I couldn&#8217;t find anywhere on the web that did this either, all in one place, so here below is a summary. I&#8217;ve also included the safe colours so you can see the difference &#8211; but don&#8217;t use these unless you have to.</p>
<table>
<tr>
<th>Line</th>
<th>True Hexadecimal</th>
<th>Web Safe Hexadecimal</th>
</tr>
<tr>
<td>Bakerloo</td>
<td style='background-color: #B36305; color: #FFFFFF'>#B36305</td>
<td style='background-color: #996633; color: #FFFFFF'>#996633</td>
</tr>
<tr>
<td>Central</td>
<td style='background-color: #E32017; color: #FFFFFF'>#E32017</td>
<td style='background-color: #CC3333; color: #FFFFFF'>#CC3333</td>
</tr>
<tr>
<td>Circle</td>
<td style='background-color: #FFD300; color: #000000'>#FFD300</td>
<td style='background-color: #FFCC00; color: #000000'>#FFCC00</td>
</tr>
<tr>
<td>District</td>
<td style='background-color: #00782A; color: #FFFFFF'>#00782A</td>
<td style='background-color: #006633; color: #FFFFFF'>#006633</td>
</tr>
<tr>
<td>Hammersmith and City</td>
<td style='background-color: #F3A9BB; color: #000000'>#F3A9BB</td>
<td style='background-color: #CC9999; color: #000000'>#CC9999</td>
</tr>
<tr>
<td>Jubilee</td>
<td style='background-color: #A0A5A9; color: #000000'>#A0A5A9</td>
<td style='background-color: #868F98; color: #000000'>#868F98</td>
</tr>
<tr>
<td>Metropolitan</td>
<td style='background-color: #9B0056; color: #FFFFFF'>#9B0056</td>
<td style='background-color: #660066; color: #FFFFFF'>#660066</td>
</tr>
<tr>
<td>Northern</td>
<td style='background-color: #000000; color: #FFFFFF'>#000000</td>
<td style='background-color: #000000; color: #FFFFFF'>#000000</td>
</tr>
<tr>
<td>Piccadilly</td>
<td style='background-color: #003688; color: #FFFFFF'>#003688</td>
<td style='background-color: #000099; color: #FFFFFF'>#000099</td>
</tr>
<tr>
<td>Victoria</td>
<td style='background-color: #0098D4; color: #FFFFFF'>#0098D4</td>
<td style='background-color: #0099CC; color: #FFFFFF'>#0099CC</td>
</tr>
<tr>
<td>Waterloo and City</td>
<td style='background-color: #95CDBA; color: #000000'>#95CDBA</td>
<td style='background-color: #66CCCC; color: #000000'>#66CCCC</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td>DLR</td>
<td style='background-color: #00A4A7; color: #FFFFFF'>#00A4A7</td>
<td style='background-color: #009999; color: #FFFFFF'>#009999</td>
</tr>
<tr>
<td>Overground</td>
<td style='background-color: #EE7C0E; color: #FFFFFF'>#EE7C0E</td>
<td style='background-color: #FF6600; color: #FFFFFF'>#FF6600</td>
</tr>
<tr>
<td>Tramlink</td>
<td style='background-color: #84B817; color: #FFFFFF'>#84B817</td>
<td style='background-color: #66CC00; color: #FFFFFF'>#66CC00</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://oliverobrien.co.uk/2012/01/tube-colours/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Mappiness &#8211; A Personal Mood Map</title>
		<link>http://oliverobrien.co.uk/2012/01/mappiness-a-personal-mood-map/</link>
		<comments>http://oliverobrien.co.uk/2012/01/mappiness-a-personal-mood-map/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 15:27:28 +0000</pubDate>
		<dc:creator>Oliver O`Brien</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ollie.blogweb.casa.ucl.ac.uk/?p=2079</guid>
		<description><![CDATA[The Mappiness project is run by one of CASA&#8217;s technology superstars Dr George MacKerron &#8211; it was his Ph.D project at LSE. The project, which is still going, aims to quantify happiness based on environmental factors, such as location, views &#8230; <a href="http://oliverobrien.co.uk/2012/01/mappiness-a-personal-mood-map/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="/files/2012/01/mappinesslondon.jpg" alt="" title="mappinesslondon" width="640" height="620" class="aligncenter size-full wp-image-2083" /></p>
<p>The <a href="http://www.mappiness.org.uk/">Mappiness</a> project is run by one of CASA&#8217;s technology superstars Dr George MacKerron &#8211; it was his Ph.D project at LSE. The project, which is still going, aims to quantify happiness based on environmental factors, such as location, views and sound, as well as who people are with and what they are doing. Data is collected by volunteers downloading an iPhone app, which then pings them at random moments twice a day between 8am and 11pm (configurable) to ask them the questions and collect the data. Volunteer incentive is driven by having access to a personal webpage which contains all their collected data, visualised in a wealth of attractive graphs and maps.</p>
<p>I&#8217;ve been using the app since late October, it has been steadily pinging me twice a day since then, and most of the time I hear the familiar &#8216;ding ding&#8217; and get around to recording the information. With around 160 responses, some interesting insights are now appearing, some(!) of which are non-personal enough to share here. The map above shows the locations where I was pinged, for the London area &#8211; yellow stars indicate where a photo was taken.</p>
<p>Here&#8217;s one, based on the general environment:</p>
<p><img src="/files/2012/01/mappinesscharts.png" alt="" title="mappinesscharts" width="451" height="331" class="aligncenter size-full wp-image-2087" /></p>
<p>Perhaps more interesting is that I spend much less time outdoors than I thought. The app (by default) only asks for a picture if you are outdoors, so by counting the number of pictures that appear on my personal webpage &#8211; just 14 out of 161 &#8211; this in theory means that I spend only 8-9% of my waking life outside. This percentage will hopefully grow as summer approaches and things start to warm up again.</p>
<p>Because I don&#8217;t get to choose when to post the images, the photos are a good snapshot of my &#8220;everyday&#8221; outdoor view, rather than a nice or interesting place that I would specifically stop to photograph. Here&#8217;s a couple of my most recent ones:</p>
<table>
<tr>
<td><img src="/files/2012/01/mappinessp1.jpg" alt="" title="mappinessp1" width="240" height="320" class="aligncenter size-full wp-image-2085" /></td>
<td><img src="/files/2012/01/mappinessp2.jpg" alt="" title="mappinessp2" width="240" height="320" class="aligncenter size-full wp-image-2086" /></td>
</tr>
</table>
<p>One of Dr MacKerron&#8217;s current projects involves using Microsoft Kinect sensors for visualisation &#8211; this is my very tenuous link to allow me to post the image below, which is a 3D grid &#8220;photograph&#8221; of me at my desk, constructed from Kinect data.</p>
<p><img src="/files/2012/01/me_dots.png" alt="" title="me_dots" width="636" height="579" class="aligncenter size-full wp-image-2084" /></p>
<p>Mappiness managed to choose to ping me this morning precisely at the moment that my bike chain snapped, on the way to work. Needless to say, a low score for happiness was recorded.</p>
<p><i>Map background Copyright Google.</i></p>
]]></content:encoded>
			<wfw:commentRss>http://oliverobrien.co.uk/2012/01/mappiness-a-personal-mood-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bike Share Route Fluxes</title>
		<link>http://oliverobrien.co.uk/2012/01/bike-share-route-fluxes/</link>
		<comments>http://oliverobrien.co.uk/2012/01/bike-share-route-fluxes/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 17:37:41 +0000</pubDate>
		<dc:creator>Oliver O`Brien</dc:creator>
				<category><![CDATA[Bike Share]]></category>
		<category><![CDATA[Data Graphics]]></category>

		<guid isPermaLink="false">http://ollie.blogweb.casa.ucl.ac.uk/?p=2053</guid>
		<description><![CDATA[Capital Bikeshare, the bike sharing system for Washington DC and Arlington, recently released the data on their first 1.3 million journeys. Boston&#8217;s Hubway bike sharing system also released journey data for around 5000 journeys across an October weekend, as part &#8230; <a href="http://oliverobrien.co.uk/2012/01/bike-share-route-fluxes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Capital Bikeshare, the bike sharing system for Washington DC and Arlington, <a href="http://capitalbikeshare.com/trip_history_data">recently released the data</a> on their first 1.3 million journeys. Boston&#8217;s Hubway bike sharing system also released journey data for around 5000 journeys across an October weekend, as part of <a href="http://www.mbta.com/rider_tools/developers/default.asp?id=23648">a visualisation competition</a>. Both these data releases sit alongside London&#8217;s Barclays Cycle Hire scheme, which also <a href="http://www.tfl.gov.uk/businessandpartners/syndication/default.aspx">released data</a> on around 3.2 million journeys made during the first part of last year.</p>
<p>Taking together all these data sets, I&#8217;ve used <a href="http://www.routino.org/software/">Routino</a> and <a href="http://www.openstreetmap.org/">OpenStreetMap data</a> to suggest likely routes taken for each recorded journey. This same set of data was used for Martin Zaltz Austwick&#8217;s <a href="http://sociablephysics.wordpress.com/2011/02/02/london-bike-hire-scheme-animating-your-journey-to-work/">excellent animation of bikes</a> going around London streets. I&#8217;ve then built another set of data, an node/edge list, showing how many bike sharing bikes have probably travelled along each section of road. Finally, I&#8217;ve used node/edge visualiser <a href="http://www.gephi.org/">Gephi</a> and its <a href="https://gephi.org/2010/map-geocoded-data-with-gephi/">Geo Layout plugin</a> to visualise the sets of edges. The resulting maps here are presented below without embellishment, contextual information, scale or legend (for which I apologise &#8211; unfortunately this isn&#8217;t my current primary work focus so my time on it is restricted.)</p>
<p>For the two American schemes featured here, I have set the Routino profiler to not use trunk roads. Unlike most UK trunk roads, American trunk roads (&#8220;freeways&#8221;?) appear to be almost as big as our motorways, and I expect you wouldn&#8217;t find bikes on them. Unfortunately there are some gaps in the Washington DC data, which does show some cycle-lane bridges alongside such freeways, but these aren&#8217;t always connected to roads at either end or to other parts of the cycle network, so my router doesn&#8217;t discover them. This means that only a few crossings between Virginia and Washington DC are shown, whereas actually more direct ones are likely to be also in use. The profile also over-rewards cycleways &#8211; yes these are popular but probably not quite as popular as the distinctive one in the centre of Washington DC (15th Street North West) showing up as a very fat red line, suggests. The highlighting of other errors in the comments on this post is welcomed, I may optimise the profiler (or even edit OpenStreetMap a bit, if appropriate) and have another shot.</p>
<p>London:<br />
<a href="/files/2012/01/routeflux_london.png"><img src="/files/2012/01/routeflux_london-1024x697.png" alt="" title="routeflux_london" width="584" height="397" class="aligncenter size-large wp-image-2054" /></a></p>
<p>Washington DC:<br />
<a href="/files/2012/01/routeflux_washdc.png"><img src="/files/2012/01/routeflux_washdc-1024x1001.png" alt="" title="routeflux_washdc" width="584" height="570" class="aligncenter size-large wp-image-2055" /></a></p>
<p>Boston:<br />
<a href="/files/2012/01/routeflux_boston.png"><img src="/files/2012/01/routeflux_boston-1024x611.png" alt="" title="routeflux_boston" width="584" height="348" class="aligncenter size-large wp-image-2057" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://oliverobrien.co.uk/2012/01/bike-share-route-fluxes/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Run Every Street in Edinburgh &#8211; in Strict Alphabetical Order</title>
		<link>http://oliverobrien.co.uk/2012/01/run-every-street-in-edinburgh-in-strict-alphabetical-order/</link>
		<comments>http://oliverobrien.co.uk/2012/01/run-every-street-in-edinburgh-in-strict-alphabetical-order/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 09:55:55 +0000</pubDate>
		<dc:creator>Oliver O`Brien</dc:creator>
				<category><![CDATA[Mashups]]></category>
		<category><![CDATA[OpenStreetMap]]></category>

		<guid isPermaLink="false">http://ollie.blogweb.casa.ucl.ac.uk/?p=2042</guid>
		<description><![CDATA[&#8230;it sounds like one heck of a lot of running. But Murray Strain, one of Scotland&#8217;s top terrain runners, is counting on it for his basic training. He&#8217;s logging the whole venture, which is based on his trusty Edinburgh A-Z. &#8230; <a href="http://oliverobrien.co.uk/2012/01/run-every-street-in-edinburgh-in-strict-alphabetical-order/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="/files/2012/01/gemmaAB.png"><img src="/files/2012/01/gemmaAB-1024x723.png" alt="" title="gemmaAB" width="584" height="412" class="aligncenter size-large wp-image-2043" /></a></p>
<p>&#8230;it sounds like one heck of a lot of running. But Murray Strain, one of Scotland&#8217;s top terrain runners, is counting on it for his basic training. He&#8217;s <a href="http://www.attackpoint.org/viewlog.jsp/user_4231/period-31">logging the whole venture</a>, which is based on his trusty Edinburgh A-Z. If two adjacent streets with very similar names are nonetheless separated in the A-Z index by one on the far side of the city, it means a couple of legs right across the city.</p>
<p>Since he started the exercise last year Murray&#8217;s got through all the As, and is currently midway through the Bs. I&#8217;ve produce a couple of <a href="http://gemma.casa.ucl.ac.uk/">GEMMA</a> maps, <a href="http://gemma.casa.ucl.ac.uk/go/7u7">one showing the A-Bs</a> (above, As are red and Bs are orange) and <a href="http://gemma.casa.ucl.ac.uk/go/7u6">one showing the A-Gs</a> (below, in rainbow order). That&#8217;s a lot of streets. N.B. The maps in fact show all linear features in the area in OpenStreetMap, so the odd named cycleway and waterway has crept in there too. But the ~95% of the coloured lines will be the streets that Murray will be run.</p>
<p>In order to produce the map, I&#8217;ve added a new feature to GEMMA &#8211; it now allows you specify only one desired geometry type, i.e. points, lines OR polygons, when adding an OpenStreetMap layer to your map. Previously, you got all three types, although you could reduce each to a dot if desired. This example also highlights the need for legends on the PDF maps that GEMMA produces &#8211; a larger coding change, so one that would make it into a future version 2 of GEMMA.</p>
<p><a href="/files/2012/01/gemmaAG.png"><img src="/files/2012/01/gemmaAG-1024x720.png" alt="" title="gemmaAG" width="584" height="410" class="aligncenter size-large wp-image-2044" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://oliverobrien.co.uk/2012/01/run-every-street-in-edinburgh-in-strict-alphabetical-order/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Glimpse of Bike Share Geographies Around the World</title>
		<link>http://oliverobrien.co.uk/2012/01/a-glimpse-of-bike-share-geographies-around-with-world/</link>
		<comments>http://oliverobrien.co.uk/2012/01/a-glimpse-of-bike-share-geographies-around-with-world/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 15:53:02 +0000</pubDate>
		<dc:creator>Oliver O`Brien</dc:creator>
				<category><![CDATA[Bike Share]]></category>
		<category><![CDATA[Data Graphics]]></category>

		<guid isPermaLink="false">http://ollie.blogweb.casa.ucl.ac.uk/?p=2025</guid>
		<description><![CDATA[[Update - now including a much larger version.] Below is the image I submitted to this year&#8217;s UCL Research Images as Art exhibition. You can see it, and around 300 other entries, in the South Cloisters on the UCL campus &#8230; <a href="http://oliverobrien.co.uk/2012/01/a-glimpse-of-bike-share-geographies-around-with-world/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>[<b>Update</b> - now including a much larger version.] Below is the image I submitted to this year&#8217;s UCL <a href="http://www.grad.ucl.ac.uk/comp/2011-2012/research/index.pht">Research Images as Art</a> exhibition. You can see it, and around 300 other entries, in the South Cloisters on the UCL campus in central London, for the next few days. A larger version can be viewed <a href="/files/2012/01/sliceAll10PC.png">here</a>. The image purposely has no explanatory text as it is intended as a piece of &#8220;infogeographic art&#8221; rather than as a map. It is derived from the dots for the various cities on my <a href="http://bikes.oobrien.com/">bike share map</a>.</p>
<p>It shows the &#8220;footprint&#8221; of the docking stations making up 49 bike share systems around the world. The colours represent the empty/full state of each docking station at the particular moment in time when the image was made. The numbers show the total number of docking points &#8211; each docking station being made up of one or more docking points, each of which may or may not have a bike currently parked in it.</p>
<p>The geographies and topographies of the cities themselves inform the shape of the systems &#8211; particularly coastal cities (e.g. Nice, Rio, Barcelona, Miami Beach) and ones with large <s>lakes</s> mountains near their centres (e.g. Montreal). </p>
<p><a href="/files/2012/01/sliceAll10PC.png"><img src="/files/2012/01/riaacomp.png" alt="" title="riaacomp" width="640" height="905" class="aligncenter size-full wp-image-2026" /></a></p>
<p>A subtle but important point on the scaling: The scales of the systems (i.e. each system footprint and the spacing between docking stations) are roughly comparable &#8211; they actually vary by the cosine of the latitude &#8211; these means that the more tropical systems, e.g. Mexico City&#8217;s, appear to be up to ~20% smaller than they actually are, relative to the majority which are generally at temperate latitudes. However, the sizes of the circles themselves are directly comparable across all the systems, i.e each pixel on the graphic represents an equal number of docking points, regardless of which system it is in.</p>
]]></content:encoded>
			<wfw:commentRss>http://oliverobrien.co.uk/2012/01/a-glimpse-of-bike-share-geographies-around-with-world/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Massive Christmas Day for Boris Bikes</title>
		<link>http://oliverobrien.co.uk/2011/12/massive-christmas-day-for-boris-bikes/</link>
		<comments>http://oliverobrien.co.uk/2011/12/massive-christmas-day-for-boris-bikes/#comments</comments>
		<pubDate>Mon, 26 Dec 2011 15:09:12 +0000</pubDate>
		<dc:creator>Oliver O`Brien</dc:creator>
				<category><![CDATA[Bike Share]]></category>

		<guid isPermaLink="false">http://ollie.blogweb.casa.ucl.ac.uk/?p=1997</guid>
		<description><![CDATA[Christmas Day this year recorded far and away the highest ever simultaneous usage of the Barclays Cycle Hire bikes, aka the Boris Bikes, probably meaning it was the biggest number of hires in a single day too. The lack of &#8230; <a href="http://oliverobrien.co.uk/2011/12/massive-christmas-day-for-boris-bikes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="/files/2011/12/bbikesusage1.png" alt="" title="bbikesusage" width="570" height="343" class="aligncenter size-full wp-image-2001" /></p>
<p>Christmas Day this year recorded far and away the highest ever simultaneous usage of the Barclays Cycle Hire bikes, aka the Boris Bikes, probably meaning it was the biggest number of hires in a single day too. The lack of any Christmas Day tube or bus service in the capital is the obvious reason for the huge usage spike. Previous popular days for the were the four tube strikes in late 2010. Both these events can be seen in the graph above. There is a diamond for each day, showing the difference between the maximum number of bikes available at a point in the day (typically at around 3am), and the minimum available (typically around 4pm for weekends or 9am/6pm for weekdays). Christmas Day was the big jump on the far right of the graph. The jump is much bigger than for Christmas Day 2010, as that day was pretty cold and snowy and only especially hardened tourists would be using the bikes then. </p>
<p>The top days are (measured by maximum closed-system simultaneous usage, i.e. maximum number of Boris Bikes out of the docks and rolling around the streets in a single moment, assuming no removal or addition by the operator that day):</p>
<ul>
<li>Sunday 25 December 2011 &#8211; <b>2065</b> (Christmas Day &#8211; no tubes or buses)</li>
<li>Sunday 2 October 2011 &#8211; <b>1795</b> (Late summer heatwave)</li>
<li>Thursday 3 February 2011 &#8211; <b>1791</b> (?)</li>
<li>Tuesday 15 March 2011 &#8211; <b>1649</b> (Likely false result &#8211; mass removal)</li>
<li>Saturday 1 October 2011 &#8211; <b>1627</b> (Late summer heatwave)</li>
</ul>
<p>Actual total usage on each day is likely to be roughly proportional, and typically ~20 times the above numbers. </p>
<p>Note &#8211; please don&#8217;t read too much into the <i>lowest</i> usage days that appear on the graph. We&#8217;ve had quite a few power problems with our server room this year, and such low days may simply be when we were able to record little if any data. Large-scale bike removals and additions by the operator can also distort the results quite a bit, by perhaps up to 500 bikes a day. Mass additions to the system will depress the true result for that day, while mass removals can falsely inflate the numbers. It&#8217;s difficult to spot these, except by looking at the graph for the previous and following days, and comparing the max/min numbers.</p>
]]></content:encoded>
			<wfw:commentRss>http://oliverobrien.co.uk/2011/12/massive-christmas-day-for-boris-bikes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bike Share Map Update &#8211; 6 New Cities, Weather, Stats</title>
		<link>http://oliverobrien.co.uk/2011/12/bike-share-map-update-6-new-cities-weather-stats/</link>
		<comments>http://oliverobrien.co.uk/2011/12/bike-share-map-update-6-new-cities-weather-stats/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 15:46:21 +0000</pubDate>
		<dc:creator>Oliver O`Brien</dc:creator>
				<category><![CDATA[Bike Share]]></category>

		<guid isPermaLink="false">http://ollie.blogweb.casa.ucl.ac.uk/?p=1976</guid>
		<description><![CDATA[Now available on the Bike Share Map are five extra French cities: Montpellier, St Etienne, Calais, Valence and Vannes, as well as Kunshan in China. I&#8217;m also now showing the relaunched bike share in Rio de Janeiro &#8211; yes, you &#8230; <a href="http://oliverobrien.co.uk/2011/12/bike-share-map-update-6-new-cities-weather-stats/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="/files/2011/12/bikeweather.png" alt="" title="bikeweather" width="570" height="118" class="aligncenter size-full wp-image-1984" /></p>
<p>Now available on the <a href="http://bikes.oobrien.com/">Bike Share Map</a> are five extra French cities: <a href="http://bikes.oobrien.com/?city=montpellier">Montpellier</a>, <a href="http://bikes.oobrien.com/?city=stetienne">St Etienne</a>, <a href="http://bikes.oobrien.com/?city=calais">Calais</a>, <a href="http://bikes.oobrien.com/?city=valence">Valence</a> and <a href="http://bikes.oobrien.com/?city=vannes">Vannes</a>, as well as <a href="http://bikes.oobrien.com/?city=kunshan">Kunshan</a> in China. I&#8217;m also now showing the relaunched bike share in <a href="http://bikes.oobrien.com/?city=rio">Rio de Janeiro</a> &#8211; yes, you can <a href="http://bikes.oobrien.com/?city=rio&#038;zoom=15&#038;lat=-22.974&#038;lon=-43.18335&#038;layers=BTT">#bikeshare beside Copacabana Beach</a>. This brings the total currently being visualised to 45 &#8211; not including several that have shut down for the winter and will be back, and some others where I&#8217;ve been asked not to collect the data. Thanks to Russell from the <a href="http://bike-sharing.blogspot.com/">Bike-sharing Blog</a> for the tip-offs for all of these.</p>
<p>So far, Montpellier, Rio and Kunshan are looking potentially very interesting, while there&#8217;s nothing much going on in Calais, St Etienne, Valence or Vannes.</p>
<p>I&#8217;ve also added some extra stats on each bike share, showing the number of docks and how many are completely empty and completely full &#8211; often surprisingly many after rush-hour for certain cities.</p>
<p>Finally and perhaps most importantly I&#8217;m now showing current weather conditions for most of the cities. The data is the <a href="http://en.wikipedia.org/wiki/METAR">METAR information</a> for the major airport nearest each city, supplied and decoded by the <a href="http://weather.noaa.gov/">NOAA Internet Weather Source</a>. I&#8217;m picking up the reports every hour or so (some report less frequently) and caching them. Hopefully they will prove accurate. Currently it&#8217;s reporting 0&deg;C in Toronto and 27&deg;C in Rio de Janeiro.</p>
<p><img src="/files/2011/12/copacabana.png" alt="" title="copacabana" width="570" height="516" class="aligncenter size-full wp-image-1979" /></p>
]]></content:encoded>
			<wfw:commentRss>http://oliverobrien.co.uk/2011/12/bike-share-map-update-6-new-cities-weather-stats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t Zone-1 It When You Can Boris Bike It</title>
		<link>http://oliverobrien.co.uk/2011/12/dont-zone-1-it-when-you-can-boris-bike-it/</link>
		<comments>http://oliverobrien.co.uk/2011/12/dont-zone-1-it-when-you-can-boris-bike-it/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 13:37:01 +0000</pubDate>
		<dc:creator>Oliver O`Brien</dc:creator>
				<category><![CDATA[Bike Share]]></category>
		<category><![CDATA[Data Graphics]]></category>
		<category><![CDATA[London]]></category>

		<guid isPermaLink="false">http://ollie.blogweb.casa.ucl.ac.uk/?p=1938</guid>
		<description><![CDATA[[Updated with new connections.] Ever thought what the tube network would look like if you took out the expensive Zone 1? Me neither, until this morning, when I was wondering if it was possible to utilise my current &#8220;Boris Bike&#8221; &#8230; <a href="http://oliverobrien.co.uk/2011/12/dont-zone-1-it-when-you-can-boris-bike-it/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="/files/2011/12/tube_nozone1_bikes.png"><img src="/files/2011/12/tube_nozone1_bikes-1024x661.png" alt="" title="tube_nozone1_bikes" width="584" height="376" class="aligncenter size-large wp-image-1970" /></a></p>
<p>[<b>Updated</b> with new connections.] Ever thought what the tube network <a href="http://mappinglondon.co.uk/2011/12/06/no-zone-1/">would look like</a> if you took out the expensive Zone 1? Me neither, until this morning, when I was wondering if it was possible to utilise my current &#8220;Boris Bike&#8221; bikeshare 24-hour membership to save a bit of money on commuting in to work. </p>
<p>Transport for London would really rather you didn&#8217;t take the tube into Zone 1. It&#8217;s often at capacity during the rush hour. The fares are <a href="http://www.tfl.gov.uk/tickets/fares-2011/21472.aspx">priced accordingly</a> &#8211; for example, to get a tube from Zone 3 to Zone 1, it costs £2.90 during the Peak Fare periods, compared with £1.40 if you only go from Zone 3 to Zone 2. Do that commute twice, and it&#8217;s a £3 saving missing out Zone 1, which more than makes up for the £1 Boris Bike 24-hour membership charge. So, I was wondering if it is viable to get off the tube a few stops early and Boris Bike the final mile or so. </p>
<p>Superimposing my London <a href="http://bikes.oobrien.com/">bike share map</a> reveals directions from where such money-saving journeys may be possible. Plenty of opportunities from the north-west or the west, with St John&#8217;s Wood, Notting Hill and Earls Court having easy Boris Bike accessibility. Access from the south-west and south is also good, thanks to Vauxhall and Elephant &#038; Castle. Things get a little trickier &#8211; as usual &#8211; in the south-east, where a 1km walk from Bermondsey, or a much longer walk from South Bermondsey are your only options &#8211; the region won&#8217;t even stand to benefit from the forthcoming scheme expansion. The east is also an option, with Whitechapel being very well stocked with Boris Bikes, and Wapping not being too far either. The east is set to benefit too from the imminent expansion of the Barclays Cycle Hire scheme, to use its full name, to cover all of Tower Hamlets. The north-east is OK, with Hoxton an option, although it&#8217;s a shame the docks don&#8217;t extend up to Highbury &#038; Islington station, a major interchange. The north is also good, thanks to the legendary Mornington Crescent station. </p>
<p><b>Four of the Best Zone 2 &#038; Bike Opportunities</b></p>
<ul>
<li>Mornington Crescent (Northern Line) &#8211; right beside a big docking station. Don&#8217;t go to Euston (Zone 1). It&#8217;s also easy to get to Mornington Crescent from the Overground, thanks to an unmarked but official Out of Station Interchange.</li>
<li>Notting Hill Gate (Central Line) &#8211; the tube takes you to the top of the hill, then go east by Boris Bike.</li>
<li>Earl&#8217;s Court (District/Piccadilly) &#8211; it&#8217;s a long way to Charing Cross, but if you don&#8217;t need to go that far, the bike is a good way to travel.</li>
<li>Whitechapel (District/Hammersmith &#038; City) &#8211; two big stands very close to the station, and an easy cycle along CS2 into the City.</li>
</ul>
<p>So, all in all, not too bad. Whether it&#8217;s worth the extra time walking to a convenient docking station, and the worry of finding it all out of bikes, to save a pound or two, is another thing&#8230;</p>
<table>
<tr>
<td><img src="http://farm4.staticflickr.com/3385/5724595689_d60abc6db6_m.jpg" style='width: 240px; height: 160px;'></td>
<td>+</td>
<td><img src="http://farm2.staticflickr.com/1264/5111378666_605a0c9e0f_m.jpg" style='width: 240px; height: 160px;'></td>
<td>=</td>
<td><img src="http://farm5.staticflickr.com/4076/4860318791_4de3c22f9c_t.jpg" style='width: 75px; height: 100px;'></td>
</tr>
</table>
<p>See my <a href="http://mappinglondon.co.uk/2011/12/06/no-zone-1/">Mapping London article</a> for more detail about the No Zone 1 map. You can click on the map above for a larger version. An SVG version (i.e. editable) without the bike docking stations, is downloadable <a href="http://casa.oobrien.com/misc/nozone1_partial.svg">here</a> although there is lots of missing detail beyond Zone 2.</p>
<p><i>The map was based on a Wikimedia/<a href="http://en.wikipedia.org/wiki/File:London_Underground_full_map_complete.svg">Wikipedia file</a>, which I then augmented (to show the Overground and some selected regular railway lines) with <a href="http://osm.org/">OpenStreetMap</a> data, by producing a map in <a href="http://gemma.casa.ucl.ac.uk/">GEMMA</a> of railway=rail features. I also added some unmarked Out of Station Interchanges, thanks to this <a href="http://www.whatdotheyknow.com/request/new_out_of_station_interchanges">FOI request</a>. Photos by Gnatallica, Clotheyes and Wwarby on Flickr.</i> </p>
<p>[<b>Update</b>: An earlier version of the article and map made reference to Shoreditch High Street station which I incorrectly thought was in Zone 2 for "old East London Line" journeys - it appears this is not actually the case - the anomaly that I was misremembering is that for short journeys from the station, the Peak Fare increases do not apply. I've also updated the map a few times since posting this article, to add in a few missing stations and also the locations of the big terminus stations in London. I've also added some "Out of Station Interchanges" on the Overground - many of these aren't marked on official TfL maps, but are valid interchanges, i.e. you don't get charged for two journeys.]</p>
]]></content:encoded>
			<wfw:commentRss>http://oliverobrien.co.uk/2011/12/dont-zone-1-it-when-you-can-boris-bike-it/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Main Street UK</title>
		<link>http://oliverobrien.co.uk/2011/11/main-street-uk/</link>
		<comments>http://oliverobrien.co.uk/2011/11/main-street-uk/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 13:35:54 +0000</pubDate>
		<dc:creator>Oliver O`Brien</dc:creator>
				<category><![CDATA[Data Graphics]]></category>
		<category><![CDATA[Geodemographics]]></category>
		<category><![CDATA[OpenStreetMap]]></category>

		<guid isPermaLink="false">http://ollie.blogweb.casa.ucl.ac.uk/?p=1919</guid>
		<description><![CDATA[GEMMA is the project I&#8217;ve been working on for the last six months, it&#8217;s one of the JISCgeo projects and it is now released &#8211; although consider it to be beta as there are lots of bugs and UI quirks &#8230; <a href="http://oliverobrien.co.uk/2011/11/main-street-uk/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://gemma.casa.ucl.ac.uk/">GEMMA</a> is the project I&#8217;ve been working on for the last six months, it&#8217;s one of the <a href="http://www.jisc.ac.uk/whatwedo/programmes/inf11/jiscGEO">JISCgeo projects</a> and it is now released &#8211; although consider it to be beta as there are lots of bugs and UI quirks that we are aware of. More about GEMMA can be found on the <a href="http://gemma.blogs.casa.ucl.ac.uk/">project&#8217;s blog</a>.</p>
<p>One use of the <a href="http://osm.org/">OpenStreetMap</a> feature highlighter in GEMMA, that was suggested by one of the participants at the JISCgeo Meeting earlier this week where we launched the web application, and augmented by a friend who was trying it out, was mapping the occurrences of the &#8220;High Street&#8221; road name &#8211; and a few regional variations, namely Main Street, Front Street, Market Street, Fore Street and The Street. Using GEMMA, and the high level of completion of OpenStreetMap in the UK and Ireland, allows us to visually show the spatial patterns of such street names.</p>
<p>Here&#8217;s a stitched-together screenshot of the GEMMA webpage showing the pattern throughout the UK and part of Ireland:</p>
<p><img src="/files/2011/11/highst.png" alt="" title="highst" width="640" height="1215" class="aligncenter size-full wp-image-1931" /></p>
<p>It turns out that Main Street is popular in the Midlands and in Scotland and Ireland, and Front Street is popular in the North-East of England (around Newcastle) while High Street is used nearly everywhere in the UK &#8211; but only sparingly in Ireland. Market Street is popular in the Manchester and Devon areas. Fore Street is popular in Cornwall and The Street very popular in Essex and Kent.</p>
<p>Note that many parts of Northern Ireland and the Republic of Ireland, are not yet well mapped in OpenStreetMap, so the street names will be missing in some parts here. <i>The base-map is copyright Google and the street data is CC-By-SA OpenStreetMap.</i></p>
<p>You can see the live version of the map <a href="http://gemma.casa.ucl.ac.uk/go/7tj">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://oliverobrien.co.uk/2011/11/main-street-uk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Relative Urban Footprint of Tokyo and London</title>
		<link>http://oliverobrien.co.uk/2011/11/the-relative-urban-footprint-of-tokyo-and-london/</link>
		<comments>http://oliverobrien.co.uk/2011/11/the-relative-urban-footprint-of-tokyo-and-london/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 14:23:49 +0000</pubDate>
		<dc:creator>Oliver O`Brien</dc:creator>
				<category><![CDATA[Data Graphics]]></category>

		<guid isPermaLink="false">http://ollie.blogweb.casa.ucl.ac.uk/?p=1891</guid>
		<description><![CDATA[I was intrigued by this tweet that appeared in my Twitter client this morning: It&#8217;s one of those tweets that makes you go &#8220;That doesn&#8217;t sound right?&#8221; Is Tokyo really a third of the size of England? It generally takes &#8230; <a href="http://oliverobrien.co.uk/2011/11/the-relative-urban-footprint-of-tokyo-and-london/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="/files/2011/11/toky_london.jpg" alt="" title="toky_london" width="640" height="776" class="aligncenter size-full wp-image-1897" /></p>
<p>I was intrigued by this tweet that appeared in my Twitter client this morning:</p>
<p><img src="/files/2011/11/twittertokyo.png" alt="" title="twittertokyo" width="299" height="89" class="aligncenter size-full wp-image-1894" /></p>
<p>It&#8217;s one of those tweets that makes you go &#8220;That doesn&#8217;t sound right?&#8221;</p>
<p>Is Tokyo really a third of the size of England? It generally takes just under four hours by highish-speed train from London to the edge of England (Berwick) and a similar amount of time to get down to Cornwall. Even Wales is a good couple of hours away. I know they have ultra-fast trains in Japan but can Tokyo really be that big?</p>
<p>The link offers up the following map as proof, which appears to be based on Google Earth (<i>very likely Copyright Google and its aerial imagery partners</i>):</p>
<p><img src="/files/2011/11/tokyo_area_640_01.jpg" alt="" title="tokyo_area_640_01" width="640" height="563" class="aligncenter size-full wp-image-1893" /></p>
<p>Some of the comments on the source article mention the key point that the Toyko metropolitan area, an administrative area, contains a large amount of rural land. The same is somewhat true of London &#8211; parts of the south-eastern fringe of the Greater London Authority (GLA) area are very definitely rural, and conversely built-up areas (Loughton) are outside of the GLA but part of the London continuous urban area and very much feel part of London &#8211; e.g. it&#8217;s on the tube network and in Zone 6. </p>
<p>Another example of administrative areas not coinciding with urban areas is that the City of Edinburgh council area extends well away from the city &#8211; but only to the west (i.e. to the Forth Bridge). In all other directions, the boundary is not far from the city bypass which is itself not far from the urban area, or there&#8217;s water in the way.</p>
<p>So a better comparison would be to visually compare the built-up areas of the two cities, first of all making sure that the scales are exactly the same and that the projections are appropriate for each city &#8211; I&#8217;m not saying this is not the case for the Google Earth example, although you do have to be careful with how Google Earth displays scales for, and projects, very large areas, as they are not always 100% rigorous.</p>
<p>I asked James of <a href="http://spatialanalysis.co.uk/">Spatial Analysis</a> to have a quick look, as he had the data to hand, and he&#8217;s produced the rather lovely map which is at the top of this article. Thanks James! The dark grey areas are built-up areas and railways and the land and sea are also shown for context. A rough visual comparison of the map shows the urban area of Tokyo is maybe 3 times the size of London. This kind of equates to the population difference (<a href="http://en.wikipedia.org/wiki/Greater_London_Urban_Area">8.5 million</a> vs <a href="http://en.wikipedia.org/wiki/Greater_Tokyo_Area">31 million</a>, using very rough numbers) and shows that Tokyo would fit quite snugly into Kent, rather than taking up much of southern England as the original statement implied &#8211; its own map, while exaggerating the urban area, also doesn&#8217;t quite cover a third of the nation.</p>
<p>(As an aside &#8211; it&#8217;s tricky to define exactly what a metropolitan area is &#8211; <a href="http://en.wikipedia.org/wiki/List_of_metropolitan_areas_by_population">Wikipedia&#8217;s article</a> for instance has very different numbers.)</p>
<p>So Tokyo is big &#8211; yes &#8211; but not nation-eating gigantic. I could probably just about cope with it.</p>
]]></content:encoded>
			<wfw:commentRss>http://oliverobrien.co.uk/2011/11/the-relative-urban-footprint-of-tokyo-and-london/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

