#Subway (1) Line as Network Graph
I set out to create a map of the entire subway as a network graph. I got bogged down with cleaning the data, which I drew from two NYC Open Data sets. Until I can get the full subway system working, here is what one subway line looks like.
The subway stations data set does not indicate the order of the stations, and the lines dataset does not have the stations in it. I'm working on devising a better system of placing stations on the lines, but in the mean time I have resorted to a heuristic where a station is on a line if it is "close enough" to the line.