MTA Subway Stations And Complexes
State of New York
@usgov.state_of_new_york_mta_subway_stations_and_complexes
State of New York
@usgov.state_of_new_york_mta_subway_stations_and_complexes
A dataset listing all subway and Staten Island Railway stations, with data aggregated by station complex. This dataset includes information on station names, their locations, Station IDs, Complex IDs, GTFS Stop IDs, the services that stop there, the type of structure the station is on or in, whether they are in Manhattan’s Central Business District (CBD), and their ADA-accessibility status.
Organization: State of New York
Last updated: 2023-10-13T09:44:53.066372
Tags: coordinates, new-york-city-transit, nyct, sir, staten-island-railway, station-complexes, stations, subway, subway-stations
CREATE TABLE table_1 (
"complex_id" BIGINT,
"is_complex" BOOLEAN,
"number_of_stations_in_complex" BIGINT,
"stop_name" VARCHAR,
"display_name" VARCHAR,
"constituent_station_names" VARCHAR,
"station_ids" VARCHAR,
"gtfs_stop_ids" VARCHAR,
"borough" VARCHAR,
"cbd" BOOLEAN,
"daytime_routes" VARCHAR,
"structure_type" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"ada" BIGINT,
"ada_notes" VARCHAR
);Anyone who has the link will be able to view this.