-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
550 lines (483 loc) · 28.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
<!DOCTYPE html>
<html lang="en">
<head>
<title>Cycling Infrastructure Prioritisation Toolkit (CyIPT)</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116095304-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-116095304-1');
</script>
<!-- Dependencies -->
<link rel="stylesheet" href="/js/lib/leaflet-1.2.0/leaflet.css" />
<script src="/js/lib/leaflet-1.2.0/leaflet.js"></script>
<script src="/js/lib/jquery-3.2.1/jquery-3.2.1.min.js"></script>
<script src="/js/lib/leaflet-providers/leaflet-providers.js"></script>
<script src="/js/lib/leaflet-fullHash/leaflet-fullHash.js"></script>
<script src="/js/lib/leaflet-locatecontrol/dist/L.Control.Locate.min.js"></script>
<link rel="stylesheet" href="/js/lib/leaflet-locatecontrol/dist/L.Control.Locate.min.css" />
<link rel="stylesheet" href="/js/lib/font-awesome/4.7.0/css/font-awesome.min.css" />
<script src="/js/lib/js-cookie/js.cookie.js"></script>
<script src="/js/lib/jquery-ui-1.12.1/jquery-ui.min.js"></script>
<link rel="stylesheet" href="/js/lib/jquery-ui-1.12.1/themes/base/jquery-ui.css" />
<script src="/js/lib/vex-js/4.1.0/dist/js/vex.combined.min.js"></script>
<link rel="stylesheet" href="/js/lib/vex-js/4.1.0/dist/css/vex.css" />
<link rel="stylesheet" href="/js/lib/vex-js/4.1.0/dist/css/vex-theme-plain.css" />
<script src="/js/lib/jsSHA/src/sha256.js"></script>
<!-- LayerViewer library, providing the application logic -->
<script src="/js/lib/Leaflet.LayerViewer/src/Leaflet.LayerViewer.js?2"></script>
<link rel="stylesheet" type="text/css" href="/js/lib/Leaflet.LayerViewer/src/Leaflet.LayerViewer.css?2" />
<script src="/js/lib/Leaflet.LayerViewer/lib/geocoder.js"></script>
<!-- CyIPT web application -->
<script src="/.config.js"></script>
<script src="/js/cyipt.js"></script>
<link rel="stylesheet" href="/css/main.css" />
<link rel="stylesheet" href="/css/fonts.css" />
<script>
$(function() {
cyipt.initialise(config);
});
</script>
</head>
<body>
<header>
<div id="logo"><a href="/"><img src="/images/logo_small.png" alt="CyIPT logo" /></a></div>
<ul id="menu">
<li><a href="#about">About</a></li>
<li><a href="#contacts">Contacts</a></li>
<li><a href="/manual/" target="_blank">Manual</a></li>
<li><a href="/report1/" target="_blank">Report</a></li>
<li><a href="/media/" target="_blank">Media</a></li>
<li><a href="#survey">Survey</a></li>
</ul>
<h1><a href="/">Cycling Infrastructure Prioritisation Toolkit (CyIPT)</a></h1>
<p>A DfT-funded research project at the University of Leeds</p>
</header>
<main>
<div id="home">
<div style="height: 600px; overflow: scroll;">
<p>Welcome to CyIPT, a research project funded by the UK Department for Transport.
<img src="/images/home-example.png" alt="CyIPT Interface Example" style="float:right;width:40%;">
CyIPT is a collection of tools aiming to provide an evidence-base for prioritisation of transport infrastructure that will get more people cycling.
You have reached the development area, which is not publicly accessible.
For more information on CyIPT see the <a href="#about">About page</a> or the <a href="/manual/" target="_blank">Manual</a>
You can contact us by e-mail via the details on the <a href="#contacts">Contacts</a> page linked above.</p>
<p>On its first run the CyIPT recommended 9,342 schemes in England, with an average cost of £730,000 and total cost of £6.8 Bn for an average length of 1.1 km and a total length of 10,600 km
with an average benefit of £1,467,000 and total benefits of £13.7 Bn an average BCR of 14.</p>
<p>To trial CyIPT, please fill in the <a href="https://tinyurl.com/y9r5okv7" target="_blank">Access Form</a>.</p>
{$login}
<div style="margin-top: 40px; width: 750px; background-color: #ddd; padding: 10px 25px;">
<h3>COVID-19 resources - new:</h3>
<table>
<tr>
<td width="350" valign="top" style="padding-right: 25px;">
<h4><a href="/rapid/">Rapid cycleway prioritisation tool</a></h4>
<p><a href="/rapid/"><img src="/images/popupcycleways.png" width="350" height="250" style="box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.5);" /></a></p>
<p>If you would like to gain access to results from CyIPT in response to emergency funds to reallocate space, please see our <a href="/rapid/">preliminary results</a> that are based on data from the project.</p>
<p>There you will find a link to a 5 minute survey. Please provide feedback on the results as it will help improve the results for the final release.</p>
</td>
<td width="350" valign="top" style="padding-right: 25px;">
<h4><a href="https://www.widenmypath.com/">Widen My Path</a></h4>
<p><a href="https://www.widenmypath.com/"><img src="https://www.cyclestreets.org/wp-content/uploads/widenmypathhome.png" width="350" height="250" style="box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.5);" border="0" /></a></p>
<p><a href="https://www.widenmypath.com/">Widen My Path</a>, created by CycleStreets, enables anyone anywhere in the UK to suggest where more space is needed for physical (social) distancing.</p>
<p>Councils and local groups can then use the resulting map and open data created by the site to inform where changes could be made.</p>
</td>
</tr>
</table>
</div>
</div>
</div>
<nav>
<div id="selector">
<form id="data">
<div id="sections">
<div id="accordion">
<h3 title="Existing cycle infrastructure, providing a baseline for improvement."><input type="checkbox" name="show[]" id="show_existing" /> Existing cycle infrastructure <a class="moredetails" data-field="existing" href="#">[?]</a></h3>
<div id="existing" class="filters">
<select id="layer" name="layer">
<option value="cycleinfrastructure" selected="selected">Cycle infrastructure</option>
<option value="speedlimits">Speed limits</option>
<option value="footways">Footways</option>
</select>
<br />
<p>Source: CyIPT</p>
<div class="export button">
<p>
Export:
<img class="csv" src="/js/lib/Leaflet.LayerViewer/images/page_excel.png" title="Export to CSV spreadsheet (for Excel)" />
<img class="geojson" src="/js/lib/Leaflet.LayerViewer/images/page_code.png" title="Export to GeoJSON (for GIS systems)" />
</p>
</div>
</div>
<h3 title="Our recommendation for schemes, which group the proposals for recommended cycle infrastructure together."><input type="checkbox" name="show[]" id="show_schemes" /> Schemes <a class="moredetails" data-field="schemes" href="#">[?]</a></h3>
<div id="schemes" class="filters">
<p>Scheme cost (budget available) up to:</p>
<div class="slider">
<input type="range" name="costto" min="0" max="8" step="1" value="8" list="costto" />
<datalist id="costto">
<option value="0" data-value="50000">£50,000</option>
<option value="1" data-value="100000">£100,000</option>
<option value="2" data-value="250000">£250,000</option>
<option value="3" data-value="500000">£500,000</option>
<option value="4" data-value="1000000">£1,000,000</option>
<option value="5" data-value="2000000">£2,000,000</option>
<option value="6" data-value="5000000">£5,000,000</option>
<option value="7" data-value="10000000">£10,000,000</option>
<option value="8" data-value="20000000">£20,000,000</option>
</datalist>
<p>Value</p>
<ul class="costto">
<li>£50k</li>
<li>£20m</li>
</ul>
</div>
<p>Scheme benefit-cost ratio (BCR) at least:</p>
<p>
<select name="benefitcostfrom">
<option value=""></option>
<option value="1">1</option>
<option value="2">2</option>
<option value="5">5</option>
<option value="10">10</option>
<option value="15">15</option>
<option value="30">30</option>
<option value="100">100</option>
</select>
</p>
<p>Benefits of each scheme at least:</p>
<p>
<select name="benefitfrom">
<option value=""></option>
<option value="50000">£50,000</option>
<option value="100000">£100,000</option>
<option value="250000">£250,000</option>
<option value="500000">£500,000</option>
<option value="750000">£750,000</option>
<option value="1000000">£1,000,000</option>
<option value="2000000">£2,000,000</option>
<option value="3000000">£3,000,000</option>
<option value="4000000">£4,000,000</option>
<option value="5000000">£5,000,000</option>
<option value="6000000">£6,000,000</option>
<option value="7000000">£7,000,000</option>
<option value="8000000">£8,000,000</option>
<option value="9000000">£9,000,000</option>
<option value="10000000">£10,000,000</option>
</select>
</p>
<p>Source: CyIPT</p>
<div class="export button">
<p>
Export:
<img class="csv" src="/js/lib/Leaflet.LayerViewer/images/page_excel.png" title="Export to CSV spreadsheet (for Excel)" />
<img class="geojson" src="/js/lib/Leaflet.LayerViewer/images/page_code.png" title="Export to GeoJSON (for GIS systems)" />
</p>
</div>
</div>
<h3 title="Recommended cycle infrastructure, based on our analysis of all the other factors listed."><input type="checkbox" name="show[]" id="show_recommended" /> Recommended infrastructure <a class="moredetails" data-field="recommended" href="#">[?]</a></h3>
<div id="recommended" class="filters">
<p>Source: CyIPT</p>
<div class="export button">
<p>
Export:
<img class="csv" src="/js/lib/Leaflet.LayerViewer/images/page_excel.png" title="Export to CSV spreadsheet (for Excel)" />
<img class="geojson" src="/js/lib/Leaflet.LayerViewer/images/page_code.png" title="Export to GeoJSON (for GIS systems)" />
</p>
</div>
</div>
<h3 title="Calculations of the width of roads/paths, which helps determine the potential space available for cycle infrastructure."><input type="checkbox" name="show[]" id="show_width" /> Road widths <a class="moredetails" data-field="width" href="#">[?]</a></h3>
<div id="width" class="filters">
<select id="widthlayer" name="widthlayer">
<option value="roadwidth" selected="selected">Road width</option>
<option value="pavementwidth">Pavement width</option>
<option value="widthstatus">Width status</option>
</select>
<br />
<p>Source: OSM</p>
<p>Analysis By: CyIPT</p>
<div class="export button">
<p>
Export:
<img class="csv" src="/js/lib/Leaflet.LayerViewer/images/page_excel.png" title="Export to CSV spreadsheet (for Excel)" />
<img class="geojson" src="/js/lib/Leaflet.LayerViewer/images/page_code.png" title="Export to GeoJSON (for GIS systems)" />
</p>
</div>
</div>
<h3 title="Data from the DfT-funded Propensity to Cycle Tool (pct.bike)."><input type="checkbox" name="show[]" id="show_pct" /> Propensity to Cycle Tool <a class="moredetails" data-field="pct" href="#">[?]</a></h3>
<div id="pct" class="filters">
<select id="pctlayer" name="pctlayer">
<option value="pctcensus" selected="selected">Census 2011</option>
<option value="pctgov">Government Target</option>
<option value="pctgen">Gender Equality</option>
<option value="pctdutch">Go Dutch</option>
<option value="pctebike">Ebikes</option>
</select>
<p>Note: Zoom in for smaller flows</p>
<p>Source: PCT</p>
<p>Analysis By: CyIPT</p>
<div class="export button">
<p>
Export:
<img class="csv" src="/js/lib/Leaflet.LayerViewer/images/page_excel.png" title="Export to CSV spreadsheet (for Excel)" />
<img class="geojson" src="/js/lib/Leaflet.LayerViewer/images/page_code.png" title="Export to GeoJSON (for GIS systems)" />
</p>
</div>
</div>
<h3 title="Traffic counts, from official DfT statistics, allocated to each road."><input type="checkbox" name="show[]" id="show_traffic" /> Traffic counts <a class="moredetails" data-field="traffic" href="#">[?]</a></h3>
<div id="traffic" class="filters">
<p>This layer applies DfT point traffic counts to the road network</p>
<p>Source: DfT</p>
<p>Analysis By: CyIPT</p>
<div class="export button">
<p>
Export:
<img class="csv" src="/js/lib/Leaflet.LayerViewer/images/page_excel.png" title="Export to CSV spreadsheet (for Excel)" />
<img class="geojson" src="/js/lib/Leaflet.LayerViewer/images/page_code.png" title="Export to GeoJSON (for GIS systems)" />
</p>
</div>
</div>
<h3 title="Collisions on road network"><input type="checkbox" name="show[]" id="show_collisionsroad" /> Collisions: roads <a class="moredetails" data-field="collisionsroad" href="#">[?]</a></h3>
<div id="collisionsroad" class="filters">
<select id="collisionsroadlayer" name="collisionsroadlayer">
<option value="ncollisionsSlight" selected="selected">Slight collisions</option>
<option value="ncollisionsSerious">Serious collisions</option>
<option value="ncollisionsFatal">Fatal collisions</option>
<option value="bikeCasSlight">Slight bike casulties</option>
<option value="bikeCasSerious">Serious bike casulties</option>
<option value="bikeCasFatal">Fatal bike casulties</option>
</select>
<p>Source: DfT / STATS19</p>
<p>Analysis By: CyIPT</p>
<div class="export button">
<p>
Export:
<img class="csv" src="/js/lib/Leaflet.LayerViewer/images/page_excel.png" title="Export to CSV spreadsheet (for Excel)" />
<img class="geojson" src="/js/lib/Leaflet.LayerViewer/images/page_code.png" title="Export to GeoJSON (for GIS systems)" />
</p>
</div>
</div>
<h3 title="Collisions at junctions"><input type="checkbox" name="show[]" id="show_collisionsjunctions" /> Collisions: junctions <a class="moredetails" data-field="collisionsjunctions" href="#">[?]</a></h3>
<div id="collisionsjunctions" class="filters">
<select id="collisionsjunctionslayer" name="collisionsjunctionslayer">
<option value="ncollisionsSlight" selected="selected">Slight collisions</option>
<option value="ncollisionsSerious">Serious collisions</option>
<option value="ncollisionsFatal">Fatal collisions</option>
<option value="bikeCasSlight">Slight bike casulties</option>
<option value="bikeCasSerious">Serious bike casulties</option>
<option value="bikeCasFatal">Fatal bike casulties</option>
</select>
<p>Source: DfT / STATS19</p>
<p>Analysis By: CyIPT</p>
<div class="export button">
<p>
Export:
<img class="csv" src="/js/lib/Leaflet.LayerViewer/images/page_excel.png" title="Export to CSV spreadsheet (for Excel)" />
<img class="geojson" src="/js/lib/Leaflet.LayerViewer/images/page_code.png" title="Export to GeoJSON (for GIS systems)" />
</p>
</div>
</div>
<h3 title="DfT collision data, from STATS19."><input type="checkbox" name="show[]" id="show_collisions" /> Collisions: points<a class="moredetails" data-field="collisions" href="#">[?]</a></h3>
<div id="collisions" class="filters">
<p>Years:
<select name="yearfrom">
<option value=1985 selected="selected">1985</option>
<option value=1986>1986</option>
<option value=1987>1987</option>
<option value=1988>1988</option>
<option value=1989>1989</option>
<option value=1990>1990</option>
<option value=1991>1991</option>
<option value=1992>1992</option>
<option value=1993>1993</option>
<option value=1994>1994</option>
<option value=1995>1995</option>
<option value=1996>1996</option>
<option value=1997>1997</option>
<option value=1998>1998</option>
<option value=1999>1999</option>
<option value=2000>2000</option>
<option value=2001>2001</option>
<option value=2002>2002</option>
<option value=2003>2003</option>
<option value=2004>2004</option>
<option value=2005>2005</option>
<option value=2006>2006</option>
<option value=2007>2007</option>
<option value=2008>2008</option>
<option value=2009>2009</option>
<option value=2010>2010</option>
<option value=2011>2011</option>
<option value=2012>2012</option>
<option value=2013>2013</option>
<option value=2014>2014</option>
<option value=2015>2015</option>
</select>
to
<select name="yearto">
<option value=1985>1985</option>
<option value=1986>1986</option>
<option value=1987>1987</option>
<option value=1988>1988</option>
<option value=1989>1989</option>
<option value=1990>1990</option>
<option value=1991>1991</option>
<option value=1992>1992</option>
<option value=1993>1993</option>
<option value=1994>1994</option>
<option value=1995>1995</option>
<option value=1996>1996</option>
<option value=1997>1997</option>
<option value=1998>1998</option>
<option value=1999>1999</option>
<option value=2000>2000</option>
<option value=2001>2001</option>
<option value=2002>2002</option>
<option value=2003>2003</option>
<option value=2004>2004</option>
<option value=2005>2005</option>
<option value=2006>2006</option>
<option value=2007>2007</option>
<option value=2008>2008</option>
<option value=2009>2009</option>
<option value=2010>2010</option>
<option value=2011>2011</option>
<option value=2012>2012</option>
<option value=2013>2013</option>
<option value=2014>2014</option>
<option value=2015 selected="selected">2015</option>
</select>
</p>
<p>Severity:
<select name="severity">
<option value="fatal" selected="selected">Fatal</option>
<option value="serious">Serious</option>
<option value="slight">Slight</option>
</select></p>
<p>Source: DfT / STATS19</p>
<div class="export button">
<p>
Export:
<img class="csv" src="/js/lib/Leaflet.LayerViewer/images/page_excel.png" title="Export to CSV spreadsheet (for Excel)" />
<img class="geojson" src="/js/lib/Leaflet.LayerViewer/images/page_code.png" title="Export to GeoJSON (for GIS systems)" />
</p>
</div>
</div>
</div>
</div>
</form>
</div>
</nav>
<div id="geocoder">
<input type="text" name="location" autocomplete="off" placeholder="Search locations and move map" tabindex="1" spellcheck="false" />
</div>
<div id="map"></div>
<div id="about">
<p>The Cycling Infrastructure Prioritisation Toolkit, is a prototype developed by the University of Leeds and funded by the Department of Transport.
The purpose of the toolkit is to aid decision makers in finding the best places to put new cycle infrastructure. </p>
<p>CyIPT uses data about the existing road network, such as speed limits, road types and traffic levels combined with information about cycling levels to reccomend the most appropriate type of cycle infrastructure on each road in England.</p>
<p>CyIPT then attempts to group its recommendations into buildable schemes, and evaluate thoses schemes by estimating:</p>
<ul>
<li>Construction costs</li>
<li>Increase in number of cyclists</li>
<li>Benefits from increased cycling</li>
<li>Benefit cost ratios</li>
</ul>
</div>
<div id="contacts">
<p>You can contact us by e-mail at info<span>@</span>cyipt.bike.</p>
</div>
<!--
<div id="manual">
<p>Download the <a href="/docs/manual.pdf">manual</a>.</p>
</div>
-->
<div id="survey">
<p>Please do fill out our <a href="https://goo.gl/forms/eH54cdW7UVA5mBMV2" target="_blank"><strong>survey</strong></a> to give us your thoughts on where we should concentrate further development.</p>
</div>
<div id="aboutfields">
<h3 class="schemes">Schemes</h3>
<p>The Schemes layer is an aggregation of the recommended infrastructure layer. Recommendations are made at the road segment level (junction to junction), and therefore can be very short. Schemes groups recommended infrastructure together into schemes that could possibly be constructed, and then evaluates the scheme against a range of criteria. For further details see the relevant section of the <a href="https://www.cyipt.bike/manual/layer-descriptions.html#schemes">CyIPT Manual</a>.</p>
<h3 class="recommended">Recommended infrastructure</h3>
<p>This layer shows the type of cycle infrastructure appropriate on each road segment based on guidance from Highways England <a href="http://www.standardsforhighways.co.uk/ha/standards/ians/pdfs/ian195.pdf">IAN 195/16</a>. Interventions are recommended for each segment based the following criteria:</p>
<ul>
<li>Whether the route is on road or off road (e.g. paths)</li>
<li>The speed limit</li>
<li>The motor traffic level</li>
<li>The number of cyclists using the road (based on PCT Census 2011 scenario)</li>
</ul>
<p>Using this information CyIPT makes one of seven possible recommendations. Common infrastructure types are illustrated in the figures below:</p>
<ul>
<li>None</li>
</ul>
<p>(Not shown) no specific cycling infrastructure is required.</p>
<ul>
<li>Cycle Lanes</li>
</ul>
<p>A painted line on the roadway divides bicycles from other traffic:</p>
<p><img src="/images/infrastructure/medium/cyclelane.jpg" width="230" alt="Cycle lane" /></p>
<ul>
<li>Cycle Lanes with light segregation</li>
</ul>
<p>Similar to cycle lanes but batons or armadillos are added long the line to reinforce the separation between cyclists and motor traffic:</p>
<p><img src="/images/infrastructure/medium/lightsegregation.jpg" width="230" alt="Cycle lane with light segregation" /></p>
<ul>
<li>Stepped Cycle Tracks</li>
</ul>
<p>Cyclists travel on a slightly elevated lane, above the road traffic but below the pavement:</p>
<p><img src="/images/infrastructure/medium/steppedtrack.jpg" width="230" alt="Stepped cycle track" /></p>
<ul>
<li>Segregated Cycle Track</li>
</ul>
<p>Cyclists travel in a separate lane physically separated from motor traffic by a hard barrier:</p>
<p><img src="/images/infrastructure/medium/regregatedtrack.jpg" width="230" alt="Segregated cycle track" /></p>
<ul>
<li>Cycle Streets</li>
</ul>
<p>These very quiet roads are primarily designed for cycling and walking while still allowing low speed motor traffic:</p>
<p><img src="/images/infrastructure/medium/cyclestreet.jpg" width="230" alt="Cycle street" /></p>
<ul>
<li>Cycle Lane on Path</li>
</ul>
<p>(Off Road Only) cyclists are separated from pedestrians by a painted line.</p>
<ul>
<li>Segregated Cycle Track on Path</li>
</ul>
<p>(Off Road Only) cyclists are separated from pedestrians by a hard barrier.</p>
<p>For further details see the <a href="/manual/layer-descriptions.html#recommended-infrastructure">CyIPT Manual</a>.</p>
<h3 class="existing">Existing infrastructure</h3>
<p>The layer highlights existing cycling infrastructure. Unlike other cycle maps (e.g. OpenCycleMap) which include designated cycle routes, this map only shows physical infrastructure such as cycle lanes and tracks.</p>
<p>This data is derived from OpenStreetMap and then cleaned by CyIPT so may have inaccuracies. If you see an error, you can click on the road and use the 'Edit in OSM' link to modify OpenStreetMap. The modification will automatically be incorporated into CyIPT at the next rebuild.</p>
<p>The layer also gives the option to see the speed limit on each road. Again, this data is derived from OSM and a cleaning algorithm to fill in missing data.</p>
<p>For further information: see <a href="https://www.cyipt.bike/manual/layer-descriptions.html#existing-infrastructure">the CyIPT Manual</a></p>
<h3 class="width">Road widths</h3>
<p>The road width layer has two modes (road width, width status).</p>
<p><strong>Road width</strong></p>
<p>The road width layer shows and estimate of the road with based on the OSM. The calculation use standard lane widths and information on the number of lanes and footways to estimate the total width of the carriageway.</p>
<p><strong>Width status</strong></p>
<p>The width status layer compares the estimated width of the road with any proposed new cycling infrastructure to width of the road as measured from the Ordnance Survey MaterMap. This mode helps highlight locations where road space is limited and space reallocation may be required to provide new cycling infrastructure. </p>
<p>For further information: see <a href="/manual/layer-descriptions.html#road-widths">the CyIPT Manual</a></p>
<h3 class="pct">Propensity to Cycle Tool</h3>
<p>This layer shows data from the Propensity to Cycle Tool (www.pct.bike) which has been reanalysed by CyIPT. The PCT LSOA fastest routes have been matched to the road network to give total counts of cyclists on each road segment. This is similar to the PCT LSOA route network raster but provides a greater level of spatial detail.</p>
<p>This layer also allows you to view the straight lines, fastest routes, and quietest routes from the PCT LSOA dataset.</p>
<p>For further information: see <a href="/manual/layer-descriptions.html#propensity-to-cycle-tool">the CyIPT Manual</a></p>
<h3 class="traffic">Traffic counts</h3>
<p>This layer show data from the DfT of traffic counts mapped to the road network. It is provided at context so show what CyIPT “sees.” Data is taken from the most recent year available on a road-by-road basis thus the data is not consistent. </p>
<p>For further information: see <a href="/manual/layer-descriptions.html#traffic-counts">the CyIPT Manual</a></p>
<h3 class="collisionsroad">Collisions on road network</h3>
<p>This layer uses the official STATS19 data on road collisions from 1985 to 2015. Collisions are viewable a points, or mapped on the road and junction network.</p>
<p>When CyIPT matches collisions to a specific road or junction, it considers whether the STATS19 data states the collision occurred at a junction or not. If the collision occurred at a junction, it is mapped to the nearest junction. Otherwise, the collision is mapped to the nearest road segment.</p>
<p>The STATS19 data has some ambiguity in the location of collisions; therefore it is possible that some collisions are mapped inaccurately to other nearby roads and junctions.</p>
<p>For further information: see <a href="/manual/layer-descriptions.html#collisions-roads">the CyIPT Manual</a></p>
<h3 class="collisionsjunctions">Collisions at junctions</h3>
<p>For further information: see <a href="/manual/layer-descriptions.html#collisions-junctions">the CyIPT Manual</a></p>
<h3 class="collisions">Collisions as points</h3>
<p>For further information: see <a href="/manual/layer-descriptions.html#collisions-points">the CyIPT Manual</a></p>
</div>
</main>
<footer>
<p>University of Leeds, with project partners: CycleStreets, University of the West of England, and Phil Jones Associates || Funded by the UK Department for Transport || <a href="/api/">API</a> || <a href="https://github.com/cyipt/">Open source, open data</a></p>
</footer>
</body>
</html>