GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2025-12-12T22:16:05Z,
for the dataset file:///shared/mountainridestransportationauthoritymrta.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
Busmaps.com
Publisher URL:
https://busmaps.com
Feed Email:
alex@busmaps.com
Feed Language:
English
Feed Start Date:
2024-11-19
Feed End Date:
2026-12-31

Files included


  1. agency.txt
  2. calendar.txt
  3. calendar_dates.txt
  4. feed_info.txt
  5. routes.txt
  6. shapes.txt
  7. stop_times.txt
  8. stops.txt
  9. trips.txt

Counts


  • Agencies: 1
  • Blocks: 17
  • Routes: 8
  • Shapes: 8
  • Stops: 165
  • Trips: 145

Specification Compliance report

12 notices reported (3 errors, 9 warnings, 0 infos)

Notice Code Severity Total
block_trips_with_overlapping_stop_times ERROR 3

block_trips_with_overlapping_stop_times

Trips with the same block id have overlapping stop times.

You can see more about this notice here.

csvRowNumberA (?) The row number from `trips.txt` of the first faulty trip. tripIdA (?) The id of first faulty trip. serviceIdA (?) The service id of the first faulty trip. csvRowNumberB (?) The row number from `trips.txt` of the second faulty trip. tripIdB (?) The id of the other faulty trip. serviceIdB (?) The service id of the other faulty trip. blockId (?) The `trips.block_id` of the overlapping trip. intersection (?) The overlapping period.
31 "104922-TL-2068" "104922-TL-107" 32 "104922-TL-2069" "104922-TL-107" "Red_02" "20250114"
32 "104922-TL-2069" "104922-TL-107" 33 "104922-TL-2070" "104922-TL-107" "Red_02" "20250114"
33 "104922-TL-2070" "104922-TL-107" 34 "104922-TL-2071" "104922-TL-107" "Red_02" "20250114"
fast_travel_between_far_stops WARNING 7

fast_travel_between_far_stops

A transit vehicle moves too fast between two far stops.

Two stops are considered "far" if they are more than 10 km apart. This normally indicates a more serious problem than too fast travel between consecutive stops.

The speed threshold depends on route type and are the same as fast_travel_between_consecutive_stops.

You can see more about this notice here.

tripCsvRowNumber (?) The row number of the problematic trip. tripId (?) `trip_id` of the problematic trip. routeId (?) `route_id` of the problematic trip. speedKph (?) Travel speed (km/h). distanceKm (?) Distance between stops (km). csvRowNumber1 (?) The row number of the first stop time. stopSequence1 (?) `stop_sequence` of the first stop. stopId1 (?) `stop_id` of the first stop. stopName1 (?) `stop_name` of the first stop. departureTime1 (?) `departure_time` of the first stop. csvRowNumber2 (?) The row number of the second stop time. stopSequence2 (?) `stop_sequence` of the second stop. stopId2 (?) `stop_id` of the second stop. stopName2 (?) `stop_name` of the second stop. arrivalTime2 (?) `arrival_time` of the second stop.
145 "104922-TL-1916" "104922-TL-3" 150.63861482633732 10.04257432175582 6671 0 "104922-TL-57" "Warm Springs Base Area" "00:00:00" 6700 29 "104922-TL-86" "Elkhorn Rd & Blue Grouse" "00:03:00"
144 "104922-TL-1915" "104922-TL-3" 150.63861482633732 10.04257432175582 6615 0 "104922-TL-57" "Warm Springs Base Area" "00:00:00" 6644 29 "104922-TL-86" "Elkhorn Rd & Blue Grouse" "00:03:00"
59 "104922-TL-2123" "104922-TL-17" 1986.2395134982676 33.10399189163779 2387 0 "104922-TL-112" "Clover & Gannett" "00:00:00" 2420 33 "104922-TL-42" "Sun Valley - Dollar Circle" "00:00:00"
34 "104922-TL-2071" "104922-TL-10" 613.0859348206711 10.218098913677853 830 16 "104922-TL-70" "Main & 4th (Wells Fargo-Downtown Ketchum)" "12:40:00" 849 35 "104922-TL-82" "Elkhorn Springs" "12:40:00"
53 "104922-TL-2093" "104922-TL-17" 1986.2395134982676 33.10399189163779 1991 0 "104922-TL-112" "Clover & Gannett" "14:45:00" 2024 33 "104922-TL-42" "Sun Valley - Dollar Circle" "14:45:00"
52 "104922-TL-2092" "104922-TL-17" 1986.2395134982676 33.10399189163779 1925 0 "104922-TL-112" "Clover & Gannett" "11:00:00" 1958 33 "104922-TL-42" "Sun Valley - Dollar Circle" "11:00:00"
70 "104922-TL-2141" "104922-TL-17" 1986.2395134982676 33.10399189163779 3113 0 "104922-TL-112" "Clover & Gannett" "11:00:00" 3146 33 "104922-TL-42" "Sun Valley - Dollar Circle" "11:00:00"
mixed_case_recommended_field WARNING 1

mixed_case_recommended_field

This field has customer-facing text and should use Mixed Case (should contain upper and lower case letters).

This field contains customer-facing text and should use Mixed Case (upper and lower case letters) to ensure good readability when displayed to riders. Avoid the use of abbreviations throughout the feed (e.g. St. for Street) unless a location is called by its abbreviated name (e.g. “JFK Airport”). Abbreviations may be problematic for accessibility by screen reader software and voice user interfaces.

Good examples:
Field Text Dataset
"Schwerin, Hauptbahnhof" Verkehrsverbund Berlin-Brandenburg
"Red Hook/Atlantic Basin" NYC Ferry
"Campo Grande Norte" Carris
Bad examples:
Field Text
"GALLERIA MALL"
"3427 GG 17"
"21 Clark Rd Est"

You can see more about this notice here.

filename (?) Name of the faulty file. fieldName (?) Name of the faulty field. fieldValue (?) Faulty value. csvRowNumber (?) The row number of the faulty record.
"stops.txt" "stop_name" "2nd & 6th" 85
stops_match_shape_out_of_order WARNING 1

stops_match_shape_out_of_order

Two stop entries are different than their arrival-departure order defined by shapes.txt.

This could indicate a problem with the location of the stops, the path of the shape, or the sequence of the stops for their trip.

You can see more about this notice here.

tripCsvRowNumber (?) The row number of the faulty record from `trips.txt`. shapeId (?) The id of the shape that is referred to. tripId (?) The id of the trip that is referred to. stopTimeCsvRowNumber1 (?) The row number of the first faulty record from `stop_times.txt`. stopId1 (?) The id of the first stop that is referred to. stopName1 (?) The name of the first stop that is referred to. match1 (?) Latitude and longitude pair of the first matching location. stopTimeCsvRowNumber2 (?) The row number of the second faulty record from `stop_times.txt`. stopId2 (?) The id of the second stop that is referred to. stopName2 (?) The name of the second stop that is referred to. match2 (?) Latitude and longitude pair of the second matching location.
36 "104922-TL-17" "104922-TL-2073" 870 "104922-TL-113" "Main @ Valley Ctry Store" [43.45764135527528,-114.25779330456054] 869 "104922-TL-112" "Clover & Gannett" [43.45277107134199,-114.25351792428572]