GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2025-12-12T22:54:38Z,
for the dataset file:///shared/gtfs-reseau-transport-urbain-coqueligo.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
  9. trips_extensions.txt

Counts


  • Agencies: 1
  • Blocks: 0
  • Routes: 10
  • Shapes: 113
  • Stops: 611
  • Trips: 113

Specification Compliance report

1640 notices reported (2 errors, 1636 warnings, 2 infos)

Notice Code Severity Total
stop_time_with_arrival_before_previous_departure_time ERROR 2

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.
73 72 "7acbbecc-1fff-477a-bfe0-ea9d449ea0e1" "12:30:00" "12:40:00"
14 13 "99e439dd-7b10-4d20-b1a7-1ca39d4fdad1" "17:30:00" "17:35:00"
expired_calendar WARNING 3

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 "SCO 2022 23 24 LMJV"
3 "SCO 2022 23 24 C"
4 "SCO 2022 23 24 LMCJV"
fast_travel_between_consecutive_stops WARNING 2

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.
3 "99e439dd-7b10-4d20-b1a7-1ca39d4fdad1" "338200001" 459.0295703784659 7.650492839641099 13 19 "STP-FELINES-ROUTE-DE-LA-REMISE-RETOUR" "FELINES- Route de la Remise" "17:35:00" 14 22 "269370006" "ANNONAY - Rue Arthur Rimbaud" "17:30:00"
8 "7acbbecc-1fff-477a-bfe0-ea9d449ea0e1" "338200001" 459.0295703784659 7.650492839641099 72 19 "STP-FELINES-ROUTE-DE-LA-REMISE-RETOUR" "FELINES- Route de la Remise" "12:40:00" 73 22 "269370006" "ANNONAY - Rue Arthur Rimbaud" "12:30:00"
fast_travel_between_far_stops WARNING 2

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.
3 "99e439dd-7b10-4d20-b1a7-1ca39d4fdad1" "338200001" 167.54145566769725 16.754145566769726 12 7 "283270007" "ANNONAY - MONTALIVET" "17:25:00" 14 22 "269370006" "ANNONAY - Rue Arthur Rimbaud" "17:30:00"
8 "7acbbecc-1fff-477a-bfe0-ea9d449ea0e1" "338200001" 167.54145566769725 16.754145566769726 71 7 "283270007" "ANNONAY - MONTALIVET" "12:25:00" 73 22 "269370006" "ANNONAY - Rue Arthur Rimbaud" "12:30: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"
missing_timepoint_value WARNING 1508

missing_timepoint_value

stop_times.timepoint value is missing for a record.

When at least one of stop_times.arrival_time or stop_times.departure_time are provided, stop_times.timepoint should be defined

You can see more about this notice here.

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

csvRowNumber (?) The row number of the faulty record. tripId (?) The faulty record's `stop_times.trip_id`. stopSequence (?) The faulty record's `stop_times.stop_sequence`.
2 "6587353a-b1a0-4ba3-b8b9-dd919e78b9b5" 1
3 "6587353a-b1a0-4ba3-b8b9-dd919e78b9b5" 55
4 "6587353a-b1a0-4ba3-b8b9-dd919e78b9b5" 56
5 "6587353a-b1a0-4ba3-b8b9-dd919e78b9b5" 57
6 "6587353a-b1a0-4ba3-b8b9-dd919e78b9b5" 58
7 "6587353a-b1a0-4ba3-b8b9-dd919e78b9b5" 59
8 "6587353a-b1a0-4ba3-b8b9-dd919e78b9b5" 60
9 "99e439dd-7b10-4d20-b1a7-1ca39d4fdad1" 2
10 "99e439dd-7b10-4d20-b1a7-1ca39d4fdad1" 3
11 "99e439dd-7b10-4d20-b1a7-1ca39d4fdad1" 4
12 "99e439dd-7b10-4d20-b1a7-1ca39d4fdad1" 7
13 "99e439dd-7b10-4d20-b1a7-1ca39d4fdad1" 19
14 "99e439dd-7b10-4d20-b1a7-1ca39d4fdad1" 22
15 "99e439dd-7b10-4d20-b1a7-1ca39d4fdad1" 24
16 "99e439dd-7b10-4d20-b1a7-1ca39d4fdad1" 38
17 "99e439dd-7b10-4d20-b1a7-1ca39d4fdad1" 49
18 "99e439dd-7b10-4d20-b1a7-1ca39d4fdad1" 50
19 "99e439dd-7b10-4d20-b1a7-1ca39d4fdad1" 51
20 "99e439dd-7b10-4d20-b1a7-1ca39d4fdad1" 52
21 "99e439dd-7b10-4d20-b1a7-1ca39d4fdad1" 53
22 "99e439dd-7b10-4d20-b1a7-1ca39d4fdad1" 54
23 "99e439dd-7b10-4d20-b1a7-1ca39d4fdad1" 55
24 "99e439dd-7b10-4d20-b1a7-1ca39d4fdad1" 56
25 "99e439dd-7b10-4d20-b1a7-1ca39d4fdad1" 57
26 "99e439dd-7b10-4d20-b1a7-1ca39d4fdad1" 61
27 "4b1abe3d-846a-47db-b3d5-feda0b4833fa" 15
28 "4b1abe3d-846a-47db-b3d5-feda0b4833fa" 16
29 "4b1abe3d-846a-47db-b3d5-feda0b4833fa" 17
30 "4b1abe3d-846a-47db-b3d5-feda0b4833fa" 18
31 "4b1abe3d-846a-47db-b3d5-feda0b4833fa" 34
32 "4b1abe3d-846a-47db-b3d5-feda0b4833fa" 35
33 "4b1abe3d-846a-47db-b3d5-feda0b4833fa" 36
34 "4b1abe3d-846a-47db-b3d5-feda0b4833fa" 37
35 "4b1abe3d-846a-47db-b3d5-feda0b4833fa" 43
36 "4b1abe3d-846a-47db-b3d5-feda0b4833fa" 44
37 "4b1abe3d-846a-47db-b3d5-feda0b4833fa" 45
38 "4b1abe3d-846a-47db-b3d5-feda0b4833fa" 46
39 "4b1abe3d-846a-47db-b3d5-feda0b4833fa" 47
40 "afc12157-3065-4e3f-8b47-f2ae9b34d32a" 19
41 "afc12157-3065-4e3f-8b47-f2ae9b34d32a" 20
42 "afc12157-3065-4e3f-8b47-f2ae9b34d32a" 21
43 "afc12157-3065-4e3f-8b47-f2ae9b34d32a" 22
44 "afc12157-3065-4e3f-8b47-f2ae9b34d32a" 23
45 "afc12157-3065-4e3f-8b47-f2ae9b34d32a" 24
46 "afc12157-3065-4e3f-8b47-f2ae9b34d32a" 33
47 "afc12157-3065-4e3f-8b47-f2ae9b34d32a" 34
48 "afc12157-3065-4e3f-8b47-f2ae9b34d32a" 36
49 "afc12157-3065-4e3f-8b47-f2ae9b34d32a" 45
50 "afc12157-3065-4e3f-8b47-f2ae9b34d32a" 46
51 "afc12157-3065-4e3f-8b47-f2ae9b34d32a" 47
mixed_case_recommended_field WARNING 31

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" "ST CYR – VILLAGE" 24
"stops.txt" "stop_name" "FELINES – RD 242A" 126
"stops.txt" "stop_name" "ROIFFIEUX - VILLAGE" 132
"stops.txt" "stop_name" "ROIFFIEUX - CIMETIERE" 134
"stops.txt" "stop_name" "ROIFFIEUX - LES PILLES" 135
"stops.txt" "stop_name" "ROIFFIEUX - LES PILLES" 149
"stops.txt" "stop_name" "ANNONAY - PONT CHEVALIER" 150
"stops.txt" "stop_name" "ANNONAY - MICHELET" 155
"stops.txt" "stop_name" "ANNONAY - VISSENTY" 159
"stops.txt" "stop_name" "ROIFFIEUX - CIMETIERE" 227
"stops.txt" "stop_name" "ANNONAY - PLACE ALSACE LORRAINE" 234
"stops.txt" "stop_name" "ANNONAY - MONTALIVET" 250
"stops.txt" "stop_name" "ANNONAY - RUE DES ALPES" 278
"stops.txt" "stop_name" "ROIFFIEUX - VILLAGE" 300
"stops.txt" "stop_name" "ANNONAY - DESCHAUX" 322
"stops.txt" "stop_name" "ANNONAY - MERCIER" 330
"stops.txt" "stop_name" "ANNONAY - LA VALETTE" 339
"stops.txt" "stop_name" "ANNONAY - PLACE DU VIADUC" 340
"stops.txt" "stop_name" "VINZIEUX - village" 346
"stops.txt" "stop_name" "BOULIEU-LES-ANNONAY - CHEMIN DE LA GARE" 367
"stops.txt" "stop_name" "FELINES – RD 242A" 396
"stops.txt" "stop_name" "ANNONAY - VISSENTY" 403
"stops.txt" "stop_name" "ANNONAY - DESCHAUX" 429
"stops.txt" "stop_name" "ANNONAY - MERCIER" 430
"stops.txt" "stop_name" "BOULIEU-LES-ANNONAY - CHEMIN DE LA GARE" 445
"stops.txt" "stop_name" "ANNONAY - L'orée du bois" 499
"stops.txt" "stop_name" "ANNONAY - LEP" 505
"stops.txt" "stop_name" "CHARNAS - LES COINS" 539
"stops.txt" "stop_name" "ANNONAY - LEP" 567
"stops.txt" "stop_name" "ANNONAY - L'orée du bois" 586
"stops.txt" "stop_name" "ANNONAY - LEP" 593
route_long_name_contains_short_name WARNING 10

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`.
"338200001" 2 "Ligne G" "Ligne G - Vinzieux / Annonay"
"345850001" 3 "Ligne E" "Ligne E - St Desirat / Annonay"
"347840001" 4 "Ligne D" "Ligne D - Serrieres / Annonay"
"353690001" 5 "Ligne B" "Ligne B - Ardoix /Quintenas/Fely/Annonay"
"363640001" 6 "Ligne 3S" "Ligne 3S - Roiffieux / Annonay"
"369340001" 7 "Ligne A" "Ligne A - St-Julien / Annonay"
"369340002" 8 "Ligne F" "Ligne F - St Pierre de Boeuf / Annonay"
"371200001" 9 "Ligne C" "Ligne C - Talencieux / Annonay"
"387730001" 10 "Ligne H" "Ligne H - St Marcel / Savas / St Clair/ Boulieu / Annonay"
"LIGNE-5S" 11 "Ligne 5S" "Ligne 5S - St Cyr / Annonay"
stop_too_far_from_shape WARNING 20

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.
109 "596150031-0" "596150031-0" 1400 "261400004" "ANNONAY - Collège Lombardière" [45.24995,4.692599] 170.6388137191227
14 "12b985e1-1f72-4436-91e5-eb89dd41b31f" "12b985e1-1f72-4436-91e5-eb89dd41b31f" 152 "378420001" "BOULIEU-LES-ANNONAY - Parking des Ecoles" [45.2689130307965,4.670395856018124] 456.1912452417049
55 "605730034-3" "605730034-3" 736 "283270007" "ANNONAY - MONTALIVET" [45.24209900000001,4.66854] 685.508963927407
55 "605730034-3" "605730034-3" 745 "260560003" "VANOSC - Route De Pouillas" [45.22118866394657,4.5836394077211695] 824.896052344559
55 "605730034-3" "605730034-3" 746 "274190002" "VANOSC - Salle Jean Moulin" [45.218849000000006,4.5815] 1862.479950898088
55 "605730034-3" "605730034-3" 747 "262430002" "VANOSC - Crt Route De Burdignes" [45.21068176980298,4.570163111752211] 2157.452537996894
96 "7d1512fa-3942-4085-82e7-8668cbcadc9d" "7d1512fa-3942-4085-82e7-8668cbcadc9d" 1264 "378420001" "BOULIEU-LES-ANNONAY - Parking des Ecoles" [45.269477315437044,4.664444888061673] 210.63181580554968
46 "602150030-1" "602150030-1" 638 "261400004" "ANNONAY - Collège Lombardière" [45.249949,4.692598] 170.74441928807863
93 "bb7d8cd6-c02e-4bd4-bcbb-3bc6ed919d5d" "bb7d8cd6-c02e-4bd4-bcbb-3bc6ed919d5d" 1226 "281250005" "ANNONAY - Place Michelet" [45.248958786953075,4.670093302188926] 130.0473127102995
93 "bb7d8cd6-c02e-4bd4-bcbb-3bc6ed919d5d" "bb7d8cd6-c02e-4bd4-bcbb-3bc6ed919d5d" 1229 "378420001" "BOULIEU-LES-ANNONAY - Parking des Ecoles" [45.26992261430969,4.664491022885603] 164.9541739597626
106 "631550003-3" "631550003-3" 1378 "282340003" "ROIFFIEUX - Les places" [45.223763999999996,4.649412] 1357.388464310139
108 "631550003-1" "631550003-1" 1395 "282340003" "ROIFFIEUX - Les places" [45.223763999999996,4.649412] 1357.388464310139
105 "607190070-0" "607190070-0" 1362 "261400004" "ANNONAY - Collège Lombardière" [45.24995,4.692599] 170.6388137191227
86 "4814c1aa-147f-41d3-ac65-5a18451cf953" "4814c1aa-147f-41d3-ac65-5a18451cf953" 1143 "378420001" "BOULIEU-LES-ANNONAY - Parking des Ecoles" [45.269477315437044,4.664444888061673] 210.63181580554968
43 "640830002-0" "640830002-0" 604 "282340003" "ROIFFIEUX - Les places" [45.223763999999996,4.649412] 1357.388464310139
42 "640830002-1" "640830002-1" 578 "284380009" "ANNONAY - Boulodrome" [45.233791000000004,4.685389] 100.64631136298281
42 "640830002-1" "640830002-1" 579 "289950007" "ANNONAY - DESCHAUX" [45.233791,4.684370000000001] 410.3639089612466
42 "640830002-1" "640830002-1" 587 "266450004" "ROIFFIEUX - Complexe sportif" [45.227725,4.655782000000001] 663.2416089300708
42 "640830002-1" "640830002-1" 588 "282340003" "ROIFFIEUX - Les places" [45.227531,4.663609] 1519.9764502359694
54 "633470001-0" "633470001-0" 720 "282340003" "ROIFFIEUX - Les places" [45.22375,4.649403999999999] 1356.5397305873644
stop_without_stop_time WARNING 54

stop_without_stop_time

A stop in stops.txt is not referenced by any stop_times.stop_id.

Such stops are not used by any trip and normally do not provide user value. This notice may indicate a typo in stop_times.txt.

You can see more about this notice here.

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

csvRowNumber (?) The row number of the faulty record. stopId (?) The id of the faulty stop. stopName (?) The name of the faulty stop.
65 "260640003" "ROIFFIEUX - Vigne des 7 hommes"
74 "261440004" "VINZIEUX - Malhauren"
101 "263430006" "VERNOSC - Clémencieux Ht de Chamieux"
116 "265550002" "FELINES - Combalat"
123 "267350005" "TALENCIEUX - Patroly"
139 "268460005" "ROIFFIEUX - Montagnan"
152 "270270001" "ROIFFIEUX - Ecoles"
158 "271290005" "PEAUGRES - Montanet"
161 "272150009" "VINZIEUX - Croix de cendre"
170 "273260003" "VERNOSC - La Peyrouse"
175 "274260004" "ROIFFIEUX - Les Peyreres"
180 "275280007" "TALENCIEUX - La Garde"
181 "275280008" "VERNOSC - Converses"
184 "275310009" "FELINES - Le châtelet"
195 "276420004" "QUINTENAS - Chizaret"
197 "277200010" "TALENCIEUX - Les Rameaux"
202 "277240003" "PEAUGRES – Ecole (Les Tamaris)"
206 "277260003" "PEAUGRES- Praclos"
207 "277270003" "FELINES - La blache"
208 "277270004" "PEAUGRES - Les Varennes"
214 "279330005" "VERNOSC - Rond-point du Mourio"
219 "279360006" "FELINES - La Réatière"
242 "281260007" "TALENCIEUX - La Madonne"
243 "281260008" "VERNOSC - Midon Ouest"
247 "282380005" "ROIFFIEUX - Manicieux"
248 "282390004" "ROIFFIEUX - Les places"
255 "283300008" "VERNOSC - Les Colombes"
257 "283340003" "FELINES - Village"
258 "283340004" "PEAUGRES- Village"
260 "284500003" "ST ROMAIN D'AY - Bille"
264 "284520004" "QUINTENAS - Le Mas"
283 "286410003" "ROIFFIEUX - Les Rivières"
287 "287010008" "TALENCIEUX - Village"
292 "287050003" "PEAUGRES- La Nohérie"
293 "287050004" "PEAUGRES - Peyrelièvre"
301 "287950004" "QUINTENAS - Village"
303 "289020005" "VERNOSC - La Gare"
306 "289030008" "COLOMBIER LE CARDINAL – Barlet"
307 "289030009" "VERNOSC - Croisement Palissonas"
309 "289040005" "VERNOSC - Village"
311 "289050006" "THORRENC - Ozas Transfo"
316 "289070005" "FELINES- La Remise"
326 "290970008" "TALENCIEUX - Les Fonds n°575"
328 "290980007" "PEAUGRES – Lot Les Chênes"
337 "291980002" "QUINTENAS - Brezenaud"
359 "396150002" "DAVEZIEUX - Aire de Covoiturage"
365 "403920001" "ST-CLAIR-LES-ANNONAY - Ecole publique"
525 "STP-" "PEAUGRES - Les Célestins"
526 "STP-100000000" "BOULIEU-LES-ANNONAY - Centre"
538 "STP-100000012" "BROSSAINC - Le Chataignier (Le Bas)"
stops_match_shape_out_of_order WARNING 4

stops_match_shape_out_of_order

Two stop entries are different than their arrival-departure order defined by shapes.txt.

This could indicate a problem with the location of the stops, the path of the shape, or the sequence of the stops for their trip.

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. stopTimeCsvRowNumber1 (?) The row number of the first faulty record from `stop_times.txt`. stopId1 (?) The id of the first stop that is referred to. stopName1 (?) The name of the first stop that is referred to. match1 (?) Latitude and longitude pair of the first matching location. stopTimeCsvRowNumber2 (?) The row number of the second faulty record from `stop_times.txt`. stopId2 (?) The id of the second stop that is referred to. stopName2 (?) The name of the second stop that is referred to. match2 (?) Latitude and longitude pair of the second matching location.
8 "7acbbecc-1fff-477a-bfe0-ea9d449ea0e1" "7acbbecc-1fff-477a-bfe0-ea9d449ea0e1" 73 "269370006" "ANNONAY - Rue Arthur Rimbaud" [45.25219800000001,4.687445] 72 "STP-FELINES-ROUTE-DE-LA-REMISE-RETOUR" "FELINES- Route de la Remise" [45.30954730407168,4.741625279477545]
3 "99e439dd-7b10-4d20-b1a7-1ca39d4fdad1" "99e439dd-7b10-4d20-b1a7-1ca39d4fdad1" 14 "269370006" "ANNONAY - Rue Arthur Rimbaud" [45.25219800000001,4.687445] 13 "STP-FELINES-ROUTE-DE-LA-REMISE-RETOUR" "FELINES- Route de la Remise" [45.30954730407168,4.741625279477545]
107 "631550003-2" "631550003-2" 1383 "270110005" "ANNONAY - PONT CHEVALIER" [45.23562977943263,4.67267354732208] 1382 "270080007" "ANNONAY - Bernaudin Le Haut" [45.231499476936094,4.6704658435189215]
103 "622820033-0" "622820033-0" 1344 "261440005" "FELINES- La Remise" [45.30892223360786,4.741651542009567] 1343 "277280005" "SERRIERES - Centre" [45.31848967080437,4.765218989605362]
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.
"20251212" "20220901" "20250704"
unknown_file INFO 1

unknown_file

A file is unknown.

You can see more about this notice here.

filename (?) The name of the unknown file.
"trips_extensions.txt"
unused_station INFO 1

unused_station

Unused station.

A stop has location_type STATION (1) but does not appear in any stop's parent_station.

You can see more about this notice here.

csvRowNumber (?) The row number of the faulty record. stopId (?) The id of the faulty stop. stopName (?) The name of the faulty stop.
47 "258420004" "ARDOIX - Les Matrons"