Skill Summary
Language | Method |
D3 | Mapping with D3 |
D3 | Force-directed graph/td> |
This Visualization
- The graph represents our model of the subway system as a directed, weighted network; with nodes representing subway stations and edges representing the connections between stations, characterized by the route attributes.
- Each dark blue master node in the network represents a subway station and each light blue sub node represents a line at each station. The purpose of separating lines and stations is so that we keep open the possibility modeling disruptions of varying capacities and proportions.
- Double click on a node to view its neighbors. Search for a station by name to isolate it on the graph.
- Each master node is sized according to its criticality: total time needed to transfer between each pair of destinations in the network once the node if removed.