Baselight

MTA Subway Stations

State of New York

@usgov.state_of_new_york_mta_subway_stations

Table 1
@usgov.state_of_new_york_mta_subway_stations.table_1

  • 45.01 KB
  • 496 rows
  • 19 columns
gtfs_stop_id

GTFS Stop ID

station_id

Station ID

complex_id

Complex ID

division

Division

line

Line

stop_name

Stop Name

borough

Borough

cbd

CBD

daytime_routes

Daytime Routes

structure

Structure

gtfs_latitude

GTFS Latitude

gtfs_longitude

GTFS Longitude

north_direction_label

North Direction Label

south_direction_label

South Direction Label

ada

ADA

ada_northbound

ADA Northbound

ada_southbound

ADA Southbound

ada_notes

ADA Notes

georeference

Georeference

127317611IRTBroadway - 7AvTimes Sq-42 StMtrue1 2 3Subway40.75529-73.987495UptownDowntown111POINT (-73.987495 40.75529)
S17515515SIRStaten IslandAnnadaleSISIROpen Cut40.54046-74.178217FerrySouth ShorePOINT (-74.178217 40.54046)
S01139627BMTFranklin ShuttleFranklin AvBkSElevated40.680596-73.955827Last StopProspect Park111POINT (-73.955827 40.680596)
254349349IRTEastern PkyJunius StBk3Elevated40.663515-73.902447ManhattanNew LotsPOINT (-73.902447 40.663515)
M01108108BMTMyrtle AvMiddle Village-Metropolitan AvQMElevated40.711396-73.889601InboundLast Stop111POINT (-73.889601 40.711396)
726471471IRTFlushing34 St-Hudson YardsMtrue7Subway40.755882-74.00191Last StopQueens111POINT (-74.00191 40.755882)
713457457IRTFlushing52 StQ7Elevated40.744149-73.912549OutboundManhattanPOINT (-73.912549 40.744149)
615373373IRTPelhamE 149 StBx6Subway40.812118-73.904098NorthboundManhattan111POINT (-73.904098 40.812118)
M119797BMTJamaicaMyrtle AvBkM J ZElevated40.697207-73.935657OutboundManhattanPOINT (-73.935657 40.697207)
F16234234IND6th Av - CulverEast BroadwayMtrueFSubway40.713715-73.990173UptownBrooklynPOINT (-73.990173 40.713715)

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
);

Share link

Anyone who has the link will be able to view this.