Pilot or development stage > GTFS-stat
An extension to a GTFS transit network with additional files that contain performance data developed by UrbanLabs LLC and San Francisco County Transportation Authority.
GTFS-STAT
A GTFS-based data transit network data standard suitable for dynamic transit modeling.
version: 0.1.2
updated: 12 April 2018
created: 26 September 2017
authors:
- Elizabeth Sall (UrbanLabs LLC)
- Drew Cooper (San Francisco County Transportation Authority)
NOTE: This is a draft specification and still under development. If you have comments or suggestions please file them in the issue tracker. If you have explicit changes please fork the git repo and submit a pull request.
Changelog
0.1.2: Removedstop_stats.txtin favor of makingstop_time_stats.txta statistical summary file instead of list-like. Similarly, madetrip_stats.txta statistical summary file instead of list-like. Finally, aligned statistical fields betweentrip_stats.txt,route_stats.txt, andgroup_stats.txt0.1.1: Add new filestop_stats.txtfor aggregation statistics at stop level. Update trip_stats.txt and stop_time_stats.txt to remove time windows, since these are containers for raw data rather than aggregations. Fix value types of aggregation fields from int->float. Clarify required vs optional for aggregation definition fields.0.1.0: initial commit
Specification
GTFS-STAT is an extension to a GTFS transit network with additional files that contain performance data.
A GTFS-STAT transit network MAY include the following files:
Filename | Description
---------- | -------------
groups.txt | Group definitions
group_stats.txt | Group statistics
route_stats.txt | Route statistics
stop_time_stats.txt | Stop time statistics
trip_stats.txt | Trip statistics