transdev — Enhanced Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 8.0.1 at 2026-08-01T16:03:11Z,
for the dataset file:///shared/transdev_379bf57d.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
Busmaps.com
Publisher URL:
https://busmaps.com
Feed Language:
French
Feed Start Date:
2026-07-13
Feed End Date:
2026-08-31

Files included


  1. agency.txt
  2. calendar.txt
  3. calendar_dates.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: 2
  • Routes: 2
  • Shapes: 6
  • Stops: 46
  • Trips: 39

Specification Compliance report

17 notices reported (1 errors, 15 warnings, 1 infos)

Notice Code Severity Total
stop_time_with_arrival_before_previous_departure_time ERROR 1

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.

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.
11 10 "2487-9502" "17:35:30" "18:55:00"
fast_travel_between_consecutive_stops WARNING 12

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.
8 "2487-9501" "2487-VERTE" 209.48307429190794 1.1637948571772663 116 5 "2487-P83" "saint marcel renardeau" "09:15:20" 117 6 "2487-P48" "Les Granges" "09:15:40"
8 "2487-9501" "2487-VERTE" 225.90298703891352 1.882524891990946 118 7 "2487-P49" "Praranger" "09:20:00" 119 8 "2487-P50" "Le Lavassay" "09:20:30"
7 "2487-9503" "2487-VERTE" 209.48307429190794 1.1637948571772663 96 5 "2487-P83" "saint marcel renardeau" "10:50:20" 97 6 "2487-P48" "Les Granges" "10:50:40"
7 "2487-9503" "2487-VERTE" 225.90298703891352 1.882524891990946 98 7 "2487-P49" "Praranger" "10:55:00" 99 8 "2487-P50" "Le Lavassay" "10:55:30"
6 "2487-9505" "2487-VERTE" 209.48307429190794 1.1637948571772663 85 5 "2487-P83" "saint marcel renardeau" "12:00:20" 86 6 "2487-P48" "Les Granges" "12:00:40"
6 "2487-9505" "2487-VERTE" 225.90298703891352 1.882524891990946 87 7 "2487-P49" "Praranger" "12:05:00" 88 8 "2487-P50" "Le Lavassay" "12:05:30"
5 "2487-9507" "2487-VERTE" 209.48307429190794 1.1637948571772663 65 5 "2487-P83" "saint marcel renardeau" "14:20:20" 66 6 "2487-P48" "Les Granges" "14:20:40"
5 "2487-9507" "2487-VERTE" 225.90298703891352 1.882524891990946 67 7 "2487-P49" "Praranger" "14:25:00" 68 8 "2487-P50" "Le Lavassay" "14:25:30"
4 "2487-9509" "2487-VERTE" 209.48307429190794 1.1637948571772663 45 5 "2487-P83" "saint marcel renardeau" "16:20:20" 46 6 "2487-P48" "Les Granges" "16:20:40"
4 "2487-9509" "2487-VERTE" 225.90298703891352 1.882524891990946 47 7 "2487-P49" "Praranger" "16:25:00" 48 8 "2487-P50" "Le Lavassay" "16:25:30"
3 "2487-9511" "2487-VERTE" 209.48307429190794 1.1637948571772663 25 5 "2487-P83" "saint marcel renardeau" "18:05:20" 26 6 "2487-P48" "Les Granges" "18:05:40"
3 "2487-9511" "2487-VERTE" 225.90298703891352 1.882524891990946 27 7 "2487-P49" "Praranger" "18:10:00" 28 8 "2487-P50" "Le Lavassay" "18:10:30"
fast_travel_between_far_stops WARNING 1

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.
2 "2487-9502" "2487-VERTE" 604.8153221765785 10.080255369609642 4 2 "2487-PR81" "Ucpa" "18:39:00" 15 13 "2487-P40" "Saint Marcel" "17:45:00"
mixed_case_recommended_field WARNING 2

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.
"agency.txt" "agency_name" "transdev" 2
"stops.txt" "stop_name" "saint marcel renardeau" 23
trip_headsign_matches_intermediate_stop INFO 1

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.

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.
2 "2487-9502" "Gare Routiere" "2487-P1" 8 "2487-P60"