duplicate_route_name
Two distinct routes have either the same route_short_name, the same route_long_name, or the same combination of route_short_name and route_long_name.
All routes of the same route_type with the same agency_id should have unique
combinations of route_short_name and route_long_name.
Note that there may be valid cases where routes have the same short and long name, e.g., if they serve different areas. However, different directions must be modeled as the same route.
Example of bad data:
route_id | route_short_name | route_long_name |
|---|
| route1 | U1 | Southern |
| route2 | U1 | Southern |
You can see more about this notice here.
| stop_too_far_from_shape | WARNING | 7 |
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. | stop_too_far_from_shape_using_user_distance | WARNING | 25 | 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. |
|---|
| 32 | "320751" | "320751" | 330 | "1387" | "Albany (Trailways Bus Terminal)" | [42.641062999999995,-73.740998] | 1113.4098099804478 | | 32 | "320751" | "320751" | 331 | "8538" | "Albany - Rensselaer (Amtrak)" | [40.991435,-74.096249] | 185777.7436134321 | | 32 | "320751" | "320751" | 332 | "1451" | "Ridgewood" | [40.75654,-73.990296] | 27595.707587138168 | | 18 | "320752" | "320752" | 221 | "1451" | "Ridgewood" | [40.75654,-73.990296] | 27595.707587138168 | | 33 | "320750" | "320750" | 337 | "1455" | "Saratoga Springs" | [43.30876599999999,-73.644795] | 28466.408576591977 | | 33 | "320750" | "320750" | 338 | "1413" | "Glens Falls" | [44.696011000000006,-73.451817] | 155017.50851894598 | | 33 | "320750" | "320750" | 339 | "1447" | "Plattsburgh" | [45.52470399999999,-73.522797] | 92267.1637471687 | | 33 | "320750" | "320750" | 340 | "1427" | "Longueuil" | [45.51664199999999,-73.563917] | 3333.840995173074 | | 92 | "811214" | "811214" | 1087 | "1395" | "Binghamton" | [42.601134,-76.175489] | 59680.92991458919 | | 92 | "811214" | "811214" | 1088 | "5712" | "Cortland" | [43.076606,-76.16941] | 52877.0093409855 | | 92 | "811214" | "811214" | 1089 | "1459" | "Syracuse" | [43.161605,-77.60739800000002] | 117104.77783064981 | | 92 | "811214" | "811214" | 1090 | "12144" | "Rochester" | [43.016625,-78.194163] | 50301.016344409974 | | 92 | "811214" | "811214" | 1091 | "12141" | "Batavia" | [42.934084,-78.729645] | 44514.91766077317 | | 92 | "811214" | "811214" | 1092 | "12160" | "Buffalo (Airport)" | [42.883428,-78.872757] | 12943.71581833899 | | 78 | "320729" | "320729" | 956 | "1395" | "Binghamton" | [42.438679,-76.497407] | 61157.012772383525 | | 78 | "320729" | "320729" | 957 | "6651" | "Ithaca" | [42.8692,-76.98119600000001] | 62114.42460455251 | | 78 | "320729" | "320729" | 958 | "12143" | "Geneva" | [43.161605,-77.60739800000002] | 60407.85511852223 | | 78 | "320729" | "320729" | 959 | "12144" | "Rochester" | [43.016625,-78.194163] | 50301.016344409974 | | 78 | "320729" | "320729" | 960 | "12141" | "Batavia" | [42.934084,-78.729645] | 44514.91766077317 | | 78 | "320729" | "320729" | 961 | "12160" | "Buffalo (Airport)" | [42.883428,-78.872757] | 12943.71581833899 | | 78 | "320729" | "320729" | 962 | "12142" | "Buffalo" | [43.10837599999999,-79.063498] | 29442.306068168265 | | 78 | "320729" | "320729" | 963 | "12185" | "Niagara Falls (Ontario - Bus Terminal)" | [43.54218,-79.712053] | 71254.77951529063 | | 78 | "320729" | "320729" | 964 | "12300" | "Mississauga (Winston Churchill)" | [43.643715,-79.377064] | 29246.92000477751 | | 77 | "320744" | "320744" | 952 | "1395" | "Binghamton" | [42.601134,-76.175489] | 59680.92991458919 | | 77 | "320744" | "320744" | 953 | "5712" | "Cortland" | [43.076606,-76.16941] | 52877.0093409855 |
| trip_distance_exceeds_shape_distance_below_threshold | WARNING | 3 | trip_distance_exceeds_shape_distance_below_threshold The distance between the last shape point and last stop point is greater than 0 but less than the 11.1m threshold. You can see more about this notice here. | feed_valid_beyond_total_service_window | INFO | 1 | feed_valid_beyond_total_service_window The feed is valid 14 days beyond its total service window. You can see more about this notice here. | service_window_outside_feed_period | INFO | 56 | service_window_outside_feed_period A service window is not covered by the feed's validity period. You can see more about this notice here. Only the first 50 of 56 affected records are displayed below. | serviceId (?) The service_id whose active window extends outside the feed validity period. | serviceWindowStartDate (?) The first active date of the service window. | serviceWindowEndDate (?) The last active date of the service window. | daysBeforeFeedStart (?) Number of days the service window extends before feed_start_date (0 if none). | daysAfterFeedEnd (?) Number of days the service window extends after feed_end_date (0 if none). |
|---|
| "554506" | "2026-06-07" | "2026-09-06" | 12 | 0 | | "320759" | "2026-06-18" | "2026-06-22" | 1 | 0 | | "320715" | "2026-06-17" | "2027-01-04" | 2 | 0 | | "320716" | "2026-06-17" | "2027-01-04" | 2 | 0 | | "320757" | "2026-06-17" | "2027-01-04" | 2 | 0 | | "320758" | "2026-06-17" | "2027-01-04" | 2 | 0 | | "320755" | "2026-06-18" | "2027-01-04" | 1 | 0 | | "320711" | "2026-06-17" | "2027-01-04" | 2 | 0 | | "320756" | "2026-06-18" | "2027-01-04" | 1 | 0 | | "320712" | "2026-06-17" | "2027-01-04" | 2 | 0 | | "320753" | "2026-06-17" | "2027-01-04" | 2 | 0 | | "320754" | "2026-06-17" | "2027-01-04" | 2 | 0 | | "320710" | "2026-06-17" | "2027-01-04" | 2 | 0 | | "320751" | "2026-06-17" | "2027-01-04" | 2 | 0 | | "320752" | "2026-06-17" | "2027-01-04" | 2 | 0 | | "554508" | "2026-06-07" | "2026-09-06" | 12 | 0 | | "320750" | "2026-06-17" | "2027-01-04" | 2 | 0 | | "320692" | "2026-06-17" | "2027-01-04" | 2 | 0 | | "320693" | "2026-06-18" | "2027-01-01" | 1 | 0 | | "320690" | "2026-06-17" | "2027-01-04" | 2 | 0 | | "320691" | "2026-06-17" | "2027-01-03" | 2 | 0 | | "320728" | "2026-06-17" | "2027-01-04" | 2 | 0 | | "320729" | "2026-06-17" | "2027-01-04" | 2 | 0 | | "320726" | "2026-06-17" | "2027-01-04" | 2 | 0 | | "320725" | "2026-06-17" | "2027-01-04" | 2 | 0 | | "320766" | "2026-06-17" | "2027-01-04" | 2 | 0 | | "320722" | "2026-06-17" | "2027-01-04" | 2 | 0 | | "320687" | "2026-06-17" | "2027-01-04" | 2 | 0 | | "320720" | "2026-06-17" | "2027-01-04" | 2 | 0 | | "320765" | "2026-06-17" | "2027-01-04" | 2 | 0 | | "320688" | "2026-06-17" | "2027-01-03" | 2 | 0 | | "320721" | "2026-06-17" | "2027-01-04" | 2 | 0 | | "320761" | "2026-06-17" | "2027-01-04" | 2 | 0 | | "320739" | "2026-06-17" | "2027-01-04" | 2 | 0 | | "320737" | "2026-06-17" | "2027-01-04" | 2 | 0 | | "320731" | "2026-06-18" | "2026-06-22" | 1 | 0 | | "320698" | "2026-06-17" | "2026-06-23" | 2 | 0 | | "320699" | "2026-06-17" | "2026-06-23" | 2 | 0 | | "320694" | "2026-06-17" | "2027-01-04" | 2 | 0 | | "320695" | "2026-06-17" | "2027-01-04" | 2 | 0 | | "320708" | "2026-06-17" | "2027-01-04" | 2 | 0 | | "320706" | "2026-06-17" | "2027-01-04" | 2 | 0 | | "320707" | "2026-06-17" | "2027-01-04" | 2 | 0 | | "320748" | "2026-06-17" | "2027-01-04" | 2 | 0 | | "320749" | "2026-06-17" | "2027-01-04" | 2 | 0 | | "320705" | "2026-06-17" | "2027-01-04" | 2 | 0 | | "554511" | "2026-06-07" | "2026-09-06" | 12 | 0 | | "320746" | "2026-06-17" | "2027-01-04" | 2 | 0 | | "320700" | "2026-06-18" | "2027-01-04" | 1 | 0 | | "320744" | "2026-06-18" | "2027-01-04" | 1 | 0 |
| unknown_column | INFO | 1 | unknown_column A column name is unknown. You can see more about this notice here. | | | | | |