Interactive data visualizations to support a short research paper on ridehailing trends in Toronto.
https://schoolofcities.github.io/ridehailing/toronto-trends
Preprocessing and exploratory data analysis scripts and notebooks are in /analysis. The data are from Open Data Toronto
Open Data Toronto. The data are quite large, so are not included in this repo, to run code, you'll have to add them to /analysis/local_data
Main code, using Svelte + D3, for the interactive charts is under /src/routes/toronto-trends
Built with Svelte and D3.
git clone https://github.com/schoolofcities/ridehailing
cd ridehailing
npm install
npm run devnpm run buildOutput goes to docs/ for GitHub Pages deployment.