遇见数据集

MBTA Rapid Transit Events 2026

收藏
ArcGIS Hub2026-08-06 更新2026-08-20 收录
官方服务:

资源简介:

This file contains the arrival and departure events for rapid transit rail lines for 2026. It includes all heavy rail and light rail rapid transit lines. These events are used to calculate travel times, dwell times, and headways. Due to track circuit or other data issues, data is not guaranteed to be complete for any stop or date. Data Dictionary Each row represents a unique service_date-trip_id-stop_id-event 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 Green-B trunk_route_id string line if multiple routes exist on line, otherwise route_id, e.g. Green for Green-B route, Blue for Blue route. GTFS-RT Green trip_id string equivalent to GTFS-RT trip_id value in Trip Descriptor. GTFS-RT ADDED-1581804432 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 parent_station string the parent_station associated with the stop_id from stops.txt. GTFS place-wascm stop_id string equivalent to GTFS-RT stop_id value in VehiclePosition. GTFS-RT 70560 stop_name string equivalent to GTFS stop_name from stops.txt for stop_id. GTFS Washington Street sync_stop_sequence int stop sequence that is consistent across all branches of a trunk_route_id for a particular parent_station. Lamp Calculated 3 vehicle_id string equivalent to GTFS-RT id value in VehicleDescriptor. GTFS-RT R-545A9644 vehicle_label string equivalent to GTFS-RT label value in VehicleDescriptor. GTFS-RT 3830-3652 event_type string ARR: "STOPPED_AT" status for a trip-stop pair from GTFS-RT VehiclePosition. DEP: "IN_TRANSIT_TO" OR "INCOMING_AT" status for a trip-stop pair from GTFS-RT VehiclePosition. GTFS-RT ARR event_time datetime For ARR: earliest "STOPPED_AT" status timestamp for a trip-stop pair from GTFS-RT VehiclePosition or last arrival timestamp from GTFS-RT StopTimeUpdate if VehiclePosition value is not available as an Eastern datetime. For DEP: earliest "IN_TRANSIT_TO" OR "INCOMING_AT" status timestamp for a trip-stop pair from GTFS-RT VehiclePosition as an Eastern datetime. GTFS-RT 11/1/2023 5:24:51 AM event_time_sec int event_time in seconds after midnight. LAMP Calculated 30955 Changes to the data Rapid Transit Events 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: Trunk_route_id field is added. Direction field is added. Parent_station field is added. Stop_name field is added. Stop_id is now string format. Stop_sequence is now sync_stop_sequence, please see LAMP documentation for differences. Event_time is now datetime format. 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.

本文件收录2026年城市轨道交通线路的到发事件数据,涵盖所有重轨及轻轨快速轨道交通线路。此类事件数据可用于计算行程时长、停靠时长与行车间隔。受轨道电路或其他数据问题影响,本数据集无法保证任意站点或任意日期的数据完整性。 ## 数据字典 每条记录代表轨道交通服务中一组唯一的「服务日期-行程ID-站点ID-事件」单元。 ### 字段说明 1. **service_date**:日期类型,等效于通用交通馈送规范实时版(General Transit Feed Specification Realtime,简称GTFS-RT)行程描述符(Trip Descriptor)中的start_date值,以日期格式而非字符串格式存储。数据来源为GTFS-RT,示例值为2024-01-01。 2. **route_id**:字符串类型,等效于GTFS-RT行程描述符中的route_id值。数据来源为GTFS-RT,示例值为Green-B。 3. **trunk_route_id**:字符串类型,若线路上存在多条分支线路则为线路主ID,否则与route_id一致;例如Green-B线路的主ID为Green,蓝线的主ID为Blue。数据来源为GTFS-RT,示例值为Green。 4. **trip_id**:字符串类型,等效于GTFS-RT行程描述符中的trip_id值。数据来源为GTFS-RT,示例值为ADDED-1581804432。 5. **direction_id**:整数类型,等效于GTFS-RT行程描述符中的direction_id值。数据来源为GTFS-RT,示例值为0。 6. **direction**:字符串类型,等效于对应route_id与direction_id组合在通用交通馈送规范(General Transit Feed Specification,简称GTFS)directions.txt中的方向值。数据来源为GTFS,示例值为East。 7. **parent_station**:字符串类型,对应GTFS站点列表(stops.txt)中与stop_id关联的父站点。数据来源为GTFS,示例值为place-wascm。 8. **stop_id**:字符串类型,等效于GTFS-RT车辆位置(VehiclePosition)中的stop_id值。数据来源为GTFS-RT,示例值为70560。 9. **stop_name**:字符串类型,等效于GTFS站点列表(stops.txt)中对应stop_id的站点名称。数据来源为GTFS,示例值为Washington Street。 10. **sync_stop_sequence**:整数类型,针对特定父站点,与线路主ID(trunk_route_id)的所有分支线路保持统一的站点序列,由性能轻量测量应用(Lightweight Application for Measuring Performance,简称LAMP)计算得出。示例值为3。 11. **vehicle_id**:字符串类型,等效于GTFS-RT车辆描述符(VehicleDescriptor)中的id值。数据来源为GTFS-RT,示例值为R-545A9644。 12. **vehicle_label**:字符串类型,等效于GTFS-RT车辆描述符中的label值。数据来源为GTFS-RT,示例值为3830-3652。 13. **event_type**:字符串类型,其中ARR代表对应行程-站点对的GTFS-RT车辆位置状态为「STOPPED_AT(已停靠)」;DEP代表对应行程-站点对的GTFS-RT车辆位置状态为「IN_TRANSIT_TO(行程中)」或「INCOMING_AT(即将到达)」。数据来源为GTFS-RT,示例值为ARR。 14. **event_time**:日期时间类型,针对ARR事件:若无法获取GTFS-RT车辆位置的东部时区时间戳,则取该行程-站点对的最早「STOPPED_AT」状态时间戳,或GTFS-RT站点时间更新(StopTimeUpdate)中的最后到达时间戳;针对DEP事件:取该行程-站点对的最早「IN_TRANSIT_TO」或「INCOMING_AT」状态时间戳,并转换为东部时区时间。数据来源为GTFS-RT,示例值为11/1/2023 5:24:51 AM。 15. **event_time_sec**:整数类型,event_time距离当日午夜的秒数,由LAMP计算得出。示例值为30955。 ## 数据变更说明 本快速轨道交通事件数据现源自性能轻量测量应用(Lightweight Application for Measuring Performance,简称LAMP)。如需了解LAMP详情,请访问其官方网站。 本次数据更新内容如下: 1. 新增trunk_route_id字段 2. 新增direction字段 3. 新增parent_station字段 4. 新增stop_name字段 5. stop_id字段现已采用字符串格式存储 6. 原stop_sequence字段更改为sync_stop_sequence,具体差异请参阅LAMP官方文档 7. event_time字段现已采用日期时间格式存储 ## 免责声明 马萨诸塞州运输部(Massachusetts Department of Transportation,简称MassDOT)与马萨诸塞湾交通局(Massachusetts Bay Transportation Authority,简称MBTA)不对本数据中的任何错误承担责任,包括遗漏错误、误报错误、数据内容错误,以及数据的相对精度与位置精度误差。本数据不得被视为法律文件,如需验证本数据包含的信息,请查阅本数据的主要原始来源。

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