citylink-ill — Source Data Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 8.0.1 at 2026-06-19T12:11:42Z,
for the dataset file:///shared/citylink-ill_a08819ed.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
Greater Peoria Mass Transit
Feed Email:
N/A
Feed Language:
English
Feed Start Date:
2026-06-07
Feed End Date:
2026-09-05

Files included


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

Counts


  • Agencies: 1
  • Blocks: 62
  • Routes: 18
  • Shapes: 44
  • Stops: 884
  • Trips: 5155

Specification Compliance report

352 notices reported (0 errors, 173 warnings, 179 infos)

Notice Code Severity Total
missing_feed_contact_email_and_url WARNING 1

missing_feed_contact_email_and_url

Best Practices for feed_info.txt suggest providing at least one of feed_contact_email and feed_contact_url.

You can see more about this notice here.

csvRowNumber (?) The row number of the validated record.
2
mixed_case_recommended_field WARNING 134

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.

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

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" "OSF IPMR" 295
"stops.txt" "stop_name" "CAT CV" 504
"stops.txt" "stop_name" "CAT AD" 845
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4538
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4540
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4542
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4544
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4546
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4548
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4550
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4552
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4554
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4556
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4558
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4560
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4562
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4564
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4566
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4568
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4569
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4571
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4573
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4575
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4577
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4579
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4581
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4583
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4585
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4587
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4589
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4591
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4593
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4595
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4597
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4599
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4601
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4603
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4605
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4607
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4609
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4611
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4613
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4615
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4617
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4619
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4621
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4623
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4625
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4627
"trips.txt" "trip_headsign" "TO DOWNTOWN" 4629
route_color_contrast WARNING 2

route_color_contrast

Insufficient route color contrast.

A route's color and route_text_color should be contrasting.

You can see more about this notice here.

routeId (?) The id of the faulty record. csvRowNumber (?) The row number of the faulty record. routeColor (?) The faulty record's HTML route color. routeTextColor (?) The faulty record's HTML route text color.
"3" 4 "#FFF200" "#FFFFFF"
"13" 12 "#F3C828" "#FFFFFF"
same_name_and_description_for_route WARNING 18

same_name_and_description_for_route

Same name and description for route.

The GTFS spec defines routes.txt route_desc as:

Description of a route that provides useful, quality information. Do not simply duplicate the name of the route.

See the GTFS and GTFS Best Practices links below for more examples of how to populate the route_short_name, route_long_name, and route_desc fields.

You can see more about this notice here.

csvRowNumber (?) The row number of the faulty record. routeId (?) The id of the faulty record. routeDesc (?) The `routes.routes_desc` of the faulty record. specifiedField (?) Either `route_short_name` or `route_long_name`.
2 "1" "University" "route_long_name"
3 "2" "North Adams" "route_long_name"
4 "3" "Northwest Peoria" "route_long_name"
5 "4" "Sheridan" "route_long_name"
6 "5" "West Peoria" "route_long_name"
7 "7" "John Gwynn" "route_long_name"
8 "8" "East Peoria" "route_long_name"
9 "10" "Forrest Hill" "route_long_name"
10 "11" "Western" "route_long_name"
11 "12" "Heights" "route_long_name"
12 "13" "South Adams" "route_long_name"
13 "14" "Wisconsin" "route_long_name"
14 "15" "Lincoln" "route_long_name"
15 "17" "Pekin North" "route_long_name"
16 "18" "Pekin South" "route_long_name"
17 "20" "ICC Express" "route_long_name"
18 "23" "Peoria to Pekin" "route_long_name"
19 "99" "Special Airport and Cty Jail" "route_long_name"
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.
837 "4982_shp" "t21C-b44D-slD" 2121 "1103" "Western and Millman" [40.685706,-89.622976] 297.6302611042508
stop_too_far_from_shape_using_user_distance WARNING 17

stop_too_far_from_shape_using_user_distance

Stop time too far from shape.

A stop time entry that is a large distance away from the location of the shape in shapes.txt as defined by shape_dist_traveled values.

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.
837 "4982_shp" "t21C-b44D-slD" 2122 "1104" "Western and Martin" [40.683218419780104,-89.62970860641238] 646.5299631593333
837 "4982_shp" "t21C-b44D-slD" 2123 "1137" "Western and Moss" [40.68592467520145,-89.63259683064226] 917.8360381838727
837 "4982_shp" "t21C-b44D-slD" 2124 "1138" "Western and Sherman" [40.688012829752324,-89.63258363980368] 916.8778158292929
837 "4982_shp" "t21C-b44D-slD" 2125 "1139" "Western and Callender" [40.68990655881536,-89.63255396172318] 916.0855466266256
837 "4982_shp" "t21C-b44D-slD" 2126 "1140" "Western and Rohman" [40.69080446172444,-89.63158087533556] 931.6532856677495
837 "4982_shp" "t21C-b44D-slD" 2127 "5201" "Western and Laura" [40.68927345409803,-89.62899668164982] 1133.6613844025726
837 "4982_shp" "t21C-b44D-slD" 2128 "5210" "Main and Cooper" [40.68735179885265,-89.62575341801043] 1461.147878249838
837 "4982_shp" "t21C-b44D-slD" 2129 "5220" "Bradley University" [40.68607449648263,-89.62359784579229] 1607.2348957069487
837 "4982_shp" "t21C-b44D-slD" 2130 "5230" "Main and Elmwood/Bradley University" [40.68748264846393,-89.62295053982648] 1540.9561379913405
837 "4982_shp" "t21C-b44D-slD" 2131 "5240" "Main and Bourland/Campustown" [40.6901354060942,-89.62291255358137] 1471.6848139605745
837 "4982_shp" "t21C-b44D-slD" 2132 "5250" "Main and Garfield Ave" [40.692349525175736,-89.62289685855664] 1499.8971934178107
837 "4982_shp" "t21C-b44D-slD" 2133 "5260" "Main and Sheridan" [40.69593439227592,-89.622871283996] 1704.2186613396611
837 "4982_shp" "t21C-b44D-slD" 2134 "5270" "Main and Flora" [40.69792853704253,-89.62285623434474] 1883.7958750708417
837 "4982_shp" "t21C-b44D-slD" 2135 "5280" "Methodist Wellness Center" [40.69988509999887,-89.62002709749342] 1979.7908728126417
837 "4982_shp" "t21C-b44D-slD" 2136 "5290" "Main and Kumpf/Methodist Family Practice" [40.69985055364205,-89.6173839217023] 1921.2868975734925
837 "4982_shp" "t21C-b44D-slD" 2137 "5301" "Monroe and Main" [40.69983132797859,-89.61416718068695] 1870.8974685294095
837 "4982_shp" "t21C-b44D-slD" 2138 "1481" "CityLink Transit Center" [40.69966146729006,-89.6035387992435] 1388.8574423186658
trip_headsign_matches_intermediate_stop INFO 179

trip_headsign_matches_intermediate_stop

Trip headsign matches the name of an intermediate stop, not the last stop.

The trip_headsign matches the stop_name of a stop that is not the last stop of the trip. This may confuse passengers boarding after that stop, since the headsign suggests the vehicle is heading to a stop it has already passed.

You can see more about this notice here.

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

csvRowNumber (?) The row number of the faulty record in `trips.txt`. tripId (?) The id of the trip with the problematic headsign. tripHeadsign (?) The headsign value that matches an intermediate stop name. stopId1 (?) The id of the intermediate stop whose name matches the headsign. stopSequence (?) The stop_sequence value of the intermediate stop that matches the headsign. stopId2 (?) The id of the actual last stop of the trip.
1166 "t267-b7D1-slD" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1168 "t285-b1F8-slD" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1170 "t2CB-b2BD-slD" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1172 "t2E9-b1F5-slD" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1174 "t32F-b1F7-slD" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1176 "t34D-b1F6-slD" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1178 "t393-b4B1-slD" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1180 "t3B1-b1F7-slD" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1182 "t415-b1F5-slD" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1184 "t479-b1F6-slD" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1186 "t4DD-b1F9-slD" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1188 "t541-b4B2-slD" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1190 "t587-b6A6-slD" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1191 "t5A5-b1F6-slD" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1193 "t5EB-b4B3-slD" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1195 "t609-b1F9-slD" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1197 "t64F-b1FA-slD" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1199 "t66D-b4B2-slD" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1201 "t6B3-b6A6-slD" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1203 "t6D1-b1F6-slD" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1205 "t717-b4B3-slD" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1206 "t735-b1F9-slD" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1208 "t799-b4B2-slD" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1210 "t7FD-b1F6-slD" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1212 "t267-b7D1-sl2" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1214 "t285-b1F8-sl2" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1216 "t2CB-b2BD-sl2" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1218 "t2E9-b1F5-sl2" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1220 "t32F-b1F7-sl2" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1222 "t34D-b1F6-sl2" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1224 "t393-b4B1-sl2" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1226 "t3B1-b1F7-sl2" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1228 "t415-b1F5-sl2" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1230 "t479-b1F6-sl2" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1232 "t4DD-b1F9-sl2" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1234 "t541-b4B2-sl2" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1236 "t587-b6A6-sl2" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1237 "t5A5-b1F6-sl2" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1239 "t5EB-b4B3-sl2" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1241 "t609-b1F9-sl2" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1243 "t64F-b1FA-sl2" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1245 "t66D-b4B2-sl2" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1247 "t6B3-b6A6-sl2" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1249 "t6D1-b1F6-sl2" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1251 "t717-b4B3-sl2" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1252 "t735-b1F9-sl2" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1254 "t799-b4B2-sl2" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1256 "t7FD-b1F6-sl2" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1258 "t861-b1F9-sl2" "Glen Hollow Shopping Center" "1633" 2113 "1628"
1260 "t8C5-b4B2-sl2" "Glen Hollow Shopping Center" "1633" 2113 "1628"