A set of scripts for processing Census 2021 origin-destination data into files suitable for the origin-destination data explorer.
You need to install Git and NodeJS on your machine in order to run these scripts. The scripts should run fine on Windows, MacOS or Linux.
Run these commands to clone this repo and install NodeJS dependencies from NPM.
git clone https://github.com/ONSvisual/census-od-data.gitcd census-od-datanpm install
You need to run this step before any of the below steps.
npm run clean-data
npm run make-journeysnpm run make-pointsnpm run compress-points
npm run make-chunks
npm run make-metadata
npm run make-counts