Last Updated: April 21, 2023.
This document is for publishers of GTFS data and developers of real-time API services.
See the Help page for assistance using this Web service.
The purpose of specifications is to allow software to place reliable expectations on data so applications can be disigned for the best possible user experience. Nonsense is compliant usability is what matters. Be consistent with naming and identifiers across datasets and don't second guess design.
service_id
.) trip_headsigns
per schedule trip block when direction_id
is used. The change avoids possibly misleading results when only the first trip_headsign
is used. Use trip_headsign
to model direction names identical to official publications. If trip_headsign
changes along a trip, use stop_headsign
to indicate the change. See GTFS Best Practices, Direction Names below. Tired of oversimplified, incomplete, or ambiguous examples that leave important details unaswered?
Use this Guide to help get a clear understanding of fares, passes, media, rider categories, eligibilities, retail outlets, customer service locations, and deep purchase links.
Grow your data to grow your transit service.
Use the fare_attributes.txt
and fare_rules.txt
to publish your boarding fares. Fares v1 does a fine job, but not for publishing fare structures or additional fare options. To do that, use Fares v2.
To indicate single ride fares payable when boarding use the Fares v1 fare_attributes.txt
and fare_rules.txt
. The files are the legacy Fares v1. Fares v2 builds upon Fares v1.
After creating your v1 boarding fares, use Fares v2 to add rider categories, fare products, or eligibilities.
Fares fragmented by route, should create entries in fare_rules.txt
that populate fare_id
and route_id
. The fare_id
then references fare attributes in fare_attributes.txt
.
Here's an example.
fare_rules.txt
fare_id, price, currency_type, payment_method, transfers, transfer_duration |
standard_fare,2.50, USD,0,,7200 |
The example shows a standard fare of $2.50 with unlimited transfers for 2 hours.
If fares differ among routes, use fare_attributes.txt
and fare_rules.txt
to identify a fare and associate it with a route_id
.
First, add each fares that varies by route to the fare_attributes.txt
file.
fare_attributes.txt
fare_id, price, currency_type, payment_method, transfers, transfer_duration |
standard_fare,2.50, USD,0,,7200 |
Now that the fare can be referenced by fare_id
, you can key that fare_id
to a route_id
using entries in fare_rules.txt
.
fare_rules.txt
fare_id, route_id, origin_id, destination_id, contains_id |
standard_fare, route_1,,, |
The fare is now assigned to the corresponding route_id
.
Fares v1 is still the best solution for origin/destination fares. Use the fare_attributes.txt
and fare_rules.txt
files to describe origin, destination, or contains (travel within) fare structure. Create one entry in each file for each combination of origin, destination, or contains travel within fares (include route_id
if the fare is per route). Use stops.zone_id
to identify your origin, destination, or contains (travel within) stops or stations. (Note: defining and assigning friendly names to zones is discussed later in Fare Zones.)
fare_attributes.txt
fare_id, price, currency_type, payment_method, transfers, transfer_duration |
origin_id_1_to_2, 2.50,USD,0,, |
Now create the fare_rules.txt
entries to associate the fare_id
with the itinerary.
fare_rules.txt
fare_id, route_id, origin_id, destination_id, contains_id |
origin_id_1_to_2,, origin_zone_1,dest_zone_1, |
Use contains_id
without origin_id
or destination_id
to express travel within a zone.
How to associate these identifiers with their well known public name is discussed later under Fare Zones
Use the fare_products.txt
file to publish your agency-wide or per route passes with price, media, eligibility, activation, and other details.
To publish, create entries in fare_products.txt
with the attributes of your passes. The specification supports most types of passes, whether per route, within a time frame, or for categories of riders.
Here's a typical example. The product name is unambiguous and attribute details are populated. Populating all attributes can grow trust in your data.
fare_products.txt
fare_product_id, fare_product_name, amount, currency, rider_category_id, fare_media_id, fare_media_group_id, bundle_amount, duration_start, duration_amount, duration_unit, duration_type, offset_amount, offset_unit, cap_required,service_id, timeframe_group_id, timeframe_type |
local_1_day_fare,1-Day Pass (Local),5.50,USD,,,,,,1,3,1,,,0,,, |
The fare_product.txt
file contains all fare products referenced in the fileset apart from Fares v1 fare_attributes.txt
or fare_rules.txt
.
Read on for how to publish per route passes with rider categories and associated fare media.
The fare_leg_rules.txt
file is new to Fares v2. The file makes it possible to easily sum total fares for a journey with many trips. Simply search the file from_*
and to_*
identifiers.
The file is important because it keys together attributes of Fares v2, GTFS-Eligibilities, and some parts of Flex v2. Applications can query this file, to get fare and other information about all trips. The fare_leg_rules.txt
is the only file for this purpose.
Another important attribute of Fares v2 is the addition of network_id
to routes.txt
and fare_leg_rules.txt
. The network_id
is an arbitrary identifier used to segment and classify GTFS attributes.
routes.txt
route_id, agency_id, route_short_name, route_long_name, route_desc, route_type, route_url, route_color, route_text_color, route_sort_order, network_id, continuous_pickup, continuous_drop_off |
1,1,"short name...", "long name...","route description...",3,,,,,network_local_bus,, |
Note: The netword_id
is required to associate one or more routes with a fare product, as shown above.
Now, add the entry in fare_leg_rules.txt
to key network_id
to fare_product_id
.
The fare_leg_rules.txt
does have a suprise, however. A row becomes unique with concantonation of several columns. Default values must be included when creating your network_id
entry. Remember to ensure the default values for these attributes are the same or you'll face unexpected results.
The attributes that create a semantically unique row:
network_id, from_area_id, contains_area_set, to_area_id, is_symmetrical, from_timeframe_group_id, to_timeframe_group_id, min_distance, max_distance, distance_type, service_id
Add entries to fare_leg_rules.txt
to key network_id
with a fare_product_id
or group of routes. You can then use the network_id
to locate fare products for any route.
fare_leg_rules.txt
network_id, fare_product_id, fare_leg_name, from_area_id, contains_area_set, to_area_id, is_symmetrical, from_timeframe_group_id, to_timeframe_group_id, min_distance, max_distance, distance_type, service_id, leg_group_id, timeframe_type, eligibile_cap_id, filter_fare_product_id, rule_priority |
network_local_bus, local_1_day_fare,,,,,,,, |
Each route can now be associated with one or more fare products.
Read on to learn how to add rider categories and media containers to your fare products.
Use the rider_categories.txt
and fare_rider_categories.txt
files to create the rider categories of your fare structure. Associate the corresponding rider_category_id
with a Fares v1 fare_rules.fare_id
or Fares v2 fare_products.fare_product_id
. Rider categories can be associated with any Fares v1 or Fares v2 fare products.
The fare_rider_categories.txt
file is an early follow-on to Fares v1. It keys the fare_rules.fare_id
to a rider category. You can express fare structures using fare_id, rider_category_id,
and price
.
fare_rider_categories.txt
fare_id, rider_category_id, price |
standard_fare, general_public, $2.50, |
The second file rider_categories.txt
defines the attributes of a rider_category_id
. The column names of the file differ between the Fares v1 follow-on and Fares v2. Fares v2 uses rider_category_id, rider_category_name, min_age, max_age, eligibility_url
in place of rider_category_id,
and rider_category_description
. If not publishing any Fares v2 content, Fares v1 format can be expected.
Note the backward compatibility, includes support for a single agency-wide fare structure. Simply include the price
column as in fare_rider_categories.txt
above.
In the example above, the standard_fare
becomes a typical fare structure. With multiple entries in fare_rules.txt
and fare_attributes.txt
you can associate all Fares v1 fares with a rider category.
Use the fare_products.rider_category_id
to indicate a fare product is restricted to a rider category. Simply add the rider_category_id
to the fare_products.txt
entry. To do that, first define the rider category in rider_categories.txt
, then update fare_products.txt
.
The example below shows rider_categories
using a table having all the GTFS extension columns.
*rider_categories.txt
rider_category_id, rider_category_name, min_age, max_age, eligibility_url, rider_category_desc, trip_purpose, trip_purpose_urn_set_id, eligibility, eligibility_urn_set_id, eligibility_authentication, retistration_desc, registration_url, registration_phone, appeals_url, appeal_phone, compliance_urn_set_id |
general_public, 'General Public',,,,,,,,,,,,,, |
*Note: Columns differ in Fares v2 above from the Fares v1 follow-on. Use Fares v2 if publishing Fares v2 content.
The table above defines our new rider categories with each having a unique rider_category_id
.
Note the rider_category_id
has been added to several files by other GTFS extensions and is available is numerous GTFS contexts.
fare_products.txt
fare_product_id, fare_product_name, amount, currency, rider_category_id, fare_media_id, fare_media_group_id, bundle_amount, duration_start, duration_amount, duration_unit, duration_type, offset_amount, offset_unit, cap_required,service_id, timeframe_group_id, timeframe_type |
local_1_day_fare,1-Day Pass (Local),5.50,USD, general_public,,,,,1,3,1,,,0,,, |
The fare products above are now published with the corresponding rider category restrictions.
Read on to see how to add fare media containers to your data for easier ticketing.
Use the fare_media.txt
file to indicate which fare media can be used with which fare products. The file supports common attributes, such as initial and minimum purchase amounts, types of validation, activation details, and purchase URLs.
The fare_media.txt
file associates your fare product with any type of fare media, such as paper ticket, plastic card, or software app. The media can also be used for onboard ticketing.
To get started, first define your fare media then associate it with fare products.
To get started with adding your fare media, first define your media in fare_media.txt
. Then, set fare_products.fare_media_id
to fare_products.fare_media_group_id
indicate which fare media or fare media group can be used with the fare product.
fare_media.txt
fare_media_id, fare_media_name, fare_media_type, rider_category_id, fare_media_validation_method, fare_media_info_url, fare_media_url, minimum_initial_purchase, fare_media_price, currency |
charlie, "Charlie Card", 2, general_public, 1, https://media.com/info, https://media.com/purchase, $20.00, $2.00,USD |
The first entry above is for the Charlie Card with a minimum purchase of $20.00 and a $2.00 media card purchase price. The media can be used by the general public to tap and pay when boarding.
Media types include none (cash), paper ticket, transit card, debit/credit card, mobile app, token, SMS, or email. The validation methods include none, tap, swipe, scan (QR), or visual.
Always include the info and purchase URLs to leverage IT infrastructure to improve customer experience and sales.
The System appends query parameters to agency_fare_url, fare_media_url, fare_media_info_url
and other GTFS URLs to support backend processing.
Parameters include:
intent
with value [purchase|info]
. fare_product_id, fare_media_id, fare_id, agency_id, route_id, trip_id,
or stop_id
if known from context. If the request includes an intent=purchase
assume the user intend to purchase and desires checkout with the fare product. Forward the user to your checkout flow with the associated product.
Configure your backend to complete the customer's intent with minimal effort and no confusion.
Use the fare_media_id
attribute in fare_products.txt
to show which product is supported by which media. If the fare product is supported by more than one media, create a fare_media_group_id
and pair it with each fare_media_id
the product supports. Add the entries to fare_media_groupts.txt
as shown below. The file is just a one to many list to associate fare products with one or more fare media.
fare_media_groups.txt
fare_media_group_id,fare_media_id |
passes_by_day,charlie |
Now, to mark all "by day" passes as supported by all the "Charlie" ticketing methods, add "passes_by_day"
as the fare_media_group_id
to the entries in fare_products.txt
for each "by day" pass. The file now looks like the following:
fare_products.txt
fare_product_id, fare_product_name, amount, currency, rider_category_id, fare_media_id, fare_media_group_id, bundle_amount, duration_start, duration_amount, duration_unit, duration_type, offset_amount, offset_unit, cap_required,service_id, timeframe_group_id, timeframe_type |
local_1_day_fare,1-Day Pass (Local),5.50,USD, general_public,,passes_by_day,,,1,3,1,,,0,,, |
Each fare product can now be displayed with an associated media product with price, activation, and other details.
The fare_containers.txt
file is a follow-on to Fares v1 that is renamed fare_media.txt
in Fares v2.
New implementations should always use fare_media.txt
as adopted in the Fares v2 specification.
We support the fare_containers.txt
method for backward compatibility.
fare_containers.txt
fare_container_id, fare_container_name, minimum_initial_purchase, amount, currency, rider_category_id |
charlie, "Charlie Card", $20.00, $2.00,USD, general_public, |
The entries have the same result as fare_media.txt
, less the Fares v2 features. Today, publish using the fare_media.txt
format.
Use the farezone_attriburtes.txt
to name your Fares v1 zones. The file is an early follow-on to Fares v1 that keys stops.zone_id
to a user friendly name.
The file was not included in Fares v2. The areas.txt
and stop_areas.txt
serve the same purpose but do not distinguish fare zones from service areas.
For Fares v1 content, use farezone_attributes.txt
. The system will check farezone_attributes.txt
, then areas.txt
, then stop_areas.txt
to resolve a zone_id
to a friendly name.
The zone_id
should match values in stops.zone_id
.
farezone_attributes.txt
zone_id,zone_name |
southmetro, "Southern Metro" |
The zone_ids
in your stops.txt
file now have well known names.
Read on to see how to add service areas to your data.
Use the areas.txt
file to display services areas to passengers. The file is an early follow-on to Fares v1 that is also included in Fares v2 except area_wkt
becomes area_name
. Fares v2 content should use area_name
.
Use areas.txt
to define user friendly names of zones or service areas.
The area_id
must match the stops.zone_id
when used to name fare zones using stops.txt
.
areas.txt
area_id,area_id |
southmetro, "Southern Metro" |
The entries above associate a friendly name with the area_ids
to communicate fare or service areas.
stop_ids
The stop_areas.txt
file lets you define zone or service areas from groups of stops.stop_ids
. The area_id
associated with each stop_id
refers to areas.area_id
to resolve the area name.
Note that if the The Using area sets lets you define groups of The stop_areas.txt
area_id,stop_id
soutmetro, 1000
soutmetro, 1001
peninsula, 2001
peninsula, 2002
southcounty, 3001
southcounty, 3002
theisland, 40001
... stop_id
refers to a station with location_type=1
all stops that define the station as parent are included in the stop_id
group. area_sets.txt
file lets you create groups of areas to represent your service or fare zones. Note the area_ids
must reference areas defined in areas.txt
. area_ids
to name as a single service or fare zone. area_sets.txt
area_set_id,area_id
metro,soutmetro
metro,peninsula
suburban,southcountry
suburban,theisland
... area_set_id
can now be used to reference multiple area_ids
in areas.txt
to identify service regions.
Use the facilities.txt
file to show passengers your ticket sales and customer service locations. List your transit center addresses here.
The facilities.txt
file is used by the Massachusetts Bay Transit Authority (MBTA). Names, addresses, and customer service hours are displayed as one line entries keyed by facility_type
with value fare-media-assistance-facility
. Use double quotes to escape entries having a comma.
The facilities.facility_type
and facilities.facility_short_name
or facilities.facility_long_name
are required.
facilities.txt
facility_id, facility_code, facility_class, facility_type, stop_id, facility_short_name, facility_long_name, facility_desc, facility_lat, facility_lon, wheelchair_facility |
transit_center_downtown,,, fare-media-assistance-facility,,"Downtown Transit Center, 1 Main Street, City, State ZIP, Looby 8am - 8pm, Ticket Window 8am - 5pm",,,,,1 |
The entries display facility_long_name
or facility_short_name
to users trying to buy tickets. Notice the wheelchair_facility
attribute. Populate with '1' if the facility is wheelchair accessible or '2' otherwise.
Remember to use fare-media-assistance-facility
as facility_type
and include exact address with lobby and/or customer service hours.
You can see the MBTA table specification here.
Read on to learn how to publish your third party ticket vending retailers.
Use the facilities.txt
file with facility_type
set to ticket-vending-retailer
to display a list of your retail vendors.
The file is the same one used for Customer Service Locations above. The value of facility-type
is changed from fare-media-assistance-facility
to ticket-vending-retailer
to indicate a third party ticker vender.
The facilities.facility_type
and facilities.facility_short_name
or facilities.facility_long_name
is required. The wheelchair_facililty, facility_lat, facility_lon
attributes should be populated if correct values are known.
facilities.txt
facility_id, facility_code, facility_class, facility_type, stop_id, facility_short_name, facility_long_name, facility_desc, facility_lat, facility_lon, wheelchair_facility |
walgreens,,, ticket-vending-retailer,,"Downtown Walgreens, 53 Main Street, City, State ZIP and other participating locations.",,,,,1 |
The entries display retail outlets to customers seeking to purchase.
Use well known text with exact address as a single line. Double quote field values that include a comma.
Use the bookings.txt
file to display the booking policy for your on demand transit service.
The booking rules specification includes most aspects of booking, including how far in advance, deadlines, phone numbers, information URLs, and instructions during travel.
The file is part of the Flex v2 specification and allows you to provide additional instruction when stop_times.pickup_type=2
or stop_times.drop_off_type=2
. The pickup and drop off type indicates coordination with the driver is required.
booking_rules.txt
booking_rule_id, booking_type, prior_notice_duration_min, prior_notice_duration_max, prior_notice_last_day, prior_notice_last_time, prior_notice_start_day, prior_notice_start_time, prior_notice_service_id, message, pickup_message, drop_off_message, phone_number, info_url, booking_url |
1, 0,,,,,,,,,,,1-234-567-8910, https://book.com/info |
The first entry indicates real-time booking with no deadline before travel--with phone number and information URL.
The second entry indicates up to the same day booking with advance notice no later than 10 minutes and no earlier than 48 hours before travel--with instructions, phone number, and information URLs.
The third entry indicates booking up to the day prior to travel. Booking is no later than 1 day before by 5PM and no earlier than 7 days at 8AM--with instructions, phone number, and information URLs.
The text of the Flex v2 specification can be found here.
Use the urns.txt
and urn_set_ids.txt
files with rider_categories.txt
to display your rider eligibility restrictions.
urn
is short for "uniform resource name". It's a simple way of creating one to many human readable lists.
GTFS-Eligibilities adds the rider_category_id
to routes.txt, trips.txt, and stop_times
to clearly display eligibility restrictions for routes, trips, and stops.
Supported restrictions include age, gender, disability, trip purpose, assistance levels required, registration, appeals, and custom (human readable words) purpose, eligibility, and compliance urns
.
To apply restrictions to routes, trips, or stops add rider_category_id
to the desired entries and set eligibility_urn_set_id, trip_purpose_urn_set_id
or compliance_urn_set_id
rider_categories.txt
to the desired list.
rider_categories.txt
rider_category_id, rider_category_name, min_age, max_age, eligibility_url, rider_category_desc, trip_purpose, trip_purpose_urn_set_id, eligibility, eligibility_urn_set_id, eligibility_authentication, retistration_desc, registration_url, registration_phone, appeals_url, appeal_phone, compliance_urn_set_id |
general_public, 'General Public',,,,,,,,,,,,,, |
Notice the trip_purpose_urn_set_id
points to a one to many entry in urn_set_ids.txt
. The results is whatever humane readable list desirable. The same pattern of creating lists for different contexts applies to eligibility_urn_set_id
and compliance_urn_set_id
.
urns.txt
urn, urn_name, urn_desc, urn_url |
groceries,Groceries,, |
The table above is a list of eligibility and trip purpose restrictions. This is the list of items grouped by identifier in urn_set_ids.txt
shown below.
Group restrictions using a mnemonic friendly identifier for different categories of interest, such as for medical purposes or personal use. You can group any of the items in your urns.txt
file for each category of interest.
urn_set_ids.txt
urn_set_id, urn, reverse_test |
use_personal,school, |
trip_purose_set_id=[use_personal|use_medical]
or eligibility_set_id=discounted
to restrict the associated riders. Specify the URLs to your online backend to process ticket purchases. Parse query parameters to process user intents and complete with an online purchase. Ideally, one that allows boarding.
Ticketing deep links is a Google GTFS extension that adds ticketing_identifers.txt
and ticketing_deep_links.txt
files and attributes to forward users to an online purchase flow.
The ticketing_deep_link_id
is added to agency.txt, routes.txt
and trip_ticketing_id, ticketing_type
to trips.txt
and ticketing_type
to stop_times.txt
. Together, user intent is discernable for all fare products.
To use ticketing deep links, first create them in ticketing_deep_links.txt
then add the ticketing_deep_link_ids
to files that correspond to your backend purchase flows.
Users are sent to the deep link URLs with query parameters included to define intent and the service or product of interest. Query parameters can include: agency_id, route_id, fare_product_id, fare_media_id,
and fare_id
, which represents all fares.
Trip planner and per stop requests also include: service_date, ticketing_trip_id, from_ticketing_stop_time_id, to_ticketing_stop_time_id, boarding_time,
and arrival_time.
See below an example of deep links for an agency with a per mode ticketing backend.
ticketing_deep_links.txt
ticketing_deep_link_id, web_url, android_intent_url, ios_universal_link_url |
purchase_link_agency, https://agency.org/purchase, https://agency.org/android, https://agency.org/ios |
The ticketing deep link can be added to agency.txt
for agency-wide fare products. Or to route.txt
for per route ticket checkout. The purchase link appears in many contexts where user interest is high. Clicking represents a specific intent to purchase.
The ticketing_identifiers.txt
is analogous to fare_rules.txt
in that it expects many single entries for many ticketing possibilities. Ticketing is based on origin stop_id
and a destination.
Ideally, the web purchase flow concludes with some artifact, such as a QR image, email, or SMS good for boarding.
Here's a quick start to avoid common mistakes.
trip_headsign
is used as the direction name. Too many can be confusing. Use direction names identical to official publications. If a trip headsign changes along a trip, use stop_headsign
. It's designed for that purpose. route_ids
Across Service Updates. The route_id
is designated as the unique identifier for routes and should not change to denote a change in service. Publish data that supports tracking route schedules by keeping route_ids
the same. If you have legacy software, update it. See Support Tracking Route Schedules (GTFS Best Practices) below for tips if you're locked into changing route_ids
.
content-length
and last-modified
headers don't exist, are incorrect, or fluctuate, updates to the data are not processed timely and unnecessary downloads can result. When automated processes regenerate data, the resulting file size is unlikely to be size identical after compression. Avoid scheduled processes that regenerate the file even when the data is unchanged. route_ids
For Each Direction. Tempting simplicity but it disrupts user interfaces designed for GTFS. Use the route_id
, route_short_name
, and route_long_name
to identify routes and trip_headsign
to identify direction. User interfaces were designed expecting this pattern, disrupting it is counter productive. stop_code
in stops.txt even if they are used as stop_id
and don't append them to stop_name
. The stop_code
flags whether your system uses public stop codes and triggers useful features. If you use them, they're worth including. Use the same calendars, routes, direction names, and times in your data as you use in print. Identical print and data publications promote trust and use of your data. For an unsure public, it's a relief to find identical information.
If arrival and departure times differ, specify them both. The public is interested in arrivals and not just departures.
Don't leave departure_time
or arrival_time
empty or times will be interpolated and results may differ among publications.
Use the preferred calendaring method to best reproduce official publications. If schedules do not vary by day too much, use calendar.txt with modifications in calendar_dates.txt. If schedules are highly variable by day, use only calendar_dates.txt.
If you use calendar_dates.txt only, try to keep days of the week consistent within each service date range. The result is a user friendlier experience with fewer calender entries to choose from.
The trip_headsign
is used as the direction name for a group of trips. Use the same names as official publications to create familiar direction names and time blocks.
Too many trip_headsigns
can cause confusion because arrival and departure times get listed in separate time blocks. It's difficult to identify the next arrival or departure when times are listed under separate directions.
If trip headsigns vary along a trip, use stop_headsign
. That's it's purpose.
We no longer coerce trip blocks into two trip_headsigns
when direction_id
is used. The change avoids possibly misleading results when only the first trip_headsign
is used.
If you use direction_id
, limit trip_headsigns
to reflect official publications and use stop_headsign
to reflect changes along a trip.
Make the major stops that appear in print publications an exact timepoint
so the publication can be reproduced without a tomb of stops. See the reference publication for timepoint
guidance.
If you change your route_ids
, your data does not support tracking route schedules. The little utility left is a small return on your investment and you could benefit greatly by keeping them the same.
Remember, your data describes things in the real world and if they haven't changed neither should their identifiers.
If route_ids
change, we identify routes between updates by route_id
patterns or the route name on a per dataset basis using settings we assign. For example, 2-BMT-sj2-1
may be recognized as 2-BMT-sj2-
. The route short name or complete route name may also be used. The route_id
with the latest service period is used to interoperate with other systems.
If you're using legacy software that changes route_ids
, update it if you can. Otherwise, your data works as a common pattern and not as a rule (very bad). If you must change route_ids
, pay special attention to keep route_short_name
and route_long_name
the same.
last-modified
and content-length
headers in GET
and HEAD
requests. One of these, preferrably both, is required for updates to be detected and posted automatically. Note: If you want to restict access, use HTTPS
with basic authentication. This allows restricted access while supporting automatic updates.
During the update process never allow the last-modified date of the old file to be later than the new file. If this happens, the new file may be ignored.
Finally, don't edit your file while it's at the static URL. If bad data gets processed, nonsense can become widespread and not automatically undoable.
If the GTFS data file is invalid or at any time doesn't describe current service, nonsense may result and your data may be excluded from this Service.
stop_code
and not stop_id
or appended to stop_name
. We have no way of knowing if stop_id
is stop_code
parsimonious or exactly which part of stop_name
is really stop_code
. The presense of stop_code
activates many useful features and is worth including. route_short_name
, route_long_name
, and trip_headsign
match their well known equivalents. If routes are published by a short name and a long name, always include trip_headsign
so the public can tell which direction you're talking about. Best practices follow logically from the specification but may not be obvious. Many are critical to avoiding nonsense.
Remember GTFS and GTFS-R are designed to work together and should always be a snapshot of your service. All data used by GTFS-R must always be contained in the dataset pointed to at the static GTFS URL.
If your static GTFS URL at any time does not contain data used by GTFS-R, expect real-time to stop working.
Always post new data in a merged dataset at your static URL that uses the same identifiers as your GTFS-R. Please remember that maintaining a snapshot is the only way software can track your schedules and work as a rule (GTFS is a cacheless specification).
If you run GTFS-R and publish a non-merged dataset early, the update will not be processed until the earliest date in calendar.txt or calendar_dates.txt of the new dataset (this is necessary to maintain GTFS and GTFS-R synchronization).
We have updated our system to track changing route_ids
, but any such system must rely on heuristics and will therefore not work as a rule. If you run GTFS-R, update your software to generate data that does not change route_ids
(and is therefore suitable for general application use).
Please remember to support the General Transit Feed Specication (GTFS).
Model your data as intended by the specficiation to include all trips in each calendar.txt entry with any modifications in calendar_dates.txt. If trips vary day to day, use the calendar dates only method.
Using the specification as intended means less work and a better user experience. See the GTFS documentation for the recommended approach.
The .pb files should be updated at an interval by a background service or process that is fully decoupled from GET or POST requests for the .pb file.
Updating .pb files in a separate process eliminates any latency issues. The service scales with high volume since no additional execution time is required per request.
The smaller the update interval the better the user experience, especially for vehicle locations. Use the smallest interval possible given your hardware resources.
For example, updating vehicle positions every 3-5 seconds allows users to watch and move from a sheltered area to the stop just in time.
In general, populate all attributes if data is available. Code paths increase exponentially with each optional attribute and GTFS-R has many. You can promote quality software and the best possible user experience by simply populating all attributes.
Specifically, TripDescriptor
should always include trip_id
where available. Otherwise, scheduled times and direction may not be discernable and user experience will suffer in the extreme. In VehiclePositions
, include stop_id
, current_stop_sequence
, and current_status
so stop predictions and trip inquiries can resolve to vehicles to the extent possible. Also, include bearing
for visual directional cues.
If you follow best practices, treat a vehicle assignment as a trip update so predictions can be coupled to the vehicle even when it is "on time". It's also a pleasure to see the system is up and working and the trip is "on time".
Don't drop past StopTimeEvents
too soon. If so, users could see a trip status showing vehicle departure as scheduled 15 minutes ago and the vehicle just leaving the station.
'Reply-To'
Address'Reply-To'
address header if present. Anti-abuse configurations for email servers often reject email sent from a different domain, which means relayed requests can't be 'From'
the user and responses must be sent to 'Reply-To'.
If your system responds to the Reply-To
address if present, mention it so feature support is known. Publish other information that might be helpful to consuming applications, such as alert sources and types. It can be difficult to monitor publications to figure out what information is published where so it can be properly configured into a user interface. Also consider publishing information about the update frequency of vehicle locations and trip updates, non-abusive request frequencies, or any special or additional meaning attached to attributes.
Successful services always make sense. Fine tune your system. Watch and compare to confirm it never displays nonsense or contradicts itself. Final testing is where work pays of the most.
Don't rely on the public to discover an outage. By that time there may be thousands of frustrated users. Maintain a notification system so you can discover outages and promptly restore service.
To publish more than what's in the specification, maximize application support by doing it the same way others do.
At present, most efforts to go beyond the basic specification focus on:
Many GTFS publishing services implement GTFS-Fares, GTFS-Flex, GTFS-ContinousStops and other extensions for stops, pathways, and facilities. Do not break the specification by publishing separate GTFS files for your on demand service. The specification is updated to describe on demand service--use it to your advantage. You can see the new files and attributes and official documentation for GTFS-Flex.
We've attempted to fully support these extensions but new ones arise. As of now, GTFS-Flex and GTFS-Fares have partial support with complete support in progress. Periodally we evaluate support of all bona fide GTFS extensions. If you've implemented a non-standard solution, you are encouraged to migrate to these new popular formats to describe your services.
The dominate classification for additional route types is the Hierarchical Vehicle Type (HVT) codes from the European TPEG. You can see a list of the codes and their support by Google here. However, new route_types
will create backward incompatibilies into the future. Future support at RideSchedules depends on the extent to which the codes are incoporated into publications.
To include fares for different types of passengers, include a rider_categories.txt file and fare_rider_categories.txt in addition to the fare attributes and fare rules.
The rider_categories.txt files assigns a unique integer to a string public name.
rider_category_id,rider_category_description
2,Senior
6,Disabled
15,K-12
The fare_rider_categories.txt file keys the rider_category_id
to a fare_id
and a separate price
.
fare_id,rider_category_id,price
2491,2,0.35
2491,6,0.35
2491,15,0.70
The above example results in:
$1.00 upon boarding (includes 1 transfer), Senior $0.35, Disabled $0.35, and K-12 $0.70.
Note: Always specify route_id
in fare_rules.txt so the fare can be associated with a route. At present, that means an entry in fare_rules.txt for each route_id.
Disambiguting the location of a stop can be done with the cardinal_direction
and cardinal_position
fields in stop_attributes.txt or by using the vender specific method of direction
and position
in stops.txt. You can create results such as: "Stop located Fareside traffic direction South". The stop_address
in stops.txt and stop_city
in stop_attributes.txt is also available.
You can specify the name of fare zones in a way familiar to the public by including farezone_attributes.txt with zone_id
keyed to a zone_name
.
Passengers using GTFS frequently need non-GTFS information, such as system maps, rider guides, fare brochures, etc.
Note: As of this writing, the mobile segment currently has insufficient resources for system maps created from GTFS data but that's changing slowly.
Follow a few simple rules to keep your resources visible and up to date.
jpegoptim
and optipng
are popular). If you publish PDFs, consider the optimize features in your editing software. /*
GTFS-R is recommended as the emerging standard,
but for RESTful services, here's some
sample API requests using URL naming schemes
with JSON/XML response
*/
/* stop arrivals/departures */
http://transitagency.com/realtime.html?route=[route_id|route_short_name]&stop=[stop_id|stop_code]&response=json|xml
/* trip updates */
http://transitagency.com/tripupdates.html?trip=[trip_id]&stop=[stop_id|stop_code|stop_sequence]&response=json|xml
/* alerts */
http://transitagency.com/alerts.html?agency=[agency_name|agency_id]&route=[route_id|route_short_name]&stop=[stop_id|stop_code]&response=json|xml
/* news */
http://transitagency.com/news.html?agency=[agency_name|agency_id]&route=[route_id|route_short_name]&stop=[stop_id|stop_code]&response=json|xml
/* vehicle locations */
http://transitagency.com/cgi-bin/wherenow.pl?agency=[agency_id|agency_name]&route=[route_id|route_short_name]&direction=[direction_id|trip_headsign]&stop=[stop_id|stop_code|stop_sequence]&trip=[trip_id]&vehicle=[vehicle_id]&response=json|xml
XML or JSON
Aside from GTFS-Realtime, there is generally no uniform request or response format for stop predictions and vehicle locations. SIRI has recently enjoyed implementation by a few major providers but most often developers still need to write separate code to interact with the service. If your system is in development, here's some time saving suggestions.
XML and JSON are simple, mainstream, and reliable APIs, but not write once for all when it comes to predictions and vehicle locations. SIRI ("Service Interface for Real Time Information") is a template adopted by the European Commission on Standardization that offers at least the possibility of write once for all. However, in practice most implementations require custom code to interact with the service. You can learn more about SIRI from the official home page at http://www.siri.org.uk/.
If you decide to develop your own API, be sure to include the DTD or Schema in the API documentation. Example responses are not enough. Developers need to know whether attributes are optional or required and whether they appear once or repeated as well as the data type and how errors are handled. Without this information, reponses cannot be parsed reliably. Do not use the HTTP layer to convey meaning within your API or software handling HTTP communications may not interact with your service as expected.
route_id
, stops to stop_id
or stop_code
and directions to direction_id
or trip_headsign
. If your real-time identifiers cannot be resolved from your GTFS data, your service will very likely not be implemented. stop_id
or stop_code
and narrowing by route and direction. If you support vehicle locations, also by vehicle_id
. Vehicle location requests should support narrowing by route, direction, and vehicle id with per stop inquiries handled by coordinates included in prediction responses. Alerts, notifications, advisories, news, etc. should support requests per stop, route, route type, and agency, if appropriate. Always support narrowing where possible for convenience and when data volumn is high. route_id
, trip_headsign
, stop_id
, stop_code
, or vehicle_id
and always vehicle coordinates if available. Responses to prediction requests based on vehicle id should return data for all future stops on the trip. Vehicle location responses should identify each vehicle by vehicle id, route, direction, and trip_id
and include status and next stop information (early/late next stop X mins) and all available positional information, such as lat lons, speed, heading, etc.
For example, if you specify next_stop_sequence
or next_stop_id
include next_stop_name
. If you specify trip_id
or direction_id
, include route_short_name
and trip_headsign
.
trip_id
. Responses should include the same information as in the model vehicle locations response. Be sure your RSS files are indeed RSS! Frequently, software inserts custom tags and outputs non-compliant files. Select strict RSS as the output format. If your file is not valid RSS, do not publish it as such or it may be read incorrectly or not at all.
All behavior is as designed to the extent known.
Note:
Multi-agency GTFS-R Alerts without a limiting agency query parameter is now supported. If you notice your file not properly displaying, notify the Webmaster.
Static GTFS with date ranges covering many decades now auto-update normally. The displayed date ranges will roll a sensible date range without re-fetch until the data file expiration date.
▲ Some input is required.
▲ Invalid Reply-To Email address.
Please remember to include your email address if a reply is needed.
Mobile Site | My | Plan Trip | Search Schedules By Name | Help | About |
Cached Document
Company Website © 2010-2024. All rights reserved.