<?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>Spatial Analysis &#187; London</title>
	<atom:link href="http://spatialanalysis.co.uk/tag/london/feed/" rel="self" type="application/rss+xml" />
	<link>http://spatialanalysis.co.uk</link>
	<description>Spatial data visualisation, analysis and resources</description>
	<lastBuildDate>Thu, 02 Feb 2012 21:50:43 +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>London Cycle Hire and Pollution</title>
		<link>http://spatialanalysis.co.uk/2012/02/london-cycle-hire-pollution/</link>
		<comments>http://spatialanalysis.co.uk/2012/02/london-cycle-hire-pollution/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 13:02:39 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Featured Maps]]></category>
		<category><![CDATA[London]]></category>
		<category><![CDATA[R Spatial Tips]]></category>
		<category><![CDATA[Visualisation]]></category>
		<category><![CDATA[barclays cycle]]></category>
		<category><![CDATA[Boris bikes]]></category>
		<category><![CDATA[pollution]]></category>

		<guid isPermaLink="false">http://spatialanalysis.co.uk/?p=3442</guid>
		<description><![CDATA[As a cyclist in London you can do your best to avoid left turning buses and dozy pedestrians. One thing you can&#8217;t really avoid though is pollution (although I accept cyclists probably aren&#8217;t much worse off than pedestrians and drivers in this respect). To illustrate this I have taken data for 3.2 million journeys from ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://spatialanalysis.co.uk/wp-content/uploads/2012/02/bike_pollution_web.png"><img class="alignnone  wp-image-3444" title="bike_pollution_web" src="http://spatialanalysis.co.uk/wp-content/uploads/2012/02/bike_pollution_web-1024x703.png" alt="" width="553" height="380" /></a></p>
<p>As a cyclist in London you can do your best to avoid left turning buses and dozy pedestrians. One thing you can&#8217;t really avoid though is pollution (although I accept cyclists probably aren&#8217;t much worse off than pedestrians and drivers in this respect). To illustrate this I have taken <a href="http://www.tfl.gov.uk/businessandpartners/syndication/default.aspx" target="_blank">data </a>for 3.2 million journeys from the Barclays Cycle Hire scheme and combined it with <a href="http://data.london.gov.uk/laei-2008-concentration-maps" target="_blank">GLA pollution data </a>for particulate matter. Unsurprisingly, pollution is worse at junctions and where there is lots of static traffic, with the popular cycling routes around Waterloo Bridge and the Strand particularly affected. Most of the journeys are subject to relatively low (by <a href="http://www.guardian.co.uk/environment/2010/jun/25/london-air-pollution-europe" target="_blank">London standards</a>) levels because cyclists try and avoid the busiest routes, such as Euston Road. The loop around Hyde Park is really popular with Boris Bikers and fortunately one of the least polluted but clearly more could be done to sort out the pollution hotspots around the west end.</p>
<p>The routes have been guessed using routing algorithms and <a href="http://www.openstreetmap.org/" target="_blank">OpenStreetMap</a> data and optimised for cyclists (ie we assumed that people would prefer cycle lanes over roads etc). Thanks to Ollie O&#8217;Brien for this analysis. You can see more of his work <a href="http://oliverobrien.co.uk/2012/01/bike-share-route-fluxes/" target="_blank">here</a>. I produced this map using the R software package and blog about how I did it <a href="http://spatialanalysis.co.uk/2012/02/great-maps-ggplot2/" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://spatialanalysis.co.uk/2012/02/london-cycle-hire-pollution/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Great Maps with ggplot2</title>
		<link>http://spatialanalysis.co.uk/2012/02/great-maps-ggplot2/</link>
		<comments>http://spatialanalysis.co.uk/2012/02/great-maps-ggplot2/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 13:02:15 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[R Spatial Tips]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cycle]]></category>
		<category><![CDATA[ggplot2]]></category>
		<category><![CDATA[lineend]]></category>
		<category><![CDATA[London]]></category>
		<category><![CDATA[R]]></category>
		<category><![CDATA[rstats]]></category>

		<guid isPermaLink="false">http://spatialanalysis.co.uk/?p=3455</guid>
		<description><![CDATA[The above map (and this one) was produced using R and ggplot2 and serve to demonstrate just how sophisticated R visualisations can be. We are used to seeing similar maps produced with conventional GIS platforms or software such as Processing but I hadn&#8217;t yet seen one from the R community (feel free to suggest some ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://spatialanalysis.co.uk/wp-content/uploads/2012/02/bike_ggplot.png"><img class="alignnone  wp-image-3456" title="bike_ggplot" src="http://spatialanalysis.co.uk/wp-content/uploads/2012/02/bike_ggplot-1024x676.png" alt="" width="553" height="365" /></a></p>
<p>The above map (<a href="http://spatialanalysis.co.uk/2012/02/london-cycle-hire-pollution/" target="_blank">and this one</a>) was produced using R and <a href="http://had.co.nz/ggplot2/" target="_blank">ggplot2</a> and serve to demonstrate just <a href="http://spatialanalysis.co.uk/2012/01/coming-age-spatial-data-visualisation/" target="_blank">how sophisticated</a> R visualisations can be. We are used to seeing similar maps produced with conventional GIS platforms or software such as <a href="http://processing.org/" target="_blank">Processing</a> but I hadn&#8217;t yet seen one from the R community (feel free to suggest some in the comments). The map contains three layers: buildings, water and the journey segments. The most challenging aspect was to change the standard line ends in <a href="http://had.co.nz/ggplot2/geom_segment.html" target="_blank">geom_segment</a> from &#8220;butt&#8221; to &#8220;round&#8221; in order that the lines appeared continuous and not with &#8220;cracks&#8221; in, see below.</p>
<p><a href="http://spatialanalysis.co.uk/wp-content/uploads/2012/02/lineend.png"><img class="alignnone size-full wp-image-3459" title="lineend" src="http://spatialanalysis.co.uk/wp-content/uploads/2012/02/lineend.png" alt="" width="553" height="288" /></a></p>
<p>I am grateful to Hadley and the rest of the ggplot2 Google Group for the solution. You can see it <a href="http://groups.google.com/group/ggplot2/browse_thread/thread/9a8befd1ffcc4ae6" target="_blank">here</a>. From this point I layered the plots using the <a href="http://had.co.nz/ggplot2/geom_polygon.html" target="_blank">geom_polygon()</a> command for the buildings and water bodies and my new function geom_segment2() for the journey segments- these were simply the start and end latitudes and longitudes for each node in the road network and the number of times a cyclist passed between them. I have included the code below<br />
&nbsp;</p>
<p><code><br />
#Code supplied by james cheshire Feb 2012<br />
#load packages and enter development mode<br />
library('devtools')<br />
dev_mode()<br />
library(ggplot2)<br />
library(proto)</p>
<p>#if your map data is a shapefile use maptools<br />
library(maptools)<br />
gpclibPermit()</p>
<p>#create GeomSegment2 function<br />
GeomSegment2 <- proto(ggplot2:::GeomSegment, {<br />
 objname <- "geom_segment2"<br />
 draw <- function(., data, scales, coordinates, arrow=NULL, ...) {<br />
  if (is.linear(coordinates)) {<br />
    return(with(coord_transform(coordinates, data, scales),<br />
      segmentsGrob(x, y, xend, yend, default.units="native",<br />
      gp = gpar(col=alpha(colour, alpha), lwd=size * .pt,<br />
        lty=linetype, lineend = "round"),<br />
      arrow = arrow)<br />
    ))<br />
  }<br />
}})</p>
<p>geom_segment2 <- function(mapping = NULL, data = NULL, stat =<br />
"identity", position = "identity", arrow = NULL, ...)  {<br />
 GeomSegment2$new(mapping = mapping, data = data, stat = stat,<br />
       position = position, arrow = arrow, ...)<br />
}</p>
<p>#load data stlat/stlong are the start points elat/elong are the end points of the lines<br />
lon<- read.csv("bikes_london.csv", header=F, sep=";")<br />
names(lon)<-c("stlat", "stlon", "elat", "elong", "count")</p>
<p>#load spatial data. You need to fortify if loaded as a shapefile<br />
water<- fortify(readShapePoly("waterfeatures.shp"))<br />
built<- fortify(readShapePoly("buildings.shp"))</p>
<p>#This step removes the axes labels etc when called in the plot.<br />
xquiet<- scale_x_continuous("", breaks=NA)<br />
yquiet<-scale_y_continuous("", breaks=NA)<br />
quiet<-list(xquiet, yquiet)</p>
<p>#create base plot<br />
plon1<- ggplot(lon, aes(x=stlon, y=stlat))</p>
<p>#ready the plot layers<br />
pbuilt<-c(geom_polygon(data=built, aes(x=long, y=lat, group=group), colour= "#4B4B4B", fill="#4F4F4F", lwd=0.2))<br />
pwater<-c(geom_polygon(data=water, aes(x=long, y=lat, group=group), colour= "#708090", fill="#708090"))</p>
<p>#create plot<br />
plon2<- plon1 +pbuilt+ pwater+ geom_segment2(aes(xend=elong, yend=elat, size= count, colour=count))+scale_size(range=c(0.06, 1.8))+scale_colour_gradient(low="#FFFFFF", high="#FFFF33", space="rgb")+coord_equal(ratio=1/cos(lon$elat[1]*pi/180))+quiet+ opts(panel.background=theme_rect(fill="#404040"))</p>
<p>plon2<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://spatialanalysis.co.uk/2012/02/great-maps-ggplot2/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>The Power of Comparison: Just How Big Is It?</title>
		<link>http://spatialanalysis.co.uk/2012/01/power-comparison/</link>
		<comments>http://spatialanalysis.co.uk/2012/01/power-comparison/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 14:40:26 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Featured Maps]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Visualisation]]></category>
		<category><![CDATA[comparison]]></category>
		<category><![CDATA[how big is it]]></category>
		<category><![CDATA[infographic]]></category>
		<category><![CDATA[London]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[size of wales]]></category>
		<category><![CDATA[subway]]></category>
		<category><![CDATA[tokyo]]></category>

		<guid isPermaLink="false">http://spatialanalysis.co.uk/?p=3388</guid>
		<description><![CDATA[&#160; If I said a country was 1594719800 metres squared it would mean a lot less to you than if I said it was about the size of Greater London (so long as you know about how big Greater London is). For this reason the media tend to report the extent of a flood in ...]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p><a href="http://spatialanalysis.co.uk/wp-content/uploads/2012/01/units_of_area.png"><img class="alignnone  wp-image-3415" title="units_of_area" src="http://spatialanalysis.co.uk/wp-content/uploads/2012/01/units_of_area-922x1024.png" alt="" width="581" height="645" /></a></p>
<p>If I said a country was 1594719800 metres squared it would mean a lot less to you than if I said it was about the size of Greater London (so long as you know about how big Greater London is). For this reason the media tend to report the extent of a flood in relation to the size of the <a href="http://en.wikipedia.org/wiki/Isle_of_Wight">Isle of Wight</a> or Icebergs in relation to the size of Wales (or <a href="http://carbon-based-ghg.blogspot.com/2010/02/giant-antarctic-iceberg-could-affect.html">Luxembourg</a>) so that we can imagine the extent and scale of a disaster or news story. Despite plenty of <a href="http://www.guardian.co.uk/media/mind-your-language/2010/may/17/mind-your-language-david-marsh">comment</a> on how ridiculous such comparisons are, and a <a href="http://www.simonkelk.co.uk/index-frames.html">great website</a> that will convert standard measurements into the fractions or multiples of the size of Wales, I am yet to see a mapped representation of our increasingly standard units of area. The one I produced above is not meant to be definitive, just a starting point to what I hope will be a new system to replace the frankly inadequate* <a href="http://en.wikipedia.org/wiki/Metric_system">metric measures</a> we are used to.</p>
<p>A much more effective alternative to simply stating an area in terms of its relative size to another area is of course to produce a map.  Geographically correct maps contain most of this information in the first place but they aren&#8217;t much good if you want to compare two things at either ends of the World or even the <a href="http://sciencenetlinks.com/interactives/messenger/psc/PlanetSize.html">Solar System</a>. With loads of mapping data online it is now easy to start shifting things around and laying them on top of each other in the same way the BBC&#8217;s <a href="http://howbigreally.com/">How Big Really</a>? website does.</p>
<p><a href="http://howbigreally.com/"><img title="flood_comp" src="http://spatialanalysis.co.uk/wp-content/uploads/2012/01/flood_comp.png" alt="" width="568" height="321" /></a></p>
<p>This is fine if you want to compare a couple of things, but the map gets messy if you want to do more than that. For more complex comparisons you need to start with a fresh map (be careful of the <a href="http://spatialanalysis.co.uk/2011/03/flattening-the-earth/">projection</a>) and shifitng everything around to fit on a single page. Doing this can have a big impact as Kai Krause did with his &#8220;<a href="http://flowingdata.com/2010/10/18/true-size-of-africa/" target="_blank">True Size of Africa</a>&#8221; map.</p>
<p><img title="image2" src="http://spatialanalysis.co.uk/wp-content/uploads/2010/12/image21-1024x724.jpg" alt="" width="553" height="391" /></p>
<div> Such maps can be particularly effective when comparing the size and shape of cities to each other&#8230;</div>
<div><a href="http://oliverobrien.co.uk/2011/11/the-relative-urban-footprint-of-tokyo-and-london/"><img title="toky_london" src="http://spatialanalysis.co.uk/wp-content/uploads/2012/01/toky_london.jpg" alt="" width="576" height="698" /></a></div>
<p>&#8230;sparsely populated areas (UK Cities on top of the Highland region of Scotland by <a href="http://undertheraedar.blogspot.com/2011/10/how-big-is-london.html">Alasdair Rae</a>)&#8230;</p>
<p><a href="http://undertheraedar.blogspot.com/2011/10/how-big-is-london.html"><img class="alignnone  wp-image-3433" title="uk_city_size_grey_highland" src="http://spatialanalysis.co.uk/wp-content/uploads/2012/01/uk_city_size_grey_highland-1011x1024.png" alt="" width="546" height="553" /></a></p>
<p>&#8230;and their transport systems such as subways (by <a href="http://fakeisthenewreal.org/subway/" target="_blank">Neil Freeman</a>)</p>
<p><a href="http://fakeisthenewreal.org/subway/"><img title="subway_comp" src="http://spatialanalysis.co.uk/wp-content/uploads/2012/01/subway_comp.png" alt="" width="563" height="366" /></a></p>
<p>and cycle hire schemes (by <a href="http://oliverobrien.co.uk/2012/01/a-glimpse-of-bike-share-geographies-around-with-world/" target="_blank">Oliver O&#8217;Brien</a>).</p>
<p><a href="http://oliverobrien.co.uk/2012/01/a-glimpse-of-bike-share-geographies-around-with-world/"><img class="alignnone  wp-image-3398" title="bikes_comp" src="http://spatialanalysis.co.uk/wp-content/uploads/2012/01/bikes_comp.png" alt="" width="576" height="815" /></a></p>
<p>I think they offer a new perspective on the world and use maps as more abstract forms of information visualisation, so lets hope we see them more often to accompany the usual descriptive &#8220;relative to Wales&#8221; statements.</p>
<p>*I don&#8217;t seriously mean this.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://spatialanalysis.co.uk/2012/01/power-comparison/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>OpenStreetMap: 5 Years of Mapping London</title>
		<link>http://spatialanalysis.co.uk/2011/11/openstreetmap-3-years-mapping-london/</link>
		<comments>http://spatialanalysis.co.uk/2011/11/openstreetmap-3-years-mapping-london/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 15:58:40 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[London]]></category>
		<category><![CDATA[Visualisation]]></category>
		<category><![CDATA[edits]]></category>
		<category><![CDATA[ITO World]]></category>
		<category><![CDATA[OSM]]></category>

		<guid isPermaLink="false">http://spatialanalysis.co.uk/?p=3208</guid>
		<description><![CDATA[This week I am giving a talk on some of the London maps that we produce in CASA. The hours of work I put in to such maps is minuscule compared to the amount of effort and time that the OpenStreetMap community have invested in producing a truly open (and often more accurate) map of London (and the ...]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://player.vimeo.com/video/31912114" width="500" height="281" frameborder="0" webkitAllowFullScreen allowFullScreen></iframe></p>
<p>This week I am giving <a href="http://londonist.com/2011/11/london-maps-the-magical-the-methodical-and-the-multifaceted.php">a talk</a> on some of the London maps that we produce in <a href="http://www.bartlett.ucl.ac.uk/casa">CASA</a>. The hours of work I put in to such maps is minuscule compared to the amount of effort and time that the <a href="http://www.openstreetmap.org/">OpenStreetMap</a> community have invested in producing a truly open (and often more accurate) map of London (and the rest of the world). To give an idea of just how far the project has come over the past five years or so, <a href="http://www.itoworld.com/">ITO World</a> have produced a great visualisation (above).</p>
<p>As a bonus ITO World have also produced a similar visualisation for Berlin, Germany.</p>
<p><iframe src="http://player.vimeo.com/video/31910541" width="500" height="281" frameborder="0" webkitAllowFullScreen allowFullScreen></iframe></p>
<p>Thanks to <a href="http://twitter.com/#!/petzlux">Patrick Webber</a> for the tip off about these.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://spatialanalysis.co.uk/2011/11/openstreetmap-3-years-mapping-london/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mapping London&#8217;s Population Change 1801-2030</title>
		<link>http://spatialanalysis.co.uk/2011/02/mapping-londons-population-change-2011-2030/</link>
		<comments>http://spatialanalysis.co.uk/2011/02/mapping-londons-population-change-2011-2030/#comments</comments>
		<pubDate>Wed, 16 Feb 2011 10:34:20 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Britain]]></category>
		<category><![CDATA[Featured Maps]]></category>
		<category><![CDATA[London]]></category>
		<category><![CDATA[R Spatial Tips]]></category>
		<category><![CDATA[Visualisation]]></category>
		<category><![CDATA[london datastore]]></category>
		<category><![CDATA[Map]]></category>
		<category><![CDATA[opendata]]></category>
		<category><![CDATA[Population]]></category>
		<category><![CDATA[R]]></category>
		<category><![CDATA[R Maps]]></category>
		<category><![CDATA[R spatial]]></category>
		<category><![CDATA[RColorBrewer]]></category>
		<category><![CDATA[rspatialtips]]></category>
		<category><![CDATA[rstats]]></category>

		<guid isPermaLink="false">http://jamescheshire.co.uk.blogs.splintdev.geog.ucl.ac.uk/?p=2200</guid>
		<description><![CDATA[Buried in the London Datastore are the population estimates for each of the London Boroughs between 2001 &#8211; 2030. They predict a declining population for most boroughs with the exception of a few to the east. I was surprised by this general decline and also the numbers involved- I expected larger changes from one year to ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://spatialanalysis.co.uk/wp-content/uploads/2011/02/london_pop_change1.png"><img class="aligncenter size-full wp-image-2205" title="london_pop_change" src="http://spatialanalysis.co.uk/wp-content/uploads/2011/02/london_pop_change1.png" alt="" width="601" height="412" /></a></p>
<p style="text-align: left;">Buried in the <a href="http://data.london.gov.uk/" target="_blank">London Datastore</a> are the <a href="http://data.london.gov.uk/datastore/package/gla-population-projections-2009-round-revised-shlaa-borough-sya" target="_blank">population estimates</a> for each of the <a href="http://en.wikipedia.org/wiki/London_borough" target="_blank">London Boroughs</a> between 2001 &#8211; 2030. They predict a declining population for most boroughs with the exception of a few to the east. I was surprised by this general decline and also the numbers involved- I expected larger changes from one year to the next. I think this is because my perception of migration is of the volume of people moving rather than the net effects on the baseline population of these movements. I don&#8217;t envy the <a href="http://www.london.gov.uk/" target="_blank">GLA</a> for making <a href="http://data.london.gov.uk/datastore/package/gla-population-projections-2009-round-revised-shlaa-borough-sya" target="_blank">predictions</a> so far into the future, but can understand why they have to do it (think how long it took initiate <a href="http://en.wikipedia.org/wiki/Crossrail" target="_blank">Crossrail</a>!). Last year I produced a simple animation showing past changes in London&#8217;s population density (<a href="http://data.london.gov.uk/datastore/package/historic-census-population" target="_blank">data</a>) and it provides a nice comparison to the above. In total I have squeezed 40 maps on this page!</p>
<p style="text-align: left;"><a href="http://spatialanalysis.co.uk/wp-content/uploads/2010/01/london_pop_density.gif"><img class="aligncenter size-full wp-image-534" title="london_pop_density" src="http://spatialanalysis.co.uk/wp-content/uploads/2010/01/london_pop_density.gif" alt="" width="600" height="400" /></a></p>
<h3>Technical Stuff</h3>
<p>These maps were all produced to demonstrate the mapping capabilities of <a href="http://www.r-project.org/" target="_blank">R</a>. The first uses <a href="http://had.co.nz/ggplot2/" target="_blank">ggplot2</a> (plus <a href="http://cran.r-project.org/web/packages/classInt/index.html" target="_blank">classInt</a> + <a href="http://cran.r-project.org/web/packages/RColorBrewer/index.html" target="_blank">RColorBrewer</a>) and is based on some <a href="https://bitbucket.org/markbulling/open-source/src/ded7d7392a5c/London%20Immigration.R" target="_blank">code</a> (see below) written by <a href="http://dotlinking.blogspot.com/" target="_blank">Mark Bulling</a>. If you follow the code below you will end up with<a href="http://www.flickr.com/photos/everheardofaspacebar/4259967972/in/photostream/" target="_blank"> this map</a>, not the one I have produced above. I will stick my code in a formal tutorial soon. The animation uses the standard plot functions (plus spatial packages) in R as per this <a href="http://rspatialtips.org.uk/2011/01/19/r-maps/" target="_blank">example</a>.<br />
<script type="text/javascript" src="https://bitbucket.org/markbulling/open-source/src/ded7d7392a5c/London%20Immigration.R?embed=t"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://spatialanalysis.co.uk/2011/02/mapping-londons-population-change-2011-2030/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>18th Century Congestion Charging</title>
		<link>http://spatialanalysis.co.uk/2010/12/18th-century-congestion-charging/</link>
		<comments>http://spatialanalysis.co.uk/2010/12/18th-century-congestion-charging/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 20:13:49 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Britain]]></category>
		<category><![CDATA[Featured Maps]]></category>
		<category><![CDATA[London]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[18th Century]]></category>
		<category><![CDATA[congestion charge]]></category>
		<category><![CDATA[turnpike gates]]></category>

		<guid isPermaLink="false">http://jamescheshire.co.uk.blogs.splintdev.geog.ucl.ac.uk/?p=1590</guid>
		<description><![CDATA[Paying to use London&#8217;s roads is not a new idea. I have just come across a map showing turnpike gates (tolls) which were like the 18th Century equivalent of congestion charging. Instead of a single zone there appear to have been 16, each demanding a fee. It is unclear whether cyclists and taxis were exempt ...]]></description>
			<content:encoded><![CDATA[<p>Paying to use London&#8217;s roads is not a new idea. I have just come across a map showing turnpike gates (tolls) which were like the 18th Century equivalent of congestion charging. Instead of a single zone there appear to have been 16, each demanding a fee. It is unclear whether cyclists and taxis were exempt from paying, or whether the tolls had any effect on reducing congestion! An interactive version can be found <a href="http://www.davidrumsey.com/luna/servlet/detail/RUMSEY~8~1~200792~3000441:General-Plan-for-Explaining-the-dif?sort=Pub_Date,Pub_List_No_InitialSort&amp;cic=RUMSEY~8~1&amp;widgetType=detail&amp;nsip=1#" target="_blank">here</a>. I have also included a map of the current zone for comparison.</p>
<div id="attachment_1600" class="wp-caption aligncenter" style="width: 624px"><a href="http://spatialanalysis.co.uk/wp-content/uploads/2010/12/27240021.jpg"><img class="size-large wp-image-1600" title="18th Century London Tolls (Courtesy David Rumsey Maps)" src="http://spatialanalysis.co.uk/wp-content/uploads/2010/12/27240021-1024x762.jpg" alt="" width="614" height="457" /></a>
<p class="wp-caption-text">Courtesy David Rumsey Maps</p>
</div>
<div id="attachment_1594" class="wp-caption aligncenter" style="width: 624px"><a href="http://spatialanalysis.co.uk/wp-content/uploads/2010/12/Screen-shot-2010-12-05-at-19.55.55.png"><img class="size-large wp-image-1594" title="Congestion Charge" src="http://spatialanalysis.co.uk/wp-content/uploads/2010/12/Screen-shot-2010-12-05-at-19.55.55-1024x577.png" alt="" width="614" height="346" /></a>
<p class="wp-caption-text">Courtesy TFL</p>
</div>
<p style="text-align: center;"><a href="http://spatialanalysis.co.uk/wp-content/uploads/2010/12/Screen-shot-2010-12-05-at-19.55.55.png"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://spatialanalysis.co.uk/2010/12/18th-century-congestion-charging/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Spin Off Tube Maps</title>
		<link>http://spatialanalysis.co.uk/2010/10/spin-off-tube-maps/</link>
		<comments>http://spatialanalysis.co.uk/2010/10/spin-off-tube-maps/#comments</comments>
		<pubDate>Fri, 08 Oct 2010 11:40:47 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[London]]></category>
		<category><![CDATA[Visualisation]]></category>
		<category><![CDATA[Cartography]]></category>
		<category><![CDATA[Harry Beck]]></category>
		<category><![CDATA[Tube map]]></category>

		<guid isPermaLink="false">http://jamescheshire.co.uk.blogs.splintdev.geog.ucl.ac.uk/?p=1488</guid>
		<description><![CDATA[I am currently reading Denis Wood&#8217;s excellent &#8220;Rethinking the Power of Maps&#8220;. In it he draws attention to Geoff Marshall&#8216;s silly underground maps project. The project, and subsequent legal challenge from TFL, had completely passed me by. The website (now hosted here) contains as series of excellent spin off maps from Harry Beck&#8217;s famous original. ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">I am currently reading Denis Wood&#8217;s excellent &#8220;<a href="http://www.amazon.com/Rethinking-Power-Maps-Denis-Wood/dp/1593853661" target="_blank">Rethinking the Power of Maps</a>&#8220;. In it he draws attention to<a href="http://www.geofftech.co.uk/index.html" target="_blank"> Geoff Marshall</a>&#8216;s silly underground maps project. The project, and <a href="http://www.geofftech.co.uk/tube/sillymaps/" target="_blank">subsequent legal challenge from TFL</a>, had completely passed me by. The website (now hosted <a href="http://ni.chol.as/media/sillytube.html" target="_blank">here</a>) contains as series of excellent spin off maps from Harry Beck&#8217;s famous original. I have blogged about <a href="http://spatialanalysis.co.uk/2010/08/15/harry-beck-inspired-maps/" target="_blank">Beck inspired maps</a> before, but not ones that maintain the familiar layout of the map. Of course the most famous spin off is <a href="http://en.wikipedia.org/wiki/Simon_Patterson_%28artist%29" target="_blank">Simon Patterson</a>&#8216;s &#8220;<a href="http://en.wikipedia.org/wiki/The_Great_Bear" target="_blank">The Great Bear</a>&#8220;, a copy of which is hanging in my <a href="http://www.geog.ucl.ac.uk/" target="_blank">Geography Department</a>. As for Geoff Marshall&#8217;s compilation I highlight a couple of may favourites below. The first is of practical use and will give those new to London a head start in the nuances of the Tube Map; it shows those stations that are quicker to walk between.</p>
<p style="text-align: center;"><a href="http://ni.chol.as/media/geoff-files/sillymaps/walkmap.gif"><img class="aligncenter size-full wp-image-1493" title="quicker_to_walk" src="http://spatialanalysis.co.uk/wp-content/uploads/2010/10/quicker_to_walk.png" alt="" width="514" height="277" /></a></p>
<p style="text-align: left;">I would hate to think how long the map below took. Each standard station name has been re-written as an anagram.</p>
<p style="text-align: left;"><a href="http://ni.chol.as/media/geoff-files/sillymaps/anagrammap.gif"><img class="aligncenter size-full wp-image-1494" title="anagram_tube" src="http://spatialanalysis.co.uk/wp-content/uploads/2010/10/anagram_tube.png" alt="" width="417" height="223" /></a></p>
<p style="text-align: left;">My final favourite is a German version of the map. I like this because it made me really think about literal translations of the station names and how odd some of them really are.</p>
<p style="text-align: left;"><a href="http://spatialanalysis.co.uk/wp-content/uploads/2010/10/german_tube.png"><img class="aligncenter size-full wp-image-1496" title="german_tube" src="http://spatialanalysis.co.uk/wp-content/uploads/2010/10/german_tube.png" alt="" width="456" height="233" /></a></p>
<p style="text-align: left;">Click <a href="http://ni.chol.as/media/sillytube.html" target="_blank">here</a> for the full collection.</p>
]]></content:encoded>
			<wfw:commentRss>http://spatialanalysis.co.uk/2010/10/spin-off-tube-maps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time Travel Explorer London</title>
		<link>http://spatialanalysis.co.uk/2010/09/time-travel-explorer-london/</link>
		<comments>http://spatialanalysis.co.uk/2010/09/time-travel-explorer-london/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 20:40:41 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[London]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[time travel explorer]]></category>
		<category><![CDATA[ttx]]></category>

		<guid isPermaLink="false">http://jamescheshire.co.uk.blogs.splintdev.geog.ucl.ac.uk/?p=1416</guid>
		<description><![CDATA[I have recently purchased the slimline version of the Time Travel Explorer (TTX) London iPhone App. There are two versions available: the slimline version (cost £1.79) or the pro version cost (£5.49). The prices sit neatly either side of the Lonely Planet Guide to London app (cost £3.49). This is relevant because both can be ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">I have recently purchased the slimline version of the <a href="http://www.timetravelexplorer.com/" target="_blank">Time Travel Explorer</a> (TTX) London iPhone App. There are two versions available: the slimline version (cost £1.79) or the pro version cost (£5.49). The prices sit neatly either side of the Lonely Planet Guide to <a href="http://www.lonelyplanet.com/mobile/iphone-city-guides.cfm" target="_blank">London app </a>(cost £3.49). This is relevant because both can be used as city guides. Whereas the Lonely Planet includes entertainment venues etc, the TTX guide appeals to the historians and map geeks out there with a series of historical maps and information. These have been seamlessly integrated with a contemporary map of the city and can be viewed by dragging a slider bar (see below).<a href="http://spatialanalysis.co.uk/wp-content/uploads/2010/09/ttx_review.png"> <img class="aligncenter size-full wp-image-1420" title="ttx_review" src="http://spatialanalysis.co.uk/wp-content/uploads/2010/09/ttx_review.png" alt="" width="491" height="246" /></a></p>
<p style="text-align: left;">The app is a big one- 355mb- and it takes a while to download and install. This is due to a rich range of content. The 750 points of interest have extensive written information, 150 have audio guides and there are 1500 images. POIs are shown as push pins on the map;<img src="file:///Users/james/Pictures/iPhoto%20Library/Originals/2010/10%20Sep%202010/IMG_0346.PNG" alt="" /><a href="http://spatialanalysis.co.uk/wp-content/uploads/2010/09/IMG_0346.png"><img class="aligncenter size-full wp-image-1427" title="IMG_0346" src="http://spatialanalysis.co.uk/wp-content/uploads/2010/09/IMG_0346.png" alt="" width="320" height="480" /></a></p>
<p style="text-align: left;">or as part of a searchable list&#8230;</p>
<p style="text-align: left;"><a href="http://spatialanalysis.co.uk/wp-content/uploads/2010/09/IMG_0348.png"><img class="aligncenter size-full wp-image-1429" title="IMG_0348" src="http://spatialanalysis.co.uk/wp-content/uploads/2010/09/IMG_0348.png" alt="" width="320" height="480" /></a></p>
<p style="text-align: left;">Users can therefore find places that are in their proximity with the iPhone&#8217;s GPS or simply find a place of interest and navigate to it. Each point of interest contains plenty of info, and many of the POIs will be a pleasant surprise to tourists and Londoners alike.</p>
<p style="text-align: left;">Including historical maps is especially interesting and they have been nicely lined up with the contemporary base map. People may be surprised by how little the street network has changed over the past 3 centuries or so. The concept of maps from multiple time periods is really well suited to a mobile device as it enables people to go out and better engage in the area they are seeing. Looking closely can often reveal some evidence of what the cartographers saw several centuries ago.</p>
<p style="text-align: left;">The app isn&#8217;t cheap, but it is worth it if you want to add an extra dimension to walking around London. I hope that there are plans to update the app with more POIs every now and then to keep people&#8217;s interest once they have bought it.</p>
]]></content:encoded>
			<wfw:commentRss>http://spatialanalysis.co.uk/2010/09/time-travel-explorer-london/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sound Maps</title>
		<link>http://spatialanalysis.co.uk/2010/08/sound-maps/</link>
		<comments>http://spatialanalysis.co.uk/2010/08/sound-maps/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 22:08:27 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Britain]]></category>
		<category><![CDATA[London]]></category>
		<category><![CDATA[recording]]></category>
		<category><![CDATA[Sound map]]></category>
		<category><![CDATA[sounds like leigh]]></category>
		<category><![CDATA[soundscape]]></category>
		<category><![CDATA[UK]]></category>

		<guid isPermaLink="false">http://spatialanalysis.co.uk/?p=1281</guid>
		<description><![CDATA[Sound maps are nothing new but they are becoming increasingly popular as technology (such as Google Maps and Audioboo) are making their creation much easier. My interest in these stems from the Sounds Like Leigh-On-Sea project my brother is creating of our hometown (map below). View Sounds Like Leigh-on-Sea in a larger map There are ...]]></description>
			<content:encoded><![CDATA[<p>Sound maps are nothing new but they are becoming increasingly popular as technology (such as <a href="http://maps.google.com/" target="_blank">Google Maps </a>and <a href="http://audioboo.fm/" target="_blank">Audioboo</a>) are making their creation much easier. My interest in these stems from the <a href="http://soundslikeleigh.wordpress.com/sound-map/" target="_blank">Sounds Like Leigh-On-Sea</a> project my brother is creating of our hometown (map below).<br />
<iframe src="http://maps.google.com/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=114711180783844003990.000487bd3c32eb0ec1fea&amp;source=embed&amp;ll=51.546282,0.671968&amp;spn=0.037364,0.072956&amp;z=13&amp;output=embed" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="425" height="350"></iframe><br />
View <a href="http://maps.google.com/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=114711180783844003990.000487bd3c32eb0ec1fea&amp;source=embed&amp;ll=51.546282,0.671968&amp;spn=0.037364,0.072956&amp;z=13">Sounds Like Leigh-on-Sea</a> in a larger map<br />
There are several other larger-scale projects that have caught my eye recently. The <a href="http://www.soundsurvey.org.uk/index.php/survey/soundmaps/" target="_blank">London Sound Survey</a> is one of the most mature projects with sounds from most of London, and recent plans to expand east along the Thames Estuary.</p>
<p style="text-align: center;"><a href="http://www.soundsurvey.org.uk/index.php/survey/soundmaps/"><img class="size-medium wp-image-1287 aligncenter" title="Screen shot 2010-08-24 at 22.24.51" src="http://spatialanalysis.co.uk/wp-content/uploads/2010/08/Screen-shot-2010-08-24-at-22.24.511.png" alt="" /></a></p>
<p style="text-align: left;">On a National Scale the <a href="http://www.noisefutures.org/" target="_blank">Noise Futures Network</a> and British Library have teamed up to create the <a href="http://sounds.bl.uk/uksoundmap/map.aspx" target="_blank">UK Soundmap</a> with the intention of creating a crowd-sourced soundscape of the UK. It has only recently been launched so there is space for many more contributions!</p>
<p style="text-align: left;">One of my favorite maps is from sonicwonders.org with its &#8220;<a href="http://www.sonicwonders.org/?page_id=11" target="_blank">travel guide to sonic wonders</a>&#8216;. Sounds can be rated as &#8216;worth a journey&#8217;, &#8216;worth a detour&#8217; and &#8216;interesting&#8217; and it can certainly add another dimension to holiday plans.</p>
<p style="text-align: center;"><a href="http://www.sonicwonders.org/?page_id=11"><img class="size-medium wp-image-1289 aligncenter" title="Screen shot 2010-08-24 at 22.27.56" src="http://spatialanalysis.co.uk/wp-content/uploads/2010/08/Screen-shot-2010-08-24-at-22.27.561.png" alt="" /></a></p>
<p style="text-align: left;">Worthy of a final mention is the BBC&#8217;s <a href="http://www.bbc.co.uk/worldservice/specialreports/saveoursounds/index.shtml" target="_blank">Audio Map of the World</a> because it is the most extensive I have seen (it even has recordings from Antarctica!).</p>
<p style="text-align: center;"><a href="http://www.bbc.co.uk/worldservice/specialreports/saveoursounds/index.shtml"><img class="size-medium wp-image-1291 aligncenter" title="Screen shot 2010-08-24 at 22.43.25" src="http://spatialanalysis.co.uk/wp-content/uploads/2010/08/Screen-shot-2010-08-24-at-22.43.251.png" alt="" /></a></p>
<p style="text-align: left;">I think sound maps are yet to come of age. It would be nice to see the large scale creation of georeferenced sound recordings uploaded online in a similar way that photos are on Flickr. I think they could make for a really interesting data source and could produce some great maps and applications.</p>
]]></content:encoded>
			<wfw:commentRss>http://spatialanalysis.co.uk/2010/08/sound-maps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A day in the life of the London Cycle Hire scheme.</title>
		<link>http://spatialanalysis.co.uk/2010/08/a-day-in-the-life-of-the-london-cycle-hire-scheme/</link>
		<comments>http://spatialanalysis.co.uk/2010/08/a-day-in-the-life-of-the-london-cycle-hire-scheme/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 14:03:15 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[London]]></category>
		<category><![CDATA[Visualisation]]></category>
		<category><![CDATA[24 hours in the life]]></category>
		<category><![CDATA[barclays cycle]]></category>
		<category><![CDATA[bike]]></category>
		<category><![CDATA[borisbike]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://spatialanalysis.co.uk/?p=1164</guid>
		<description><![CDATA[For the past few days I have been taking screen shots of Oliver O&#8217;Brien&#8217;s hugely popular London Cycle Hire Status Map. How the map works is explained on Ollie&#8217;s blog. I have picked 24 hours (from midnight Tuesday 10th to midnight Wednesday 11th) to demonstrate the flows of people in and out of London. Nothing ...]]></description>
			<content:encoded><![CDATA[<p>For the past few days I have been taking screen shots of Oliver O&#8217;Brien&#8217;s hugely popular<a href="http://oobrien.com/vis/bikes/"> London Cycle Hire Status Map</a>. How the map works is explained on Ollie&#8217;s <a href="http://oliverobrien.co.uk/2010/08/london-cycle-hire-visualisation/" target="_blank">blog</a>. I have picked 24 hours (from midnight Tuesday 10th to midnight Wednesday 11th) to demonstrate the flows of people in and out of London. Nothing much happens in the early hours, then the dots come alive in the centre as people start to flood in and fill up the stations. Things stay reasonably constant throughout the day until rush hour in the afternoon when the red stations in the centre of London become blue as people use the bikes to get home. Each second of the video= 1 hour in the day.</p>
<p><object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=14087663&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" /><embed type="application/x-shockwave-flash" width="400" height="300" src="http://vimeo.com/moogaloop.swf?clip_id=14087663&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" allowfullscreen="true"></embed></object></p>
<p><a href="http://vimeo.com/14087663">24 hours of the London Cycle Hire Scheme</a> from <a href="http://vimeo.com/user3510521">James Cheshire</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://spatialanalysis.co.uk/2010/08/a-day-in-the-life-of-the-london-cycle-hire-scheme/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

