I've currently got data on the NYC subway stations (including name, position, and how many people entered and existed during a timeframe). Also, I have the data on which stations have which train lines. However, I don't have the order of these stations on the line. Is there anywhere where this data is already formatted in some way that can be easily used programmatically? I could put them in order in some csv file on my own, but I'd rather avoid that if I can. Thank you much!
|
MTA data in GIS format
Solution
USE SQL’s “ http://spatialityblog.com/2010/07/20/more-mta-data-in-gis-format/ reference (lines) http://spatialityblog.com/2010/07/08/mta-gis-data-update/ Data set with the stops: https://wfs.gc.cuny.edu/SRomalewski/MTA_GISdata/June2010_update/nyctsubwaystops_100627_curcleaned.zip Full Credit to: Steven Romalewski |
|||||||||
|
stops.txt. They match the coordinates of the stops inshapes.txt, which give the routes in order. Moreover, the order is explicitly in that table in thedist_traveledfield. For a working solution you could apply any software used to make GPS tracks from sequences of lat-lon readings. – whuber♦ Apr 16 at 23:05