Skip to content

osplanning-data-standards/GTFS-STAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

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: Removed stop_stats.txt in favor of making stop_time_stats.txt a statistical summary file instead of list-like. Similarly, made trip_stats.txt a statistical summary file instead of list-like. Finally, aligned statistical fields between trip_stats.txt, route_stats.txt, and group_stats.txt
  • 0.1.1: Add new file stop_stats.txt for 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

About

Report of GTFS performance compared to schedule.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published