pagedown::chrome_print("data-raw/pct-slides-ertico-short.Rmd")
browseURL("data-raw/pct-slides-ertico-short.pdf")
library(RefManageR)
my_bib = RefManageR::ReadBib("~/itsleeds/pct/inst/rmd/refs.bib")
# publish results online
cp -Rv data-raw/pct-slides* ~/saferactive/site/static/slides/
cp -Rv inst/rmd/libs ~/saferactive/site/static/slides/
cd ~/saferactive/site
git add -A
git status
git commit -am 'Update slides'
git push
cd -

background-image: url(https://media.giphy.com/media/YlQQYUIEAZ76o/giphy.gif) background-size: cover class: center, middle

How the PCT works


The first prototype of the PCT

knitr::include_graphics("https://raw.githubusercontent.com/npct/pct-team/master/figures/early.png")

Photo: demo of the PCT to Secretary of State for Transport (March 2017)


The PCT in 2020

.pull-left[

Geographic levels in the PCT

.pull-right[

See these levels at www.pct.bike

]


Route networks

u = "https://github.com/ITSLeeds/pct/releases/download/0.5.0/routes_od_data_df_df.Rds"
f = basename(u)
if(!file.exists(f)){
  download.file(u, f)
}
r = readRDS(f)
rnet = stplanr::overline(r, "bicycle")
plot(rnet, lwd = rnet$bicycle / 10)

Cycling uptake

.pull-left[

]

.pull-right[

Cycling potential in London under scenarios of change

--

Dose/response modelling: about cycling in response to distance, hilliness and other factors. Source: pct R package website


background-image: url(https://user-images.githubusercontent.com/1825120/96583573-d3c1eb00-12d4-11eb-88b8-ca78087b63f7.png)

Live demo of the PCT for Bristol

See https://www.pct.bike/


.pull-left[

Uses of the PCT

Uses that were not initially planned

]

--

.pull-right[

Deploying in new contexts

]

--

For further info, see the training materials at itsleeds.github.io


References

PrintBibliography(my_bib)
# RefManageR::WriteBib(my_bib, "refs-geostat.bib")


ITSLeeds/pct documentation built on April 13, 2025, 5:49 p.m.