GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2025-12-12T21:52:55Z,
for the dataset file:///shared/mission-viejo-shuttle.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: 9
  • Routes: 1
  • Shapes: 1
  • Stops: 68
  • Trips: 24

Specification Compliance report

16 notices reported (1 errors, 15 warnings, 0 infos)

Notice Code Severity Total
stop_time_with_arrival_before_previous_departure_time ERROR 1

stop_time_with_arrival_before_previous_departure_time

Backwards time travel between stops in stop_times.txt

For a given trip_id, the arrival_time of (n+1)-th stoptime in sequence must not precede the departure_time of n-th stoptime in sequence in stop_times.txt.

You can see more about this notice here.

csvRowNumber (?) The row number of the faulty record. prevCsvRowNumber (?) The row of the previous stop time. tripId (?) The trip_id associated to the faulty record. arrivalTime (?) Arrival time at the faulty record. departureTime (?) Departure time at the previous stop time.
1424 1419 "TL-138" "11:25:00" "11:28:00"
fast_travel_between_far_stops WARNING 13

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.
20 "TL-136" "TL-1" 1540.8511457105092 25.680852428508487 1202 1 "TL-1" "Metrolink Station" "07:50:00" 1250 470 "TL-48" "Marguerite/Trabuco" "07:50:00"
23 "TL-139" "TL-1" 885.23633334864 14.753938889144 1480 520 "TL-22" "City Hall/Library" "12:45:00" 1501 710 "TL-1" "Metrolink Station" "12:45:00"
12 "TL-128" "TL-1" 1818.3204148943407 30.305340248239013 602 1 "TL-1" "Metrolink Station" "07:36:00" 658 550 "TL-19" "NP Murray Community Center" "07:36:00"
24 "TL-140" "TL-1" 1754.5084658945832 29.241807764909723 1502 1 "TL-1" "Metrolink Station" "13:45:00" 1555 520 "TL-22" "City Hall/Library" "13:45:00"
6 "TL-121" "TL-1" 324.7748488449596 16.23874244224798 171 190 "TL-19" "NP Murray Community Center" "07:46:00" 208 550 "TL-19" "NP Murray Community Center" "07:48:00"
21 "TL-137" "TL-1" 1329.3643408697137 22.156072347828562 1277 1 "TL-1" "Metrolink Station" "08:20:00" 1316 390 "TL-39" "Alicia/Olympiad" "08:20:00"
7 "TL-122" "TL-1" 324.7748488449596 16.23874244224798 246 190 "TL-19" "NP Murray Community Center" "08:35:00" 283 550 "TL-19" "NP Murray Community Center" "08:37:00"
25 "TL-141" "TL-1" 885.23633334864 14.753938889144 1630 520 "TL-22" "City Hall/Library" "16:10:00" 1651 710 "TL-1" "Metrolink Station" "16:10:00"
18 "TL-134" "TL-1" 1310.3804583735089 21.83967430622515 1091 390 "TL-39" "Alicia/Olympiad" "18:45:00" 1126 710 "TL-1" "Metrolink Station" "18:45:00"
22 "TL-138" "TL-1" 1754.5084658945832 29.241807764909723 1352 1 "TL-1" "Metrolink Station" "11:06:00" 1405 520 "TL-22" "City Hall/Library" "11:06:00"
11 "TL-126" "TL-1" 1310.3804583735089 21.83967430622515 566 390 "TL-39" "Alicia/Olympiad" "17:55:00" 601 710 "TL-1" "Metrolink Station" "17:55:00"
10 "TL-125" "TL-1" 178.21787857012936 17.821787857012936 471 190 "TL-19" "NP Murray Community Center" "15:45:00" 510 570 "TL-55" "Felipe/La Paz" "15:50:00"
19 "TL-135" "TL-1" 821.4243843488825 13.69040640581471 1183 550 "TL-19" "NP Murray Community Center" "07:35:00" 1201 710 "TL-1" "Metrolink Station" "07:35:00"
missing_recommended_field WARNING 1

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"
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"