GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 5.0.1 at 2024-06-10T00:25:27Z,
for the dataset file:///tmp/1_in.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 Language:
N/A

Files included


  1. agency.txt
  2. calendar.txt
  3. calendar_dates.txt
  4. routes.txt
  5. shapes.txt
  6. stop_times.txt
  7. stops.txt
  8. trips.txt

Counts


  • Agencies: 1
  • Blocks: 1
  • Routes: 21
  • Shapes: 189
  • Stops: 578
  • Trips: 323

GTFS Features included (?) GTFS features provide a standardized vocabulary to define and describe features that are officially adopted in GTFS.


ShapesRoute ColorsHeadsignsWheelchair AccessibilityBikes AllowanceLocation Types

Specification Compliance report

1069 notices reported (351 errors, 718 warnings, 0 infos)

Notice Code Severity Total
decreasing_or_equal_stop_time_distance ERROR 28

decreasing_or_equal_stop_time_distance

Decreasing or equal shape_dist_traveled in stop_times.txt.

When sorted by stop_times.stop_sequence, two consecutive entries in stop_times.txt should have increasing distance, based on the field shape_dist_traveled. If the values are equal, this is considered as an error.

You can see more about this notice here.

tripId (?) The id of the faulty trip. stopId (?) The id of the faulty stop. csvRowNumber (?) The row number from `stop_times.txt`. shapeDistTraveled (?) Actual distance traveled along the shape from the first shape point to the faulty record. stopSequence (?) The faulty record's `stop_times.stop_sequence`. prevCsvRowNumber (?) The row number from `stop_times.txt` of the previous stop time. prevShapeDistTraveled (?) Actual distance traveled along the shape from the first shape point to the previous stop time. prevStopSequence (?) The previous record's `stop_times.stop_sequence`.
"CREUSE:VehicleJourney:69192" "MOBIITI:Quay:100290" 3145 54121.562 9 3144 54121.562 8
"CREUSE:VehicleJourney:69191" "MOBIITI:Quay:100290" 3134 54121.562 9 3133 54121.562 8
"CREUSE:VehicleJourney:108" "MOBIITI:Quay:100189" 413 58156.4 10 412 58156.4 9
"CREUSE:VehicleJourney:108" "MOBIITI:Quay:87112" 414 58156.4 11 413 58156.4 10
"CREUSE:VehicleJourney:109" "MOBIITI:Quay:100189" 347 21391.674 4 346 21391.674 3
"CREUSE:VehicleJourney:109" "MOBIITI:Quay:87112" 348 21391.674 5 347 21391.674 4
"CREUSE:VehicleJourney:115" "MOBIITI:Quay:100204" 371 21704.006 4 370 21704.006 3
"CREUSE:VehicleJourney:115" "MOBIITI:Quay:87112" 372 21704.006 5 371 21704.006 4
"CREUSE:VehicleJourney:116" "MOBIITI:Quay:100204" 377 21704.006 4 376 21704.006 3
"CREUSE:VehicleJourney:116" "MOBIITI:Quay:87112" 378 21704.006 5 377 21704.006 4
"CREUSE:VehicleJourney:111" "MOBIITI:Quay:100189" 359 21391.674 4 358 21391.674 3
"CREUSE:VehicleJourney:111" "MOBIITI:Quay:87112" 360 21391.674 5 359 21391.674 4
"CREUSE:VehicleJourney:110" "MOBIITI:Quay:100189" 353 21391.674 4 352 21391.674 3
"CREUSE:VehicleJourney:110" "MOBIITI:Quay:87112" 354 21391.674 5 353 21391.674 4
"CREUSE:VehicleJourney:60238" "MOBIITI:Quay:100189" 365 21391.674 4 364 21391.674 3
"CREUSE:VehicleJourney:60238" "MOBIITI:Quay:87112" 366 21391.674 5 365 21391.674 4
"CREUSE:VehicleJourney:69098" "MOBIITI:Quay:100290" 3088 6.13275 3 3087 6.13275 2
"CREUSE:VehicleJourney:69098" "MOBIITI:Quay:100303" 3089 6.13275 4 3088 6.13275 3
"CREUSE:VehicleJourney:69097" "MOBIITI:Quay:100290" 3083 49687.797 7 3082 49687.797 6
"CREUSE:VehicleJourney:69096" "MOBIITI:Quay:100290" 3074 49687.797 7 3073 49687.797 6
"CREUSE:VehicleJourney:69102" "MOBIITI:Quay:100290" 3106 6.13275 3 3105 6.13275 2
"CREUSE:VehicleJourney:69102" "MOBIITI:Quay:100303" 3107 6.13275 4 3106 6.13275 3
"CREUSE:VehicleJourney:69101" "MOBIITI:Quay:100290" 3100 6.13275 3 3099 6.13275 2
"CREUSE:VehicleJourney:69101" "MOBIITI:Quay:100303" 3101 6.13275 4 3100 6.13275 3
"CREUSE:VehicleJourney:69100" "MOBIITI:Quay:100290" 3094 6.13275 3 3093 6.13275 2
"CREUSE:VehicleJourney:69100" "MOBIITI:Quay:100303" 3095 6.13275 4 3094 6.13275 3
"CREUSE:VehicleJourney:60337" "MOBIITI:Quay:100189" 389 58156.4 10 388 58156.4 9
"CREUSE:VehicleJourney:60337" "MOBIITI:Quay:87112" 390 58156.4 11 389 58156.4 10
trip_distance_exceeds_shape_distance ERROR 323

trip_distance_exceeds_shape_distance

The distance between the last shape point and last stop point is greater than or equal to the 11.1m threshold.

You can see more about this notice here.

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

tripId (?) The faulty record's trip id. shapeId (?) The faulty record's shape id. maxTripDistanceTraveled (?) The faulty record's trip max distance traveled. maxShapeDistanceTraveled (?) The faulty record's shape max distance traveled. geoDistanceToShape (?) The distance in meters between the shape and the stop.
"CREUSE:VehicleJourney:64049" "CREUSE:JourneyPattern:1_837A95CC166BCACD2F1FE1F65C00F713" 87613.984 0.0 50587.801489161466
"CREUSE:VehicleJourney:64050" "CREUSE:JourneyPattern:1_432D2083905B15548DCC590F71E1ECBE" 87613.984 0.0 50587.801489161466
"CREUSE:VehicleJourney:64052" "CREUSE:JourneyPattern:1_46DE05C12F7B99D967A08DF5DCA3297D" 87583.06 0.0 50579.78856325666
"CREUSE:VehicleJourney:64054" "CREUSE:JourneyPattern:1_46DE05C12F7B99D967A08DF5DCA3297D" 87583.06 0.0 50579.78856325666
"CREUSE:VehicleJourney:64053" "CREUSE:JourneyPattern:1_E4B512C1C02B96B1F58086B0B2E2875C" 87583.06 0.0 50579.78856325666
"CREUSE:VehicleJourney:64055" "CREUSE:JourneyPattern:1_E4B512C1C02B96B1F58086B0B2E2875C" 87583.06 0.0 50579.78856325666
"CREUSE:VehicleJourney:70065" "CREUSE:JourneyPattern:10_7FE6DBCF7275A8A412464F59B4487BD0" 27170.84 0.0 16179.309934340405
"CREUSE:VehicleJourney:70068" "CREUSE:JourneyPattern:10_7FE6DBCF7275A8A412464F59B4487BD0" 27170.84 0.0 16179.309934340405
"CREUSE:VehicleJourney:70071" "CREUSE:JourneyPattern:10_7FE6DBCF7275A8A412464F59B4487BD0" 27170.84 0.0 16179.309934340405
"CREUSE:VehicleJourney:70066" "CREUSE:JourneyPattern:10_6B41D2DFA4F04CF4B9DFC185C52966C9" 27170.84 0.0 16179.309934340405
"CREUSE:VehicleJourney:70067" "CREUSE:JourneyPattern:10_6B41D2DFA4F04CF4B9DFC185C52966C9" 27170.84 0.0 16179.309934340405
"CREUSE:VehicleJourney:70069" "CREUSE:JourneyPattern:10_6B41D2DFA4F04CF4B9DFC185C52966C9" 27170.84 0.0 16179.309934340405
"CREUSE:VehicleJourney:70070" "CREUSE:JourneyPattern:10_6B41D2DFA4F04CF4B9DFC185C52966C9" 27170.84 0.0 16179.309934340405
"CREUSE:VehicleJourney:70140" "CREUSE:JourneyPattern:10_BBFE3740FD7D7715B9D2D7EF451BEA9F" 62247.715 0.0 34119.36549890041
"CREUSE:VehicleJourney:70141" "CREUSE:JourneyPattern:10_6401EA135F9F3E3788C3622A2A72E39B" 62247.715 0.0 34119.36549890041
"CREUSE:VehicleJourney:70143" "CREUSE:JourneyPattern:10_0C6DFA3BE617E0CEB75D0FC1C762920D" 64492.74 0.0 33722.96243155601
"CREUSE:VehicleJourney:70145" "CREUSE:JourneyPattern:10_0C6DFA3BE617E0CEB75D0FC1C762920D" 64492.74 0.0 33722.96243155601
"CREUSE:VehicleJourney:70144" "CREUSE:JourneyPattern:10_C841F9DBECA68A2DE35A1AB9D0E3024C" 64492.74 0.0 33722.96243155601
"CREUSE:VehicleJourney:70146" "CREUSE:JourneyPattern:10_C841F9DBECA68A2DE35A1AB9D0E3024C" 64492.74 0.0 33722.96243155601
"CREUSE:VehicleJourney:70147" "CREUSE:JourneyPattern:10_187838820BDEB3AB72BD96A3667C9109" 29417.326 0.0 15707.65686347592
"CREUSE:VehicleJourney:70149" "CREUSE:JourneyPattern:10_187838820BDEB3AB72BD96A3667C9109" 29417.326 0.0 15707.65686347592
"CREUSE:VehicleJourney:70151" "CREUSE:JourneyPattern:10_187838820BDEB3AB72BD96A3667C9109" 29417.326 0.0 15707.65686347592
"CREUSE:VehicleJourney:70148" "CREUSE:JourneyPattern:10_E3B60645D6CC6EABC25F10C55DCE65FA" 29417.326 0.0 15707.65686347592
"CREUSE:VehicleJourney:70150" "CREUSE:JourneyPattern:10_E3B60645D6CC6EABC25F10C55DCE65FA" 29417.326 0.0 15707.65686347592
"CREUSE:VehicleJourney:70218" "CREUSE:JourneyPattern:11_0D6043956630F92DC3CC090439780E2E" 55458.01 0.0 29392.761190041783
"CREUSE:VehicleJourney:70220" "CREUSE:JourneyPattern:11_0D6043956630F92DC3CC090439780E2E" 55458.01 0.0 29392.761190041783
"CREUSE:VehicleJourney:70222" "CREUSE:JourneyPattern:11_0D6043956630F92DC3CC090439780E2E" 55458.01 0.0 29392.761190041783
"CREUSE:VehicleJourney:70219" "CREUSE:JourneyPattern:11_5737499B4AE14338765399F4A2DF7835" 55458.01 0.0 29392.761190041783
"CREUSE:VehicleJourney:70223" "CREUSE:JourneyPattern:11_20F2497E44075312418BDCBBC2E5E597" 55545.67 0.0 29376.088512217033
"CREUSE:VehicleJourney:70225" "CREUSE:JourneyPattern:11_20F2497E44075312418BDCBBC2E5E597" 55545.67 0.0 29376.088512217033
"CREUSE:VehicleJourney:70226" "CREUSE:JourneyPattern:11_20F2497E44075312418BDCBBC2E5E597" 55545.67 0.0 29376.088512217033
"CREUSE:VehicleJourney:70227" "CREUSE:JourneyPattern:11_8D5B23C2458917EE292ADD61A59FC369" 55545.67 0.0 29376.088512217033
"CREUSE:VehicleJourney:109" "CREUSE:JourneyPattern:12_97F3FA608AA260364CABB58CE6B42686" 23205.955 0.0 84.96975542546792
"CREUSE:VehicleJourney:110" "CREUSE:JourneyPattern:12_621DB3EABCF5A67140A3690BFD1BE754" 23205.955 0.0 84.96975542546792
"CREUSE:VehicleJourney:111" "CREUSE:JourneyPattern:12_621DB3EABCF5A67140A3690BFD1BE754" 23205.955 0.0 84.96975542546792
"CREUSE:VehicleJourney:60238" "CREUSE:JourneyPattern:12_621DB3EABCF5A67140A3690BFD1BE754" 23205.955 0.0 84.96975542546792
"CREUSE:VehicleJourney:115" "CREUSE:JourneyPattern:12_08D52508DC3A8B42C373FB2B352CF36B" 23310.531 0.0 71.79942819769059
"CREUSE:VehicleJourney:116" "CREUSE:JourneyPattern:12_08D52508DC3A8B42C373FB2B352CF36B" 23310.531 0.0 71.79942819769059
"CREUSE:VehicleJourney:60337" "CREUSE:JourneyPattern:12_D83FDC498C9D09EFFD4187699F6B86DF" 59970.68 0.0 23763.40037064076
"CREUSE:VehicleJourney:71329" "CREUSE:JourneyPattern:12_5E3F31FB3E5FDAE3FB95195105369A0E" 82536.25 0.0 23754.17193953012
"CREUSE:VehicleJourney:108" "CREUSE:JourneyPattern:12_2582F3D6519A9CDF73F9F8ACD2B1F405" 59970.68 0.0 23763.40037064076
"CREUSE:VehicleJourney:82033" "CREUSE:JourneyPattern:12_6B764C96356EC64AB3754DEEBF111F80" 82536.25 0.0 23754.17193953012
"CREUSE:VehicleJourney:84134" "CREUSE:JourneyPattern:12_9208394FDCA8F8A99222C1D76115EA11" 82536.25 0.0 23754.17193953012
"CREUSE:VehicleJourney:119" "CREUSE:JourneyPattern:13_5EFF40BBB99319855F677EA19C2619C7" 103930.26 0.0 58733.5830764753
"CREUSE:VehicleJourney:71336" "CREUSE:JourneyPattern:13_DF9225319B050E709E87E5882687479D" 75673.664 0.0 47236.055949123984
"CREUSE:VehicleJourney:71337" "CREUSE:JourneyPattern:13_497BCC5B4DE761A92411C49C984DD354" 75673.664 0.0 47236.055949123984
"CREUSE:VehicleJourney:71338" "CREUSE:JourneyPattern:13_497BCC5B4DE761A92411C49C984DD354" 75673.664 0.0 47236.055949123984
"CREUSE:VehicleJourney:71348" "CREUSE:JourneyPattern:13_6F6D457343E0382A4DCC7FDF2B90D751" 83453.664 0.0 47224.39961636829
"CREUSE:VehicleJourney:71346" "CREUSE:JourneyPattern:13_F901F184EE44AD3D8ABC9B6CBF24198C" 83453.664 0.0 47224.39961636829
"CREUSE:VehicleJourney:71347" "CREUSE:JourneyPattern:13_F901F184EE44AD3D8ABC9B6CBF24198C" 83453.664 0.0 47224.39961636829
fast_travel_between_consecutive_stops WARNING 9

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.
236 "CREUSE:VehicleJourney:68151" "CREUSE:FlexibleLine:5" 210.34335881288965 3.505722646881494 2714 2 "MOBIITI:Quay:86763" "Bourg place" "05:55:00" 2715 3 "MOBIITI:Quay:100327" "Bg Face AB" "05:55:00"
136 "CREUSE:VehicleJourney:72178" "CREUSE:Line:18" 153.66152933857697 5.122050977952565 1283 13 "MOBIITI:Quay:100267" "Ecole Mairie" "20:17:00" 1284 14 "MOBIITI:Quay:87382" "Bourg Mairie" "20:18:00"
154 "CREUSE:VehicleJourney:72332" "CREUSE:FlexibleLine:19" 348.9211954008346 5.815353256680577 1721 25 "MOBIITI:Quay:100283" "Daubech Arrêt Bus" "23:58:00" 1722 26 "MOBIITI:Quay:100282" "Notre Dame AB" "23:58:00"
165 "CREUSE:VehicleJourney:64376" "CREUSE:FlexibleLine:2" 201.94385353352575 3.365730892225429 1871 11 "MOBIITI:Quay:100188" "Place fontaine" "14:09:00" 1872 12 "MOBIITI:Quay:100180" "Face Mairie Abribus" "14:09:00"
203 "CREUSE:VehicleJourney:103760" "CREUSE:Line:21" 240.8610810326488 12.04305405163244 2367 7 "MOBIITI:Quay:100307" "Bourg Face Gymnase" "21:27:00" 2368 8 "MOBIITI:Quay:100313" "Bourg Rond Point AB" "21:29:00"
178 "CREUSE:VehicleJourney:103563" "CREUSE:FlexibleLine:20" 586.4645335283636 9.774408892139393 2019 10 "MOBIITI:Quay:87248" "Fourneaux AB" "23:54:00" 2020 11 "MOBIITI:Quay:100287" "Séglière AireCovoitu" "23:54:00"
178 "CREUSE:VehicleJourney:103563" "CREUSE:FlexibleLine:20" 160.51879623216513 2.6753132705360856 2022 13 "MOBIITI:Quay:87448" "La Croix Blanche Clinique Entrée Parking" "23:54:00" 2023 14 "MOBIITI:Quay:100204" "La Clide AB" "23:54:00"
178 "CREUSE:VehicleJourney:103563" "CREUSE:FlexibleLine:20" 182.8075236158824 3.0467920602647065 2023 14 "MOBIITI:Quay:100204" "La Clide AB" "23:54:00" 2024 15 "MOBIITI:Quay:87112" "L.M.B" "23:54:00"
137 "CREUSE:VehicleJourney:72179" "CREUSE:Line:18" 180.40743262766156 15.033952718971797 1301 14 "MOBIITI:Quay:100261" "GARE" "23:51:00" 1302 15 "MOBIITI:Quay:100259" "Gare" "23:55:00"
fast_travel_between_far_stops WARNING 3

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.
203 "CREUSE:VehicleJourney:103760" "CREUSE:Line:21" 240.8610810326488 12.04305405163244 2367 7 "MOBIITI:Quay:100307" "Bourg Face Gymnase" "21:27:00" 2368 8 "MOBIITI:Quay:100313" "Bourg Rond Point AB" "21:29:00"
178 "CREUSE:VehicleJourney:103563" "CREUSE:FlexibleLine:20" 166.1147957968741 13.842899649739508 2018 9 "MOBIITI:Quay:87534" "LaPrade X D942/D54" "23:50:00" 2020 11 "MOBIITI:Quay:100287" "Séglière AireCovoitu" "23:54:00"
137 "CREUSE:VehicleJourney:72179" "CREUSE:Line:18" 180.40743262766156 15.033952718971797 1301 14 "MOBIITI:Quay:100261" "GARE" "23:51:00" 1302 15 "MOBIITI:Quay:100259" "Gare" "23:55:00"
missing_recommended_column WARNING 1

missing_recommended_column

A recommended column is missing in the input file.

You can see more about this notice here.

filename (?) The name of the faulty file. fieldName (?) The name of the missing column.
"stop_times.txt" "timepoint"
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 650

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 650 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.
"trips.txt" "trip_headsign" "R0001A AUZANCES-CHENERAILLES-GUERET (TAD)" 2
"trips.txt" "trip_short_name" "R0001A AUZANCES-CHENERAILLES-GUERET (TAD)" 2
"trips.txt" "trip_headsign" "AUZANCES-CHENERAILLES-GUERET" 3
"trips.txt" "trip_short_name" "AUZANCES-CHENERAILLES-GUERET" 3
"trips.txt" "trip_headsign" "GUERET-CHENERAILLES-AUZANCES --M-- 13H25" 4
"trips.txt" "trip_short_name" "GUERET-CHENERAILLES-AUZANCES --M-- 13H25" 4
"trips.txt" "trip_headsign" "GUERET-CHENERAILLES-AUZANCES ---V- 18H25" 5
"trips.txt" "trip_short_name" "GUERET-CHENERAILLES-AUZANCES ---V- 18H25" 5
"trips.txt" "trip_headsign" "GUERET-CHENERAILLES-AUZANCES --M-- 13H25 (TAD)" 6
"trips.txt" "trip_short_name" "GUERET CHENERAILLES-AUZANCES --M-- 13H25 (TAD)" 6
"trips.txt" "trip_headsign" "GUERET-CHENERAILLES-AUZANCES ---V- 18H25 (TAD)" 7
"trips.txt" "trip_short_name" "GUERET-CHENERAILLES-AUZANCES ---V- 18H25 (TAD)" 7
"trips.txt" "trip_headsign" "AIGURANDE-DUN-LA SOUTERRAINE" 8
"trips.txt" "trip_headsign" "AIGURANDE-DUN-LA SOUTERRAINE" 9
"trips.txt" "trip_short_name" "AIGURANDE-DUN-LA SOUTERRAINE" 9
"trips.txt" "trip_headsign" "AIGURANDE-DUN-LA SOUTERRAINE-LM-JV--17H05" 10
"trips.txt" "trip_short_name" "AIGURANDE-DUN-LA SOUTERRAINE-LM-JV--17H05" 10
"trips.txt" "trip_headsign" "AIGURANDE-DUN-LA SOUTERRAINE - TAD" 11
"trips.txt" "trip_short_name" "AIGURANDE-DUN-LA SOUTERRAINE - TAD" 11
"trips.txt" "trip_headsign" "AIGURANDE-DUN-LA SOUTERRAINE - TAD" 12
"trips.txt" "trip_short_name" "AIGURANDE-DUN-LA SOUTERRAINE - TAD" 12
"trips.txt" "trip_headsign" "AIGURANDE-DUN-LA SOUTERRAINE - TAD" 13
"trips.txt" "trip_short_name" "AIGURANDE-DUN-LA SOUTERRAINE - TAD" 13
"trips.txt" "trip_headsign" "AIGURANDE-DUN-LA SOUTERRAINE-TAD" 14
"trips.txt" "trip_headsign" "AIGURANDE-DUN-LA SOUTERRAINE - TAD" 15
"trips.txt" "trip_short_name" "AIGURANDE-DUN-LA SOUTERRAINE - TAD" 15
"trips.txt" "trip_headsign" "AIGURANDE-DUN-LA SOUTERRAINE L--J--- - 6H15" 16
"trips.txt" "trip_short_name" "AIGURANDE-DUN-LA SOUTERRAINE L--J--- - 6H15" 16
"trips.txt" "trip_headsign" "LA SOUTERRAINE-DUN-AIGURANDE- TAD" 17
"trips.txt" "trip_short_name" "LA SOUTERRAINE-DUN-AIGURANDE- TAD" 17
"trips.txt" "trip_headsign" "LA SOUTERRAINE-DUN-AIGURANDE- TAD" 18
"trips.txt" "trip_short_name" "LA SOUTERRAINE-DUN-AIGURANDE- TAD" 18
"trips.txt" "trip_headsign" "LA SOUTERRAINE-DUN-AIGURANDE--M----13H15" 19
"trips.txt" "trip_short_name" "LA SOUTERRAINE-DUN-AIGURANDE--M----13H15" 19
"trips.txt" "trip_headsign" "LA SOUTERRAINE-DUN-AIGURANDE --M-V-- 17H40" 20
"trips.txt" "trip_short_name" "LA SOUTERRAINE-DUN-AIGURANDE --M-V-- 17H40" 20
"trips.txt" "trip_headsign" "LA SOUTERRAINE-DUN-AIGURANDE- TAD" 21
"trips.txt" "trip_short_name" "LA SOUTERRAINE-DUN-AIGURANDE- TAD" 21
"trips.txt" "trip_headsign" "LA SOUTERRAINE-DUN-AIGURANDE- TAD" 22
"trips.txt" "trip_short_name" "LA SOUTERRAINE-DUN-AIGURANDE- TAD" 22
"trips.txt" "trip_headsign" "LA SOUTERRAINE-DUN-AIGURANDE- TAD" 23
"trips.txt" "trip_short_name" "LA SOUTERRAINE-DUN-AIGURANDE- TAD" 23
"trips.txt" "trip_headsign" "LA SOUTERRAINE-DUN-AIGURANDE LMMJV-- 07H40" 24
"trips.txt" "trip_short_name" "LA SOUTERRAINE-DUN-AIGURANDE LMMJV-- 07H40" 24
"trips.txt" "trip_headsign" "LA SOUTERRAINE-DUN-AIGURANDE LM-J--- 17H40" 25
"trips.txt" "trip_short_name" "LA SOUTERRAINE-DUN-AIGURANDE LM-J--- 17H40" 25
"trips.txt" "trip_headsign" "AUZANCES-AUBUSSON-FELLETIN - 6H55 (TAD)" 26
"trips.txt" "trip_short_name" "AUZANCES-AUBUSSON-FELLETIN - 6H55 (TAD)" 26
"trips.txt" "trip_headsign" "AUZANCES-AUBUSSON-FELLETIN ---S- 7H55 (TAD)" 27
"trips.txt" "trip_short_name" "AUZANCES-AUBUSSON-FELLETIN ---S- 7H55 (TAD)" 27
route_long_name_contains_short_name WARNING 21

route_long_name_contains_short_name

Long name should not contain short name for a single route.

In routes.txt, route_long_name should not contain the value for route_short_name, because when both are provided, they are often combined by transit applications. Note that only one of the two fields is required. If there is no short name used for a route, use route_long_name only.

Good examples:

route_short_name/route_long_name Dataset
"N"/"Judah" Muni San Fransisco
"6"/"ML King Jr Blvd" Trimet Portland Streetcar
"55"/"Boulevard Saint Laurent" STM Montreal
"1"/"Rangiora/Cashmere" Metro Christchurch

Bad examples:

route_short_name/route_long_name
"604"/"604"
"14"/"Route 14"
"2"/"Route 2: Bellows Falls In-Town"

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`. routeLongName (?) The faulty record's `route_long_name`.
"CREUSE:FlexibleLine:1" 2 "280-AUZANCES-CHENERAILLES-GUERET" "280-AUZANCES-CHENERAILLES-GUERET"
"CREUSE:FlexibleLine:10" 3 "212-AIGURANDE-DUN-LA SOUTERRAINE" "212-AIGURANDE-DUN-LA SOUTERRAINE"
"CREUSE:FlexibleLine:11" 4 "282-AUZANCES-AUBUSSON-FELLETIN" "282-AUZANCES-AUBUSSON-FELLETIN"
"CREUSE:FlexibleLine:12" 5 "285-FAUX LA MONTAGNE-FELLETIN-AUBUSSON" "285-FAUX LA MONTAGNE-FELLETIN-AUBUSSON"
"CREUSE:FlexibleLine:13" 6 "254-MONTLUCON-EVAUX LES BAINS-GUERET" "254-MONTLUCON-EVAUX LES BAINS-GUERET"
"CREUSE:FlexibleLine:14" 7 "251-FELLETIN-AHUN-GUERET" "251-FELLETIN-AHUN-GUERET"
"CREUSE:FlexibleLine:15" 8 "286-CHENERAILLES-JARNAGES-GUERET" "286-CHENERAILLES-JARNAGES-GUERET"
"CREUSE:FlexibleLine:16" 9 "255-ST SULPICE LES CHAMPS-GUERET" "255-ST SULPICE LES CHAMPS-GUERET"
"CREUSE:FlexibleLine:17" 10 "283-MERINCHAL-CROCQ-AUBUSSON" "283-MERINCHAL-CROCQ-AUBUSSON"
"CREUSE:Line:18" 11 "257-MONTLUCON-AUZANCES-USSEL" "257-MONTLUCON-AUZANCES-USSEL"
"CREUSE:FlexibleLine:19" 12 "258-MONTLUCON-AUBUSSON-FELLETIN-USSEL" "258-MONTLUCON-AUBUSSON-FELLETIN-USSEL"
"CREUSE:FlexibleLine:2" 13 "250-ST SEBASTIEN-DUN LE PALEST-GUERET" "250-ST SEBASTIEN-DUN LE PALEST-GUERET"
"CREUSE:FlexibleLine:20" 14 "210-LA SOUTERRAINE-GUERET-FELLETIN" "210-LA SOUTERRAINE-GUERET-FELLETIN"
"CREUSE:Line:21" 15 "259-FELLETIN-AUBUSSON-CLERMONT FERRAND" "259-FELLETIN-AUBUSSON-CLERMONT FERRAND"
"CREUSE:FlexibleLine:3" 16 "281-AUZANCES-FONTANIERES-AHUN" "281-AUZANCES-FONTANIERES-AHUN"
"CREUSE:FlexibleLine:4" 17 "256-MONTLUCON-AUBUSSON-FELLETIN" "256-MONTLUCON-AUBUSSON-FELLETIN"
"CREUSE:FlexibleLine:5" 18 "284-BOUSSAC-CHAMBON-BOURGANEUF" "284-BOUSSAC-CHAMBON-BOURGANEUF"
"CREUSE:FlexibleLine:6" 19 "252-ROYERE-BOURGANEUF-GUERET" "252-ROYERE-BOURGANEUF-GUERET"
"CREUSE:FlexibleLine:7" 20 "213-LA SOUTERRAINE-ST VAURY-GUERET" "213-LA SOUTERRAINE-ST VAURY-GUERET"
"CREUSE:FlexibleLine:8" 21 "253-AIGURANDE-BONNAT-GUERET" "253-AIGURANDE-BONNAT-GUERET"
"CREUSE:FlexibleLine:9" 22 "211-LA SOUTERRAINE-BOURGANEUF" "211-LA SOUTERRAINE-BOURGANEUF"
route_short_name_too_long WARNING 21

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`.
"CREUSE:FlexibleLine:1" 2 "280-AUZANCES-CHENERAILLES-GUERET"
"CREUSE:FlexibleLine:10" 3 "212-AIGURANDE-DUN-LA SOUTERRAINE"
"CREUSE:FlexibleLine:11" 4 "282-AUZANCES-AUBUSSON-FELLETIN"
"CREUSE:FlexibleLine:12" 5 "285-FAUX LA MONTAGNE-FELLETIN-AUBUSSON"
"CREUSE:FlexibleLine:13" 6 "254-MONTLUCON-EVAUX LES BAINS-GUERET"
"CREUSE:FlexibleLine:14" 7 "251-FELLETIN-AHUN-GUERET"
"CREUSE:FlexibleLine:15" 8 "286-CHENERAILLES-JARNAGES-GUERET"
"CREUSE:FlexibleLine:16" 9 "255-ST SULPICE LES CHAMPS-GUERET"
"CREUSE:FlexibleLine:17" 10 "283-MERINCHAL-CROCQ-AUBUSSON"
"CREUSE:Line:18" 11 "257-MONTLUCON-AUZANCES-USSEL"
"CREUSE:FlexibleLine:19" 12 "258-MONTLUCON-AUBUSSON-FELLETIN-USSEL"
"CREUSE:FlexibleLine:2" 13 "250-ST SEBASTIEN-DUN LE PALEST-GUERET"
"CREUSE:FlexibleLine:20" 14 "210-LA SOUTERRAINE-GUERET-FELLETIN"
"CREUSE:Line:21" 15 "259-FELLETIN-AUBUSSON-CLERMONT FERRAND"
"CREUSE:FlexibleLine:3" 16 "281-AUZANCES-FONTANIERES-AHUN"
"CREUSE:FlexibleLine:4" 17 "256-MONTLUCON-AUBUSSON-FELLETIN"
"CREUSE:FlexibleLine:5" 18 "284-BOUSSAC-CHAMBON-BOURGANEUF"
"CREUSE:FlexibleLine:6" 19 "252-ROYERE-BOURGANEUF-GUERET"
"CREUSE:FlexibleLine:7" 20 "213-LA SOUTERRAINE-ST VAURY-GUERET"
"CREUSE:FlexibleLine:8" 21 "253-AIGURANDE-BONNAT-GUERET"
"CREUSE:FlexibleLine:9" 22 "211-LA SOUTERRAINE-BOURGANEUF"
stop_too_far_from_shape WARNING 12

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.
276 "CREUSE:JourneyPattern:7_C92A20DEE9F0A6F18CF4076F451BAC18" "CREUSE:VehicleJourney:69098" 3087 "MOBIITI:Quay:100291" "Eglise AB" [46.19973400000001,1.760755] 690.1600766625628
276 "CREUSE:JourneyPattern:7_C92A20DEE9F0A6F18CF4076F451BAC18" "CREUSE:VehicleJourney:69098" 3088 "MOBIITI:Quay:100290" "LP Roussillat" [46.19973400000001,1.760755] 2333.690526581278
276 "CREUSE:JourneyPattern:7_C92A20DEE9F0A6F18CF4076F451BAC18" "CREUSE:VehicleJourney:69098" 3089 "MOBIITI:Quay:100303" "Face Eglise AB" [46.19973400000001,1.760755] 685.9872135980245
279 "CREUSE:JourneyPattern:7_B74D11285195D919A751CD3B48191DC7" "CREUSE:VehicleJourney:69102" 3105 "MOBIITI:Quay:100291" "Eglise AB" [46.19973400000001,1.760755] 690.1600766625628
279 "CREUSE:JourneyPattern:7_B74D11285195D919A751CD3B48191DC7" "CREUSE:VehicleJourney:69102" 3106 "MOBIITI:Quay:100290" "LP Roussillat" [46.19973400000001,1.760755] 2333.690526581278
279 "CREUSE:JourneyPattern:7_B74D11285195D919A751CD3B48191DC7" "CREUSE:VehicleJourney:69102" 3107 "MOBIITI:Quay:100303" "Face Eglise AB" [46.19973400000001,1.760755] 685.9872135980245
277 "CREUSE:JourneyPattern:7_40290CC667C13822A586277E48EB029A" "CREUSE:VehicleJourney:69100" 3093 "MOBIITI:Quay:100291" "Eglise AB" [46.19973400000001,1.760755] 690.1600766625628
277 "CREUSE:JourneyPattern:7_40290CC667C13822A586277E48EB029A" "CREUSE:VehicleJourney:69100" 3094 "MOBIITI:Quay:100290" "LP Roussillat" [46.19973400000001,1.760755] 2333.690526581278
277 "CREUSE:JourneyPattern:7_40290CC667C13822A586277E48EB029A" "CREUSE:VehicleJourney:69100" 3095 "MOBIITI:Quay:100303" "Face Eglise AB" [46.19973400000001,1.760755] 685.9872135980245
278 "CREUSE:JourneyPattern:7_6B787613FF4EBBD63EFBD80F5BCF5DBE" "CREUSE:VehicleJourney:69101" 3099 "MOBIITI:Quay:100291" "Eglise AB" [46.19973400000001,1.760755] 690.1600766625628
278 "CREUSE:JourneyPattern:7_6B787613FF4EBBD63EFBD80F5BCF5DBE" "CREUSE:VehicleJourney:69101" 3100 "MOBIITI:Quay:100290" "LP Roussillat" [46.19973400000001,1.760755] 2333.690526581278
278 "CREUSE:JourneyPattern:7_6B787613FF4EBBD63EFBD80F5BCF5DBE" "CREUSE:VehicleJourney:69101" 3101 "MOBIITI:Quay:100303" "Face Eglise AB" [46.19973400000001,1.760755] 685.9872135980245