navettes-bourg-saint-maurice — Enhanced Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-04-09T14:28:05Z,
for the dataset file:///shared/navettes-bourg-saint-maurice_b9da6329.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 Email:
alex@busmaps.com
Feed Language:
French
Feed Start Date:
2026-01-11
Feed End Date:
2026-03-28

Files included


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

Counts


  • Agencies: 1
  • Blocks: 13
  • Routes: 7
  • Shapes: 23
  • Stops: 97
  • Trips: 376

Specification Compliance report

75 notices reported (24 errors, 51 warnings, 0 infos)

Notice Code Severity Total
block_trips_with_overlapping_stop_times ERROR 8

block_trips_with_overlapping_stop_times

Trips with the same block id have overlapping stop times.

You can see more about this notice here.

csvRowNumberA (?) The row number from `trips.txt` of the first faulty trip. tripIdA (?) The id of first faulty trip. serviceIdA (?) The service id of the first faulty trip. csvRowNumberB (?) The row number from `trips.txt` of the second faulty trip. tripIdB (?) The id of the other faulty trip. serviceIdB (?) The service id of the other faulty trip. blockId (?) The `trips.block_id` of the overlapping trip. intersection (?) The overlapping period.
80 "104965-3204" "104965-2_8_10_11_12_13_16" 7 "104965-3203" "104965-2_8_10_11_12_13_16" "3030" "20260112"
80 "104965-3204" "104965-2_8_10_11_12_13_16" 81 "104965-3206" "104965-2_8_10_11_12_13_16" "3030" "20260112"
14 "104965-3223" "104965-2_8_10_11_12_13_16" 17 "104965-3233" "104965-13" "3030" "20260117"
87 "104965-3226" "104965-2_8_10_11_12_13_16" 90 "104965-3234" "104965-13" "3030" "20260117"
15 "104965-3227" "104965-2_8_10_11_12_13_16" 18 "104965-3237" "104965-13" "3030" "20260117"
88 "104965-3228" "104965-2_8_10_11_12_13_16" 91 "104965-3236" "104965-13" "3030" "20260117"
16 "104965-3229" "104965-2_8_10_11_12_13_16" 19 "104965-3239" "104965-13" "3030" "20260117"
89 "104965-3230" "104965-2_8_10_11_12_13_16" 92 "104965-3238" "104965-13" "3030" "20260117"
stop_time_with_arrival_before_previous_departure_time ERROR 16

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.
2167 2166 "104965-1304" "00:05:00" "23:59:00"
708 707 "104965-2304" "00:03:00" "23:59:00"
692 691 "104965-2302" "00:05:00" "23:55:00"
130 129 "104965-3210" "10:00:30" "10:55:00"
132 131 "104965-3210" "10:10:00" "10:56:00"
10 9 "104965-3215" "12:33:00" "13:25:00"
12 11 "104965-3215" "12:34:00" "13:29:30"
14 13 "104965-3215" "12:36:00" "13:30:00"
138 137 "104965-3218" "13:01:00" "13:30:00"
140 139 "104965-3218" "13:02:00" "13:30:30"
142 141 "104965-3218" "13:05:00" "13:40:00"
715 714 "104965-3204" "08:35:00" "09:10:00"
717 716 "104965-3204" "08:40:00" "09:11:00"
146 145 "104965-3208" "09:31:00" "10:00:00"
148 147 "104965-3208" "09:32:00" "10:00:30"
150 149 "104965-3208" "09:35:00" "10:10:00"
expired_calendar WARNING 5

expired_calendar

Dataset should not contain date ranges for services that have already expired.

This warning takes into account the calendar_dates.txt file as well as the calendar.txt file.

You can see more about this notice here.

csvRowNumber (?) The row of the faulty record. serviceId (?) The service id of the faulty record.
2 "104965-13"
3 "104965-13_16"
4 "104965-2_8_10_11_12_13_16"
5 "104965-2_8_10_11_12_16"
6 "104965-8_10_11_12_13_16"
fast_travel_between_consecutive_stops WARNING 13

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.
25 "104965-3210" "104965-3" 197.08247476811678 3.2847079128019465 129 1 "104965-73054060" "Le Chantel" "10:55:00" 130 2 "104965-192" "courbaton haut" "10:00:30"
25 "104965-3210" "104965-3" 158.86988841982645 2.647831473663774 131 3 "104965-190" "Les Cristaux" "10:56:00" 132 4 "104965-73054010" "ARC 1600 Funiculaire" "10:10:00"
4 "104965-3215" "104965-3" 153.3345358187041 2.555575596978402 9 1 "104965-73054010" "ARC 1600 Funiculaire" "13:25:00" 10 2 "104965-73054561" "Les Balcons du Chantel" "12:33:00"
4 "104965-3215" "104965-3" 189.64822258280097 3.1608037097133495 11 3 "104965-192" "courbaton haut" "13:29:30" 12 4 "104965-73054051" "Roselend" "12:34:00"
4 "104965-3215" "104965-3" 187.73977935522026 3.128996322587004 13 5 "104965-193" "courbaton bas" "13:30:00" 14 6 "104965-191" "les cristaux" "12:36:00"
27 "104965-3208" "104965-3" 187.63327715522232 3.127221285920372 145 1 "104965-193" "courbaton bas" "10:00:00" 146 2 "104965-190" "Les Cristaux" "09:31:00"
27 "104965-3208" "104965-3" 189.581584462917 3.15969307438195 147 3 "104965-192" "courbaton haut" "10:00:30" 148 4 "104965-73054052" "Roselend" "09:32:00"
27 "104965-3208" "104965-3" 153.09882176298862 2.5516470293831435 149 5 "104965-73054010" "ARC 1600 Funiculaire" "10:10:00" 150 6 "104965-73054562" "Les Balcons du Chantel" "09:35:00"
26 "104965-3218" "104965-3" 187.63327715522232 3.127221285920372 137 1 "104965-193" "courbaton bas" "13:30:00" 138 2 "104965-190" "Les Cristaux" "13:01:00"
26 "104965-3218" "104965-3" 189.581584462917 3.15969307438195 139 3 "104965-192" "courbaton haut" "13:30:30" 140 4 "104965-73054052" "Roselend" "13:02:00"
26 "104965-3218" "104965-3" 153.09882176298862 2.5516470293831435 141 5 "104965-73054010" "ARC 1600 Funiculaire" "13:40:00" 142 6 "104965-73054562" "Les Balcons du Chantel" "13:05:00"
80 "104965-3204" "104965-3" 170.82552372856202 2.8470920621427003 714 1 "104965-73054060" "Le Chantel" "09:10:00" 715 2 "104965-73054031" "Ucpa" "08:35:00"
80 "104965-3204" "104965-3" 155.5020447246324 2.5917007454105403 716 3 "104965-190" "Les Cristaux" "09:11:00" 717 4 "104965-73054240" "Club MED Panorama" "08:40:00"
fast_travel_between_far_stops WARNING 5

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.
25 "104965-3210" "104965-3" 234.71768363133305 11.735884181566652 129 1 "104965-73054060" "Le Chantel" "10:55:00" 133 5 "104965-73054052" "Roselend" "10:57:00"
4 "104965-3215" "104965-3" 187.3300196492995 12.488667976619965 10 2 "104965-73054561" "Les Balcons du Chantel" "12:33:00" 14 6 "104965-191" "les cristaux" "12:36:00"
27 "104965-3208" "104965-3" 253.92433829798114 12.696216914899056 144 0 "104965-73054060" "Le Chantel" "09:30:00" 148 4 "104965-73054052" "Roselend" "09:32:00"
26 "104965-3218" "104965-3" 253.92433829798114 12.696216914899056 136 0 "104965-73054060" "Le Chantel" "13:00:00" 140 4 "104965-73054052" "Roselend" "13:02:00"
80 "104965-3204" "104965-3" 215.37811775198801 10.7689058875994 714 1 "104965-73054060" "Le Chantel" "09:10:00" 718 5 "104965-73054052" "Roselend" "09:12:00"
feed_expiration_date7_days WARNING 1

feed_expiration_date7_days

Dataset should be valid for at least the next 7 days.

The dataset expiration date defined in feed_info.txt is in seven days or less. At any time, the published GTFS dataset should be valid for at least the next 7 days.

You can see more about this notice here.

csvRowNumber (?) The row number of the faulty record. currentDate (?) Current date (YYYYMMDD format). feedEndDate (?) Feed end date (YYYYMMDD format). suggestedExpirationDate (?) Suggested expiration date (YYYYMMDD format).
2 "20260409" "20260328" "20260416"
mixed_case_recommended_field WARNING 8

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" "les cristaux" 94
"stops.txt" "stop_name" "courbaton haut" 95
"stops.txt" "stop_name" "courbaton bas" 96
"trips.txt" "trip_headsign" "courbaton bas" 2
"trips.txt" "trip_headsign" "courbaton bas" 3
"trips.txt" "trip_headsign" "courbaton bas" 4
"trips.txt" "trip_headsign" "courbaton bas" 5
"trips.txt" "trip_headsign" "courbaton bas" 6
stop_too_far_from_shape WARNING 18

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.
25 "104965-522" "104965-3210" 129 "104965-73054060" "Le Chantel" [45.59853799999999,6.795628999999999] 2693.1521993490396
25 "104965-522" "104965-3210" 131 "104965-190" "Les Cristaux" [45.59853799999999,6.795628999999999] 2647.8314736637826
25 "104965-522" "104965-3210" 133 "104965-73054052" "Roselend" [45.59853799999999,6.795628999999999] 2567.227488902642
25 "104965-522" "104965-3210" 134 "104965-73054562" "Les Balcons du Chantel" [45.59853799999999,6.795628999999999] 2551.6470293829716
25 "104965-522" "104965-3210" 135 "104965-73054110" "Gare routière - Le Charvet" [45.59853799999999,6.795628999999999] 2644.484694139405
80 "104965-523" "104965-3204" 714 "104965-73054060" "Le Chantel" [45.59664,6.800889999999999] 2635.9505236762852
80 "104965-523" "104965-3204" 716 "104965-190" "Les Cristaux" [45.59664,6.800889999999999] 2570.187217253929
80 "104965-523" "104965-3204" 718 "104965-73054052" "Roselend" [45.59664,6.800889999999999] 2519.150797339883
80 "104965-523" "104965-3204" 719 "104965-73054562" "Les Balcons du Chantel" [45.59664,6.800889999999999] 2532.84177082079
80 "104965-523" "104965-3204" 720 "104965-73054110" "Gare routière - Le Charvet" [45.59853799999999,6.795628999999999] 2644.484694139405
4 "104965-515" "104965-3215" 8 "104965-73054110" "Gare routière - Le Charvet" [45.59853799999999,6.795628999999999] 2644.484694139405
4 "104965-515" "104965-3215" 10 "104965-73054561" "Les Balcons du Chantel" [45.59853799999999,6.795628999999999] 2555.5755969778975
4 "104965-515" "104965-3215" 12 "104965-73054051" "Roselend" [45.59853799999999,6.795628999999999] 2568.4969227639376
4 "104965-515" "104965-3215" 14 "104965-191" "les cristaux" [45.59853799999999,6.795628999999999] 2649.5413510443195
4 "104965-515" "104965-3215" 15 "104965-73054660" "Eden Arc" [45.59853799999999,6.795628999999999] 2815.5696939022064
4 "104965-515" "104965-3215" 16 "104965-73054060" "Le Chantel" [45.59853799999999,6.795628999999999] 2693.1521993490396
148 "104965-273" "104965-2239" 1154 "104965-73054240" "Club MED Panorama" [45.5989,6.79998] 248.16769053456568
29 "104965-275" "104965-2238" 162 "104965-73054240" "Club MED Panorama" [45.59888,6.80012] 242.57309932704973
trip_coverage_not_active_for_next7_days WARNING 1

trip_coverage_not_active_for_next7_days

Trips data should be valid for at least the next seven days.

This notice is triggered if the date range where a significant number of trips are running ends in less than 7 days.

You can see more about this notice here.

currentDate (?) Current date (YYYYMMDD format). serviceWindowStartDate (?) The start date of the majority service window. serviceWindowEndDate (?) The end date of the majority service window.
"20260409" "20260112" "20260328"