-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,27 @@ | ||
The repository contains specification to manipulate General Transit | ||
Feed Specification (GTFS) and GTFS Realtime: | ||
* [GTFS](/gtfs/README.md) | ||
* [GTFS Realtime](/gtfs-realtime/README.md) | ||
# General Transit Feed Specification (GTFS) Overview | ||
The General Transit Feed Specification (GTFS) is an [Open Standard](https://www.interoperablemobility.org/definitions/#open_standard) used to distribute relevant information about transit systems to riders. It allows public transit agencies to publish their transit data in a format that can be consumed by a wide variety of software applications. Today, the GTFS data format is used by thousands of public transport providers.GTFS consists of two formats: GTFS Schedule and GTFS Realtime. | ||
|
||
Please visit https://gtfs.org for information. | ||
[Read more about GTFS](https://gtfs.org/) | ||
|
||
# Get Monthly Updates on GTFS Developments | ||
The GTFS Digest is a resource generated monthly by [MobilityData](https://mobilitydata.org/) providing an overview of developments on GTFS. | ||
|
||
### **🔔 [Subscribe to the GTFS Digest](https://groups.google.com/g/gtfs-updates)** | ||
|
||
GTFS relies on community contributions. Please help us capture GTFS developments by sharing your updates for our next digest to: [specifications@mobiltydata.org](mailto:specifications@mobiltydata.org) | ||
|
||
# Useful Resources | ||
## Getting Started with GTFS | ||
- Visit [GTFS.org](https://gtfs.org/) to learn more about GTFS | ||
- An overview of [GTFS Schedule](https://gtfs.org/schedule/) | ||
- An overview of [GTFS Realtime](https://gtfs.org/realtime/) | ||
|
||
## Contribute to GTFS and join the Community | ||
|
||
- [Learn how you can contribute to GTFS Development](https://github.com/google/transit/blob/master/CONTRIBUTING.md) | ||
- Join [__Slack__](https://share.mobilitydata.org/slack) and introduce yourself to the community. | ||
- Join [__GTFS Changes__](https://groups.google.com/g/gtfs-changes) and [__GTFS Realtime__](https://groups.google.com/g/gtfs-realtime) Google Groups to stay informed on development. | ||
|
||
|
||
## What is GitHub? | ||
* [Getting Started with GitHub](https://docs.github.com/en/get-started) |