Skip to content

Scripts to conver the National Trip Ends Model (NTEM) into an Origin-Destination (OD) Matrix

License

Notifications You must be signed in to change notification settings

itsleeds/NTEM2OD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NTEM2OD

This repo contains scripts and (in the releases) data to convert the National Trip Ends Model (NTEM) into an Origin-Destination (OD) Matrix.

After downloading test datasets and loading the tidyverse you should be able to run the following to test the outputs, as geographic ‘desire lines’ between zone (MSOA) centroids:

desire_lines_top_drive = sf::read_sf("desire_lines_top_drive.geojson")
desire_lines_top_drive %>% 
  qtm()

desire_lines_top_cycle = sf::read_sf("desire_lines_top_cycle.geojson")
desire_lines_top_cycle %>% 
  qtm()

About

Scripts to conver the National Trip Ends Model (NTEM) into an Origin-Destination (OD) Matrix

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages