It will remain available in read-only access. May 21, 2024. Has been moved here: https://github.com/google/transit/blob/master/gtfs-realtime/best-practices/best-practices.md
Best Practices for Structuring GTFS Realtime Data.
The current release is v1.0
The GTFS Realtime Best Practices are written in Markdown and are organized by Message and by use case.
field_name
: The name of the GTFS Realtime field being describedrecommendations
: An array of the recommendations provided for each field_name
To enable the evolution of the GTFS Realtime Best Practices, semantic versioning tracks additions and breaking changes. Semantic versions are established by a git tag in the form of vX.Y
where X.Y
is the version name. Multiple changes (commits) may be batched into a single new release.
A whole integer increase is used for breaking changes (MAJOR changes). A decimal increase is used for non-breaking changes (MINOR changes or patches).
Breaking changes include:
- Removing or changing a Best Practice.
Non-breaking changes include:
- Adding Best Practices.
- Modifying documentation language that clarifies semantics or structure.
Except as otherwise noted, the content of this repository is licensed under the Creative Commons Attribution 3.0 License, and code samples are licensed under the Apache 2.0 License.