<?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</title>
	<atom:link href="http://spatialanalysis.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://spatialanalysis.co.uk</link>
	<description>Just another UCL Geography GIS weblog</description>
	<lastBuildDate>Wed, 08 Sep 2010 08:27:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Clipping a Surface By a Polygon</title>
		<link>http://spatialanalysis.co.uk/2010/09/08/clipping-a-surface-by-a-polygon/</link>
		<comments>http://spatialanalysis.co.uk/2010/09/08/clipping-a-surface-by-a-polygon/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 08:27:09 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[R Spatial Data hints]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[extract by polygon]]></category>
		<category><![CDATA[maptools]]></category>
		<category><![CDATA[R]]></category>
		<category><![CDATA[R Maps]]></category>
		<category><![CDATA[rspatialtips]]></category>
		<category><![CDATA[rstats]]></category>
		<category><![CDATA[sm]]></category>

		<guid isPermaLink="false">http://jamescheshire.co.uk.blogs.splintdev.geog.ucl.ac.uk/?p=1397</guid>
		<description><![CDATA[Background: A common function in standard GIS software enables users to create a raster surface and extract values or clip it based on a set of polygons. This may be used in cases where you want analysis to be constrained to within a town&#8217;s boundaries or a coastline. This tutorial will outline how to create [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fspatialanalysis.co.uk%2F2010%2F09%2F08%2Fclipping-a-surface-by-a-polygon%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fspatialanalysis.co.uk%2F2010%2F09%2F08%2Fclipping-a-surface-by-a-polygon%2F&amp;source=spatialanalysis&amp;style=compact&amp;service=bit.ly&amp;service_api=R_60c129ea2d3460583a463d4f49dafc8c" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: center"><a href="http://spatialanalysis.co.uk/files/2010/09/Screen-shot-2010-09-08-at-09.23.04.png"><img class="size-medium wp-image-1401  aligncenter" src="http://spatialanalysis.co.uk/files/2010/09/Screen-shot-2010-09-08-at-09.23.04-300x300.png" alt="" width="300" height="300" /></a></p>
<p><strong>Background:</strong></p>
<p>A common function in standard GIS software enables users to create a raster surface and extract values or clip it based on a set of polygons. This may be used in cases where you want analysis to be constrained to within a town&#8217;s boundaries or a coastline. This tutorial will outline how to create a surface using kernel density estimation (KDE) and then clip the surface so that it is constrained within the City of London Boundary.<br />
<strong><br />
Data Requirements:<br />
</strong></p>
<p>City of London Boundary Shapefile: <a href="http://spatialanalysis.co.uk/files/2010/09/Lond_City.zip">Download</a> (requires unzipping).</p>
<p>London Cycle Hire Locations: <a href="http://dl.dropbox.com/u/10640416/London_cycle_hire_locs.csv" target="_self">Download.</a></p>
<p>Install the following <strong>packages</strong> (if you haven&#8217;t done so already):</p>
<p><a href="http://cran.r-project.org/web/packages/sm/index.html" target="_self">sm</a>, <a href="http://cran.r-project.org/web/packages/maptools/index.html">maptools</a>.﻿</p>
<h3><a href="http://spatialanalysis.co.uk/files/2010/09/clipping_surface_final.txt">Click here to view the code.</a></h3>
]]></content:encoded>
			<wfw:commentRss>http://spatialanalysis.co.uk/2010/09/08/clipping-a-surface-by-a-polygon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing a Spatial Function: The Location Quotient</title>
		<link>http://spatialanalysis.co.uk/2010/09/07/r_spatial_function/</link>
		<comments>http://spatialanalysis.co.uk/2010/09/07/r_spatial_function/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 09:35:09 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[R Spatial Data hints]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Location Quotient]]></category>
		<category><![CDATA[maptools]]></category>
		<category><![CDATA[R]]></category>
		<category><![CDATA[R Maps]]></category>
		<category><![CDATA[RColorBrewer]]></category>
		<category><![CDATA[rspatialtips]]></category>

		<guid isPermaLink="false">http://jamescheshire.co.uk.blogs.splintdev.geog.ucl.ac.uk/?p=1385</guid>
		<description><![CDATA[Background: In some cases it is necessary to conduct the same analysis multiple times on either the same or different data. In such circumstances it is worth writing a function to simplify the code. In this example the location quotient provides a simple calculation easily written in to a function. The location quotient (LQ) is [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fspatialanalysis.co.uk%2F2010%2F09%2F07%2Fr_spatial_function%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fspatialanalysis.co.uk%2F2010%2F09%2F07%2Fr_spatial_function%2F&amp;source=spatialanalysis&amp;style=compact&amp;service=bit.ly&amp;service_api=R_60c129ea2d3460583a463d4f49dafc8c" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Background:</strong><br />
In some cases it is necessary to conduct the same analysis multiple times on either the same or different data. In such circumstances it is worth writing a function to simplify the code. In this example the location quotient provides a simple calculation easily written in to a function.</p>
<p>The location quotient (LQ) is an index for comparing a region&#8217;s share of a particular activity with the share of that same activity found at a more aggregate spatial level (a good book on this kind of thing is <a href="http://books.google.co.uk/books?id=p7YMOPuu8ugC&amp;printsec=frontcover&amp;dq=elementary+stats+for+geographers&amp;source=bl&amp;ots=Zv7dHLqPn3&amp;sig=M4MhenXEl4y6z8n3Km7deAEaStw&amp;hl=en&amp;ei=xQaGTKG1J4Oa4Ab277nSBA&amp;sa=X&amp;oi=book_result&amp;ct=result&amp;resnum=5&amp;ved=0CDYQ6AEwBA#v=onepage&amp;q&amp;f=false" target="_blank">Burt et al.</a>). In this example we take a shapefile of London Boroughs that contains information on the population of each borough and the percentage of sports participation in each borough. In this case there is little point in calculating the LQ as the percentage alone would be more meaningful. The focus here is how to undertake the methods, not their appropriate use, or the validity of the results.</p>
<p><strong>Data Requirements:</strong></p>
<p>London Sport Participation Shapefile: <a href="http://spatialanalysis.co.uk/files/2010/09/London_Sport.zip" target="_blank">Download</a> (requires unzipping)</p>
<p>Install the following packages (if you haven&#8217;t already done so):</p>
<p><a href="http://cran.r-project.org/web/packages/maptools/index.html">maptools</a>, <a href="http://cran.r-project.org/web/packages/RColorBrewer/index.html" target="_blank">RColorBrewer</a>.</p>
<h3><a href="http://spatialanalysis.co.uk/files/2010/09/LQ_tutorial_final.txt" target="_blank">Click here to view the tutorial code. </a></h3>
]]></content:encoded>
			<wfw:commentRss>http://spatialanalysis.co.uk/2010/09/07/r_spatial_function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>R Maps</title>
		<link>http://spatialanalysis.co.uk/2010/09/06/rmaps/</link>
		<comments>http://spatialanalysis.co.uk/2010/09/06/rmaps/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 09:44:12 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[R Spatial Data hints]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[classInt]]></category>
		<category><![CDATA[Making maps with R]]></category>
		<category><![CDATA[maptools]]></category>
		<category><![CDATA[R]]></category>
		<category><![CDATA[R Maps]]></category>
		<category><![CDATA[R spatial]]></category>
		<category><![CDATA[RColorBrewer]]></category>
		<category><![CDATA[rspatialtips]]></category>

		<guid isPermaLink="false">http://jamescheshire.co.uk.blogs.splintdev.geog.ucl.ac.uk/?p=1354</guid>
		<description><![CDATA[This is an updated version of my Making Maps with R tutorial. I think the code is lot simpler and it also includes some data for you to play around with. Background: Spatial data are becoming increasingly common, as are the tools available in R to process it. Of course one of the best ways [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fspatialanalysis.co.uk%2F2010%2F09%2F06%2Frmaps%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fspatialanalysis.co.uk%2F2010%2F09%2F06%2Frmaps%2F&amp;source=spatialanalysis&amp;style=compact&amp;service=bit.ly&amp;service_api=R_60c129ea2d3460583a463d4f49dafc8c" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: center"><a href="http://spatialanalysis.co.uk/files/2010/09/map-with-R.png"><img class="size-medium wp-image-1360 aligncenter" src="http://spatialanalysis.co.uk/files/2010/09/map-with-R-300x274.png" alt="" width="300" height="274" /></a></p>
<p>This is an updated version of my <a href="http://spatialanalysis.co.uk/2010/01/13/making-maps-with-r/" target="_blank">Making Maps with R tutorial</a>. I think  the code is lot simpler and it also includes some data for you to play  around with.</p>
<p><strong>Background:</strong></p>
<p><strong> </strong>Spatial data are becoming increasingly  common, as are the tools available in R to process it. Of course one of  the best ways of visualizing spatial data is through a map. Maps need to  be well thought out. Not least, the selected colours need to be  appropriate and sufficient context is provided through the use of a  legend, title, scale bar and north arrow. The worksheet will demonstrate  how to produce a map with R that includes all these elements.</p>
<p><strong> Data Requirements:</strong></p>
<p>London Sport Participation Shapefile. <a href="http://spatialanalysis.co.uk/files/2010/09/London_Sport.zip">Download </a>(requires unzipping)</p>
<p>Install the following <strong>packages </strong>(if you haven&#8217;t already done so):</p>
<p><a href="http://cran.r-project.org/web/packages/maptools/index.html" target="_blank">maptools</a>, <a href="http://cran.r-project.org/web/packages/RColorBrewer/index.html" target="_blank">RColorBrewer</a>, <a href="http://cran.r-project.org/web/packages/classInt/index.html" target="_blank">classInt</a></p>
<h3><a href="http://spatialanalysis.co.uk/files/2010/09/Maps_R_Final.pdf" target="_blank"><strong>Click here to view the tutorial code</strong>.</a></h3>
]]></content:encoded>
			<wfw:commentRss>http://spatialanalysis.co.uk/2010/09/06/rmaps/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Jökulsárlón Timelapse</title>
		<link>http://spatialanalysis.co.uk/2010/09/02/jokulsarlon-timelapse/</link>
		<comments>http://spatialanalysis.co.uk/2010/09/02/jokulsarlon-timelapse/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 22:45:23 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Interests]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[glacier lagoon]]></category>
		<category><![CDATA[ice berg]]></category>
		<category><![CDATA[Iceland]]></category>
		<category><![CDATA[inspired by iceland]]></category>
		<category><![CDATA[Jökulsárlón]]></category>
		<category><![CDATA[tilt shift]]></category>
		<category><![CDATA[time lapse]]></category>
		<category><![CDATA[timelapse]]></category>
		<category><![CDATA[william cheshire]]></category>

		<guid isPermaLink="false">http://jamescheshire.co.uk.blogs.splintdev.geog.ucl.ac.uk/?p=1318</guid>
		<description><![CDATA[As I have mentioned before I have really enjoyed my trips to Iceland and Inspired by Iceland is a great project to promote the wonders of the country. It has a great website with excellent quality webcams that enable full screen viewing of three of Iceland&#8217;s landmarks: Reykjavik, Gullfoss and Jökulsárlón. My favourite is Jökulsárlón, often [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fspatialanalysis.co.uk%2F2010%2F09%2F02%2Fjokulsarlon-timelapse%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fspatialanalysis.co.uk%2F2010%2F09%2F02%2Fjokulsarlon-timelapse%2F&amp;source=spatialanalysis&amp;style=compact&amp;service=bit.ly&amp;service_api=R_60c129ea2d3460583a463d4f49dafc8c" height="61" width="50" /><br />
			</a>
		</div>
<p>As I have mentioned <a href="http://spatialanalysis.co.uk/2010/07/19/iceland-trip/" target="_blank">before</a> I have really enjoyed my trips to Iceland and<a href="http://www.inspiredbyiceland.com/?site_locale=en" target="_self"> </a><a href="http://www.inspiredbyiceland.com/?site_locale=en" target="_blank">Inspired by Iceland</a> is a great project to promote the wonders of the country. It has a great website with excellent quality <a href="http://www.inspiredbyiceland.com/icelandlive/#jokulsarlon" target="_blank">webcams</a> that enable full screen viewing of three of Iceland&#8217;s landmarks: Reykjavik, Gullfoss and Jökulsárlón. My favourite is <strong></strong>Jökulsárlón, often known as Iceland&#8217;s glacier lagoon. Just for fun I set about creating a time-lapse using screen shots from the webcam. The video below is the outcome of this (best viewed full-screen or on <a href="http://vimeo.com/14646265" target="_blank">Vimeo</a>). I took a screen shot of the webcam image every minute for 24hours (starting at 1900 hours). The images were then processed to convert them from colour to black and white and I also added some blurring around the top and bottom of each frame to create a <a href="http://en.wikipedia.org/wiki/Tilt-shift_photography" target="_blank">tilt-shift</a> effect. <a href="http://williamcheshire.co.uk/" target="_blank">William Cheshire</a> kindly provided the music.</p>
<p><iframe src="http://player.vimeo.com/video/14646265" width="500" height="331" frameborder="0"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://spatialanalysis.co.uk/2010/09/02/jokulsarlon-timelapse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RGS IBG 2010: Analysing and Visualising Social Change: The Case of Surnames</title>
		<link>http://spatialanalysis.co.uk/2010/09/02/rgs-ibg-2010-analysing-and-visualising-social-change-the-case-of-surnames/</link>
		<comments>http://spatialanalysis.co.uk/2010/09/02/rgs-ibg-2010-analysing-and-visualising-social-change-the-case-of-surnames/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 17:18:19 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Regions]]></category>
		<category><![CDATA[Surnames]]></category>
		<category><![CDATA[Presentaion]]></category>
		<category><![CDATA[RGS Annual Conference]]></category>

		<guid isPermaLink="false">http://jamescheshire.co.uk.blogs.splintdev.geog.ucl.ac.uk/?p=1305</guid>
		<description><![CDATA[Analysing and Visualising Social Change: The Case of Surnames View more presentations from James Cheshire.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fspatialanalysis.co.uk%2F2010%2F09%2F02%2Frgs-ibg-2010-analysing-and-visualising-social-change-the-case-of-surnames%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fspatialanalysis.co.uk%2F2010%2F09%2F02%2Frgs-ibg-2010-analysing-and-visualising-social-change-the-case-of-surnames%2F&amp;source=spatialanalysis&amp;style=compact&amp;service=bit.ly&amp;service_api=R_60c129ea2d3460583a463d4f49dafc8c" height="61" width="50" /><br />
			</a>
		</div>
<div style="width:425px" id="__ss_5114523"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/Jchesh/rgs-2010-talk" title="Analysing and Visualising Social Change: The Case of Surnames">Analysing and Visualising Social Change: The Case of Surnames</a></strong><object id="__sse5114523" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=rgs2010talk-100902113005-phpapp02&#038;rel=0&#038;stripped_title=rgs-2010-talk" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse5114523" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=rgs2010talk-100902113005-phpapp02&#038;rel=0&#038;stripped_title=rgs-2010-talk" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/Jchesh">James Cheshire</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://spatialanalysis.co.uk/2010/09/02/rgs-ibg-2010-analysing-and-visualising-social-change-the-case-of-surnames/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sound Maps</title>
		<link>http://spatialanalysis.co.uk/2010/08/24/sound-maps/</link>
		<comments>http://spatialanalysis.co.uk/2010/08/24/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[Interests]]></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[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fspatialanalysis.co.uk%2F2010%2F08%2F24%2Fsound-maps%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fspatialanalysis.co.uk%2F2010%2F08%2F24%2Fsound-maps%2F&amp;source=spatialanalysis&amp;style=compact&amp;service=bit.ly&amp;service_api=R_60c129ea2d3460583a463d4f49dafc8c" height="61" width="50" /><br />
			</a>
		</div>
<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 width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" 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"></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/files/2010/08/Screen-shot-2010-08-24-at-22.24.51-300x248.png" alt="" width="300" height="248" /></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/files/2010/08/Screen-shot-2010-08-24-at-22.27.56-300x248.png" alt="" width="300" height="248" /></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/files/2010/08/Screen-shot-2010-08-24-at-22.43.25-300x156.png" alt="" width="300" height="156" /></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/24/sound-maps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to&#8230;do geography</title>
		<link>http://spatialanalysis.co.uk/2010/08/22/how-to-do-geography/</link>
		<comments>http://spatialanalysis.co.uk/2010/08/22/how-to-do-geography/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 11:39:10 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Interests]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Geography]]></category>
		<category><![CDATA[how to geography]]></category>
		<category><![CDATA[what is geography]]></category>

		<guid isPermaLink="false">http://spatialanalysis.co.uk/?p=1245</guid>
		<description><![CDATA[When I was digging around some back-up files on my computer I came across this &#8220;How to&#8230;&#8221; published by the Guardian Newspaper in 2007. With many new geography students starting their respective courses in the coming weeks and many potential students considering applications to the subject in the coming months this may prove a useful [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fspatialanalysis.co.uk%2F2010%2F08%2F22%2Fhow-to-do-geography%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fspatialanalysis.co.uk%2F2010%2F08%2F22%2Fhow-to-do-geography%2F&amp;source=spatialanalysis&amp;style=compact&amp;service=bit.ly&amp;service_api=R_60c129ea2d3460583a463d4f49dafc8c" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: left">When I was digging around some back-up files on my computer I came across this &#8220;How to&#8230;&#8221; published by the <a href="http://en.wikipedia.org/wiki/Guy_Browning" target="_blank">Guardian Newspaper</a> in 2007. With many new geography students starting their respective courses in the coming weeks and many potential students considering applications to the subject in the coming months this may prove a useful guide. It&#8217;s a pretty good summary of the discipline (although I don&#8217;t know many human geographers interested in trams and of course there is no mention of <a href="http://en.wikipedia.org/wiki/Geographic_information_system" target="_blank">GIS</a>). <a href="http://spatialanalysis.co.uk/files/2010/08/howtodogeog.png"> Click here, or image, for full size</a>. <a href="http://spatialanalysis.co.uk/files/2010/08/Screen-shot-2010-08-22-at-12.03.50.png"></a><a href="http://spatialanalysis.co.uk/files/2010/08/howtodogeog.png"><img class="aligncenter size-full wp-image-1263" title="how to do geography" src="http://spatialanalysis.co.uk/files/2010/08/howtodogeog.png" alt="" width="391" height="941" /></a></p>
<p style="text-align: left">In case you were wondering, to my knowledge, geographers still haven&#8217;t  worked out why the sea fits so snugly around the coastline&#8230;</p>
<p style="text-align: left">Before I dust down my corduroy jacket in preparation for the geography conference season, the article reminds me of the &#8220;what is geography?&#8221; question I prepared an answer for when applying for my undergrad. degree. If only I had thought of an answer as concise as Starbucks&#8230;</p>
<p style="text-align: center"><a href="http://spatialanalysis.co.uk/files/2009/09/geography-is-a-flavour.jpg"><img class="size-full wp-image-257  aligncenter" title="geography is a flavour" src="http://spatialanalysis.co.uk/files/2009/09/geography-is-a-flavour.jpg" alt="" width="480" height="640" /></a></p>
<p style="text-align: left">Photo from<a href="http://twitter.com/islajohns" target="_blank"> Isla Johns</a></p>
]]></content:encoded>
			<wfw:commentRss>http://spatialanalysis.co.uk/2010/08/22/how-to-do-geography/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Surname Diversity in Great Britain</title>
		<link>http://spatialanalysis.co.uk/2010/08/20/surname-diversity-in-great-britain/</link>
		<comments>http://spatialanalysis.co.uk/2010/08/20/surname-diversity-in-great-britain/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 09:28:47 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Featured Maps]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Surnames]]></category>
		<category><![CDATA[Visualisation]]></category>
		<category><![CDATA[Cartogram]]></category>
		<category><![CDATA[Great Britain]]></category>

		<guid isPermaLink="false">http://spatialanalysis.co.uk/?p=1230</guid>
		<description><![CDATA[As part of my PhD research I recently produced the map below (high res. version) that shows the diversity of surnames in Great Britain. I wanted to demonstrate that surname diversity is not uniform across Great Britain. For example towns and cities (especially London) have relatively high surname diversities compared with rural areas because more [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fspatialanalysis.co.uk%2F2010%2F08%2F20%2Fsurname-diversity-in-great-britain%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fspatialanalysis.co.uk%2F2010%2F08%2F20%2Fsurname-diversity-in-great-britain%2F&amp;source=spatialanalysis&amp;style=compact&amp;service=bit.ly&amp;service_api=R_60c129ea2d3460583a463d4f49dafc8c" height="61" width="50" /><br />
			</a>
		</div>
<p>As part of my PhD research I recently produced the map below (<a href="http://spatialanalysis.co.uk/files/2010/08/names_per_head_carto.png" target="_blank">high res. version</a>) that shows the diversity of surnames in Great Britain. I wanted to demonstrate that surname diversity is not uniform across Great Britain. For example towns and cities (especially London) have relatively high surname diversities compared with rural areas because more migrants and single people live in them. Wales has a very low surname diversity due to its <a href="http://en.wikipedia.org/wiki/Welsh_surnames" target="_blank">past naming conventions</a>. The measure used is calculated by dividing the number of surnames by the total population of each Output Area (OA). There are over 200,000 OAs in Britain. Urban OAs are very small despite accounting for a large proportion of the total population, so I have scaled the size of each OA by their population (the map is therefore a <a href="http://spatialanalysis.co.uk/2009/10/06/cartograms/" target="_blank">cartogram</a>). This creates the somewhat bloated appearance of Great Britain, but serves to emphasise the increased surname diversity (due to more single people and migrants) in towns and cities. The correct shape of Great Britain is shown in the inset. For more technical info please see below.</p>
<p style="text-align: center"><a href="http://spatialanalysis.co.uk/files/2010/08/Screen-shot-2010-08-20-at-09.36.07.png"><img class="aligncenter size-full wp-image-1231" title="Surname Diversity" src="http://spatialanalysis.co.uk/files/2010/08/Screen-shot-2010-08-20-at-09.36.07.png" alt="" width="372" height="530" /></a></p>
<p style="text-align: left">To create this map I used <a href="http://www.esri.com/software/arcgis/arcgis10/index.html" target="_blank">ArcGIS 10</a> and the <a href="http://arcscripts.esri.com/details.asp?dbid=15638" target="_blank">Cartogram Geoprocessing Tool</a>. The nice thing about the tool is that it is not dependent on VBA and therefore worked straight off in ArcGIS 10. There are over 220,000 spatial units in this map and the tool had no problems processing them. I have not found any alternatives that work for this volume of data.</p>
]]></content:encoded>
			<wfw:commentRss>http://spatialanalysis.co.uk/2010/08/20/surname-diversity-in-great-britain/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tales from the (former) LSE Geography Map Room</title>
		<link>http://spatialanalysis.co.uk/2010/08/19/tales-from-the-former-lse-geography-map-room/</link>
		<comments>http://spatialanalysis.co.uk/2010/08/19/tales-from-the-former-lse-geography-map-room/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 10:49:13 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Featured Maps]]></category>
		<category><![CDATA[Interests]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Cartography]]></category>
		<category><![CDATA[d4907dbd58e4f53c687903f045b3afe3]]></category>
		<category><![CDATA[LSE]]></category>
		<category><![CDATA[Map Room]]></category>
		<category><![CDATA[maps]]></category>

		<guid isPermaLink="false">http://spatialanalysis.co.uk/?p=1195</guid>
		<description><![CDATA[Last week I heard that the London School of Economics Geography Department was disposing of its maps and that anyone interested was free to rescue them. My first reaction was one of surprise as maps are one of the few things geographers are associated with, so it doesn&#8217;t seem right to have a geography department [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fspatialanalysis.co.uk%2F2010%2F08%2F19%2Ftales-from-the-former-lse-geography-map-room%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fspatialanalysis.co.uk%2F2010%2F08%2F19%2Ftales-from-the-former-lse-geography-map-room%2F&amp;source=spatialanalysis&amp;style=compact&amp;service=bit.ly&amp;service_api=R_60c129ea2d3460583a463d4f49dafc8c" height="61" width="50" /><br />
			</a>
		</div>
<p>Last week I heard that the <a href="http://www2.lse.ac.uk/geographyAndEnvironment/Home.aspx" target="_blank">London School of Economics Geography Department</a> was disposing of its maps and that anyone interested was free to rescue them. My first reaction was one of surprise as maps are one of the few things geographers are associated with, so it doesn&#8217;t seem right to have a geography department without a map room. My more rational side, however, understands that a change of research priorities within geography, combined with the fact that all up to date maps are now stored digitally probably means that the map room drawers have remained shut for a number of years. As universities expand there is an increasing demand for space and the &#8220;use it or lose it&#8221; policy is likely to apply.</p>
<p>So it fell to a number of enthusiasts to save the maps. I think the majority have been rescued and will be given new life as posters, artworks or simply keepsakes to be pulled out and admired on a rainy day. Rifling through the maps was a bit like going through an old photo album. Snapshots from the past, such as maps showing the narrow air corridor in 1970s Germany</p>
<p style="text-align: center"><a href="http://spatialanalysis.co.uk/files/2010/08/IMG_0300.jpg"><img class="aligncenter size-full wp-image-1198" title="Germany No Fly" src="http://spatialanalysis.co.uk/files/2010/08/IMG_0300.jpg" alt="" width="516" height="387" /></a></p>
<p>or the size of the <a href="http://www.swisseduc.ch/glaciers/alps/haut_glacier_d_arolla/index-en.html" target="_blank">Haut Glacier d&#8217;Arolla</a> glacier and famously retreating <a href="http://de.wikipedia.org/wiki/Unterer_Grindelwaldgletscher" target="_blank">Unterer Grindelwladgletscher</a> 75 years ago cast insights into a world before my time.</p>
<p style="text-align: center"><a href="http://spatialanalysis.co.uk/files/2010/08/DSCF1120.jpg"><img class="size-medium wp-image-1211 aligncenter" title="Arolla" src="http://spatialanalysis.co.uk/files/2010/08/DSCF1120-300x224.jpg" alt="" width="300" height="224" /></a></p>
<p style="text-align: center"><a href="http://spatialanalysis.co.uk/files/2010/08/DSCF1119.jpg"><img class="size-medium wp-image-1210 aligncenter" title="Grindlewald" src="http://spatialanalysis.co.uk/files/2010/08/DSCF1119-300x224.jpg" alt="" width="300" height="224" /></a></p>
<p>For something closer to home, I picked up some really nice maps from the &#8220;Phillips Series of Comparative Wall Atlases&#8221; (dated 1956) that show the summer and winter temperatures across the British Isles. I suspect that today we can add a couple of degrees to many of the contour lines drawn on the maps.</p>
<p style="text-align: center"><a href="http://spatialanalysis.co.uk/files/2010/08/comparative_map.jpg"><img class="size-medium wp-image-1209 aligncenter" title="comparative_map" src="http://spatialanalysis.co.uk/files/2010/08/comparative_map-300x170.jpg" alt="" width="300" height="170" /></a></p>
<p>My favorite find is a couple of Ordnance Survey maps of the Greenwich Area dated 1917, though some lucky person had made off with the rest of London! Highlights from the maps include the &#8220;Thames Soap and Candle Works&#8221;</p>
<p style="text-align: center"><a href="http://spatialanalysis.co.uk/files/2010/08/IMG_0304.jpg"><img class="size-medium wp-image-1201 aligncenter" title="Thames Soap and Candle Works" src="http://spatialanalysis.co.uk/files/2010/08/IMG_0304-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>and detailed outlines of the housing.</p>
<p style="text-align: center"><a href="http://spatialanalysis.co.uk/files/2010/08/DSCF1121.jpg"><img class="size-medium wp-image-1215 aligncenter" title="Greenwich 1919" src="http://spatialanalysis.co.uk/files/2010/08/DSCF1121-300x224.jpg" alt="" width="300" height="224" /></a></p>
<p>If anyone knows what the colours mean I would be interested in hearing from them&#8230;</p>
<p>I think it is a real shame that such a great collection of maps has had to be broken up and I suspect LSE Geography will not be the last to send its maps to recycling. Still every cloud has a sliver lining and I am now trying to find the wall space to hang my newly acquired maps!</p>
<p>Thanks to <a href="http://oliverobrien.co.uk/" target="_blank">Ollie O&#8217;Brien</a> for the tip off about the map room giveaway.</p>
]]></content:encoded>
			<wfw:commentRss>http://spatialanalysis.co.uk/2010/08/19/tales-from-the-former-lse-geography-map-room/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Book Review: Statistical Detection and Surveillance of Geographic Clusters</title>
		<link>http://spatialanalysis.co.uk/2010/08/16/book-review-statistical-detection-and-surveillance-of-geographic-clusters/</link>
		<comments>http://spatialanalysis.co.uk/2010/08/16/book-review-statistical-detection-and-surveillance-of-geographic-clusters/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 10:45:18 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Book Review]]></category>
		<category><![CDATA[Clustering. Book Review]]></category>
		<category><![CDATA[Environment and Planning]]></category>
		<category><![CDATA[Rogerson]]></category>
		<category><![CDATA[Yamada]]></category>

		<guid isPermaLink="false">http://spatialanalysis.co.uk/?p=1185</guid>
		<description><![CDATA[My review of Rogerson and Yamada&#8217;s Statistical Detection and Surveillance of Geographic Clusters has just been published in the journal Environment and Planning B. Overall I thought the book was very useful and have consulted it many times in my own work. You can read the full review here.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fspatialanalysis.co.uk%2F2010%2F08%2F16%2Fbook-review-statistical-detection-and-surveillance-of-geographic-clusters%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fspatialanalysis.co.uk%2F2010%2F08%2F16%2Fbook-review-statistical-detection-and-surveillance-of-geographic-clusters%2F&amp;source=spatialanalysis&amp;style=compact&amp;service=bit.ly&amp;service_api=R_60c129ea2d3460583a463d4f49dafc8c" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: center"><img class="size-full wp-image-1186 aligncenter" title="stat_detection_cover" src="http://spatialanalysis.co.uk/files/2010/08/stat_detection_cover.jpeg" alt="" width="179" height="300" /></p>
<p>My review of Rogerson and Yamada&#8217;s <a href="http://books.google.co.uk/books?id=-jD95vMCoU0C&amp;dq=Statistical+Detection+and+Surveillance+of+Geographic+Clusters&amp;source=bl&amp;ots=6CxSJTtcSR&amp;sig=mk_VFjrjTmmeHMBkcOE1xJqW_vc&amp;hl=en&amp;ei=0hNpTPbpJcek4Qa0m4yZBA&amp;sa=X&amp;oi=book_result&amp;ct=result&amp;resnum=1&amp;ved=0CCQQ6AEwAA" target="_blank">Statistical Detection and Surveillance of Geographic Clusters</a> has just been published in the journal <a href="http://www.envplan.com/contents.cgi?journal=B&amp;issue=current" target="_blank">Environment and Planning B</a>. Overall I thought the book was very useful and have consulted it many times in my own work. You can read the full review <a href="http://spatialanalysis.co.uk/files/2010/08/book-review-statistical-detection-of-clusters.pdf" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://spatialanalysis.co.uk/2010/08/16/book-review-statistical-detection-and-surveillance-of-geographic-clusters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
