GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2025-12-22T09:37:45Z,
for the dataset file:///shared/dordogne.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. routes.txt
  5. shapes.txt
  6. stop_times.txt
  7. stops.txt
  8. trips.txt

Counts


  • Agencies: 1
  • Blocks: 0
  • Routes: 18
  • Shapes: 155
  • Stops: 804
  • Trips: 320

Specification Compliance report

48 notices reported (8 errors, 40 warnings, 0 infos)

Notice Code Severity Total
decreasing_or_equal_stop_time_distance ERROR 8

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`.
"DORDOGNE:VehicleJourney:181438" "MOBIITI:Quay:100663" 3376 34769.188 16 3375 34769.188 15
"DORDOGNE:VehicleJourney:95021" "MOBIITI:Quay:100663" 3414 34769.188 16 3413 34769.188 15
"DORDOGNE:VehicleJourney:195848" "MOBIITI:Quay:100663" 3530 38894.09 18 3529 38894.09 17
"DORDOGNE:VehicleJourney:95022" "MOBIITI:Quay:100663" 3433 34769.188 16 3432 34769.188 15
"DORDOGNE:VehicleJourney:95019" "MOBIITI:Quay:100663" 3395 34769.188 16 3394 34769.188 15
"DORDOGNE:VehicleJourney:183332" "MOBIITI:Quay:100386" 341 32993.984 14 340 32993.984 13
"DORDOGNE:VehicleJourney:181058" "MOBIITI:Quay:100428" 2265 13102.369 7 2264 13102.369 6
"DORDOGNE:VehicleJourney:181059" "MOBIITI:Quay:100428" 2241 13102.369 7 2240 13102.369 6
fast_travel_between_consecutive_stops WARNING 5

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.
5 "DORDOGNE:VehicleJourney:177157" "DORDOGNE:Line:2528" 673.3328759932218 11.222214599887032 42 8 "MOBIITI:Quay:100476" "LR LA ROCHEBEAUCOURT-Le Bourg(1)" "14:21:00" 43 9 "MOBIITI:Quay:112869" "PLACE" "14:21:00"
3 "DORDOGNE:VehicleJourney:177159" "DORDOGNE:Line:2528" 164.63024147682088 13.719186789735074 17 5 "MOBIITI:Quay:109524" "LR BRANTOME - Groupe Scolaire" "15:48:00" 18 6 "MOBIITI:Quay:100392" "LR VIEUX MAREUIL-Le Bourg(1)" "15:52:00"
230 "DORDOGNE:VehicleJourney:181433" "DORDOGNE:FlexibleLine:2535" 181.40723191019035 27.21108478652855 3173 7 "MOBIITI:Quay:100632" "LR EYMET-Le Bourg (2)" "13:43:00" 3174 8 "MOBIITI:Quay:111247" "Les Riviérettes" "13:51:00"
230 "DORDOGNE:VehicleJourney:181433" "DORDOGNE:FlexibleLine:2535" 185.98039962600967 30.996733271001613 3176 10 "MOBIITI:Quay:100609" "LR LA SAUVETAT-SUR-LEDE-Bourg (2)" "14:16:00" 3177 11 "MOBIITI:Quay:100611" "LR ISSIGEAC-La loge du Prévôt (2)" "14:25:00"
230 "DORDOGNE:VehicleJourney:181433" "DORDOGNE:FlexibleLine:2535" 203.50727684127548 37.3096674209005 3177 11 "MOBIITI:Quay:100611" "LR ISSIGEAC-La loge du Prévôt (2)" "14:25:00" 3178 12 "MOBIITI:Quay:100585" "La Poste" "14:35: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.
5 "DORDOGNE:VehicleJourney:177157" "DORDOGNE:Line:2528" 673.3328759932218 11.222214599887032 42 8 "MOBIITI:Quay:100476" "LR LA ROCHEBEAUCOURT-Le Bourg(1)" "14:21:00" 43 9 "MOBIITI:Quay:112869" "PLACE" "14:21:00"
3 "DORDOGNE:VehicleJourney:177159" "DORDOGNE:Line:2528" 164.63024147682088 13.719186789735074 17 5 "MOBIITI:Quay:109524" "LR BRANTOME - Groupe Scolaire" "15:48:00" 18 6 "MOBIITI:Quay:100392" "LR VIEUX MAREUIL-Le Bourg(1)" "15:52:00"
230 "DORDOGNE:VehicleJourney:181433" "DORDOGNE:FlexibleLine:2535" 181.40723191019035 27.21108478652855 3173 7 "MOBIITI:Quay:100632" "LR EYMET-Le Bourg (2)" "13:43:00" 3174 8 "MOBIITI:Quay:111247" "Les Riviérettes" "13:51:00"
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 10

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.

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" "LR BAYAC-D660 (2)" 109
"stops.txt" "stop_name" "LR BOULAZAC-ISLE-MANOIRE-ZI(1)" 139
"stops.txt" "stop_name" "LR ST GENIES-4 routes (2)" 141
"stops.txt" "stop_name" "LR BOULAZAC-ISLE-MANOIRE-ZI(1)" 365
"stops.txt" "stop_name" "LR BOULAZAC-ISLE-MANOIRE-ZI(2)" 377
"stops.txt" "stop_name" "LR BAYAC-D660 (2)" 422
"stops.txt" "stop_name" "LR BAYAC-D660" 489
"stops.txt" "stop_name" "LR ST GENIES-4 routes" 525
"stops.txt" "stop_name" "LR ST GENIES-4 routes (2)" 793
"routes.txt" "route_long_name" "334_BEAUMONTOIS-EN-PGD-LALINDE-BERGERAC" 17
route_color_contrast WARNING 1

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.
"DORDOGNE:FlexibleLine:2531" 7 "#295728" "#000000"
same_name_and_description_for_stop WARNING 12

same_name_and_description_for_stop

Same name and description for stop.

The GTFS spec defines stops.txt stop_description as:

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

You can see more about this notice here.

csvRowNumber (?) The row number of the faulty record. stopId (?) The id of the faulty record. stopDesc (?) The faulty record's `stop_desc`.
314 "MOBIITI:Quay:100498" "Chez Courty"
406 "MOBIITI:Quay:87656" "Lycée Jean Capelle"
441 "MOBIITI:Quay:100665" "Limejouls"
446 "MOBIITI:Quay:112872" "La Gare"
447 "MOBIITI:Quay:112871" "Gendarmerie"
449 "MOBIITI:Quay:112873" "Le Bourg"
450 "MOBIITI:Quay:112870" "Lageard"
492 "MOBIITI:Quay:112869" "PLACE"
584 "MOBIITI:Quay:111224" "Le Pauly"
588 "MOBIITI:Quay:111225" "Av des Charentes"
629 "MOBIITI:Quay:100684" "La Sembellie"
722 "MOBIITI:Quay:100634" "Place Bicentenaire"
stop_too_far_from_shape WARNING 8

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.
81 "DORDOGNE:JourneyPattern:2527_27213CD61B334BE0E098C23E73AA695D" "DORDOGNE:VehicleJourney:172310" 1043 "MOBIITI:Quay:111242" "LR LA ROCHE CHALAIS Saint Michel Salle des Fêtes (1)" [45.12638130461701,0.020397442000324464] 435.93570197479767
81 "DORDOGNE:JourneyPattern:2527_27213CD61B334BE0E098C23E73AA695D" "DORDOGNE:VehicleJourney:172310" 1044 "MOBIITI:Quay:100456" "LR LA_ROCHE_CHALAIS-Petit Saint M" [45.134647,0.01393] 134.47821396469482
82 "DORDOGNE:JourneyPattern:2527_E5BE932656892556BFED47D00656BF6C" "DORDOGNE:VehicleJourney:177559" 1058 "MOBIITI:Quay:111242" "LR LA ROCHE CHALAIS Saint Michel Salle des Fêtes (1)" [45.12638130461701,0.020397442000324464] 435.93570197479767
82 "DORDOGNE:JourneyPattern:2527_E5BE932656892556BFED47D00656BF6C" "DORDOGNE:VehicleJourney:177559" 1059 "MOBIITI:Quay:100456" "LR LA_ROCHE_CHALAIS-Petit Saint M" [45.134647,0.01393] 134.47821396469482
79 "DORDOGNE:JourneyPattern:2527_D5E4E07D1C46531C0B779268A8F9E262" "DORDOGNE:VehicleJourney:172297" 1024 "MOBIITI:Quay:100471" "LR LA_ROCHE_CHALAIS-Petit Saint M (2)" [45.134712459256704,0.01399247338105105] 129.02865717739303
79 "DORDOGNE:JourneyPattern:2527_D5E4E07D1C46531C0B779268A8F9E262" "DORDOGNE:VehicleJourney:172297" 1025 "MOBIITI:Quay:111243" "LR LA ROCHE CHALAIS Saint Michel Salle des Fêtes (2)" [45.126373,0.020420999999999998] 449.2884527462456
75 "DORDOGNE:JourneyPattern:2527_5F78DDDE13E934A140B9EB4BA4C53090" "DORDOGNE:VehicleJourney:172299" 964 "MOBIITI:Quay:100471" "LR LA_ROCHE_CHALAIS-Petit Saint M (2)" [45.134712459256704,0.01399247338105105] 129.02865717739303
75 "DORDOGNE:JourneyPattern:2527_5F78DDDE13E934A140B9EB4BA4C53090" "DORDOGNE:VehicleJourney:172299" 965 "MOBIITI:Quay:111243" "LR LA ROCHE CHALAIS Saint Michel Salle des Fêtes (2)" [45.126373,0.020420999999999998] 449.2884527462456