National Transit Map Stops
Federal Geographic Data Committee
@usgov.fgdc_gov_national_transit_map_stops_035ba
Federal Geographic Data Committee
@usgov.fgdc_gov_national_transit_map_stops_035ba
The National Transit Map - Stops dataset was compiled on June 02, 2025 from the Bureau of Transportation Statistics (BTS) and is part of the U.S. Department of Transportation (USDOT)/Bureau of Transportation Statistics (BTS) National Transportation Atlas Database (NTAD). The National Transit Map (NTM) is a nationwide catalog of fixed-guideway and fixed-route transit service in America. It is compiled using General Transit Feed Specification (GTFS) Schedule data. The NTM Stops dataset shows stops where vehicles pick up or drop off riders. This dataset uses the GTFS stops.txt file. The GTFS schedule format and structure documentation is available at, https://gtfs.org/schedule/. To improve the spatial accuracy of the NTM Stops, the Bureau of Transportation Statistics (BTS) adjusts transit stops using context from the submitted GTFS source data and/or from other publicly available information about the transit service. A data dictionary, or other source of attribute information, is accessible at https://doi.org/10.21949/1529049
Organization: Federal Geographic Data Committee
Last updated: 2025-07-07T16:12:21.404905
Tags: ngda-fgdc-gda-transportation
CREATE TABLE table_1 (
"objectid" BIGINT,
"ntd_id" VARCHAR,
"feed_id" VARCHAR,
"stop_id" VARCHAR,
"stop_name" VARCHAR,
"stop_desc" VARCHAR,
"stop_lat" DOUBLE,
"stop_lon" DOUBLE,
"zone_id" VARCHAR,
"stop_url" VARCHAR,
"stop_code" VARCHAR,
"location_type" VARCHAR,
"parent_station" VARCHAR,
"stop_timezone" VARCHAR,
"wheelchair_boarding" VARCHAR,
"level_id" VARCHAR,
"platform_code" VARCHAR,
"download_date" VARCHAR,
"globalid" VARCHAR,
"x" DOUBLE,
"y" DOUBLE
);Anyone who has the link will be able to view this.