GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 5.0.1 at 2024-06-08T08:05:58Z,
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:
GTFS.pro
Publisher URL:
https://gtfs.pro
Feed Language:
French
Feed Start Date:
2023-08-01
Feed End Date:
2024-09-30

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: 1
  • Routes: 30
  • Shapes: 314
  • Stops: 881
  • Trips: 483

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


ShapesFeed InformationRoute ColorsHeadsignsWheelchair AccessibilityLocation Types

Specification Compliance report

1327 notices reported (11 errors, 1316 warnings, 0 infos)

Notice Code Severity Total
stop_time_with_arrival_before_previous_departure_time ERROR 11

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.
2601 2600 "100973-c16a2773791248769071" "12:25:00" "17:23:00"
214 213 "100973-ba00d6964877296ffc42" "07:40:00" "08:20:00"
3627 3626 "100973-a57d244f9fb3aa33b240" "01:00:00" "13:42:00"
1969 1968 "100973-95484fe138f57be30eb2" "07:51:00" "07:55:00"
3048 3047 "100973-be75985ac6ebf0c4d8f4" "07:15:00" "08:12:00"
652 651 "100973-66f85e62418e27b9efe0" "16:25:00" "17:15:00"
1936 1935 "100973-6252962cf9f718549941" "07:59:00" "08:06:00"
1617 1616 "100973-4e9e29dbf1fb23740d5f" "17:08:00" "17:10:00"
919 918 "100973-dc7f8248fb387b8b5650" "15:35:00" "17:10:00"
434 433 "100973-fccca879f700a6d68863" "18:00:00" "18:17:00"
345 344 "100973-b57798a695257afcd3be" "12:04:00" "12:48:00"
fast_travel_between_consecutive_stops WARNING 4

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.
143 "100973-8e94dcaa0be0d262419b" "100973-SCO217" 283.92019322383646 14.196009661191821 1157 0 "100973-STP-MAX-HAUT-DES-RESTANQUES" "Haut des Restanques" "07:20:00" 1158 1 "100973-STP-POU-BELLVU-O" "Bellevue" "07:22:00"
143 "100973-8e94dcaa0be0d262419b" "100973-SCO217" 421.9770364042457 14.065901213474858 1158 1 "100973-STP-POU-BELLVU-O" "Bellevue" "07:22:00" 1159 2 "100973-STP-MAX-CHEMIN-DE-VAOULONGUE" "Chemin de Vaoulongue" "07:23:00"
115 "100973-dc7f8248fb387b8b5650" "100973-SCO204" 201.856618261028 3.364276971017133 918 1 "100973-STP-BRI-PL-CLEM-N" "Place Clemenceau (Ets Jeanne d'Arc)" "17:10:00" 919 2 "100973-STP-CAM-TER-MEN-O" "Terrain du Ménage" "15:35:00"
463 "100973-656bd33e601b5ba2fbc1" "100973-SCO216" 281.31802426949713 14.065901213474858 3501 10 "100973-STP-MAX-CHEMIN-DE-VAOULONGUE" "Chemin de Vaoulongue" "08:06:00" 3502 11 "100973-STP-POU-BELLVU-O" "Bellevue" "08:08:00"
fast_travel_between_far_stops WARNING 4

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.
143 "100973-8e94dcaa0be0d262419b" "100973-SCO217" 283.92019322383646 14.196009661191821 1157 0 "100973-STP-MAX-HAUT-DES-RESTANQUES" "Haut des Restanques" "07:20:00" 1158 1 "100973-STP-POU-BELLVU-O" "Bellevue" "07:22:00"
115 "100973-dc7f8248fb387b8b5650" "100973-SCO204" 628.9558843999558 10.482598073332596 918 1 "100973-STP-BRI-PL-CLEM-N" "Place Clemenceau (Ets Jeanne d'Arc)" "17:10:00" 922 5 "100973-STP-GAR-STE-COLO-N" "Sainte Colombe" "15:45:00"
43 "100973-b57798a695257afcd3be" "100973-SR104" 658.9767814344597 10.982946357240994 338 4 "100973-STP-FOR-ST-JEAN-O" "Saint Jean - Forcalqueiret" "12:30:00" 345 11 "100973-STP-MEO-SOURCE-O" "La Source - Méounes-lès-Montrieux" "12:04:00"
463 "100973-656bd33e601b5ba2fbc1" "100973-SCO216" 281.31802426949713 14.065901213474858 3501 10 "100973-STP-MAX-CHEMIN-DE-VAOULONGUE" "Chemin de Vaoulongue" "08:06:00" 3502 11 "100973-STP-POU-BELLVU-O" "Bellevue" "08:08:00"
mixed_case_recommended_field WARNING 217

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 217 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" "BRIGNOLES - ENTRECASTEAUX" 3
"trips.txt" "trip_headsign" "BRIGNOLES - ENTRECASTEAUX" 4
"trips.txt" "trip_headsign" "BRIGNOLES - ENTRECASTEAUX" 5
"trips.txt" "trip_headsign" "TOURVES - BRIGNOLES" 6
"trips.txt" "trip_headsign" "BRIGNOLES NICOPOLIS" 8
"trips.txt" "trip_headsign" "BRIGNOLES NICOPOLIS" 9
"trips.txt" "trip_headsign" "BRIGNOLES NICOPOLIS" 10
"trips.txt" "trip_headsign" "BRIGNOLES - LA ROQUEBRUSSANNE" 11
"trips.txt" "trip_headsign" "BRIGNOLES - LA ROQUEBRUSSANNE" 12
"trips.txt" "trip_headsign" "BRIGNOLES - LA ROQUEBRUSSANNE" 13
"trips.txt" "trip_headsign" "BRIGNOLES - LA ROQUEBRUSSANNE" 14
"trips.txt" "trip_headsign" "BRIGNOLES - LA ROQUEBRUSSANNE" 15
"trips.txt" "trip_headsign" "LA ROQUEBRUSSANNE - BRIGNOLES" 16
"trips.txt" "trip_headsign" "BRIGNOLES - LA ROQUEBRUSSANNE" 17
"trips.txt" "trip_headsign" "BRIGNOLES - LA ROQUEBRUSSANNE" 18
"trips.txt" "trip_headsign" "BRIGNOLES - LA ROQUEBRUSSANNE" 19
"trips.txt" "trip_headsign" "BRIGNOLES - LA ROQUEBRUSSANNE" 20
"trips.txt" "trip_headsign" "BRIGNOLES - LA ROQUEBRUSSANNE" 21
"trips.txt" "trip_headsign" "BRIGNOLES -TOURVES" 23
"trips.txt" "trip_headsign" "BRIGNOLES - ENTRECASTEAUX" 24
"trips.txt" "trip_headsign" "BRIGNOLES NICOPOLIS" 33
"trips.txt" "trip_headsign" "BRIGNOLES -TOURVES" 34
"trips.txt" "trip_headsign" "BRIGNOLES - ENTRECASTEAUX" 40
"trips.txt" "trip_headsign" "MONTFORT - BRIGNOLES" 41
"trips.txt" "trip_headsign" "BRIGNOLES - LA ROQUEBRUSSANNE" 42
"trips.txt" "trip_headsign" "BRIGNOLES - LA ROQUEBRUSSANNE" 43
"trips.txt" "trip_headsign" "BRIGNOLES - LA ROQUEBRUSSANNE" 44
"trips.txt" "trip_headsign" "LA ROQUEBRUSSANNE - BRIGNOLES" 45
"trips.txt" "trip_headsign" "TOURVES - BRIGNOLES" 47
"trips.txt" "trip_headsign" "BRIGNOLES - ENTRECASTEAUX" 49
"trips.txt" "trip_headsign" "BRIGNOLES - ENTRECASTEAUX" 50
"trips.txt" "trip_headsign" "LA ROQUEBRUSSANNE - BRIGNOLES" 55
"trips.txt" "trip_headsign" "BRIGNOLES - COTIGNAC" 58
"trips.txt" "trip_headsign" "BRIGNOLES -TOURVES" 65
"trips.txt" "trip_headsign" "BRIGNOLES -TOURVES" 70
"trips.txt" "trip_headsign" "BRIGNOLES -TOURVES" 71
"trips.txt" "trip_headsign" "CARCES - CORRENS" 80
"trips.txt" "trip_headsign" "LA ROQUEBRUSSANNE - BRIGNOLES" 91
"trips.txt" "trip_headsign" "LA ROQUEBRUSSANNE - BRIGNOLES" 92
"trips.txt" "trip_headsign" "BRAS - BRIGNOLES" 102
"trips.txt" "trip_headsign" "BRIGNOLES - LA ROQUEBRUSSANNE" 109
"trips.txt" "trip_headsign" "BRIGNOLES -TOURVES" 110
"trips.txt" "trip_headsign" "BRIGNOLES - LA ROQUEBRUSSANNE" 111
"trips.txt" "trip_headsign" "LA ROQUEBRUSSANNE - BRIGNOLES" 112
"trips.txt" "trip_headsign" "BRIGNOLES - COTIGNAC" 113
"trips.txt" "trip_headsign" "COTIGNAC - BRIGNOLES" 114
"trips.txt" "trip_headsign" "BRIGNOLES - LA ROQUEBRUSSANNE" 115
"trips.txt" "trip_headsign" "BRIGNOLES - LA ROQUEBRUSSANNE" 116
"trips.txt" "trip_headsign" "BRIGNOLES - LA ROQUEBRUSSANNE" 117
"trips.txt" "trip_headsign" "BRIGNOLES - LA ROQUEBRUSSANNE" 118
non_ascii_or_non_printable_char WARNING 115

non_ascii_or_non_printable_char

Non ascii or non printable char in ID field.

A value of a field with type ID contains non ASCII or non printable characters. This is not recommended.

You can see more about this notice here.

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

filename (?) Name of the faulty file. csvRowNumber (?) Row number of the faulty record. columnName (?) Name of the column where the error occurred. fieldValue (?) Faulty value.
"calendar.txt" 6 "service_id" "100973-Toute-l'année-hors-feries-du-L-au-V"
"calendar.txt" 7 "service_id" "100973-vacances-hiver-été-hors-feriés-le-LMMeJV"
"calendar.txt" 8 "service_id" "100973-Toute-l'année-hors-feriés-le-Sa"
"calendar.txt" 9 "service_id" "100973-Toute-l'année-hors-feriés-le-Me"
"calendar.txt" 11 "service_id" "100973-Toute-l'année-hors-feries-du-L-au-S"
"calendar_dates.txt" 90 "service_id" "100973-Toute-l'année-hors-feries-du-L-au-V"
"calendar_dates.txt" 91 "service_id" "100973-vacances-hiver-été-hors-feriés-le-LMMeJV"
"calendar_dates.txt" 92 "service_id" "100973-vacances-hiver-été-hors-feriés-le-LMMeJV"
"calendar_dates.txt" 93 "service_id" "100973-vacances-hiver-été-hors-feriés-le-LMMeJV"
"calendar_dates.txt" 94 "service_id" "100973-vacances-hiver-été-hors-feriés-le-LMMeJV"
"calendar_dates.txt" 95 "service_id" "100973-vacances-hiver-été-hors-feriés-le-LMMeJV"
"calendar_dates.txt" 96 "service_id" "100973-vacances-hiver-été-hors-feriés-le-LMMeJV"
"calendar_dates.txt" 97 "service_id" "100973-vacances-hiver-été-hors-feriés-le-LMMeJV"
"calendar_dates.txt" 98 "service_id" "100973-vacances-hiver-été-hors-feriés-le-LMMeJV"
"calendar_dates.txt" 99 "service_id" "100973-vacances-hiver-été-hors-feriés-le-LMMeJV"
"calendar_dates.txt" 100 "service_id" "100973-vacances-hiver-été-hors-feriés-le-LMMeJV"
"calendar_dates.txt" 101 "service_id" "100973-vacances-hiver-été-hors-feriés-le-LMMeJV"
"calendar_dates.txt" 102 "service_id" "100973-vacances-hiver-été-hors-feriés-le-LMMeJV"
"calendar_dates.txt" 103 "service_id" "100973-vacances-hiver-été-hors-feriés-le-LMMeJV"
"calendar_dates.txt" 104 "service_id" "100973-vacances-hiver-été-hors-feriés-le-LMMeJV"
"calendar_dates.txt" 105 "service_id" "100973-vacances-hiver-été-hors-feriés-le-LMMeJV"
"calendar_dates.txt" 106 "service_id" "100973-vacances-hiver-été-hors-feriés-le-LMMeJV"
"calendar_dates.txt" 107 "service_id" "100973-vacances-hiver-été-hors-feriés-le-LMMeJV"
"calendar_dates.txt" 108 "service_id" "100973-vacances-hiver-été-hors-feriés-le-LMMeJV"
"calendar_dates.txt" 109 "service_id" "100973-vacances-hiver-été-hors-feriés-le-LMMeJV"
"calendar_dates.txt" 110 "service_id" "100973-vacances-hiver-été-hors-feriés-le-LMMeJV"
"calendar_dates.txt" 111 "service_id" "100973-vacances-hiver-été-hors-feriés-le-LMMeJV"
"calendar_dates.txt" 112 "service_id" "100973-vacances-hiver-été-hors-feriés-le-LMMeJV"
"calendar_dates.txt" 113 "service_id" "100973-vacances-hiver-été-hors-feriés-le-LMMeJV"
"calendar_dates.txt" 114 "service_id" "100973-vacances-hiver-été-hors-feriés-le-LMMeJV"
"calendar_dates.txt" 115 "service_id" "100973-vacances-hiver-été-hors-feriés-le-LMMeJV"
"calendar_dates.txt" 116 "service_id" "100973-vacances-hiver-été-hors-feriés-le-LMMeJV"
"calendar_dates.txt" 117 "service_id" "100973-vacances-hiver-été-hors-feriés-le-LMMeJV"
"calendar_dates.txt" 118 "service_id" "100973-vacances-hiver-été-hors-feriés-le-LMMeJV"
"calendar_dates.txt" 119 "service_id" "100973-vacances-hiver-été-hors-feriés-le-LMMeJV"
"calendar_dates.txt" 120 "service_id" "100973-vacances-hiver-été-hors-feriés-le-LMMeJV"
"calendar_dates.txt" 121 "service_id" "100973-vacances-hiver-été-hors-feriés-le-LMMeJV"
"calendar_dates.txt" 146 "service_id" "100973-Toute-l'année-hors-feries-du-L-au-S"
"trips.txt" 8 "service_id" "100973-Toute-l'année-hors-feries-du-L-au-V"
"trips.txt" 9 "service_id" "100973-Toute-l'année-hors-feries-du-L-au-V"
"trips.txt" 10 "service_id" "100973-Toute-l'année-hors-feries-du-L-au-V"
"trips.txt" 33 "service_id" "100973-Toute-l'année-hors-feries-du-L-au-V"
"trips.txt" 42 "service_id" "100973-vacances-hiver-été-hors-feriés-le-LMMeJV"
"trips.txt" 43 "service_id" "100973-vacances-hiver-été-hors-feriés-le-LMMeJV"
"trips.txt" 44 "service_id" "100973-Toute-l'année-hors-feriés-le-Sa"
"trips.txt" 45 "service_id" "100973-vacances-hiver-été-hors-feriés-le-LMMeJV"
"trips.txt" 55 "service_id" "100973-vacances-hiver-été-hors-feriés-le-LMMeJV"
"trips.txt" 61 "service_id" "100973-Toute-l'année-hors-feriés-le-Me"
"trips.txt" 62 "service_id" "100973-Toute-l'année-hors-feriés-le-Me"
"trips.txt" 63 "service_id" "100973-Toute-l'année-hors-feriés-le-Me"
stop_too_far_from_shape WARNING 961

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.

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

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.
211 "100973-R-107-207-1R" "100973-8ba8bf8125ce3b9ed774" 1646 "100973-STP-SAI-LYCEE-JANETTI2-S" "Lycée Janetti 2" [43.455815,5.858538000000001] 257.3299807497509
330 "100973-A-101-13A" "100973-ee5c8932bb111ba4eec0" 2557 "100973-STP-BRI-PL-CLEM-N" "Place Clemenceau (Ets Jeanne d'Arc)" [43.40671409868921,6.069421010793662] 219.66941198173228
330 "100973-A-101-13A" "100973-ee5c8932bb111ba4eec0" 2561 "100973-STP-BRI-LA-CREATION" "Nicopolis La Création 1" [43.396504,6.15464] 348.5944770799058
330 "100973-A-101-13A" "100973-ee5c8932bb111ba4eec0" 2562 "100973-STP-BRI-LA-CREATION-2" "Nicopolis La Création 2" [43.396504,6.15464] 583.7452985082266
330 "100973-A-101-13A" "100973-ee5c8932bb111ba4eec0" 2563 "100973-STP-BRI-LA-CREATION-3" "Nicopolis La Création 3" [43.396504,6.15464] 446.2508060428066
330 "100973-A-101-13A" "100973-ee5c8932bb111ba4eec0" 2566 "100973-STP-BRI-LA-BRUYERE-1" "Nicopolis La Bruyère 1" [43.39562156353461,6.143661977824856] 184.26105461828254
330 "100973-A-101-13A" "100973-ee5c8932bb111ba4eec0" 2567 "100973-STP-BRI-LA-BRUYERE-2" "Nicopolis La Bruyère 2" [43.396126202172326,6.138885509864008] 239.17966417435636
344 "100973-R-214-11R" "100973-98b39a45cd63f9753f07" 2657 "100973-STP-ROU-LOT-VALLON-MARSEILLAIS" "Lot Vallon Marseillais" [43.39896899109758,5.851424483465934] 227.39564338737725
220 "100973-R-216-1R" "100973-e541b1d739c6bf7e5dcd" 1730 "100973-STP-MAX-PTE-RTE-MRS-O" "Petite Route de Marseille - Saint-Maximin-la-Sainte-Baume" [43.437157,5.856344] 270.11874329689266
30 "100973-A-217-13A" "100973-a186dc296f7927b4c4b5" 229 "100973-STP-MAX-COL-MATIS-PARC-N" "Collège Matisse Parking" [43.453120999999996,5.866935] 878.691496191739
456 "100973-A-218-3A" "100973-e1f5626d6b5290f9b14d" 3427 "100973-STP-MAX-ARGERI-O" "L'Argerie" [43.44461216027796,5.8625341215378075] 245.0020185072162
228 "100973-R-215-16R" "100973-815b4819cb11fe624c40" 1770 "100973-STP-MAX-COL-GARU-N" "Collège Leï Garrus" [43.45757665082673,5.855119602172244] 766.4978955685505
339 "100973-A-104-A2" "100973-384462be7c82082fb421" 2628 "100973-STP-CAM-TER-MEN-E" "Terrain du Ménage" [43.37619728487031,6.061273315231094] 3068.237595535953
339 "100973-A-104-A2" "100973-384462be7c82082fb421" 2629 "100973-STP-BRI-PL-CLEM-N" "Place Clemenceau (Ets Jeanne d'Arc)" [43.40737,6.063976999999999] 496.9701884076677
45 "100973-A-104-A1" "100973-b3d35857b0b400818dda" 366 "100973-STP-CAM-TER-MEN-E" "Terrain du Ménage" [43.37619728487031,6.061273315231094] 3068.237595535953
45 "100973-A-104-A1" "100973-b3d35857b0b400818dda" 367 "100973-STP-BRI-PL-CLEM-N" "Place Clemenceau (Ets Jeanne d'Arc)" [43.40737,6.063976999999999] 496.9701884076677
56 "100973-R-214-10R" "100973-3236fed745459b9698c4" 474 "100973-STP-NAN-QUA-CHE-S" "Quatre Chemins - Nans-les-Pins" [43.37775781761217,5.8062368636796755] 1823.6016469848703
56 "100973-R-214-10R" "100973-3236fed745459b9698c4" 475 "100973-STP-NAN-CON-PAR-O" "Concert Paradis" [43.37446683236102,5.7969473089788695] 1209.7327468283356
56 "100973-R-214-10R" "100973-3236fed745459b9698c4" 476 "100973-STP-NAN-LORE-GOL-O" "L'Orée du Golf" [43.37250742257545,5.791417915409297] 941.9883762723724
56 "100973-R-214-10R" "100973-3236fed745459b9698c4" 477 "100973-STP-NAN-JAR-STE-BAU-O" "Jardins de la Sainte Baume" [43.3714849867693,5.788533073571934] 675.706309608345
373 "100973-064128cb-a1c1-4d50-88a7-cd7b96744b27" "100973-8fd534a2bcc7c5f022e1" 2829 "100973-STP-ROQ-MAIS-TEM-LIB-U" "Maison du Temps Libre" [43.310292,6.008345] 3432.2286699255897
373 "100973-064128cb-a1c1-4d50-88a7-cd7b96744b27" "100973-8fd534a2bcc7c5f022e1" 2830 "100973-STP-ROQ-CRAUX-U" "Les Craux" [43.310292,6.008345] 3919.382506896536
371 "100973-A-213-A10" "100973-cd516ea8678fd9a35038" 2822 "100973-STP-TOU-LOT-TUF-LAOU-N" "Lotissement Les Tufs - Le Laou" [43.41399679985614,5.916589220306852] 293.7529311631883
371 "100973-A-213-A10" "100973-cd516ea8678fd9a35038" 2824 "100973-STP-BRI-PL-CLEM-N" "Place Clemenceau (Ets Jeanne d'Arc)" [43.40737,6.063976999999999] 496.9701884076677
356 "100973-A-225-A4" "100973-6e8927b57288519db2a6" 2718 "100973-STP-GAR-JUL-VERNE-E" "Jules Verne" [43.33963099999999,6.049752000000001] 477.1715125441681
304 "100973-A-213-A11" "100973-34e6f3c0ecd68b3c3b4c" 2393 "100973-STP-TOU-LOT-TUF-LAOU-N" "Lotissement Les Tufs - Le Laou" [43.4140530506464,5.917072932805086] 324.66568745408284
304 "100973-A-213-A11" "100973-34e6f3c0ecd68b3c3b4c" 2395 "100973-STP-BRI-PL-CLEM-N" "Place Clemenceau (Ets Jeanne d'Arc)" [43.40737,6.063976999999999] 496.9701884076677
306 "100973-A-213-A11" "100973-6343e0fb3cdab87a6959" 2399 "100973-STP-MAX-COL-MATIS-PARC-N" "Collège Matisse Parking" [43.448577057533186,5.868691730047358] 490.454100571784
36 "100973-7221f30c-a9eb-4435-8a55-8d1b9906aaff" "100973-d9028de2b142dfadf442" 284 "100973-STP-ANA-GARE-E" "La Gare" [43.34533700000001,6.084499999999999] 3606.126789495574
369 "100973-A-213-A12" "100973-a0377894253f8e427644" 2810 "100973-STP-TOU-HALT-ROUT-N" "Halte Routière - Tourves" [43.43713507927324,5.932562076348669] 2995.0873213010304
369 "100973-A-213-A12" "100973-a0377894253f8e427644" 2811 "100973-STP-TOU-LOT-TUF-LAOU-N" "Lotissement Les Tufs - Le Laou" [43.43854452976063,5.926984944403876] 3128.5762286828503
369 "100973-A-213-A12" "100973-a0377894253f8e427644" 2813 "100973-STP-BRI-PL-CLEM-N" "Place Clemenceau (Ets Jeanne d'Arc)" [43.40737,6.063976999999999] 496.9701884076677
267 "100973-A-217-7A" "100973-7b3d2d7a5fbf1024764e" 2050 "100973-STP-MAX-RTE-BRAS-N" "Route de Bras - Saint-Maximin-la-Sainte-Baume" [43.46853,5.891875] 1492.0402007172127
267 "100973-A-217-7A" "100973-7b3d2d7a5fbf1024764e" 2051 "100973-STP-MAX-CHE-CLARET-O" "Chemin du Claret" [43.463331,5.882972999999999] 1323.3382932910383
267 "100973-A-217-7A" "100973-7b3d2d7a5fbf1024764e" 2052 "100973-STP-MAX-BAS-DU-RESTY" "Bas du Resty" [43.459698836595514,5.876143685020421] 891.5207381968321
267 "100973-A-217-7A" "100973-7b3d2d7a5fbf1024764e" 2053 "100973-STP-MAX-LOT-ST-JEAN-N" "Lotissement Saint Jean" [43.45687021941806,5.871230904886537] 549.4375823555233
368 "100973-A-213-A13" "100973-27e29577208ae4e2cb44" 2808 "100973-STP-BRI-PL-CLEM-N" "Place Clemenceau (Ets Jeanne d'Arc)" [43.40737,6.063976999999999] 496.9701884076677
125 "100973-A-101-12A" "100973-3c3d03f12ba71f43f136" 1014 "100973-STP-BRI-PL-CLEM-N" "Place Clemenceau (Ets Jeanne d'Arc)" [43.40671409868921,6.069421010793662] 219.66941198173228
125 "100973-A-101-12A" "100973-3c3d03f12ba71f43f136" 1018 "100973-STP-BRI-LA-CREATION" "Nicopolis La Création 1" [43.396504,6.15464] 348.5944770799058
125 "100973-A-101-12A" "100973-3c3d03f12ba71f43f136" 1019 "100973-STP-BRI-LA-CREATION-2" "Nicopolis La Création 2" [43.396504,6.15464] 583.7452985082266
125 "100973-A-101-12A" "100973-3c3d03f12ba71f43f136" 1020 "100973-STP-BRI-LA-CREATION-3" "Nicopolis La Création 3" [43.396504,6.15464] 446.2508060428066
125 "100973-A-101-12A" "100973-3c3d03f12ba71f43f136" 1023 "100973-STP-BRI-LA-BRUYERE-1" "Nicopolis La Bruyère 1" [43.39562156353461,6.143661977824856] 184.26105461828254
125 "100973-A-101-12A" "100973-3c3d03f12ba71f43f136" 1024 "100973-STP-BRI-LA-BRUYERE-2" "Nicopolis La Bruyère 2" [43.396126202172326,6.138885509864008] 239.17966417435636
256 "100973-A-216-10A" "100973-3eb27609b54f9f616c9e" 1980 "100973-STP-MAX-SORBIER-N" "La Sorbière" [43.43866,5.875929999999999] 4989.529719275032
256 "100973-A-216-10A" "100973-3eb27609b54f9f616c9e" 1981 "100973-STP-MAX-RTE-MRS-GROS-PIER-O" "Route de Marseille Grosses Pierres" [43.43866,5.875929999999999] 4781.293434248078
256 "100973-A-216-10A" "100973-3eb27609b54f9f616c9e" 1982 "100973-STP-MAX-PIST-DFCI-RECOU-O" "Piste Dfci Recours" [43.43866,5.875929999999999] 2649.8613199367323
256 "100973-A-216-10A" "100973-3eb27609b54f9f616c9e" 1983 "100973-STP-MAX-RTE-ROUGIE-CHE-GRD-CHEN-E" "Route de Rougiers/Chemin du Grand Chêne" [43.43866,5.875929999999999] 1677.3854775270545
256 "100973-A-216-10A" "100973-3eb27609b54f9f616c9e" 1984 "100973-STP-MAX-450-RTE-ROUG-E" "450 Route de Rougiers" [43.43866,5.875929999999999] 1865.4232414839073
256 "100973-A-216-10A" "100973-3eb27609b54f9f616c9e" 1985 "100973-STP-MAX-RTE-ROUGIE-O" "750 Route de Rougiers" [43.43866,5.875929999999999] 2174.7191994626505
256 "100973-A-216-10A" "100973-3eb27609b54f9f616c9e" 1986 "100973-STP-MAX-CHE-CHAP-CHE-FORE-O" "Chemin de la Chapelle/Chemin de la Forêt" [43.43866,5.875929999999999] 2447.3146288750463
stops_match_shape_out_of_order WARNING 15

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.
254 "100973-R-216-2R" "100973-7b5bb60b77549bbd5e14" 1966 "100973-STP-MAX-PTE-RTE-MRS-O" "Petite Route de Marseille - Saint-Maximin-la-Sainte-Baume" [43.43947754480418,5.8575017225123736] 1965 "100973-STP-MAX-PIST-DFCI-RECOU-O" "Piste Dfci Recours" [43.427966000000005,5.846603]
383 "100973-A-204-A12" "100973-ce8084f5abf234e32061" 2885 "100973-STP-BRI-L-YRA-N" "Lycée Raynouard (parking)" [43.412719,6.064915] 2884 "100973-STP-BRI-PL-CLEM-N" "Place Clemenceau (Ets Jeanne d'Arc)" [43.408663000000004,6.069866]
246 "100973-R-224-R4" "100973-1d88f192bd4c2c697542" 1876 "100973-STP-ANA-SAL-POLYV-N" "Salle Polyvalente" [43.33959269224548,6.120943437048356] 1875 "100973-STP-ANA-SAL-POLYV-S" "Salle Polyvalente" [43.33956799999999,6.121419999999999]
422 "100973-R-217-1R" "100973-fbb92fdbe061b525616c" 3195 "100973-STP-MAX-335-DENIE-AUVIER-O" "335 12 Deniers et Auvière" [43.465860234684406,5.8794238203402] 3194 "100973-STP-MAX-216-DENI-AUVIERE-O" "216 12 Deniers et Auvière" [43.46510632551411,5.879304385806613]
51 "100973-R-219-15R" "100973-2309da0ff436e89e0ae0" 392 "100973-STP-POU-IMP-PINS-N" "Impasse des Pins" [43.49745,5.757820000000001] 391 "100973-STP-POU-ROUVIER-S" "La Rouvière" [43.49879000000001,5.7475760000000005]
394 "100973-R-213-R4" "100973-56371caeeee58c4ad115" 2956 "100973-STP-BRI-PL-CLEM-N" "Place Clemenceau (Ets Jeanne d'Arc)" [43.408663000000004,6.069866] 2955 "100973-STP-BRI-L-YRA-N" "Lycée Raynouard (parking)" [43.412719,6.064915]
53 "100973-R-219-13R" "100973-fccca879f700a6d68863" 422 "100973-STP-POU-RUE-HERMENT-E" "Rue des Hermentaires" [43.503346,5.753412] 421 "100973-STP-POU-COUVE-MINIM-S" "Le Couvent des Minimes" [43.50331958625306,5.750713160862172]
302 "100973-R-225-1R" "100973-e02d1f4ea2e05637c231" 2386 "100973-STP-MEO-PLANE-E" "Planesselves" [43.29238476028176,5.9822584097726565] 2385 "100973-STP-MEO-FORUM-N" "Le Forum" [43.280934,5.967064]
413 "100973-R-217-5R" "100973-5576a107afbd8cbd2ea0" 3119 "100973-STP-MAX-TRANSFO-CHE-REGALET-S" "Transformateur Chemin Régalette" [43.472943,5.873547] 3118 "100973-STP-MAX-CROIS-AMANDIE-MESANG-O" "Croisement Amandiers/Mésanges" [43.472264,5.877068000000001]
295 "100973-f0341568-6165-4443-82fb-94e97dd7553f" "100973-0fed025e229d7e99ad32" 2332 "100973-STP-BRI-PL-CLEM-N" "Place Clemenceau (Ets Jeanne d'Arc)" [43.408663000000004,6.069866] 2331 "100973-STP-BRI-L-YRA-N" "Lycée Raynouard (parking)" [43.412719,6.064915]
457 "100973-A-224-A1" "100973-197cc81e485fb777a7bd" 3436 "100973-STP-FOR-ST-JEAN-E" "Saint Jean - Forcalqueiret" [43.334100487638665,6.077284514284327] 3435 "100973-STP-FOR-PESSE-E" "Pesseguière" [43.33202414986775,6.077125286092821]
244 "100973-108a5c63-d8db-48a3-99d9-bcdbd94be42d" "100973-b233d3beed4c5bced638" 1870 "100973-STP-ANA-SAL-POLYV-N" "Salle Polyvalente" [43.33959269224548,6.120943437048356] 1869 "100973-STP-ANA-GARE-E" "La Gare" [43.342586000000004,6.128932999999996]
185 "100973-R-217-27R" "100973-5885d22b1e3ef1683e6e" 1447 "100973-STP-MAX-CHEMIN-DE-VAOULONGUE" "Chemin de Vaoulongue" [43.455941,5.887942000000001] 1446 "100973-STP-MAX-HA-RESTY-N" "Haut Resty" [43.45656493336272,5.888648821446882]
310 "100973-A-223-A5" "100973-7186a1cf86cb4991f9dc" 2436 "100973-STP-ROC-FARIGOU-O" "Les Farigoulettes" [43.321924,6.058272] 2435 "100973-STP-ROC-FONTAI-RICO-O" "Fontaine De Ricaud" [43.31296641110664,6.080245750967673]
478 "100973-R-210-R1" "100973-399c02018a6108092993" 3591 "100973-STP-BRI-COL-CEZ-S" "Collège Paul Cézanne" [43.402889,6.072535] 3590 "100973-STP-BRI-COL-JMO-S" "Collège Jean Moulin" [43.41179204330369,6.060268202991579]