Final project for COSC6344 - Visualization. Using D3's force-directed layout to visualize road networks.
-
Datasets taken from UIC's CSUN lab [link] [download]
-
Dataset cleaning, preprocessing and slicing done in Python using fiona and networkx. Script on Github [link]
-
The datasets used were CSV files generated from shapefiles by CSUN's GISF2E tool [link]
-
D3.js used for the graph layout.
Interactive preview with selective data from Houston, Chengdu and Delhi [link]
Note: Page takes a while to load :)
Credits to the people at CSUN for the data, the GISF2E tool.
Credits to Mike Bostock and other contributors for D3.js.