MTA Bus Routes
State of New York
@usgov.state_of_new_york_mta_bus_routes
State of New York
@usgov.state_of_new_york_mta_bus_routes
This dataset contains polyline geometries and metadata for distinct bus route shapes by route and direction across schedule bundles.
Organization: State of New York
Last updated: 2025-11-01T20:30:07.239412
Tags: bus, bus-routes, coordinates, express-bus, locations, mta-bus, mtabc, new-york-city-transit, nyct, routes, schedules
CREATE TABLE table_1 (
"valid_from" TIMESTAMP,
"valid_to" TIMESTAMP,
"route_id" VARCHAR,
"route_short_name" VARCHAR,
"route_long_name" VARCHAR,
"route_description" VARCHAR,
"trip_type" BIGINT,
"route_type" VARCHAR,
"bundle" VARCHAR,
"route_color" VARCHAR,
"direction_id" BIGINT,
"direction" VARCHAR,
"shape_id" VARCHAR,
"vertices" BIGINT,
"shape_length" DOUBLE,
"min_longitude" DOUBLE,
"min_latitude" DOUBLE,
"max_longitude" DOUBLE,
"max_latitude" DOUBLE,
"geometry" VARCHAR
);Anyone who has the link will be able to view this.