MTA Subway Stations
State of New York
@usgov.state_of_new_york_mta_subway_stations
State of New York
@usgov.state_of_new_york_mta_subway_stations
CREATE TABLE table_1 (
"gtfs_stop_id" VARCHAR,
"station_id" BIGINT,
"complex_id" BIGINT,
"division" VARCHAR,
"line" VARCHAR,
"stop_name" VARCHAR,
"borough" VARCHAR,
"cbd" BOOLEAN,
"daytime_routes" VARCHAR,
"structure" VARCHAR,
"gtfs_latitude" DOUBLE,
"gtfs_longitude" DOUBLE,
"north_direction_label" VARCHAR,
"south_direction_label" VARCHAR,
"ada" BIGINT,
"ada_northbound" BIGINT,
"ada_southbound" BIGINT,
"ada_notes" VARCHAR,
"georeference" VARCHAR
);
Anyone who has the link will be able to view this.