Long-form bridge between MTA station complexes and the GTFS
parent stops that constitute them. One row per
(station_complex_id, stop_id) pair.
Format
nyc_subway_complex_stops_df
A tibble with one row per (complex, parent stop):
- station_complex_id
MTA complex identifier; joins to nyc_subway_complexes_df.
- stop_id
GTFS parent station identifier; joins to nyc_subway_stops_parent_sf.
Details
Subway-only; see nyc_subway_complexes_df for the construction procedure and the SIR/tram caveat.