GISRUK 2022, Liverpool
Evidence-based policies in government: Data Science Fellowship at N. 10
Future areas of development: Reproducible Bayesian modelling of proportions (Dirichlet regression), Machine Learning, Decarbonisation Agenda
I am an all-round data scientist with experience with Python, Julia, and command line tools such as Docker and shell scripting for scalable data science applications.
I have particular expertise in R and geocomputation with R in particular.
Source: Lovelace, R., Félix, R., & Carlino, D. (2022, January 13). Jittering: A computationally efficient method for generating realistic route networks from origin-destination data. Transport Findings, in Press https://doi.org/10.31219/osf.io/qux6g
Adding value and detail to existing OD data. Source: Lovelace, Félix and Carlino (2022 preprint)
Problem: we need a validation dataset
Problem: we need a validation dataset
See reproducible repo + manuscript here: https://github.com/Robinlovelace/odnet
System command line implementation (compile Rust code):
cargo install --git https://github.com/dabreegster/odjitterodjitter jitter --od-csv-path od_iz_ed.csv \ --zones-path iz_zones11_ed.geojson \ --subpoints-path road_network_ed.geojson \ --max-per-od 10 --output-path output_max50.geojson
R implementation
remotes::install_github("dabreegster/odjitter", subdir = "r")
od = read_csv("od_iz_ed.csv")
od_jittered = odjitter::jitter( od = od, zones = sf::read_sf("iz_zones11_ed.geojson"), subpoints = sf::read_sf("road_network_ed.geojson") )
Exploring the parameter space: different origin and destination points + weights, routing 'engines', disaggregation.
u = "https://github.com/ITSLeeds/od/releases/download/v0.3.1/od_intra_top_sf.geojson"desire_lines_oa_wpz_1k = sf::read_sf(u)oas_in_buffer = sf::read_sf("https://github.com/ITSLeeds/od/releases/download/v0.3.1/oas_in_buffer.geojson")wpz_in_buffer = sf::read_sf("https://github.com/ITSLeeds/od/releases/download/v0.3.1/wpz_in_buffer.geojson")library(tmap)tmap_mode("view")
## tmap mode set to interactive viewing
m = tm_shape(desire_lines_oa_wpz_1k) + tm_lines() + tm_shape(oas_in_buffer) + tm_dots(col = "darkgreen") + tm_shape(wpz_in_buffer) + tm_dots(col = "darkred")
See here for map
Lead Developer of the DfT's PCT (Lovelace et al. 2017) : transformational impact on planning in the UK (source: REF Impact Case Study)
COVID response: RAPID tool (Lovelace et al. 2020)
ActDev tool for informing planning process
Lovelace, R., Goodman, A., Aldred, R., Berkoff, N., Abbas, A., Woodcock, J., 2017. The Propensity to Cycle Tool: An open source online system for sustainable transport planning. Journal of Transport and Land Use 10. https://doi.org/10.5198/jtlu.2016.862
Lovelace, R., Goodman, A., Aldred, R., Berkoff, N., Abbas, A., Woodcock, J., 2017. The Propensity to Cycle Tool: An open source online system for sustainable transport planning. Journal of Transport and Land Use 10. https://doi.org/10.5198/jtlu.2016.862
Morgan, M., Lovelace, R., 2020. Travel flow aggregation: nationally scalable methods for interactive and online visualisation of transport behaviour at the road network level. Environment & Planning B: Planning & Design. https://doi.org/10.1177/2399808320942779
Lovelace, R., Goodman, A., Aldred, R., Berkoff, N., Abbas, A., Woodcock, J., 2017. The Propensity to Cycle Tool: An open source online system for sustainable transport planning. Journal of Transport and Land Use 10. https://doi.org/10.5198/jtlu.2016.862
Morgan, M., Lovelace, R., 2020. Travel flow aggregation: nationally scalable methods for interactive and online visualisation of transport behaviour at the road network level. Environment & Planning B: Planning & Design. https://doi.org/10.1177/2399808320942779
Lovelace, R., Tennekes, M., Carlino, D., 2021. ClockBoard: a zoning system for urban analysis. https://doi.org/10.31219/osf.io/vncgw
Lovelace, R., Goodman, A., Aldred, R., Berkoff, N., Abbas, A., Woodcock, J., 2017. The Propensity to Cycle Tool: An open source online system for sustainable transport planning. Journal of Transport and Land Use 10. https://doi.org/10.5198/jtlu.2016.862
Morgan, M., Lovelace, R., 2020. Travel flow aggregation: nationally scalable methods for interactive and online visualisation of transport behaviour at the road network level. Environment & Planning B: Planning & Design. https://doi.org/10.1177/2399808320942779
Lovelace, R., Tennekes, M., Carlino, D., 2021. ClockBoard: a zoning system for urban analysis. https://doi.org/10.31219/osf.io/vncgw
Lovelace, Robin, Rosa Félix, and Dustin Carlino. “Jittering: A Computationally Efficient Method for Generating Realistic Route Networks from Origin-Destination Data.” OSF Preprints, January 13, 2022. https://doi.org/10.31219/osf.io/qux6g.
Keyboard shortcuts
↑, ←, Pg Up, k | Go to previous slide |
↓, →, Pg Dn, Space, j | Go to next slide |
Home | Go to first slide |
End | Go to last slide |
Number + Return | Go to specific slide |
b / m / f | Toggle blackout / mirrored / fullscreen mode |
c | Clone slideshow |
p | Toggle presenter mode |
t | Restart the presentation timer |
?, h | Toggle this help |
Esc | Back to slideshow |