<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Box UK: BBC Innovation Labs Blog &#187; traffic</title>
	<atom:link href="http://bbclabs.boxuk.com/tag/traffic/feed/" rel="self" type="application/rss+xml" />
	<link>http://bbclabs.boxuk.com</link>
	<description>Blogging about the BBC Innovation Labs process...</description>
	<lastBuildDate>Fri, 24 Oct 2008 11:14:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='bbclabs.boxuk.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/4ad52f0311775c1e0799248497578df4?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>Box UK: BBC Innovation Labs Blog &#187; traffic</title>
		<link>http://bbclabs.boxuk.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://bbclabs.boxuk.com/osd.xml" title="Box UK: BBC Innovation Labs Blog" />
	<atom:link rel='hub' href='http://bbclabs.boxuk.com/?pushpress=hub'/>
		<item>
		<title>A Problematic Journey</title>
		<link>http://bbclabs.boxuk.com/2008/03/31/a-problematic-journey/</link>
		<comments>http://bbclabs.boxuk.com/2008/03/31/a-problematic-journey/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 09:09:57 +0000</pubDate>
		<dc:creator>Dan Z</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[journeys]]></category>
		<category><![CDATA[routes]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://boxuk.wordpress.com/?p=18</guid>
		<description><![CDATA[I mentioned in a previous post that journeys were particularly complex datasets; how so? If we begin by looking at a (relatively) simple definition of the term: a journey is a directional route between two geographic locations, at a particular time, via a particular mode of transport. This, in itself, is a bit of a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bbclabs.boxuk.com&blog=3134996&post=18&subd=boxuk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>I mentioned in a previous post that <i>journeys</i> were particularly complex datasets; how so?</p>
<p>If we begin by looking at a (relatively) simple definition of the term: a journey is a <i>directional</i> route between <i>two geographic locations</i>, at a particular <i>time</i>, via a particular <i>mode</i> of transport.</p>
<p>This, in itself, is a bit of a mouthful, with a number of variables already rearing their ugly heads. However, if we now think about how we may want to compare a &#8216;journey&#8217; to other sets of data &#8211; as a case in point, travel warnings &#8211; we can uncover even more complexity:</p>
<ul>
<li>
<div>There could be multiple sub-journeys (e.g. by different modes of transport: walk, then car, then train, then tube, then bus).</div>
</li>
<li>
<div>Defining a route between two points does not necessarily provide all the necessary information, e.g. which bus or train is being used.</div>
</li>
<li>
<div>There are no standard conventions for identifying &#8216;parts&#8217; of a road (the primary type of &#8216;route&#8217; for walking, car, bus and bike), with the exception of motorways.</div>
</li>
<li>
<div>A journey might not just be concerned with getting from A to B in the shortest time/distance, but also with a number of intermediate locations (e.g. for a preferred route through a park, via a coffee shop, or to pick-up a friend).</div>
</li>
<li>
<div>The &#8216;directional&#8217; aspect of journeys is particularly important; roadworks on a southbound section of road may not be of any interest &#8211; for the sake of &#8216;comparing&#8217; the data &#8211; if you are traveling northbound.</div>
</li>
<li>
<div>With the specific case of travel warnings, an incident at a particular point can affect routes/journeys &#8216;further up/down the line&#8217;, and not just at the specific location.</div>
</li>
</ul>
<p>So, in the case of an application that compares user-defined journey data with other data sets, we can summarise the above as two fundamentally difficult problems to overcome:</p>
<ol>
<li>
<div>A journey may be inherently complex (the route(s) and mode(s) within it), but much of this must be hidden from the user, so that they may quickly, easily and accurately define their routes &#8211; without frustration. <b>The end-user benefit of the application must greatly outweigh the investment needed to use it</b>.</div>
</li>
<li>
<div>The data-sets may be difficult to compare accurately (e.g. roadworks at a specific location, without knowing whether it affects north or south-bound traffic, or how a delayed train may affect a journey which includes part of that train&#8217;s route within it).</div>
</li>
</ol>
<p>What potential solutions might there be to these fundamental problems?</p>
<ul>
<li>
<div>In reality, most users may not care about every detail of their journey. Instead, they may focus on an individual part of their journey, probably that which occupies the majority of their time, e.g. a single train journey, or a commute along the motorway, without being concerned about how they get to/from the train/motorway.</div>
</li>
<li>
<div>With regards to the lack-of a systematic identification system for parts of roads, data-sets may be compared purely on their geo-spatial attributes (long/lat), assuming they are available in both sets (although the geo-spatial width/area of the road/incident will need some thought, to see if there is &#8216;overlap&#8217; in regions).</div>
</li>
<li>
<div><a href="http://maps.google.co.uk" title="Google Maps">Google Maps</a> already has a sophisticated, intuitive system for defining &#8216;waypoints&#8217; for a journey &#8211; we could use the API.</div>
</li>
</ul>
<p>We&#8217;ll be thinking more about these (and other) problems/solutions over the coming pre-lab weeks. In my next post, I&#8217;ll talk a little about the scope of the project.</p>
<p>*** Dan</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/boxuk.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/boxuk.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/boxuk.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/boxuk.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/boxuk.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/boxuk.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/boxuk.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/boxuk.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/boxuk.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/boxuk.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/boxuk.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/boxuk.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bbclabs.boxuk.com&blog=3134996&post=18&subd=boxuk&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://bbclabs.boxuk.com/2008/03/31/a-problematic-journey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2caa9cdf9e9aa1b008ac6d51e1203d06?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Dan Z</media:title>
		</media:content>
	</item>
	</channel>
</rss>