GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2025-12-12T23:40:24Z,
for the dataset file:///shared/chillicothe-oh-us.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
The Routing Company
Feed Email:
amy.arnold@chillicotheoh.gov
Feed Language:
English
Feed Start Date:
2025-04-07
Feed End Date:
2026-04-07

Files included


  1. README.txt
  2. agency.txt
  3. calendar.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: 0
  • Routes: 3
  • Shapes: 62
  • Stops: 55
  • Trips: 62

Specification Compliance report

182 notices reported (116 errors, 65 warnings, 1 infos)

Notice Code Severity Total
stop_time_with_arrival_before_previous_departure_time ERROR 116

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.

Only the first 50 of 116 affected records are displayed below.

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.
1170 1169 "1854" "17:51:06" "17:51:13"
1178 1177 "1854" "18:00:04" "18:00:06"
1149 1148 "1853" "17:21:06" "17:21:13"
1157 1156 "1853" "17:30:04" "17:30:06"
1128 1127 "1852" "16:51:06" "16:51:13"
1136 1135 "1852" "17:00:04" "17:00:06"
1107 1106 "1851" "16:21:06" "16:21:13"
1115 1114 "1851" "16:30:04" "16:30:06"
1086 1085 "1850" "15:51:06" "15:51:13"
1094 1093 "1850" "16:00:04" "16:00:06"
423 422 "1819" "10:07:03" "10:07:24"
425 424 "1819" "10:09:00" "10:09:23"
429 428 "1819" "10:16:06" "10:16:27"
432 431 "1819" "10:20:04" "10:20:27"
393 392 "1818" "09:07:03" "09:07:24"
395 394 "1818" "09:09:00" "09:09:23"
399 398 "1818" "09:16:06" "09:16:27"
402 401 "1818" "09:20:04" "09:20:27"
363 362 "1817" "08:07:03" "08:07:24"
365 364 "1817" "08:09:00" "08:09:23"
369 368 "1817" "08:16:06" "08:16:27"
372 371 "1817" "08:20:04" "08:20:27"
750 749 "1816" "07:21:06" "07:21:13"
758 757 "1816" "07:30:04" "07:30:06"
513 512 "1822" "13:07:03" "13:07:24"
515 514 "1822" "13:09:00" "13:09:23"
519 518 "1822" "13:16:06" "13:16:27"
522 521 "1822" "13:20:04" "13:20:27"
483 482 "1821" "12:07:03" "12:07:24"
485 484 "1821" "12:09:00" "12:09:23"
489 488 "1821" "12:16:06" "12:16:27"
492 491 "1821" "12:20:04" "12:20:27"
453 452 "1820" "11:07:03" "11:07:24"
455 454 "1820" "11:09:00" "11:09:23"
459 458 "1820" "11:16:06" "11:16:27"
462 461 "1820" "11:20:04" "11:20:27"
213 212 "1829" "12:37:03" "12:37:24"
215 214 "1829" "12:39:00" "12:39:23"
219 218 "1829" "12:46:06" "12:46:27"
222 221 "1829" "12:50:04" "12:50:27"
183 182 "1828" "11:37:03" "11:37:24"
185 184 "1828" "11:39:00" "11:39:23"
189 188 "1828" "11:46:06" "11:46:27"
192 191 "1828" "11:50:04" "11:50:27"
693 692 "1827" "10:37:03" "10:37:24"
695 694 "1827" "10:39:00" "10:39:23"
699 698 "1827" "10:46:06" "10:46:27"
702 701 "1827" "10:50:04" "10:50:27"
633 632 "1826" "17:07:03" "17:07:24"
635 634 "1826" "17:09:00" "17:09:23"
fast_travel_between_consecutive_stops WARNING 62

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.

Only the first 50 of 62 affected records are displayed below.

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.
9 "1774" "981" 306.9329155244572 0.3410365728049524 63 5 "3159" "Tiffin Tower" "11:20:09" 64 6 "3155" "Library" "11:20:13"
22 "1785" "981" 306.9329155244572 0.3410365728049524 167 5 "3159" "Tiffin Tower" "16:50:09" 168 6 "3155" "Library" "16:50:13"
5 "1770" "981" 306.9329155244572 0.3410365728049524 31 5 "3159" "Tiffin Tower" "09:20:09" 32 6 "3155" "Library" "09:20:13"
47 "1838" "1003" 326.8497230571423 1.0894990768571409 836 13 "3347" "Save A Lot" "09:55:21" 837 14 "3348" "CVS on Western" "09:55:33"
6 "1771" "981" 306.9329155244572 0.3410365728049524 39 5 "3159" "Tiffin Tower" "09:50:09" 40 6 "3155" "Library" "09:50:13"
19 "1784" "981" 306.9329155244572 0.3410365728049524 143 5 "3159" "Tiffin Tower" "16:20:09" 144 6 "3155" "Library" "16:20:13"
24 "1828" "995" 324.7279352341939 0.45101102115860264 200 22 "3326" "Water and Hickory" "12:15:24" 201 23 "3327" "Cristy's Pizza" "12:15:29"
43 "1816" "1003" 326.8497230571423 1.0894990768571409 752 13 "3347" "Save A Lot" "07:25:21" 753 14 "3348" "CVS on Western" "07:25:33"
15 "1780" "981" 306.9329155244572 0.3410365728049524 111 5 "3159" "Tiffin Tower" "14:20:09" 112 6 "3155" "Library" "14:20:13"
54 "1845" "1003" 326.8497230571423 1.0894990768571409 983 13 "3347" "Save A Lot" "13:25:21" 984 14 "3348" "CVS on Western" "13:25:33"
33 "1820" "995" 324.7279352341939 0.45101102115860264 470 22 "3326" "Water and Hickory" "11:45:24" 471 23 "3327" "Cristy's Pizza" "11:45:29"
37 "1824" "995" 324.7279352341939 0.45101102115860264 590 22 "3326" "Water and Hickory" "15:45:24" 591 23 "3327" "Cristy's Pizza" "15:45:29"
10 "1775" "981" 306.9329155244572 0.3410365728049524 71 5 "3159" "Tiffin Tower" "11:50:09" 72 6 "3155" "Library" "11:50:13"
39 "1826" "995" 324.7279352341939 0.45101102115860264 650 22 "3326" "Water and Hickory" "17:45:24" 651 23 "3327" "Cristy's Pizza" "17:45:29"
42 "1834" "1003" 326.8497230571423 1.0894990768571409 731 13 "3347" "Save A Lot" "07:55:21" 732 14 "3348" "CVS on Western" "07:55:33"
32 "1819" "995" 324.7279352341939 0.45101102115860264 440 22 "3326" "Water and Hickory" "10:45:24" 441 23 "3327" "Cristy's Pizza" "10:45:29"
55 "1846" "1003" 326.8497230571423 1.0894990768571409 1004 13 "3347" "Save A Lot" "13:55:21" 1005 14 "3348" "CVS on Western" "13:55:33"
38 "1825" "995" 324.7279352341939 0.45101102115860264 620 22 "3326" "Water and Hickory" "16:45:24" 621 23 "3327" "Cristy's Pizza" "16:45:29"
30 "1817" "995" 324.7279352341939 0.45101102115860264 380 22 "3326" "Water and Hickory" "08:45:24" 381 23 "3327" "Cristy's Pizza" "08:45:29"
11 "1776" "981" 306.9329155244572 0.3410365728049524 79 5 "3159" "Tiffin Tower" "12:20:09" 80 6 "3155" "Library" "12:20:13"
40 "1796" "995" 324.7279352341939 0.45101102115860264 680 22 "3326" "Water and Hickory" "07:45:24" 681 23 "3327" "Cristy's Pizza" "07:45:29"
23 "1699" "981" 306.9329155244572 0.3410365728049524 175 5 "3159" "Tiffin Tower" "07:20:09" 176 6 "3155" "Library" "07:20:13"
13 "1778" "981" 306.9329155244572 0.3410365728049524 95 5 "3159" "Tiffin Tower" "13:20:09" 96 6 "3155" "Library" "13:20:13"
51 "1842" "1003" 326.8497230571423 1.0894990768571409 920 13 "3347" "Save A Lot" "11:55:21" 921 14 "3348" "CVS on Western" "11:55:33"
31 "1818" "995" 324.7279352341939 0.45101102115860264 410 22 "3326" "Water and Hickory" "09:45:24" 411 23 "3327" "Cristy's Pizza" "09:45:29"
12 "1777" "981" 306.9329155244572 0.3410365728049524 87 5 "3159" "Tiffin Tower" "12:50:09" 88 6 "3155" "Library" "12:50:13"
2 "1768" "981" 306.9329155244572 0.3410365728049524 7 5 "3159" "Tiffin Tower" "08:20:09" 8 6 "3155" "Library" "08:20:13"
60 "1851" "1003" 326.8497230571423 1.0894990768571409 1109 13 "3347" "Save A Lot" "16:25:21" 1110 14 "3348" "CVS on Western" "16:25:33"
53 "1844" "1003" 326.8497230571423 1.0894990768571409 962 13 "3347" "Save A Lot" "12:55:21" 963 14 "3348" "CVS on Western" "12:55:33"
41 "1827" "995" 324.7279352341939 0.45101102115860264 710 22 "3326" "Water and Hickory" "11:15:24" 711 23 "3327" "Cristy's Pizza" "11:15:29"
59 "1850" "1003" 326.8497230571423 1.0894990768571409 1088 13 "3347" "Save A Lot" "15:55:21" 1089 14 "3348" "CVS on Western" "15:55:33"
50 "1841" "1003" 326.8497230571423 1.0894990768571409 899 13 "3347" "Save A Lot" "11:25:21" 900 14 "3348" "CVS on Western" "11:25:33"
28 "1832" "995" 324.7279352341939 0.45101102115860264 320 22 "3326" "Water and Hickory" "16:15:24" 321 23 "3327" "Cristy's Pizza" "16:15:29"
49 "1840" "1003" 326.8497230571423 1.0894990768571409 878 13 "3347" "Save A Lot" "10:55:21" 879 14 "3348" "CVS on Western" "10:55:33"
17 "1782" "981" 306.9329155244572 0.3410365728049524 127 5 "3159" "Tiffin Tower" "15:20:09" 128 6 "3155" "Library" "15:20:13"
8 "1773" "981" 306.9329155244572 0.3410365728049524 55 5 "3159" "Tiffin Tower" "10:50:09" 56 6 "3155" "Library" "10:50:13"
44 "1835" "1003" 326.8497230571423 1.0894990768571409 773 13 "3347" "Save A Lot" "08:25:21" 774 14 "3348" "CVS on Western" "08:25:33"
16 "1781" "981" 306.9329155244572 0.3410365728049524 119 5 "3159" "Tiffin Tower" "14:50:09" 120 6 "3155" "Library" "14:50:13"
27 "1831" "995" 324.7279352341939 0.45101102115860264 290 22 "3326" "Water and Hickory" "15:15:24" 291 23 "3327" "Cristy's Pizza" "15:15:29"
21 "1787" "981" 306.9329155244572 0.3410365728049524 159 5 "3159" "Tiffin Tower" "17:50:09" 160 6 "3155" "Library" "17:50:13"
63 "1854" "1003" 326.8497230571423 1.0894990768571409 1172 13 "3347" "Save A Lot" "17:55:21" 1173 14 "3348" "CVS on Western" "17:55:33"
58 "1849" "1003" 326.8497230571423 1.0894990768571409 1067 13 "3347" "Save A Lot" "15:25:21" 1068 14 "3348" "CVS on Western" "15:25:33"
52 "1843" "1003" 326.8497230571423 1.0894990768571409 941 13 "3347" "Save A Lot" "12:25:21" 942 14 "3348" "CVS on Western" "12:25:33"
4 "1769" "981" 306.9329155244572 0.3410365728049524 23 5 "3159" "Tiffin Tower" "08:50:09" 24 6 "3155" "Library" "08:50:13"
46 "1837" "1003" 326.8497230571423 1.0894990768571409 815 13 "3347" "Save A Lot" "09:25:21" 816 14 "3348" "CVS on Western" "09:25:33"
48 "1839" "1003" 326.8497230571423 1.0894990768571409 857 13 "3347" "Save A Lot" "10:25:21" 858 14 "3348" "CVS on Western" "10:25:33"
45 "1836" "1003" 326.8497230571423 1.0894990768571409 794 13 "3347" "Save A Lot" "08:55:21" 795 14 "3348" "CVS on Western" "08:55:33"
62 "1853" "1003" 326.8497230571423 1.0894990768571409 1151 13 "3347" "Save A Lot" "17:25:21" 1152 14 "3348" "CVS on Western" "17:25:33"
3 "1767" "981" 306.9329155244572 0.3410365728049524 15 5 "3159" "Tiffin Tower" "07:50:09" 16 6 "3155" "Library" "07:50:13"
26 "1830" "995" 324.7279352341939 0.45101102115860264 260 22 "3326" "Water and Hickory" "14:15:24" 261 23 "3327" "Cristy's Pizza" "14:15:29"
route_short_name_too_long WARNING 3

route_short_name_too_long

Short name of a route is too long (more than 12 characters).

You can see more about this notice here.

routeId (?) The id of the faulty record. csvRowNumber (?) The row number of the faulty record. routeShortName (?) The faulty record's `route_short_name`.
"981" 2 "Walmart Shuttle"
"995" 3 "Bridge Street"
"1003" 4 "Western Avenue"
unknown_file INFO 1

unknown_file

A file is unknown.

You can see more about this notice here.

filename (?) The name of the unknown file.
"README.txt"