Outline

  • Context (15 minutes)
  • The Propensity to Cycle Tool (15 minutes on thePCT)
  • The Cycling Infrastructure Prioritisation Tool (5 minutes on the CyIPT)
  • Live demo (10 minutes)
  • Interactive exercise in groups (45 minutes)
  • Project team and workflow
  • Software
  • Questions + next steps

Context

The scale of the challenge, from this...

knitr::include_graphics("https://pbs.twimg.com/media/DOH94nXUIAAgcll.jpg")

Towards cycling being the natural choice

knitr::include_graphics("https://pbs.twimg.com/media/DJaWCo0U8AAzQGW.jpg:large")

Problem: evidence overload

knitr::include_graphics("https://larrycuban.files.wordpress.com/2015/02/data-overload-2.jpg")
  • Problem is operationalising this data [@lovelace_propensity_2017]
  • Needs to be provided in a format that can be acted on at the local level
  • Requires a decent team

Who: people involved | In the PCT

Who: people involved | In the CyIPT

And in other projects:

Historical (personal) context

  • These tools have been 3+ years in the making
  • Origins go back further
Concept (PhD) -> Job at UoL (2009 - 2013)
 Discovery of R programming and shiny (2013)
  Link-up with Cambridge University and colleagues (2015)
    Implementation on national OD dataset, 700k routes (2016)
      Completed LSOA phase (4 million lines!) (2017)
        PCT Wales commissioned + CyIPT Phase I (2018)
  • Internationalisation (2018?)

Academic context (source: Lovelace et al. 2017)

dft = readr::read_csv("~/npct/pct-team/data-sources/cycle-tools-wide.csv")
dft$Tool = gsub("Permeability Assessment Tool", "PAT", dft$Tool)
knitr::kable(dft[-5, ])

National policy context - see www.pct.bike

Cycling and Walking Infrastructure Strategy (CWIS): to 'double cycling'

knitr::include_graphics("~/npct/pct-team/figures/front-page-leeds-pct-demo.png")

The international dimension

knitr::include_graphics("https://raw.githubusercontent.com/ATFutures/who/master/fig/sevnet2.png")
  • Not a UK-specific issue, but benefits of country-specific tools

The Propensity to Cycle Tool (PCT)

What can the PCT do? - see www.pct.bike

knitr::include_graphics("~/npct/pct-team/figures/pct-frontpage.png")

Context: from concept to implementation

  • 3 years in the making
  • Origins go back further
  • "An algorithm to decide where to build next"!
  • Internationalisation of methods (World Health Organisation funded project)
knitr::include_graphics("https://github.com/npct/pct-team/blob/master/figures/pct-metalogo.png?raw=true")

Policy feedback

"The PCT is a brilliant example of using Big Data to better plan infrastructure investment. It will allow us to have more confidence that new schemes are built in places and along travel corridors where there is high latent demand."

"The PCT shows the country’s great potential to get on their bikes, highlights the areas of highest possible growth and will be a useful innovation for local authorities to get the greatest bang for their buck from cycling investments and realise cycling potential."

The Cycling Infrastructure Prioritisation Toolkit (CyIPT)

Overview of the project

Tookit design

knitr::include_graphics("../figures/schematic-flow-diagram.png")

Modelling cycling uptake

  • How to operationalise available data?

Data on infrastructure-uptake at a regional level

knitr::include_graphics("../../cyipt-website/images/ttwa-uptake.png")

New datasets:

  • DfT's Transport Direct data
  • 2001 OD data (manipulated and joined with 2011 data)

Operationalising the data

See: https://www.cyipt.bike (password protected)

knitr::include_graphics(c("../../cyipt-website/images/infrastructure/large/lightsegregation.jpg", "../../cyipt-website/images/recommended.png"))

Live demo

Interactive exercise in groups

Set-up

The purpose of this session is to get you more familiar with the PCT and the CyIPT in some real world scnearios.

Assessing cycling potential with the PCT (15 Minutes)

Explore the CyIPT Evidence and Recommendations (15 Minutes)

How to build open tools for transport planning

Using open source software

  • QGIS mapping software
  • sDNA QGIS plugin
  • R (see upcoming course April 2019)
  • Key feature of CyIPT and PCT:
  • Open source and provides open data downloads

A live demo using R

library(stplanr)
library(dodgr)
roads = dodgr_streetnet("mackinac island")
roads_graph = SpatialLinesNetwork(roads)
centrality = igraph::edge.betweenness(roads_graph@g)

Results

m = mapview::mapview(roads, lwd = centrality / mean(centrality))
m@map

Next steps

Active Transport Toolkit | source: github.com/ATFutures/who

knitr::include_graphics("https://raw.githubusercontent.com/ATFutures/who/master/fig/accra-flow1-interactive.png")

Demo of Active Transport Toolkit in Accra

Demo of PCT approach in Minnesota | Data source: gisdata.mn.gov

knitr::include_graphics("../figures/minnesota.png")
  • Interactive version: http://rpubs.com/RobinLovelace/399660

Next steps

  • Phase III PCT: Schools layer, training, 'near market' scenario
  • Phase II of CyIPT: research phase -> make publicly accessible
  • Creating an active transport toolkit for cities internationally
  • Must be a conversation
# knitr::include_graphics(c("https://raw.githubusercontent.com/FasterByBike/FasterByBike/master/figures/heatmap-see.png"))
# "https://ars.els-cdn.com/content/image/1-s2.0-S0968090X14000059-gr4.jpg"

Links + references

  • Contact: project info@cyipt.bike, me: r.lovelace@leeds.ac.uk


cyipt/cyipt documentation built on Aug. 16, 2020, 10:24 p.m.