遇见数据集

MBTA Rapid Transit Travel Times 2026

收藏
ArcGIS Hub2026-02-06 更新2026-07-05 收录
官方服务:

资源简介:

This file contains the travel times between origin and destination pairs on a single line. It includes all heavy rail and light rail rapid transit lines. These travel times are calculated from the departure time at the from_stop to the arrival time at the to_stop. Due to track circuit or other data issues, data is not guaranteed to be complete for any origin-destination pair or date. Data Dictionary Each row represents a unique service_date-trip_id-from_stop_id-to_stop_id unit for rail service. field name type description source example service_date date equivalent to GTFS-RT start_date value in Trip Descriptor as date instead of string GTFS-RT 2024-01-01 route_id string equivalent to GTFS-RT route_id value in Trip Descriptor GTFS-RT Orange trip_id string equivalent to GTFS-RT trip_id value in Trip Descriptor GTFS-RT 62248746 direction_id int equivalent to GTFS-RT direction_id value in Trip Descriptor GTFS-RT 0 direction string equivalent to GTFS direction value from directions.txt for route_id-direction_id pair GTFS East from_parent_station string stop_name of the parent_station associated with the stop_id from stops.txt for origin stop. GTFS place-amory from_stop_id string equivalent to GTFS-RT stop_id value in VehiclePosition for origin stop. GTFS-RT 170141 from_stop_name string equivalent to GTFS stop_name from stops.txt for destination stop_id. GTFS Amory Street to_parent_station string stop_name of the parent_station associated with the stop_id from stops.txt for destination stop. GTFS place-babck to_stop_id string equivalent to GTFS-RT stop_id value in VehiclePosition for destination stop. GTFS-RT 70560 to_stop_name string equivalent to GTFS stop_name from stops.txt for origin stop_id. GTFS Babcock Street from_stop_departure_datetime datetime earliest "IN_TRANSIT_TO" OR "INCOMING_AT" status timestamp from origin stop (previous stop) from GTFS-RT VehiclePosition as an Eastern datetime. GTFS-RT 11/1/2023 5:24:51 AM from_stop_departure_sec int from_stop_departure_datetime as seconds after midnight LAMP Calculated 84912 to_stop_arrival_datetime datetime earliest "STOPPED_AT" status timestamp for destination stop from GTFS-RT VehiclePosition or last arrival timestamp from GTFS-RT StopTimeUpdate if VehiclePosition value is not available as an Eastern datetime. GTFS-RT 11/1/2023 5:25:34 AM to_stop_arrival_sec int to_stop_arrival_datetime as seconds after midnight LAMP Calculated 84992 travel_time_sec int seconds the vehicle spent traveling between origin stop and destination stop on trip. Calculated for Open Data Portal 80 Changes to the data Rapid Transit Travel Time data is now sourced from Lightweight Application for Measuring Performance (LAMP). To learn more about LAMP, please visit LAMP website. The data changed as follows: Trip_id field is added. Direction field is added. From_parent_station field is added. From_stop_name field is added. To_parent_station field is added. To_stop_name field is added. From_stop_departure_datetime field is added. To_stop_arrival_datetime field is added. Start_time_sec is now from_stop_departure_sec. End_time_sec is now to_stop_arrival_sec. MassDOT/MBTA shall not be held liable for any errors in this data. This includes errors of omission, commission, errors concerning the content of the data, and relative and positional accuracy of the data. This data cannot be construed to be a legal document. Primary sources from which this data was compiled must be consulted for verification of information contained in this data.

本文件包含单条线路上起点与终点站点对之间的行程耗时,涵盖所有重轨与轻轨快速轨道交通线路。此类行程耗时由起点站的发车时刻计算至终点站的抵达时刻。受轨道电路或其他数据问题影响,无法保证任意起点-终点对或任意日期的数据均完整。 数据字典: 每一行代表轨道交通服务中一组唯一的【服务日期-行程ID-起点站点ID-终点站点ID】组合单元。 各字段说明如下: 1. service_date:日期类型,对应通用交通反馈规范实时版(GTFS-RT)行程描述符中的start_date值,以日期格式而非字符串形式呈现,来源为GTFS-RT,示例:2024-01-01。 2. route_id:字符串类型,对应GTFS-RT行程描述符中的route_id值,来源为GTFS-RT,示例:Orange。 3. trip_id:字符串类型,对应GTFS-RT行程描述符中的trip_id值,来源为GTFS-RT,示例:62248746。 4. direction_id:整数类型,对应GTFS-RT行程描述符中的direction_id值,来源为GTFS-RT,示例:0。 5. direction:字符串类型,对应通用交通反馈规范(GTFS)中directions.txt文件内针对route_id-direction_id组合的方向值,来源为GTFS,示例:East(东方)。 6. from_parent_station:字符串类型,为起点站点ID对应的父站点的站点名称,源自stops.txt文件,来源为GTFS,示例:place-amory。 7. from_stop_id:字符串类型,对应GTFS-RT车辆位置信息中起点站点的stop_id值,来源为GTFS-RT,示例:170141。 8. from_stop_name:字符串类型,对应stops.txt文件中起点站点ID对应的站点名称,来源为GTFS,示例:Amory Street(阿默里街)。 9. to_parent_station:字符串类型,为终点站点ID对应的父站点的站点名称,源自stops.txt文件,来源为GTFS,示例:place-babck。 10. to_stop_id:字符串类型,对应GTFS-RT车辆位置信息中终点站点的stop_id值,来源为GTFS-RT,示例:70560。 11. to_stop_name:字符串类型,对应stops.txt文件中终点站点ID对应的站点名称,来源为GTFS,示例:Babcock Street(巴布科克街)。 12. from_stop_departure_datetime:日期时间类型,为起点站点(前序站点)最早的“IN_TRANSIT_TO”或“INCOMING_AT”状态时间戳,源自GTFS-RT车辆位置信息,为东部时区时间,来源为GTFS-RT,示例:2023年11月1日 上午5:24:51。 13. from_stop_departure_sec:整数类型,为from_stop_departure_datetime距离当日午夜的秒数,由轻量性能测量应用程序(Lightweight Application for Measuring Performance, LAMP)计算得出,示例:84912。 14. to_stop_arrival_datetime:日期时间类型,为终点站点最早的“STOPPED_AT”状态时间戳,源自GTFS-RT车辆位置信息;若车辆位置信息不可用,则取自GTFS-RT行程时间更新中的最后抵达时间戳,为东部时区时间,来源为GTFS-RT,示例:2023年11月1日 上午5:25:34。 15. to_stop_arrival_sec:整数类型,为to_stop_arrival_datetime距离当日午夜的秒数,由LAMP计算得出,示例:84992。 16. travel_time_sec:整数类型,为车辆在本次行程中于起点站点与终点站点间行驶的耗时秒数,由开放数据门户计算得出,示例:80。 数据更新说明: 本快速轨道交通行程耗时数据现已由轻量性能测量应用程序(LAMP)提供。如需了解LAMP的更多信息,请访问其官方网站。本次数据变更内容如下: - 新增trip_id(行程ID)字段; - 新增direction(运行方向)字段; - 新增from_parent_station(起点父站点)字段; - 新增from_stop_name(起点站点名称)字段; - 新增to_parent_station(终点父站点)字段; - 新增to_stop_name(终点站点名称)字段; - 新增from_stop_departure_datetime(起点发车时间)字段; - 新增to_stop_arrival_datetime(终点到达时间)字段; - 原Start_time_sec字段现已更名为from_stop_departure_sec; - 原End_time_sec字段现已更名为to_stop_arrival_sec。 免责声明: 马萨诸塞州交通部/马萨诸塞湾交通局(MassDOT/MBTA)不对本数据中的任何错误承担责任,包括遗漏错误、误报错误、数据内容错误以及数据的相对精度与位置精度误差。本数据不得被视为法律文件。如需验证本数据所含信息,需查阅本数据所基于的原始数据源。

提供机构:
Massachusetts geoDOT
创建时间:
2026-02-06
二维码
社区交流群
二维码
科研交流群
商业服务