<?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>CycleStreets blog</title>
	<atom:link href="http://www.cyclestreets.net/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cyclestreets.net/blog</link>
	<description>News from CycleStreets</description>
	<lastBuildDate>Wed, 15 May 2013 12:52:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Routing developer needed for short-term work</title>
		<link>http://www.cyclestreets.net/blog/2013/05/15/routing-developer-needed-for-short-term-work/</link>
		<comments>http://www.cyclestreets.net/blog/2013/05/15/routing-developer-needed-for-short-term-work/#comments</comments>
		<pubDate>Wed, 15 May 2013 12:52:47 +0000</pubDate>
		<dc:creator>Administrator for Wordpress</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Routing performance/quality]]></category>

		<guid isPermaLink="false">http://www.cyclestreets.net/blog/?p=2728</guid>
		<description><![CDATA[We&#8217;ve obtained a £5,000 grant from the Technology Strategy Board&#8217;s Innovation Vouchers scheme, to work on some interesting routing challenges to help increase the quality of the routing we can offer. Our core aim with CycleStreets is to create &#8220;routing that thinks like a cyclist&#8221;. One of these aspects is the way that cyclists treat [...]]]></description>
				<content:encoded><![CDATA[<p>We&#8217;ve obtained a £5,000 grant from the Technology Strategy Board&#8217;s <a href="https://vouchers.innovateuk.org/">Innovation Vouchers</a> scheme, to work on some interesting routing challenges to help increase the quality of the routing we can offer.</p>
<p>Our core aim with CycleStreets is to create &#8220;routing that thinks like a cyclist&#8221;. One of these aspects is the way that cyclists treat junctions and turns, something that is not currently modelled in the engine. Another challenge that the grant can cover is our desire to incorporate changes to OpenStreetMap data into the routing engine shortly after they happen, rather than after a one-day import period. Both of these are challenging in the context of a routing engine that works over a heavily pre-compressed network and in an environment where expansion of hosting capacity is cost-constrained.</p>
<p>We&#8217;re therefore looking for someone with a computer science approach (as distinct from purely &#8220;web development&#8221;) who can work on these interesting challenges. However, we&#8217;d hope that a suitable person can help work on the website (e.g. backend/frontend integration, general web development, refactoring) as well where this is required to implement these changes.</p>
<p>If you are interested to discuss this further, please <a href="http://www.cyclestreets.net/contacts/">contact us</a> (by Friday 24th May 2013).</p>
<p>The work must be completed by 31st July 2013, and we are required to work with a company we have not worked with before. The £5,000 includes any VAT we are required to pay by the supplier. The supplier must be a public sector provider or a registered company.</p>
<h3>Background info: about our routing engine</h3>
<p>The CycleStreets routing system finds, quietest, fastest and balanced cycling routes between two points in the UK (and other countries being added). It does this by building a route planning version of the map (known as a graph<b>)</b> for each of these types of route.</p>
<p>Each graph consists of vertices and edges that correspond to junctions and streets. On each graph the length of an edge corresponds to the cost for that route type of travelling along a street. So, roads and wide cycle tracks will have relatively short links on the graph for fastest routes, but the links that represent footpaths and bridleways where the cycling speed is slower will be longer. By contrast, on the graph for quietest routes, cycleways and park paths will be short relative to busy roads.</p>
<p>The optimal route of a certain type will then be the shortest path on the graph for that type.</p>
<p>So there are two main parts to the CycleStreets routing system: (1) Building the graphs (2) Finding the shortest path. The quality and performance of CycleStreets is governed by how well we do 1 and 2 respectively.</p>
<p>The current OpenStreetMap (OSM) map of UK &amp; Ireland contains millions of paths and nodes. Streets are usually represented by their centre line, with nodes at junctions. The characteristics of each street, including for example the type of road, whether it is hilly, has a cycle lane, or is a one-way street are used to measure the suitability for cycling. In graph theory speak, they translate into the cost of an edge.</p>
<p>These costs are measured during our daily translation of OSM&#8217;s data into a graph by application of a series of rules.</p>
<h3 class="western">Junctions &#8211; reducing wiggly routes</h3>
<p>Simple graphs constructed from maps of street centre-lines lack are limited in their capacity to express how easy it is to cycle through a road junction. <a href="http://www.cyclestreets.net/route/help/editnetwork/">This series of photos</a> introduces the problem.</p>
<p>In essence, the simple graph cannot represent banned turns, and nor can it indicate that a right turn across a busy road might incur quite a wait until it is safe to cross. However, some of the turn delay modelling can be derived automatically, knowing the &#8216;before&#8217; and &#8216;after&#8217; street types, and the turn angle. We believe that accurately representing that sort of information has the best chance of improving the quality of routes recommended by CycleStreets.</p>
<p>The way <a href="http://www.cyclestreets.net/journey/738404/">this route</a> wiggles on and off Glasgow Road is a good example of this problem. (NB Click on the + button in the top-right corner of the map and switch to the OpenCycleMap view to get a better map background.)</p>
<p>Implementing turn delays at every node presents real challenges in terms of the use of a standard A* routing engine. This is further more difficult given the need to avoid very large amounts of RAM being needed.</p>
<p>Solving this problem is a significant technical challenge. It needs to be transparent so that there is a clear link between each piece of data and each rule used in the solution and the decisions that a knowledgeable cyclist would make. The solution must also be scalable, so that neither the amount of time taken to find a route nor the amount of data required to represent the problem, increase significantly. That will make it attractive and manageable. A solution also needs to avoid creating excessive hardware cost requirements.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyclestreets.net/blog/2013/05/15/routing-developer-needed-for-short-term-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CycleStreets cycle routing app now on Blackberry 10</title>
		<link>http://www.cyclestreets.net/blog/2013/04/18/blackberry-10-app/</link>
		<comments>http://www.cyclestreets.net/blog/2013/04/18/blackberry-10-app/#comments</comments>
		<pubDate>Thu, 18 Apr 2013 10:12:31 +0000</pubDate>
		<dc:creator>Administrator for Wordpress</dc:creator>
				<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://www.cyclestreets.net/blog/?p=2721</guid>
		<description><![CDATA[CycleStreets cycle routing app is now available for Blackberry 10. It&#8217;s free! We&#8217;d welcome any feedback from users of different devices. See more screenshots on our mobile pages, or download it free now.  Route result  Route result  Replan route  Namefinder  London Cycle Hire points  Points of interest]]></description>
				<content:encoded><![CDATA[<p><a href="http://appworld.blackberry.com/webstore/content/21867253/" target="_blank">CycleStreets cycle routing app is now available for Blackberry 10.</a> It&#8217;s free!</p>
<p>We&#8217;d welcome any feedback from users of different devices.</p>
<p>See <a href="http://www.cyclestreets.net/mobile/blackberry/">more screenshots</a> on our mobile pages, or <a href="http://appworld.blackberry.com/webstore/content/21867253/" target="_blank">download it free</a> now.</p>
<p><a class="noborder" href="http://appworld.blackberry.com/webstore/content/21867253/"><img alt="Blackberry 10" src="http://www.cyclestreets.net/images/mobile/blackberry10.png" width="228" height="60" align="middle" /></a></p>
<table class="spaced spacedcaptions">
<tbody>
<tr>
<td><a class="noborder" href="http://appworld.blackberry.com/webstore/content/21867253/"><img alt="Route" src="http://www.cyclestreets.net/images/mobile/blackberry/route1.png" width="400" height="234" /></a> <em>Route result</em></td>
</tr>
<tr>
<td><a class="noborder" href="http://appworld.blackberry.com/webstore/content/21867253/"><img alt="Route" src="http://www.cyclestreets.net/images/mobile/blackberry/route2.png" width="400" height="234" /></a> <em>Route result</em></td>
</tr>
<tr>
<td><a class="noborder" href="http://appworld.blackberry.com/webstore/content/21867253/"><img alt="Replan route" src="http://www.cyclestreets.net/images/mobile/blackberry/replan.png" width="400" height="234" /></a> <em>Replan route</em></td>
</tr>
<tr>
<td><a class="noborder" href="http://appworld.blackberry.com/webstore/content/21867253/"><img alt="Namefinder" src="http://www.cyclestreets.net/images/mobile/blackberry/namefinder.png" width="400" height="234" /></a> <em>Namefinder</em></td>
</tr>
<tr>
<td><a class="noborder" href="http://appworld.blackberry.com/webstore/content/21867253/"><img alt="London Cycle Hire points" src="http://www.cyclestreets.net/images/mobile/blackberry/londoncyclehire.png" width="400" height="234" /></a> <em>London Cycle Hire points</em></td>
</tr>
<tr>
<td><a class="noborder" href="http://appworld.blackberry.com/webstore/content/21867253/"><img alt="Points of interest" src="http://www.cyclestreets.net/images/mobile/blackberry/pois.png" width="400" height="234" /></a> <em>Points of interest</em></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.cyclestreets.net/blog/2013/04/18/blackberry-10-app/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Help us attend Velo City 2013 &#8211; vote for CycleStreets!</title>
		<link>http://www.cyclestreets.net/blog/2013/04/01/velo-city-vote/</link>
		<comments>http://www.cyclestreets.net/blog/2013/04/01/velo-city-vote/#comments</comments>
		<pubDate>Mon, 01 Apr 2013 15:46:52 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[International]]></category>

		<guid isPermaLink="false">http://www.cyclestreets.net/blog/?p=2709</guid>
		<description><![CDATA[Your hard-working CycleStreets creators are keen to attend Velo-city 2013, a key annual international cycling advocacy conference. This year, Velo-city are running &#8220;Cycling Visionaries Awards&#8221; which showcase cycling promotion projects from around the world, which people can vote for. We have entered this. The highest-voted 30 projects will win attendance at the conference. Please take [...]]]></description>
				<content:encoded><![CDATA[<p>Your hard-working CycleStreets creators are keen to attend <a href="http://velo-city2013.com/" target="_blank">Velo-city 2013</a>, a key annual international cycling advocacy conference.</p>
<p style="float: right;" align="right"><a href="http://velo-city2013.com/?page_id=2337&amp;project_id=267"><img title="" alt="Vote for CycleStreets" src="http://www.cyclestreets.net/images/mobile/cyclestreets.jpg" width="175" height="175" /></a><br /><a href="http://velo-city2013.com/?page_id=2337&amp;project_id=257"><img alt="Vote for Cyclescape" src="http://blog.cyclescape.org/images/area.png" width="175" /></a></p>
<p>This year, Velo-city are running &#8220;Cycling Visionaries Awards&#8221; which showcase cycling promotion projects from around the world, which people can vote for. We have entered this. The highest-voted 30 projects will win attendance at the conference.</p>
<p><strong>Please take a moment to vote for our two projects</strong> &#8211; you can vote for both with your e-mail address:</p>
<ol>
<li><a href="http://velo-city2013.com/?page_id=2337&amp;project_id=267" target="_blank">Vote for <strong>CycleStreets: cycle journey planner</strong></a>, and then:</li>
<li><a href="http://velo-city2013.com/?page_id=2337&amp;project_id=257" target="_blank">Vote for <strong>Cyclescape: campaign group toolkit</strong></a></li>
</ol>
<p>They will not use your e-mail address for any other reason, and voting is easy and quick.</p>
<p>Thank you for your support.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyclestreets.net/blog/2013/04/01/velo-city-vote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Steer Davies Gleave integrates CycleStreets routing for Local Authority websites</title>
		<link>http://www.cyclestreets.net/blog/2013/03/23/sdg-uses-cyclestreets/</link>
		<comments>http://www.cyclestreets.net/blog/2013/03/23/sdg-uses-cyclestreets/#comments</comments>
		<pubDate>Sat, 23 Mar 2013 14:00:15 +0000</pubDate>
		<dc:creator>Administrator for Wordpress</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[Local Authorities]]></category>

		<guid isPermaLink="false">http://www.cyclestreets.net/blog/?p=2695</guid>
		<description><![CDATA[Craig Nelson, from Steer Davies Gleave, writes in this guest post about their experiences of integrating the CycleStreets data interface (API) into cycling promotion websites recently created for Local Authorities: In 2006 Steer Davies Gleave developed the UK&#8217;s first multi-modal journey planner for Brighton and Hove Council, as part of the Journey On project. Whilst it was [...]]]></description>
				<content:encoded><![CDATA[<p><em>Craig Nelson, from Steer Davies Gleave, writes in this guest post about their experiences of integrating the CycleStreets data interface (API) into cycling promotion websites recently created for Local Authorities:</em></p>
<p>In 2006 Steer Davies Gleave developed the UK&#8217;s first multi-modal journey planner for Brighton and Hove Council, as part of the <a href="http://www.journeyon.co.uk/" target="_blank">Journey On</a> project. Whilst it was ground-breaking, the project was tough &#8211; there was nothing on the market like it at that time so we had to work with a GIS software provider, set up a web service and play around with ITN data &#8216;fused&#8217; locally collected network information. Whilst this allowed us to create a really accurate network for journey planning (including gradient information), maintenance was expensive and time consuming. Also, whilst we had full control of the network, it was near-impossible to let others edit or contribute.</p>
<p>Last year we took the decision to start looking at alternative data sources that are crowdsourced and alternative planning engines, and CycleStreets was the obvious match for our needs. We&#8217;d previously been working with a broad range of APIs for travel information provision &#8211; we like to use existing data sources rather than replicate or create new ones.</p>
<p>We were impressed with the CycleStreets approach, and really liked the way that OSM data was being managed by local people. With the push for &#8216;Big Society&#8217; and an emphasis on local authorities saving money, we thought that hooking into what CycleStreets had created would be a good move. After discussing with Martin and Simon it became clear that an API could add considerably value to what we do and what we could offer our clients and, importantly, the public.</p>
<p>We&#8217;ve recently used the <a href="http://www.cyclestreets.net/api/">CycleStreets API</a> for a wide range of multi-modal journey planning projects.</p>
<p>The first was a <a href="http://www.hertsdirect.org/services/transtreets/schtravel/info/schooljp/" target="_blank">schools journey planner for Hertfordshire County Council</a>. The client on this project really liked the way that their sustainable transport team could update the cycle network themselves and encourage others to do so as well.</p>
<p><a href="http://www.hertsdirect.org/services/transtreets/schtravel/info/schooljp/"><img class="alignnone size-full wp-image-2697" alt="Schools journey planner for Hertfordshire County Council" src="http://www.cyclestreets.net/blog/wp-content/uploads/sdghertfordshire.jpg" width="485" height="712" /></a></p>
<p>At the same time we were working with Swindon Borough Council to develop a new <a href="http://www.swindontravelchoices.co.uk/assets/CycleLeaflet_SwindonTown.pdf" target="_blank">Swindon cycle map</a> &#8211; we soon realised that we could use OSM to provide printed outputs as well as online and journey planning networks. Genius! With some initial support from the OSM team, we started to train up Swindon&#8217;s sustainable transport staff and get them involved with maintaining Swindon&#8217;s OSM network.</p>
<p>We now take regular updates to maintain their cycle map (printed and online) and rely on CycleStreets to update their journey planning network. It&#8217;s a fantastic proposition that works brilliantly.</p>
<p><a href="http://www.swindontravelchoices.co.uk/cycle.aspx"><img class="alignnone size-full wp-image-2698" alt="Swindon Borough Council cycle map" src="http://www.cyclestreets.net/blog/wp-content/uploads/sdgswindonmap-e1363982181962.jpg" width="449" height="284" /></a></p>
<p>More recently we&#8217;ve used the CycleStreets API for <a href="http://www.travelwest.info/jp/" target="_blank">Travel West&#8217;s new multi-modal journey planner</a> and will be using it for three more UK local authority mapping and journey planning projects.</p>
<p><img class="alignnone size-full wp-image-2699" alt="Travel West multi-modal journey planner" src="http://www.cyclestreets.net/blog/wp-content/uploads/sdgtravelwest-e1363982275827.jpg" width="600" height="317" /></p>
<p>What makes the API so attractive, apart from the regular updates to the network, is the ease of use and the way it can be integrated with our existing products. Clients love it too as they can keep their costs down and feel that they are buying into a really cutting edge source of data.</p>
<p>We&#8217;re really looking forward to what CycleStreets come up with next!</p>
<p><em>For further information, visit <a href="http://www.steerdaviesgleave.com/" target="_blank">www.steerdaviesgleave.com</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyclestreets.net/blog/2013/03/23/sdg-uses-cyclestreets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8216;White label&#8217; cycle journey planners for Local Authorities and others</title>
		<link>http://www.cyclestreets.net/blog/2013/03/22/white-label-sites/</link>
		<comments>http://www.cyclestreets.net/blog/2013/03/22/white-label-sites/#comments</comments>
		<pubDate>Fri, 22 Mar 2013 16:53:30 +0000</pubDate>
		<dc:creator>Administrator for Wordpress</dc:creator>
				<category><![CDATA[Branded versions]]></category>
		<category><![CDATA[Local Authorities]]></category>

		<guid isPermaLink="false">http://www.cyclestreets.net/blog/?p=2689</guid>
		<description><![CDATA[We can create &#8216;white label&#8217; sites which blend our journey planner seamlessly into your website, for a small fee. We&#8217;ve created such sites for a range of organisations as our new webpage about this service outlines. These sites are a great way to promote cycling in a Local Authority area or for a business. (They [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.cyclestreets.net/services/whitelabelsites/"><img class="alignright right" alt="White label sites" src="http://www.cyclestreets.net/images/services/example.png" width="280" height="223" align="right" border="0" /></a></p>
<p>We can <a href="http://www.cyclestreets.net/services/whitelabelsites/">create &#8216;white label&#8217; sites</a> which blend our journey planner seamlessly into your website, for a small fee.</p>
<p>We&#8217;ve created such sites for a range of organisations as our <a href="http://www.cyclestreets.net/services/whitelabelsites/">new webpage about this service</a> outlines.</p>
<p>These sites are a great way to promote cycling in a Local Authority area or for a business. (They do not include the Photomap aspect of our system, to avoid liability issues.)</p>
<p>These sites can include:</p>
<ul>
<li><span style="line-height: 13px;">Quick links to particular towns/cities in your area (or perhaps employment sites for a company)</span></li>
<li>&#8216;Cycle to us&#8217; links so that the start/destination point for a journey can be pre-set</li>
<li>Extra option: Points of Interest (e.g. bike shop locations, cycle parking, etc.)</li>
</ul>
<p>We can also include our leisure routing mode, or undertake customisation work.</p>
<p>Read full details on our <a href="http://www.cyclestreets.net/services/whitelabelsites/">White label sites</a> page.</p>
<p><img border="1" alt="West Sussex cycle journey planner" src="http://www.cyclestreets.net/images/services/westsussex.png" />   <img border="1" alt="Demo site: 'Placeford'" src="http://www.cyclestreets.net/images/services/placeford.png" /></p>
<p><img border="1" alt="Bike Week cycle journey planner" src="http://www.cyclestreets.net/images/services/bikeweek.png" />   <img border="1" alt="Cycling Scotland cycle journey planner" src="http://www.cyclestreets.net/images/services/cyclingscotland.png" /></p>
<p><img border="1" alt="Moving Somerset Forward cycle journey planner" src="http://www.cyclestreets.net/images/services/movingsomersetforward.png" />   <img border="1" alt="PleaseCycle journey planner" src="http://www.cyclestreets.net/images/services/pleasecycle.png" /></p>
<p><img border="1" alt="Spogo cycle journey planner" src="http://www.cyclestreets.net/images/services/spogo.png" />   <img border="1" alt="Bike Hub cycle journey planner" src="http://www.cyclestreets.net/images/services/bikehub.png" /></p>
<p><img border="1" alt="LCC cycle journey planner" src="http://www.cyclestreets.net/images/services/lcc.png" />   <img border="1" alt="CTC cycle journey planner" src="http://www.cyclestreets.net/images/services/ctc.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyclestreets.net/blog/2013/03/22/white-label-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>London Travel live app adds CycleStreets cycle routing</title>
		<link>http://www.cyclestreets.net/blog/2013/03/21/london-travel-live-app/</link>
		<comments>http://www.cyclestreets.net/blog/2013/03/21/london-travel-live-app/#comments</comments>
		<pubDate>Thu, 21 Mar 2013 23:26:39 +0000</pubDate>
		<dc:creator>Administrator for Wordpress</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://www.cyclestreets.net/blog/?p=2679</guid>
		<description><![CDATA[This is a guest post from the creators of the London Travel live app, who have integrated our routing into the app. London Travel live started as a one man&#8217;s quest for travelling around London. The concept materialised more out of frustration whilst standing out on a cold winter&#8217;s night waiting for the public transport to arrive. [...]]]></description>
				<content:encoded><![CDATA[<p><i>This is a guest post from the creators of the London Travel live app, who have integrated our routing into the app.</i></p>
<p><a href="http://www.vdocreatives.com/londontravellive/"><img class="alignright right  wp-image-2680" align="right" alt="London Travel live screenshot" src="http://www.cyclestreets.net/blog/wp-content/uploads/londontravellive1.png" width="231" height="372" /></a></p>
<p><a href="http://www.vdocreatives.com/londontravellive/" target="_blank"><b>London Travel <i>live</i></b></a> started as a one man&#8217;s quest for travelling around London. The concept materialised more out of frustration whilst standing out on a cold winter&#8217;s night waiting for the public transport to arrive.</p>
<p>The app provides more than one transport option and aims to answer the travellers needs whether be it TUBE / BUS / CYCLE / CAB or if one needs to walk to his/her destination.</p>
<p>The app combines data from different sources to keep it realtime and hence the tag “live” to the app name.</p>
<p>If one were to travel in London during the Xmas period you would definitely notice the swarm of Barclays Bikes zipping past you, when there is limited or no public transport.</p>
<p>To benefit these users we integrated the CycleStreets journey planner solution.</p>
<p>The idea of letting the user to plan his/her rides along the roads of London with the ability to choose a Safe / Quick or Balanced route instils them with confidence, whether they are tourists or locals.</p>
<p><img class="size-medium wp-image-2681 alignnone" alt="London Travel live screenshot" src="http://www.cyclestreets.net/blog/wp-content/uploads/londontravellive2-186x300.png" width="186" height="300" />   <img class="alignnone size-medium wp-image-2683" alt="London Travel live screenshot" src="http://www.cyclestreets.net/blog/wp-content/uploads/londontravellive4-186x300.png" width="186" height="300" />   <img class="alignnone size-medium wp-image-2682" alt="London Travel live screenshot" src="http://www.cyclestreets.net/blog/wp-content/uploads/londontravellive3-186x300.png" width="186" height="300" /></p>
<p>We thank CycleStreets for providing this valuable information. This integration sets the base for further sharing of data by the community between the two entities.</p>
<p>For more information on London Travel live visit:<br />
<a href="http://www.vdocreatives.com/londontravellive/">http://www.vdocreatives.com/londontravellive/</a></p>
<p>Please do add your reviews/suggestions about the app.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyclestreets.net/blog/2013/03/21/london-travel-live-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Traveline Cymru adds cycle routing from CycleStreets</title>
		<link>http://www.cyclestreets.net/blog/2013/03/19/traveline-cymru-cycle-routing/</link>
		<comments>http://www.cyclestreets.net/blog/2013/03/19/traveline-cymru-cycle-routing/#comments</comments>
		<pubDate>Tue, 19 Mar 2013 09:53:20 +0000</pubDate>
		<dc:creator>Administrator for Wordpress</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[Branded versions]]></category>
		<category><![CDATA[Local Authorities]]></category>

		<guid isPermaLink="false">http://www.cyclestreets.net/blog/?p=2664</guid>
		<description><![CDATA[This is a guest post from Traveline Cymru who have just integrated our cycle routing data interface (API) into their multi-modal travel service. Traveline Cymru has launched the latest addition to the journey planning service on its website, with the introduction of the option to plan a cycle route. The routing is provided by CycleStreets. Now when [...]]]></description>
				<content:encoded><![CDATA[<p><em>This is a guest post from Traveline Cymru who have just integrated our <a href="http://www.cyclestreets.net/api/journey/">cycle routing data interface (API)</a> into their multi-modal travel service.</em></p>
<p><a href="http://planner.traveline-cymru.info/journeyplanner/enterJourneyPlan.do" target="_blank"><img class="alignnone size-full wp-image-2671 right alignright" alt="Traveline Cymru logo" src="http://www.cyclestreets.net/blog/wp-content/uploads/travelinecymrulogo.gif" width="257" height="38" align="right" border="0" /></a></p>
<p><a href="http://planner.traveline-cymru.info/journeyplanner/enterJourneyPlan.do" target="_blank">Traveline Cymru</a> has launched the latest addition to the journey planning service on its website, with the introduction of the option to plan a cycle route. The routing is provided by CycleStreets.</p>
<p>Now when planning a journey in Wales using the Traveline Cymru website, you will be able to select &#8216;cycle only&#8217; and a written route of directions will be provided as well as the option to view your route in map form.</p>
<p>Step 1: Go to the Traveline website and plan your journey by entering a travelling from and a going to destination.</p>
<p>By selecting ‘Additional Options’ it allows you to decide what kind of cycle route you require for example the fastest or quietest way. It also gives the option to select a cycling speed.</p>
<p><a href="http://planner.traveline-cymru.info/journeyplanner/enterJourneyPlan.do" target="_blank"><img class="alignnone size-full wp-image-2665" style="border: 1px solid gray;" alt="Traveline Cymru screenshot" src="http://www.cyclestreets.net/blog/wp-content/uploads/travelinecymru1-e1363686209190.png" width="500" height="486" /></a></p>
<p>Step 2: Select the ‘Cycle Only’ tab.</p>
<p>Step 3: This then allows you to see how long your cycle journey will take you. To get further information on the route, click ‘Journey Details’.</p>
<p><img class="alignnone size-medium wp-image-2666" style="border: 1px solid gray;" alt="Traveline Cymru screenshot" src="http://www.cyclestreets.net/blog/wp-content/uploads/travelinecymru2-300x241.png" width="300" height="241" />   <img class="alignnone size-full wp-image-2667" style="border: 1px solid gray;" alt="Traveline Cymru screenshot" src="http://www.cyclestreets.net/blog/wp-content/uploads/travelinecymru3-e1363686630544.png" width="319" height="241" /></p>
<p>Step 4: The journey details will tell you exactly what roads you will be cycling down, how far to go and how long it will take you. This can be saved, bookmarked, printed or emailed for future reference.</p>
<p>Step 5: If you would like to see your journey plotted on a map, click ‘View route on map’. This will then open another browser with your cycle route shown on a Google map. The yellow markers indicate a new point on your written instructions.</p>
<p><img class="alignnone  wp-image-2676" style="border: 1px solid gray;" alt="Traveline Cymru screenshot" src="http://www.cyclestreets.net/blog/wp-content/uploads/travelinecymru4-e1363687364810.png" width="202" height="268" />   <img class="alignnone  wp-image-2670" style="border: 1px solid gray;" alt="Traveline Cymru screenshot" src="http://www.cyclestreets.net/blog/wp-content/uploads/travelinecymru6-e1363686498940.png" width="375" height="268" /></p>
<p>Traveline are very excited about the addition of CycleStreets to the website as it will allow people to consider cycling as one of their travel options. It helps put Traveline Cymru one step closer to being Wales’ one stop shop for ALL travel information.</p>
<p>Please visit <a href="http://planner.traveline-cymru.info/journeyplanner/enterJourneyPlan.do">http://planner.traveline-cymru.info/journeyplanner/enterJourneyPlan.do</a> to try it out for yourself!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyclestreets.net/blog/2013/03/19/traveline-cymru-cycle-routing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PleaseCycle integrates cycle journey planner</title>
		<link>http://www.cyclestreets.net/blog/2013/03/16/pleasecycle/</link>
		<comments>http://www.cyclestreets.net/blog/2013/03/16/pleasecycle/#comments</comments>
		<pubDate>Sat, 16 Mar 2013 12:01:29 +0000</pubDate>
		<dc:creator>Administrator for Wordpress</dc:creator>
				<category><![CDATA[Branded versions]]></category>

		<guid isPermaLink="false">http://www.cyclestreets.net/blog/?p=2649</guid>
		<description><![CDATA[This is a guest post from PleaseCycle, who include a journey planner run by CycleStreets in their product. PleaseCycle is an online system allowing councils or employers to encourage and reward resident or employee cycling through an innovative leaderboard system and redemption of &#8216;points&#8217; earned, whilst being able to report on the carbon saved as [...]]]></description>
				<content:encoded><![CDATA[<p><img class="alignright right size-medium wp-image-2651" alt="PleaseCycle" src="http://www.cyclestreets.net/blog/wp-content/uploads/image1-300x60.png" width="300" height="60" align="right" /><em>This is a guest post from PleaseCycle, who include a journey planner run by CycleStreets in their product.</em></p>
<p><strong><a href="http://pleasecycle.com/" target="_blank">PleaseCycle</a></strong> is an online system allowing councils or employers to encourage and reward resident or employee cycling through an innovative leaderboard system and redemption of &#8216;points&#8217; earned, whilst being able to report on the carbon saved as a result (very useful for CSR reporting) and routes taken (useful for infrastructure projects and further funding).</p>
<p>PleaseCycle helps organisations or councils understand, encourage and reward resident and employee sustainable travel – a proven way of saving carbon, increasing productivity and lowering absenteeism.</p>
<p><img class="alignnone size-full wp-image-2650" style="border: 1px solid black;" alt="PleaseCycle journey planner" src="http://www.cyclestreets.net/blog/wp-content/uploads/pleasecycle-e1363435425903.png" width="500" height="442" /></p>
<p>Our system is an online portal containing educational content, safe route planners, weather updates and a &#8216;leaderboard&#8217;. This allows staff or residents to &#8216;compete&#8217; in teams across the organisation or Council, build morale and fitness, see how much they&#8217;re cycling, the resultant carbon saved and earn rewards for their mileage – like an “Air Miles” for bikes. These can be redeemed for free coffee, discounts off fitness/cycle accessories, bike servicing etc.</p>
<p><img class="alignnone size-medium wp-image-2652" style="border: 1px solid black;" alt="PleaseCycle BikeMiles" src="http://www.cyclestreets.net/blog/wp-content/uploads/image6-300x221.png" width="300" height="221" />   <img class="alignnone size-medium wp-image-2654" style="border: 1px solid black;" alt="PleaseCycle leaderboard" src="http://www.cyclestreets.net/blog/wp-content/uploads/image9-300x219.png" width="300" height="219" /></p>
<p>It&#8217;s an employee-engagement, benefit and CSR tool rolled into one, helping organisations or councils to inspire healthy and sustainable behaviour  capture carbon data (valuable for carbon-reduction targets) and demonstrate the ROI of cycle2work schemes.</p>
<p>We utilise the <a href="/services/whitelabelsites/">Cyclestreets embedded journey planner solution</a> for the PleaseCycle journey planner &#8211; see image below. Our whole product is about getting people new to cycling to give it a go, or have the confidence to cycle further. The Journey planner allows people to get over some of the barriers to cycling such as finding a safe route, or identifying where cycle paths are. The ability to map a quick, safe or balanced route is fantastic, and seeing the journey times makes people realise cycling is so much more efficient than public transport for short journeys.</p>
<p><img class="alignnone size-medium wp-image-2655" alt="PleaseCycle app" src="http://www.cyclestreets.net/blog/wp-content/uploads/image12-209x300.jpeg" width="209" height="300" />   <img class="alignnone  wp-image-2656" alt="PleaseCycle usage" src="http://www.cyclestreets.net/blog/wp-content/uploads/image16-e1363435130699.jpeg" width="360" height="197" /></p>
<p>Thank you, CycleStreets, for a wonderful product which our clients and users value greatly.</p>
<p><em>Ronan Carter &#8211; Director, <a href="http://pleasecycle.com/" target="_blank">PleaseCycle</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyclestreets.net/blog/2013/03/16/pleasecycle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scripting CycleStreets setup (Tech post)</title>
		<link>http://www.cyclestreets.net/blog/2013/01/31/scripting-cyclestreets-setup/</link>
		<comments>http://www.cyclestreets.net/blog/2013/01/31/scripting-cyclestreets-setup/#comments</comments>
		<pubDate>Thu, 31 Jan 2013 17:14:18 +0000</pubDate>
		<dc:creator>si the pie</dc:creator>
				<category><![CDATA[Developers]]></category>

		<guid isPermaLink="false">http://www.cyclestreets.net/blog/?p=2633</guid>
		<description><![CDATA[This is a tech post, so if you&#8217;re not a techy person, feel free to stop reading now! We&#8217;ve been reorganising the CycleStreets codebase to get ready for open-sourcing the remainder of our software. This has been a challenging task involving learning how to write scripts that automate the installation of the CycleStreets website. The [...]]]></description>
				<content:encoded><![CDATA[<p><em>This is a tech post, so if you&#8217;re not a techy person, feel free to stop reading now!</em></p>
<p>We&#8217;ve been reorganising the CycleStreets codebase to get ready for open-sourcing the remainder of our software.</p>
<p>This has been a challenging task involving learning how to write scripts that automate the installation of the CycleStreets website. The job has taken rather longer than expected, but has resulted in a much clearer structure to the highest level of the CycleStreets system and given us greater control of how the system is deployed.</p>
<p>It is fair to say that this aspect of our system had become rather complex with a lot of hidden dependencies. This would have been a real barrier for new coders to our project and so it had to be sorted out. The work now allows our codebase to separate out into these scenarios:</p>
<ul>
<li>Live deployment &#8211; provides the main CycleStreets website</li>
<li>Failover deployment &#8211; holds a replicated copy of all CycleStreets data that can be used, should the live site fail for some reason</li>
<li>Import &#8211; processes the latest OpenStreetMap extracts into a routing system</li>
</ul>
<p>An immediate benefit of the work will be that we can much more easily deploy each of these roles. So for instance we could have multiple import machines, and each could be configured to serve different regions of the world.</p>
<p>We still have a little further work to clean and clarify the codebase before we can open the core code. This has been our main priority for the last few months, and will remain so for the next few weeks. It won&#8217;t be perfect, but we&#8217;ve aimed to get rid of the really bad dependency gremlins.</p>
<p>We&#8217;ve also been doing various cleanups, such as removing this blog installation from the main repository, daemonizing the routing process (optionally), and adding SMS monitoring.</p>
<p>The ongoing work on the scripts part of our system can be viewed at our <a title="CycleStreets Setup on GitHub" href="https://github.com/cyclestreets/cyclestreets-setup">public CycleStreets setup repository</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyclestreets.net/blog/2013/01/31/scripting-cyclestreets-setup/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Prahou na kole (Prague by bike) introduces CycleStreets integration</title>
		<link>http://www.cyclestreets.net/blog/2013/01/29/prague-by-bike/</link>
		<comments>http://www.cyclestreets.net/blog/2013/01/29/prague-by-bike/#comments</comments>
		<pubDate>Tue, 29 Jan 2013 21:06:40 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[International]]></category>

		<guid isPermaLink="false">http://www.cyclestreets.net/blog/?p=2624</guid>
		<description><![CDATA[Prahou na kole (Prague by bike), a Czech webzine and bicycle advocacy portal introduces CycleStreets integration. What started 7 years ago as one-man’s attempt to show that utility cycling in Prague was indeed feasible by making an unofficial cycle map has grown into one of the best information sources on urban cycling in the country. [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.cyclestreets.net/blog/wp-content/uploads/home_page.png"><img class="alignleft size-medium wp-image-2626" style="border: 1px solid gray;" alt="home_page" src="http://www.cyclestreets.net/blog/wp-content/uploads/home_page-300x162.png" width="300" height="162" align="left" hspace="20" /></a></p>
<p><a href="http://prahounakole.cz/">Prahou na kole</a> (Prague by bike), a Czech webzine and bicycle advocacy portal introduces <a href="http://mapa.prahounakole.cz/"><strong>CycleStreets integration</strong></a>.</p>
<p>What started 7 years ago as one-man’s attempt to show that utility cycling in Prague was indeed feasible by making an unofficial cycle map has grown into one of the best information sources on urban cycling in the country. There are a few blog posts every week ranging from media monitoring, new infrastructure reviews, inspiration from abroad to in-depth analysis of economic efficiency of city’s investments into different transportation solutions, how to improve cyclists and pedestrians coexistence or why obsolete technical and legal requirements end up with unusable cycleways. We also organize campaigns to contact political representatives or provide individual consultancy on finding the best cycle route.</p>
<p><img class=" wp-image-2627 alignright" alt="Points of interest" src="http://www.cyclestreets.net/blog/wp-content/uploads/poi.jpg" width="374" height="339" align="right" hspace="20" /></p>
<p>Yet the <a href="http://mapa.prahounakole.cz/">map</a> remains one of the key elements of the site. The original one drawn in a CAD over a commercial map was replaced in 2011 by OpenStreetMap based solution. We wanted to show as much information as possible so we developed a custom mapnik style (<a href="https://github.com/auto-mat/rendering-PNK-ZM">opensource</a>) featuring details such as surface quality (the line is solid on smooth surface while dashed on unpaved or poor ways, cobblestone streets are drawn with square texture) or car traffic levels.</p>
<p>The map application also consists of 3,000+ POIs (some of them were imported to CycleStreets database and you can <a href="http://www.cyclestreets.net/photomap/?zoom=12&amp;lat=50.0838&amp;lon=14.4379">find them in the CycleStreets Photomap</a>).</p>
<p>The next logical step was to incorporate a journey planner. At first we wanted to develop a custom one, but fortunately we found CycleStreets and it proved to work well. It took us the whole 2012 before we came up with the official release. The process was difficult mainly due to differences in OSM tagging conventions and legal rules between the UK and Czechia, our numerous feature requests on routing algorithm (many thanks to Martin and Simon for implementing them) and last but not least due to OSM license change – significant portion of Prague was gone as one of the key early mappers declined the license.</p>
<p>Anyway, the effort paid off and we can claim to have the best journey planner integrated into our site.</p>
<p><a href="http://www.cyclestreets.net/blog/wp-content/uploads/cyclestreets_integration.png"><img class="alignnone size-full wp-image-2625" alt="Journey planner integration" src="http://www.cyclestreets.net/blog/wp-content/uploads/cyclestreets_integration-e1359493420781.png" width="801" height="418" /></a></p>
<p><em>Editor&#8217;s note: This collaboration started when Martin was on holiday in Prague. By co-incidence, CycleStreets received an e-mail from Václav asking whether we planned to cover Prague. Martin e-mailed back saying he happened to be in Prague, and we met up the next day!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyclestreets.net/blog/2013/01/29/prague-by-bike/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
