MTA Bus Timepoints
State of New York
@usgov.state_of_new_york_mta_bus_timepoints
State of New York
@usgov.state_of_new_york_mta_bus_timepoints
This dataset is a dimension table that provides a list of every bus timepoint and whether it falls within or outside of Manhattan’s Central Business District.
Organization: State of New York
Last updated: 2024-12-27T17:39:35.873796
Tags: bus, bus-stops, cbd, cbdtp, central-business-district, central-business-district-tolling-program, congestion, congestion-pricing, congestion-relief-zone, coordinates, mta-bus, mtabc, new-york-city-transit, nyct, ridership, timepoints
CREATE TABLE table_1 (
"timepoint_stop_id" BIGINT,
"timepoint_stop_name" VARCHAR,
"route_id" VARCHAR,
"cbd" BIGINT,
"latitude" DOUBLE,
"longitude" DOUBLE,
"georeference" VARCHAR
);Anyone who has the link will be able to view this.