GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-01-23T18:14:30Z,
for the dataset file:///shared/mrtagtfs.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
N/A
Publisher URL:
N/A
Feed Email:
N/A
Feed Language:
N/A

Files included


  1. agency.txt
  2. calendar.txt
  3. calendar_dates.txt
  4. fare_attributes.txt
  5. fare_rules.txt
  6. frequencies.txt
  7. routes.txt
  8. shapes.txt
  9. stop_times.txt
  10. stops.txt
  11. transfers.txt
  12. trips.txt

Counts


  • Agencies: 1
  • Blocks: 23
  • Routes: 8
  • Shapes: 8
  • Stops: 167
  • Trips: 173

Specification Compliance report

100 notices reported (34 errors, 66 warnings, 0 infos)

Notice Code Severity Total
block_trips_with_overlapping_stop_times ERROR 33

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.
19 "1408" "49" 20 "1409" "49" "Valley WE_01" "20230422"
74 "1561" "56" 33 "1497" "53" "Silver_01" "20231124"
33 "1497" "53" 75 "1562" "56" "Silver_01" "20231124"
75 "1562" "56" 34 "1498" "53" "Silver_01" "20231124"
34 "1498" "53" 76 "1563" "56" "Silver_01" "20231124"
76 "1563" "56" 35 "1499" "53" "Silver_01" "20231124"
35 "1499" "53" 77 "1564" "56" "Silver_01" "20231124"
77 "1564" "56" 36 "1500" "53" "Silver_01" "20231124"
36 "1500" "53" 78 "1565" "56" "Silver_01" "20231124"
78 "1565" "56" 37 "1501" "53" "Silver_01" "20231124"
37 "1501" "53" 79 "1566" "56" "Silver_01" "20231124"
79 "1566" "56" 38 "1502" "53" "Silver_01" "20231124"
38 "1502" "53" 80 "1567" "56" "Silver_01" "20231124"
80 "1567" "56" 39 "1503" "53" "Silver_01" "20231124"
39 "1503" "53" 81 "1568" "56" "Silver_01" "20231124"
81 "1568" "56" 40 "1504" "53" "Silver_01" "20231124"
40 "1504" "53" 82 "1569" "56" "Silver_01" "20231124"
82 "1569" "56" 41 "1505" "53" "Silver_01" "20231124"
41 "1505" "53" 83 "1570" "56" "Silver_01" "20231124"
83 "1570" "56" 42 "1506" "53" "Silver_01" "20231124"
42 "1506" "53" 84 "1571" "56" "Silver_01" "20231124"
84 "1571" "56" 43 "1507" "53" "Silver_01" "20231124"
43 "1507" "53" 85 "1572" "56" "Silver_01" "20231124"
85 "1572" "56" 44 "1508" "53" "Silver_01" "20231124"
44 "1508" "53" 86 "1573" "56" "Silver_01" "20231124"
86 "1573" "56" 45 "1509" "53" "Silver_01" "20231124"
45 "1509" "53" 87 "1574" "56" "Silver_01" "20231124"
87 "1574" "56" 46 "1510" "53" "Silver_01" "20231124"
46 "1510" "53" 88 "1575" "56" "Silver_01" "20231124"
88 "1575" "56" 47 "1511" "53" "Silver_01" "20231124"
47 "1511" "53" 89 "1576" "56" "Silver_01" "20231124"
89 "1576" "56" 48 "1512" "53" "Silver_01" "20231124"
48 "1512" "53" 90 "1577" "56" "Silver_01" "20231124"
point_near_origin ERROR 1

point_near_origin

A point is too close to origin (0, 0).

You can see more about this notice here.

filename (?) The name of the affected GTFS file. csvRowNumber (?) The row of the faulty row. entityId (?) The id of the faulty entity. latFieldName (?) The name of the field that uses latitude value. latFieldValue (?) The latitude of the faulty row. lonFieldName (?) The name of the field that uses longitude value. lonFieldValue (?) The longitude of the faulty row
"stops.txt" 168 "228" "stop_lat" 0.0 "stop_lon" 0.0
expired_calendar WARNING 6

expired_calendar

Dataset should not contain date ranges for services that have already expired.

This warning takes into account the calendar_dates.txt file as well as the calendar.txt file.

You can see more about this notice here.

csvRowNumber (?) The row of the faulty record. serviceId (?) The service id of the faulty record.
8 "56"
9 "57"
10 "58"
11 "59"
12 "60"
13 "61"
fast_travel_between_consecutive_stops WARNING 17

fast_travel_between_consecutive_stops

A transit vehicle moves too fast between two consecutive stops.

The speed threshold depends on route type:

Route type Description Threshold, km/h
0 Light rail 100
1 Subway 150
2 Rail 500
3 Bus 150
4 Ferry 80
5 Cable tram 30
6 Aerial lift 50
7 Funicular 50
11 Trolleybus 150
12 Monorail 150
- Unknown 200

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.
13 "1384" "5" 51158.19519612501 11936.912212429168 559 64 "135" "Main @ SV Bronze" "07:47:00" 560 65 "228" "buffer (not a stop)" "08:00:00"
16 "1405" "5" 51158.19519612501 11936.912212429168 754 64 "135" "Main @ SV Bronze" "10:47:00" 755 65 "228" "buffer (not a stop)" "11:00:00"
14 "1403" "5" 51158.19519612501 11936.912212429168 624 64 "135" "Main @ SV Bronze" "08:47:00" 625 65 "228" "buffer (not a stop)" "09:00:00"
19 "1408" "5" 51158.19519612501 11936.912212429168 949 64 "135" "Main @ SV Bronze" "13:47:00" 950 65 "228" "buffer (not a stop)" "14:00:00"
23 "1412" "5" 51158.19519612501 11936.912212429168 1209 64 "135" "Main @ SV Bronze" "17:47:00" 1210 65 "228" "buffer (not a stop)" "18:00:00"
25 "1414" "5" 51158.19519612501 11936.912212429168 1339 64 "135" "Main @ SV Bronze" "19:47:00" 1340 65 "228" "buffer (not a stop)" "20:00:00"
15 "1404" "5" 51158.19519612501 11936.912212429168 689 64 "135" "Main @ SV Bronze" "09:47:00" 690 65 "228" "buffer (not a stop)" "10:00:00"
22 "1411" "5" 51158.19519612501 11936.912212429168 1144 64 "135" "Main @ SV Bronze" "16:47:00" 1145 65 "228" "buffer (not a stop)" "17:00:00"
26 "1415" "5" 51158.19519612501 11936.912212429168 1404 64 "135" "Main @ SV Bronze" "20:47:00" 1405 65 "228" "buffer (not a stop)" "21:00:00"
24 "1413" "5" 51158.19519612501 11936.912212429168 1274 64 "135" "Main @ SV Bronze" "18:47:00" 1275 65 "228" "buffer (not a stop)" "19:00:00"
20 "1409" "5" 51158.19519612501 11936.912212429168 1014 64 "135" "Main @ SV Bronze" "14:47:00" 1015 65 "228" "buffer (not a stop)" "15:00:00"
31 "1421" "5" 51158.19519612501 11936.912212429168 1729 64 "135" "Main @ SV Bronze" "11:47:00" 1730 65 "228" "buffer (not a stop)" "12:00:00"
17 "1406" "5" 51158.19519612501 11936.912212429168 819 64 "135" "Main @ SV Bronze" "11:47:00" 820 65 "228" "buffer (not a stop)" "12:00:00"
18 "1407" "5" 51158.19519612501 11936.912212429168 884 64 "135" "Main @ SV Bronze" "12:47:00" 885 65 "228" "buffer (not a stop)" "13:00:00"
21 "1410" "5" 51158.19519612501 11936.912212429168 1079 64 "135" "Main @ SV Bronze" "15:47:00" 1080 65 "228" "buffer (not a stop)" "16:00:00"
28 "1417" "5" 51158.19519612501 11936.912212429168 1534 64 "135" "Main @ SV Bronze" "22:47:00" 1535 65 "228" "buffer (not a stop)" "23:00:00"
27 "1416" "5" 51158.19519612501 11936.912212429168 1469 64 "135" "Main @ SV Bronze" "21:47:00" 1470 65 "228" "buffer (not a stop)" "22:00:00"
fast_travel_between_far_stops WARNING 24

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.
13 "1384" "5" 51158.19519612501 11936.912212429168 559 64 "135" "Main @ SV Bronze" "07:47:00" 560 65 "228" "buffer (not a stop)" "08:00:00"
32 "1422" "5" 718102.2107826448 11968.370179710746 1763 33 "42" "Sun Valley - Dollar Circle" "12:50:00" 1795 65 "228" "buffer (not a stop)" "12:50:00"
58 "1543" "4" 188.7478036894958 31.457967281582633 2724 33 "42" "Sun Valley - Dollar Circle" "12:50:00" 2755 64 "135" "Main @ SV Bronze" "12:59:00"
29 "1418" "5" 716785.7694779696 11946.429491299494 1582 47 "131" "Main & Myrtle" "23:59:00" 1600 65 "228" "buffer (not a stop)" "23:59:00"
16 "1405" "5" 51158.19519612501 11936.912212429168 754 64 "135" "Main @ SV Bronze" "10:47:00" 755 65 "228" "buffer (not a stop)" "11:00:00"
14 "1403" "5" 51158.19519612501 11936.912212429168 624 64 "135" "Main @ SV Bronze" "08:47:00" 625 65 "228" "buffer (not a stop)" "09:00:00"
19 "1408" "5" 51158.19519612501 11936.912212429168 949 64 "135" "Main @ SV Bronze" "13:47:00" 950 65 "228" "buffer (not a stop)" "14:00:00"
172 "1685" "3" 150.6368344210708 10.042455628071385 7418 1 "57" "Warm Springs Base Area" "00:00:00" 7447 30 "86" "Elkhorn Rd & Blue Grouse" "00:03:00"
30 "1420" "5" 3284.776820487999 54.74628034146665 1601 1 "112" "Clover & Gannett" "00:00:00" 1648 48 "24" "River & Bullion (Park and Ride) (SB)" "00:00:00"
23 "1412" "5" 51158.19519612501 11936.912212429168 1209 64 "135" "Main @ SV Bronze" "17:47:00" 1210 65 "228" "buffer (not a stop)" "18:00:00"
12 "1383" "4" 3284.776820487999 54.74628034146665 432 1 "112" "Clover & Gannett" "00:00:00" 479 48 "24" "River & Bullion (Park and Ride) (SB)" "00:00:00"
25 "1414" "5" 51158.19519612501 11936.912212429168 1339 64 "135" "Main @ SV Bronze" "19:47:00" 1340 65 "228" "buffer (not a stop)" "20:00:00"
15 "1404" "5" 51158.19519612501 11936.912212429168 689 64 "135" "Main @ SV Bronze" "09:47:00" 690 65 "228" "buffer (not a stop)" "10:00:00"
22 "1411" "5" 51158.19519612501 11936.912212429168 1144 64 "135" "Main @ SV Bronze" "16:47:00" 1145 65 "228" "buffer (not a stop)" "17:00:00"
26 "1415" "5" 51158.19519612501 11936.912212429168 1404 64 "135" "Main @ SV Bronze" "20:47:00" 1405 65 "228" "buffer (not a stop)" "21:00:00"
24 "1413" "5" 51158.19519612501 11936.912212429168 1274 64 "135" "Main @ SV Bronze" "18:47:00" 1275 65 "228" "buffer (not a stop)" "19:00:00"
20 "1409" "5" 51158.19519612501 11936.912212429168 1014 64 "135" "Main @ SV Bronze" "14:47:00" 1015 65 "228" "buffer (not a stop)" "15:00:00"
71 "1558" "4" 1924.2727552502345 32.07121258750391 3524 1 "112" "Clover & Gannett" "14:45:00" 3556 33 "42" "Sun Valley - Dollar Circle" "14:45:00"
31 "1421" "5" 1924.2727552502345 32.07121258750391 1666 1 "112" "Clover & Gannett" "11:00:00" 1698 33 "42" "Sun Valley - Dollar Circle" "11:00:00"
17 "1406" "5" 51158.19519612501 11936.912212429168 819 64 "135" "Main @ SV Bronze" "11:47:00" 820 65 "228" "buffer (not a stop)" "12:00:00"
18 "1407" "5" 51158.19519612501 11936.912212429168 884 64 "135" "Main @ SV Bronze" "12:47:00" 885 65 "228" "buffer (not a stop)" "13:00:00"
21 "1410" "5" 51158.19519612501 11936.912212429168 1079 64 "135" "Main @ SV Bronze" "15:47:00" 1080 65 "228" "buffer (not a stop)" "16:00:00"
28 "1417" "5" 51158.19519612501 11936.912212429168 1534 64 "135" "Main @ SV Bronze" "22:47:00" 1535 65 "228" "buffer (not a stop)" "23:00:00"
27 "1416" "5" 51158.19519612501 11936.912212429168 1469 64 "135" "Main @ SV Bronze" "21:47:00" 1470 65 "228" "buffer (not a stop)" "22:00:00"
missing_recommended_field WARNING 8

missing_recommended_field

A recommended field is missing.

The given field has no value in some input row, even though values are recommended.

You can see more about this notice here.

filename (?) The name of the faulty file. csvRowNumber (?) The row of the faulty record. fieldName (?) The name of the missing field.
"routes.txt" 2 "agency_id"
"routes.txt" 3 "agency_id"
"routes.txt" 4 "agency_id"
"routes.txt" 5 "agency_id"
"routes.txt" 6 "agency_id"
"routes.txt" 7 "agency_id"
"routes.txt" 8 "agency_id"
"routes.txt" 9 "agency_id"
missing_recommended_file WARNING 1

missing_recommended_file

A recommended file is missing.

You can see more about this notice here.

filename (?) The name of the faulty file.
"feed_info.txt"
mixed_case_recommended_field WARNING 2

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" 138
"stops.txt" "stop_name" "buffer (not a stop)" 168
stop_has_too_many_matches_for_shape WARNING 5

stop_has_too_many_matches_for_shape

Stop entry that has many potential matches to the trip's path of travel, as defined by the shape entry in shapes.txt.

This potentially indicates a problem with the location of the stop or the path of the shape.

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. stopTimeCsvRowNumber (?) The row number of the faulty record from `stop_times.txt`. stopId (?) The id of the stop that is referred to. stopName (?) The name of the stop that is referred to. match (?) Latitude and longitude pair of the location. matchCount (?) The number of matches for the stop that is referred to.
141 "3" "1654" 5700 "75" "Baldy View Circle - Sun Valley Village" [43.69547662261408,-114.35329000000002] 26
141 "3" "1654" 5717 "92" "Baldy View Circle - Sun Valley Village" [43.695440000000005,-114.35363] 21
123 "7" "1636" 5268 "137" "Baldy View Circle (Sun Valley Lodge)" [43.695456281136664,-114.35363] 31
123 "7" "1636" 5270 "137" "Baldy View Circle (Sun Valley Lodge)" [43.695456281136664,-114.35363] 31
123 "7" "1636" 5289 "137" "Baldy View Circle (Sun Valley Lodge)" [43.695456281136664,-114.35363] 31
stop_too_far_from_shape WARNING 1

stop_too_far_from_shape

Stop too far from trip shape.

Per GTFS Best Practices, route alignments (in shapes.txt) should be within 100 meters of stop locations which a trip serves. This potentially indicates a problem with the location of the stop or the path of the shape.

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. stopTimeCsvRowNumber (?) The row number of the faulty record from `stop_times.txt`. stopId (?) The id of the stop that is referred to. stopName (?) The name of the stop that is referred to. match (?) Latitude and longitude pair of the location. geoDistanceToShape (?) Distance from stop to shape.
13 "5" "1384" 560 "228" "buffer (not a stop)" [43.69274000000001,-114.34628] 1.1935937331935577E7
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.
11 "11" "952" 419 "13" "Airport (North entrance to airport)" [43.50702098385389,-114.30305047370295] 418 "11" "Airport Way (South of Hailey Post Office)" [43.5118587246903,-114.30657113034943]
trip_coverage_not_active_for_next7_days WARNING 1

trip_coverage_not_active_for_next7_days

Trips data should be valid for at least the next seven days.

This notice is triggered if the date range where a significant number of trips are running ends in less than 7 days.

You can see more about this notice here.

currentDate (?) Current date (YYYYMMDD format). serviceWindowStartDate (?) The start date of the majority service window. serviceWindowEndDate (?) The end date of the majority service window.
"20260123" "20231124" "20240412"