GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 5.0.1 at 2024-06-08T08:06:07Z,
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:
N/A
Publisher URL:
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: 0
  • Blocks: 1
  • Routes: 30
  • Shapes: 505
  • Stops: 1119
  • Trips: 505

Specification Compliance report

5776 notices reported (16 errors, 5739 warnings, 21 infos)

Notice Code Severity Total
invalid_url ERROR 1

invalid_url

A field contains a malformed URL.

Definitions for valid URLs are quite vague. We perform strict validation using the Apache Commons UrlValidator.

You can see more about this notice here.

filename (?) The name of the faulty file. csvRowNumber (?) The row of the faulty record. fieldName (?) Faulty record's field name. fieldValue (?) Faulty value.
"agency.txt" 2 "agency_url" "www.caprovenceverte.fr"
start_and_end_range_out_of_order ERROR 10

start_and_end_range_out_of_order

Two date or time fields are out of order.

Date or time fields have been found out of order in calendar.txt, feed_info.txt and stop_times.txt.

You can see more about this notice here.

filename (?) The name of the faulty file. csvRowNumber (?) The row number of the faulty record. startFieldName (?) The start value's field name. startValue (?) The start value. endFieldName (?) The end value's field name. endValue (?) The end value.
"stop_times.txt" 160 "arrival_time" "13:41:00" "departure_time" "13:40:00"
"stop_times.txt" 345 "arrival_time" "12:49:00" "departure_time" "12:04:00"
"stop_times.txt" 1648 "arrival_time" "17:13:00" "departure_time" "17:08:00"
"stop_times.txt" 1967 "arrival_time" "08:07:00" "departure_time" "07:59:00"
"stop_times.txt" 2645 "arrival_time" "17:25:00" "departure_time" "12:25:00"
"stop_times.txt" 2747 "arrival_time" "17:30:00" "departure_time" "17:25:00"
"stop_times.txt" 2965 "arrival_time" "13:10:00" "departure_time" "13:05:00"
"stop_times.txt" 3115 "arrival_time" "08:15:00" "departure_time" "07:15:00"
"stop_times.txt" 3324 "arrival_time" "12:35:00" "departure_time" "12:30:00"
"stop_times.txt" 3735 "arrival_time" "13:44:00" "departure_time" "01:00:00"
stop_time_with_arrival_before_previous_departure_time ERROR 5

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.
2000 1999 "A-216-11A" "07:51:00" "07:55:00"
214 213 "A-217-12A" "07:40:00" "08:20:00"
925 924 "R-204-R16" "15:35:00" "17:10:00"
434 433 "R-219-14R" "18:00:00" "18:17:00"
658 657 "R-217-22R" "16:25:00" "17:15: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.
146 "A-217-9A" "SCO217" 283.92019322383646 14.196009661191821 1166 64 "STP-MAX-HAUT-DES-RESTANQUES" "Haut des Restanques" "07:20:00" 1167 65 "STP-POU-BELLVU-O" "Bellevue" "07:22:00"
146 "A-217-9A" "SCO217" 421.9770364042457 14.065901213474858 1167 65 "STP-POU-BELLVU-O" "Bellevue" "07:22:00" 1168 66 "STP-MAX-CHEMIN-DE-VAOULONGUE" "Chemin de Vaoulongue" "07:23:00"
117 "R-204-R16" "SCO204" 201.856618261028 3.364276971017133 924 2 "STP-BRI-PL-CLEM-N" "Place Clemenceau (Ets Jeanne d'Arc)" "17:10:00" 925 6 "STP-CAM-TER-MEN-O" "Terrain du Ménage" "15:35:00"
483 "A-216-7A" "SCO216" 281.31802426949713 14.065901213474858 3599 17 "STP-MAX-CHEMIN-DE-VAOULONGUE" "Chemin de Vaoulongue" "08:06:00" 3600 18 "STP-POU-BELLVU-O" "Bellevue" "08:08: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.
146 "A-217-9A" "SCO217" 283.92019322383646 14.196009661191821 1166 64 "STP-MAX-HAUT-DES-RESTANQUES" "Haut des Restanques" "07:20:00" 1167 65 "STP-POU-BELLVU-O" "Bellevue" "07:22:00"
117 "R-204-R16" "SCO204" 628.9558843999558 10.482598073332596 924 2 "STP-BRI-PL-CLEM-N" "Place Clemenceau (Ets Jeanne d'Arc)" "17:10:00" 928 22 "STP-GAR-STE-COLO-N" "Sainte Colombe" "15:45:00"
483 "A-216-7A" "SCO216" 281.31802426949713 14.065901213474858 3599 17 "STP-MAX-CHEMIN-DE-VAOULONGUE" "Chemin de Vaoulongue" "08:06:00" 3600 18 "STP-POU-BELLVU-O" "Bellevue" "08:08:00"
leading_or_trailing_whitespaces WARNING 2

leading_or_trailing_whitespaces

The value in CSV file has leading or trailing whitespaces.

This notice is emitted for values protected with double quotes since whitespaces for non-protected values are trimmed automatically by CSV parser.

The validator strips whitespaces from protected values. We do not see any use case when such a whitespace may be needed. On the other hand, some real-world feeds use trailing whitespaces for some values and omit them for the others. This is causing the largest problem when a primary key and a foreign key differ just by a whitespace: it is clear that they are intended to be the same, that is why we always strip whitespaces.

You can see more about this notice here.

filename (?) The name of the faulty file. csvRowNumber (?) The row of the faulty record. fieldName (?) Faulty record's field name. fieldValue (?) Faulty value.
"stops.txt" 626 "stop_name" " Nicopolis La Bruyère 1"
"stops.txt" 1103 "stop_name" "Canal de Provence "
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 3921

missing_timepoint_value

stop_times.timepoint value is missing for a record.

Even though the column timepoint is optional in stop_times.txt according to the specification, stop_times.timepoint should not be empty when provided.

You can see more about this notice here.

Only the first 50 of 3921 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 "064128cb-a1c1-4d50-88a7-cd7b96744b27" 1
3 "064128cb-a1c1-4d50-88a7-cd7b96744b27" 9
4 "24714c3e-8192-4ff5-a7bb-cab7d4bccbc0" 3
5 "24714c3e-8192-4ff5-a7bb-cab7d4bccbc0" 5
6 "24714c3e-8192-4ff5-a7bb-cab7d4bccbc0" 6
7 "24714c3e-8192-4ff5-a7bb-cab7d4bccbc0" 7
8 "R-203-R17" 3
9 "R-203-R17" 4
10 "R-203-R17" 5
11 "R-203-R17" 6
12 "R-203-R17" 12
13 "R-203-R1" 3
14 "R-203-R1" 5
15 "R-203-R1" 6
16 "R-203-R1" 12
17 "R-203-R1" 14
18 "A-213-A1" 14
19 "A-213-A1" 15
20 "A-213-A1" 19
21 "R-210-R7" 2
22 "R-210-R7" 3
23 "R-210-R7" 9
24 "R-210-R7" 10
25 "R-210-R7" 15
26 "R-210-R7" 16
27 "da249ea2-6d5a-426f-b2ed-23ebe0ccf00e" 7
28 "da249ea2-6d5a-426f-b2ed-23ebe0ccf00e" 8
29 "da249ea2-6d5a-426f-b2ed-23ebe0ccf00e" 9
30 "da249ea2-6d5a-426f-b2ed-23ebe0ccf00e" 10
31 "da249ea2-6d5a-426f-b2ed-23ebe0ccf00e" 11
32 "da249ea2-6d5a-426f-b2ed-23ebe0ccf00e" 12
33 "da249ea2-6d5a-426f-b2ed-23ebe0ccf00e" 13
34 "da249ea2-6d5a-426f-b2ed-23ebe0ccf00e" 14
35 "da249ea2-6d5a-426f-b2ed-23ebe0ccf00e" 15
36 "da249ea2-6d5a-426f-b2ed-23ebe0ccf00e" 16
37 "da249ea2-6d5a-426f-b2ed-23ebe0ccf00e" 17
38 "da249ea2-6d5a-426f-b2ed-23ebe0ccf00e" 18
39 "da249ea2-6d5a-426f-b2ed-23ebe0ccf00e" 20
40 "da249ea2-6d5a-426f-b2ed-23ebe0ccf00e" 21
41 "9942c0a8-011e-4b85-a6ce-a86e1ef1408e" 7
42 "9942c0a8-011e-4b85-a6ce-a86e1ef1408e" 8
43 "9942c0a8-011e-4b85-a6ce-a86e1ef1408e" 9
44 "9942c0a8-011e-4b85-a6ce-a86e1ef1408e" 10
45 "9942c0a8-011e-4b85-a6ce-a86e1ef1408e" 11
46 "9942c0a8-011e-4b85-a6ce-a86e1ef1408e" 12
47 "9942c0a8-011e-4b85-a6ce-a86e1ef1408e" 13
48 "9942c0a8-011e-4b85-a6ce-a86e1ef1408e" 14
49 "9942c0a8-011e-4b85-a6ce-a86e1ef1408e" 15
50 "9942c0a8-011e-4b85-a6ce-a86e1ef1408e" 16
51 "9942c0a8-011e-4b85-a6ce-a86e1ef1408e" 17
mixed_case_recommended_field WARNING 237

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 237 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.
"stops.txt" "stop_name" "tourves" 2
"stops.txt" "stop_name" "LES FLOUNS 1" 553
"stops.txt" "stop_name" "LA TREILLE" 560
"stops.txt" "stop_name" "LES FLOUNS 2" 1101
"stops.txt" "stop_name" "LES FLOUNS 1" 1104
"stops.txt" "stop_name" "LA TREILLE" 1110
"routes.txt" "route_long_name" "NAVETTE BRIG 101" 22
"routes.txt" "route_long_name" "NAVETTE BRIG 110" 28
"routes.txt" "route_long_name" "NAVETTE BRIG 111" 31
"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" 67
"trips.txt" "trip_headsign" "BRIGNOLES -TOURVES" 71
"trips.txt" "trip_headsign" "BRIGNOLES -TOURVES" 72
"trips.txt" "trip_headsign" "BRIGNOLES -TOURVES" 73
"trips.txt" "trip_headsign" "CARCES - CORRENS" 82
"trips.txt" "trip_headsign" "LA ROQUEBRUSSANNE - BRIGNOLES" 93
"trips.txt" "trip_headsign" "LA ROQUEBRUSSANNE - BRIGNOLES" 94
non_ascii_or_non_printable_char WARNING 295

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 295 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.
"trips.txt" 8 "service_id" "Toute l'année hors feries du L au V"
"trips.txt" 9 "service_id" "Toute l'année hors feries du L au V"
"trips.txt" 10 "service_id" "Toute l'année hors feries du L au V"
"trips.txt" 33 "service_id" "Toute l'année hors feries du L au V"
"trips.txt" 42 "service_id" "vacances hiver été hors feriés le LMMeJV"
"trips.txt" 43 "service_id" "vacances hiver été hors feriés le LMMeJV"
"trips.txt" 44 "service_id" "Toute l'année hors feriés le Sa"
"trips.txt" 45 "service_id" "vacances hiver été hors feriés le LMMeJV"
"trips.txt" 55 "service_id" "vacances hiver été hors feriés le LMMeJV"
"trips.txt" 61 "service_id" "Toute l'année hors feriés le Me"
"trips.txt" 62 "service_id" "Toute l'année hors feriés le Me"
"trips.txt" 63 "service_id" "Toute l'année hors feriés le Me"
"trips.txt" 64 "service_id" "Toute l'année hors feriés le Me"
"trips.txt" 115 "service_id" "Toute l'année hors feries du L au V"
"trips.txt" 116 "service_id" "Toute l'année hors feriés le Sa"
"trips.txt" 125 "service_id" "Toute l'année hors feries du L au V"
"trips.txt" 126 "service_id" "Toute l'année hors feries du L au V"
"trips.txt" 127 "service_id" "Toute l'année hors feries du L au V"
"trips.txt" 128 "service_id" "Toute l'année hors feries du L au V"
"trips.txt" 129 "service_id" "Toute l'année hors feries du L au V"
"trips.txt" 130 "service_id" "Toute l'année hors feries du L au V"
"trips.txt" 156 "service_id" "Toute l'année hors feries du L au S"
"trips.txt" 157 "service_id" "vacances hiver été hors feriés le LMMeJV"
"trips.txt" 161 "service_id" "Toute l'année hors feries du L au S"
"trips.txt" 162 "service_id" "Toute l'année hors feries du L au S"
"trips.txt" 163 "service_id" "Toute l'année hors feries du L au S"
"trips.txt" 164 "service_id" "Toute l'année hors feries du L au S"
"trips.txt" 165 "service_id" "Toute l'année hors feries du L au S"
"trips.txt" 166 "service_id" "Toute l'année hors feries du L au S"
"trips.txt" 167 "service_id" "Toute l'année hors feries du L au S"
"trips.txt" 168 "service_id" "Toute l'année hors feries du L au S"
"trips.txt" 169 "service_id" "Toute l'année hors feries du L au S"
"trips.txt" 170 "service_id" "Toute l'année hors feries du L au S"
"trips.txt" 171 "service_id" "Toute l'année hors feries du L au S"
"trips.txt" 172 "service_id" "Toute l'année hors feries du L au S"
"trips.txt" 173 "service_id" "Toute l'année hors feries du L au S"
"trips.txt" 174 "service_id" "Toute l'année hors feries du L au S"
"trips.txt" 175 "service_id" "Toute l'année hors feries du L au S"
"trips.txt" 176 "service_id" "Toute l'année hors feries du L au S"
"trips.txt" 177 "service_id" "Toute l'année hors feries du L au S"
"trips.txt" 178 "service_id" "Toute l'année hors feries du L au S"
"trips.txt" 179 "service_id" "Toute l'année hors feries du L au S"
"trips.txt" 180 "service_id" "Toute l'année hors feries du L au S"
"trips.txt" 181 "service_id" "Toute l'année hors feries du L au S"
"trips.txt" 182 "service_id" "Toute l'année hors feries du L au S"
"trips.txt" 183 "service_id" "Toute l'année hors feries du L au S"
"trips.txt" 184 "service_id" "Toute l'année hors feries du L au S"
"trips.txt" 185 "service_id" "Toute l'année hors feries du L au S"
"trips.txt" 186 "service_id" "Toute l'année hors feries du L au S"
"trips.txt" 187 "service_id" "Toute l'année hors feries du L au S"
route_long_name_contains_short_name WARNING 1

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`.
"LIGNE-114" 2 "LIGNE 114" "LIGNE 114"
stop_too_far_from_shape WARNING 1148

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 1148 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.
337 "R-213-R12" "R-213-R12" 2588 "STP-BRI-COL-CEZ-S" "Collège Paul Cézanne" [43.408663000000004,6.069866] 677.2773345676771
337 "R-213-R12" "R-213-R12" 2589 "STP-TOU-LOT-TUF-LAOU-N" "Lotissement Les Tufs - Le Laou" [43.399553786075366,5.9163555301538615] 1391.1214690075067
337 "R-213-R12" "R-213-R12" 2590 "STP-TOU-HALT-ROUT-N" "Halte Routière - Tourves" [43.400087555390705,5.922335544138063] 1300.502084878546
261 "A-216-11A" "A-216-11A" 1999 "STP-MAX-MOURG-N" "Les Mourgues" [43.44500805717,5.860798694193399] 1196.119763966266
261 "A-216-11A" "A-216-11A" 2000 "STP-MAX-TEISONIE-S" "Teissonière" [43.44500805717,5.860798694193399] 824.0651115977406
261 "A-216-11A" "A-216-11A" 2001 "STP-MAX-LOT-HA-CLAST-N" "Lotissement Les Hauts de Clastre" [43.44500805717,5.860798694193399] 1004.9898652215048
261 "A-216-11A" "A-216-11A" 2002 "STP-MAX-LOT-LAVAND-N" "Lotissement Les Lavandins" [43.44500805717,5.860798694193399] 1081.4011978697517
261 "A-216-11A" "A-216-11A" 2003 "STP-MAX-GRD-RAY-O" "Grand Rayol" [43.44500805717,5.860798694193399] 1169.9972076600905
261 "A-216-11A" "A-216-11A" 2004 "STP-MAX-1072-GRD-RAYOL-S" "1072 Grand Rayol" [43.44500805717,5.860798694193399] 1532.3057205113075
261 "A-216-11A" "A-216-11A" 2005 "STP-MAX-CHE-MIGN-S" "Chemin Mignon" [43.44500805717,5.860798694193399] 1635.2905310214157
261 "A-216-11A" "A-216-11A" 2006 "STP-MAX-FIN-GRD-RAY-S" "Fin Grand Rayol" [43.44500805717,5.860798694193399] 1898.256032513633
261 "A-216-11A" "A-216-11A" 2007 "STP-MAX-CHE-PET-RAYO-N" "Chemin du Petit Rayol" [43.44500805717,5.860798694193399] 1829.9270903231766
261 "A-216-11A" "A-216-11A" 2008 "STP-MAX-EC-VIC-HUGO-E" "École Victor Hugo" [43.44500805717,5.860798694193399] 485.03058187879515
261 "A-216-11A" "A-216-11A" 2009 "STP-MAX-EC-JE-JAUR-N" "École Jean Jaurès" [43.44514337840776,5.860465630759333] 1266.6845207656302
261 "A-216-11A" "A-216-11A" 2010 "STP-MAX-EC-GRD-PIN-N" "École Grand Pin" [43.44504453093074,5.8607089224424245] 1029.1414465827083
314 "A-101-1A" "A-101-1A" 2440 "STP-BRI-PL-CLEM-N" "Place Clemenceau (Ets Jeanne d'Arc)" [43.40671409868921,6.069421010793662] 219.66941198173228
314 "A-101-1A" "A-101-1A" 2444 "STP-BRI-LA-CREATION" "Nicopolis La Création 1" [43.396504,6.15464] 348.5944770799058
314 "A-101-1A" "A-101-1A" 2445 "STP-BRI-LA-CREATION-2" "Nicopolis La Création 2" [43.396504,6.15464] 583.7452985082266
314 "A-101-1A" "A-101-1A" 2446 "STP-BRI-LA-CREATION-3" "Nicopolis La Création 3" [43.396504,6.15464] 446.2508060428066
314 "A-101-1A" "A-101-1A" 2449 "STP-BRI-LA-BRUYERE-1" "Nicopolis La Bruyère 1" [43.39562156353461,6.143661977824856] 184.26105461828254
314 "A-101-1A" "A-101-1A" 2450 "STP-BRI-LA-BRUYERE-2" "Nicopolis La Bruyère 2" [43.396126202172326,6.138885509864008] 239.17966417435636
332 "A-215-3A" "A-215-3A" 2554 "STP-POURC-INFIRMI-S" "Les Infirmières" [43.48291554782778,5.78413827468332] 1296.7751357346765
332 "A-215-3A" "A-215-3A" 2555 "STP-POURC-COOP-O" "Coopérative - Pourcieux" [43.48079646373872,5.789963026078118] 1160.10959553027
332 "A-215-3A" "A-215-3A" 2556 "STP-POURC-PL-PAIX-O" "Place de la Paix" [43.479483117883106,5.793572422399619] 1299.2830925582643
332 "A-215-3A" "A-215-3A" 2557 "STP-POURC-CROIX-S" "La Croix" [43.47910736660117,5.794604992757512] 1293.6001919107216
332 "A-215-3A" "A-215-3A" 2558 "STP-POURC-FARIGOU-S" "La Farigourière" [43.47776665879913,5.7982889659118975] 1190.1706836930134
262 "A-216-10A" "A-216-10A" 2011 "STP-MAX-SORBIER-N" "La Sorbière" [43.43866,5.875929999999999] 4989.53162818315
262 "A-216-10A" "A-216-10A" 2012 "STP-MAX-RTE-MRS-GROS-PIER-O" "Route de Marseille Grosses Pierres" [43.43866,5.875929999999999] 4781.293434248078
262 "A-216-10A" "A-216-10A" 2013 "STP-MAX-PIST-DFCI-RECOU-O" "Piste DFCI Recours" [43.43866,5.875929999999999] 2649.8613199367323
262 "A-216-10A" "A-216-10A" 2014 "STP-MAX-RTE-ROUGIE-CHE-GRD-CHEN-E" "Route de Rougiers/Chemin du Grand Chêne" [43.43866,5.875929999999999] 1677.3854775270545
262 "A-216-10A" "A-216-10A" 2015 "STP-MAX-450-RTE-ROUG-E" "450 Route de Rougiers" [43.43866,5.875929999999999] 1865.4232414839073
262 "A-216-10A" "A-216-10A" 2016 "STP-MAX-RTE-ROUGIE-O" "750 Route de Rougiers" [43.43866,5.875929999999999] 2174.7191994626505
262 "A-216-10A" "A-216-10A" 2017 "STP-MAX-CHE-CHAP-CHE-FORE-O" "Chemin de la Chapelle/Chemin de la Forêt" [43.43866,5.875929999999999] 2447.3146288750463
262 "A-216-10A" "A-216-10A" 2018 "STP-MAX-CHE-FON-TROUVA-S" "Chemin Font Trouvade" [43.43866,5.875929999999999] 2551.5324197916784
262 "A-216-10A" "A-216-10A" 2019 "STP-MAX-CANAL-PROVEN-S" "Canal de Provence" [43.437843986996086,5.87706167675181] 2130.6943553905567
262 "A-216-10A" "A-216-10A" 2020 "STP-MAX-VAL-SOL-S" "Val en Sol" [43.43640407248011,5.8793158350545625] 1715.1995665511754
262 "A-216-10A" "A-216-10A" 2021 "STP-MAX-CAMP-MAZ-E" "Camping Route de Mazaugues" [43.43786125704618,5.877037726489594] 1346.0739330643855
262 "A-216-10A" "A-216-10A" 2022 "STP-MAX-RTE-MAZ-CHE-4-PLATAN-O" "Route de Mazaugues/Chemin des 4 Platanes" [43.43866,5.875929999999999] 1137.8608139345158
262 "A-216-10A" "A-216-10A" 2023 "STP-MAX-TRANSFO-QART-VENUS-E" "Transformateur Quartier la Vénuse" [43.43866,5.875929999999999] 1081.371061339959
262 "A-216-10A" "A-216-10A" 2024 "STP-MAX-1145-RTE-MAZAU-E" "1145 Route de Mazaugues" [43.43866,5.875929999999999] 1043.4609111906884
262 "A-216-10A" "A-216-10A" 2025 "STP-MAX-CHE-BERN-N" "Chemin de Berne" [43.44606598835079,5.873945391700351] 1648.5845886495079
262 "A-216-10A" "A-216-10A" 2026 "STP-MAX-EC-EL-PRI-PAU-BARL-N" "Écoles Élementaire et Primaire Paul Barles" [43.44886425241897,5.872140787383857] 1011.0630162601956
141 "R-212-3R" "R-212-3R" 1129 "STP-MAX-COL-MATIS-PARC-N" "Collège Matisse Parking" [43.455815,5.858538000000001] 1249.0408360082558
378 "R-213-R2" "R-213-R2" 2854 "STP-BRI-PL-CLEM-N" "Place Clemenceau (Ets Jeanne d'Arc)" [43.40737,6.063976999999999] 496.9701884076677
228 "A-216-12A" "A-216-12A" 1768 "STP-MAX-MAISON-QUART-E" "Maison de Quartier" [43.44477640352359,5.860561893713531] 831.5660582503986
228 "A-216-12A" "A-216-12A" 1769 "STP-MAX-PL-FERNAN-E" "Place Fernandel" [43.444140532338274,5.859911906760362] 887.1597852580519
228 "A-216-12A" "A-216-12A" 1770 "STP-MAX-HA-DEFFEN-E" "Haut du Deffends" [43.44406133154093,5.859830948997124] 1016.3328695632357
312 "R-213-R1" "R-213-R1" 2431 "STP-BRI-PL-CLEM-N" "Place Clemenceau (Ets Jeanne d'Arc)" [43.40737,6.063976999999999] 496.9701884076677
455 "R-213-R7" "R-213-R7" 3378 "STP-BRI-PL-CLEM-N" "Place Clemenceau (Ets Jeanne d'Arc)" [43.40306974054852,6.069278072429038] 623.7539026270803
455 "R-213-R7" "R-213-R7" 3379 "STP-BRI-L-YRA-N" "Lycée Raynouard (parking)" [43.40336617745705,6.063932655430984] 1043.0111668936433
stop_without_stop_time WARNING 109

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 109 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.
578 "STP-BRA-VI-E" "Village"
579 "STP-BRA-VI-O" "Village"
606 "STP-BRI-DEPOT-BLANC-S" "Dépôt Blanc"
610 "STP-BRI-GARAGE-DE-L-EU" "Garage de l'Europe"
623 "STP-BRI-L-OREE-PIN-N" "L'Orée du Pin"
634 "STP-BRI-LES-MANETTES-N" "Les Manettes"
635 "STP-BRI-LES-MANETTES-S" "Les Manettes"
637 "STP-BRI-LIBERATION-S" "Libération"
640 "STP-BRI-MAT-JAU-S" "École Maternelle Jaurès"
641 "STP-BRI-MAT-JAU2-N" "École Maternelle Jaurès 2"
643 "STP-BRI-MAT-MCUR-N" "École Maternelle Marie Curie"
645 "STP-BRI-MILIEU-CONSACS-E" "Milieu des Consacs R"
651 "STP-BRI-NIC-N" "Nicopolis"
669 "STP-BRI-RTE-MRS-N" "Route de Marseille - Brignoles"
670 "STP-BRI-RTE-MRS-S" "Route de Marseille - Brignoles"
684 "STP-BRI-USC7-O" "USC7"
685 "STP-BRI-ZU-REDON-N" "Z.A.C Du Frey Redon"
693 "STP-CAR-NEGADOU-N" "Négadous"
694 "STP-CAR-NEGADOU-S" "Négadous"
697 "STP-CAR-PON-LORG-E" "Pont de Lorgues"
698 "STP-CAR-PON-LORG-O" "Pont de Lorgues"
703 "STP-CEL-CHAU-S" "La Chautarde"
708 "STP-CEL-GAYO-U" "La Gayolle"
718 "STP-CHA-CROI-CORE-E" "Croisement Route de Correns"
719 "STP-CHA-CROI-CORE-O" "Croisement Route de Correns"
720 "STP-CHA-RD34-N" "RD34"
721 "STP-CHA-RD34-S" "RD34"
723 "STP-COT-CARF-FO-GAU-O" "Carrefour La Font de Gautier"
724 "STP-COT-CHE-COL-PIER-E" "Chemin de la Colle de Pierre"
725 "STP-COT-CHE-COL-PIER-O" "Chemin de la Colle de Pierre"
726 "STP-COT-CHE-COR-E" "Chemin de Correns"
727 "STP-COT-CHE-COR-O" "Chemin de Correns"
728 "STP-COT-DOM-NEST-E" "Domaine de Nestuby"
729 "STP-COT-FERAI-E" "Ferraillon"
730 "STP-COT-FERAI-O" "Ferraillon"
732 "STP-COT-MAISON-FISHER-ARRET-PROVISOIRE" "Maison Fisher (arrêt provisoire)"
736 "STP-ENT-COOP-O" "Coopérative - Entrecasteaux"
739 "STP-ENT-LE-COL-N" "Les Colles"
740 "STP-ENT-LE-COL-S" "Les Colles"
745 "STP-FOR-MISE-N" "La Miséricorde"
787 "STP-MAX-2567-RTE-MRS-CHENAIE-E" "2567 Route de Marseille/La Chênaie"
788 "STP-MAX-2567-RTE-MRS-CHENAIE-O" "2567 Route de Marseille/La Chênaie"
800 "STP-MAX-467-RUE-PET-RESTY-N" "467 Rue du Petit Resty"
801 "STP-MAX-587-CHE-SCEAUX-O" "587 Chemin de Sceaux"
805 "STP-MAX-713-CHE-SCEAUX-O" "713 Chemin de Sceaux"
815 "STP-MAX-ANC-RTE-MAZ-E" "Ancienne Route de Mazaugues"
817 "STP-MAX-AUVIER-E" "L'Auvière"
825 "STP-MAX-CAVE-ST-JEA-N" "Cave Saint Jean"
826 "STP-MAX-CAVE-ST-JEAN-S" "Cave Saint Jean"
827 "STP-MAX-CH-12-DENIERS" "Chemin des 12 Deniers"
stops_match_shape_out_of_order WARNING 18

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.
408 "R-213-R4" "R-213-R4" 3023 "STP-BRI-PL-CLEM-N" "Place Clemenceau (Ets Jeanne d'Arc)" [43.408663000000004,6.069866] 3022 "STP-BRI-L-YRA-N" "Lycée Raynouard (parking)" [43.412719,6.064915]
252 "R-224-R5" "R-224-R5" 1907 "STP-ANA-SAL-POLYV-N" "Salle Polyvalente" [43.33959269224548,6.120943437048356] 1906 "STP-ANA-SAL-POLYV-S" "Salle Polyvalente" [43.33956799999999,6.121419999999999]
250 "R-224-R8" "R-224-R8" 1901 "STP-ANA-SAL-POLYV-N" "Salle Polyvalente" [43.33959269224548,6.120943437048356] 1900 "STP-ANA-GARE-E" "La Gare" [43.342586000000004,6.128932999999996]
477 "A-224-A2" "A-224-A2" 3534 "STP-FOR-ST-JEAN-E" "Saint Jean - Forcalqueiret" [43.334100487638665,6.077284514284327] 3533 "STP-FOR-PESSE-E" "Pesseguière" [43.33202434649461,6.077132757486004]
260 "R-216-2R" "R-216-2R" 1997 "STP-MAX-PTE-RTE-MRS-O" "Petite Route de Marseille - Saint-Maximin-la-Sainte-Baume" [43.43947754480418,5.8575017225123736] 1996 "STP-MAX-PIST-DFCI-RECOU-O" "Piste DFCI Recours" [43.427966000000005,5.846603]
309 "R-225-6R" "R-225-6R" 2421 "STP-MEO-PLANE-E" "Planesselves" [43.29238476028176,5.9822584097726565] 2420 "STP-MEO-FORUM-N" "Le Forum" [43.280934,5.967064]
51 "R-219-15R" "R-219-15R" 392 "STP-POU-IMP-PINS-N" "Impasse des Pins" [43.49745,5.757820000000001] 391 "STP-POU-ROUVIER-S" "La Rouvière" [43.49879000000001,5.7475760000000005]
302 "R-204-R1" "R-204-R1" 2367 "STP-BRI-PL-CLEM-N" "Place Clemenceau (Ets Jeanne d'Arc)" [43.408663000000004,6.069866] 2366 "STP-BRI-L-YRA-N" "Lycée Raynouard (parking)" [43.412719,6.064915]
360 "R-225-2R" "R-225-2R" 2735 "STP-MEO-PLANE-E" "Planesselves" [43.29238476028176,5.9822584097726565] 2734 "STP-MEO-FORUM-N" "Le Forum" [43.280934,5.967064]
53 "R-219-14R" "R-219-14R" 422 "STP-POU-RUE-HERMENT-E" "Rue des Hermentaires" [43.503346,5.753412] 421 "STP-POU-COUVE-MINIM-S" "Le Couvent des Minimes" [43.50331958625306,5.750713160862172]
317 "A-223-A5" "A-223-A5" 2472 "STP-ROC-FARIGOU-O" "Les Farigoulettes" [43.321924,6.058272] 2471 "STP-ROC-FONTAI-RICO-O" "Fontaine De Ricaud" [43.31296641110664,6.080245750967673]
494 "R-225-3R" "R-225-3R" 3662 "STP-MEO-PLANE-E" "Planesselves" [43.29238476028176,5.9822584097726565] 3661 "STP-MEO-FORUM-N" "Le Forum" [43.280934,5.967064]
427 "R-217-5R" "R-217-5R" 3186 "STP-MAX-TRANSFO-CHE-REGALET-S" "Transformateur Chemin Régalette" [43.472942635417,5.8735472336412] 3185 "STP-MAX-CROIS-AMANDIE-MESANG-O" "Croisement Amandiers/Mésanges" [43.472264,5.877068000000001]
395 "A-204-A2" "A-204-A2" 2942 "STP-BRI-L-YRA-N" "Lycée Raynouard (parking)" [43.412719,6.064915] 2941 "STP-BRI-PL-CLEM-N" "Place Clemenceau (Ets Jeanne d'Arc)" [43.408663000000004,6.069866]
343 "108a5c63-d8db-48a3-99d9-bcdbd94be42d" "108a5c63-d8db-48a3-99d9-bcdbd94be42d" 2626 "STP-ANA-SAL-POLYV-N" "Salle Polyvalente" [43.33959269224548,6.120943437048356] 2625 "STP-ANA-GARE-E" "La Gare" [43.342586000000004,6.128932999999996]
437 "R-217-1R" "R-217-1R" 3267 "STP-MAX-335-DENIE-AUVIER-O" "335 12 Deniers et Auvière" [43.46586019439938,5.87942400793468] 3266 "STP-MAX-216-DENI-AUVIERE-O" "216 12 Deniers et Auvière" [43.46510630004422,5.879304540636744]
188 "R-217-27R" "R-217-27R" 1456 "STP-MAX-CHEMIN-DE-VAOULONGUE" "Chemin de Vaoulongue" [43.455941,5.887942000000001] 1455 "STP-MAX-HA-RESTY-N" "Haut Resty" [43.45656493336272,5.888648821446882]
499 "R-210-R1" "R-210-R1" 3696 "STP-BRI-COL-CEZ-S" "Collège Paul Cézanne" [43.402889,6.072535] 3695 "STP-BRI-COL-JMO-S" "Collège Jean Moulin" [43.41179204330369,6.060268202991579]
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_parent_station INFO 20

unused_parent_station

Unused parent 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.
537 "STA-STP-ROQ-CRX-BER-S" "Croix de Bérard"
144 "STA-STP-CAR-TABL-ORIENTA-S" "Table d'Orientation"
142 "STA-STP-CAR-TABL-ORIENTA-N" "Table d'Orientation"
2 "STA-STP" "tourves"
535 "STA-STP-ROQ-CROX-NEOU-O" "Croisement de Néoules"
5 "STA-STP-3__0" "École Primaire"
7 "STA-STP-5" "Village"
6 "STA-STP-4" "Les Allées"
9 "STA-STP-7" "Lycée Raynouard"
10 "STA-STP-8" "Place Clemenceau (Ets Jeanne d'Arc)"
3 "STA-STP-1" "Chapelle Saint-Étienne"
4 "STA-STP-2" "Chapelle Saint-Étienne"
24 "STA-STP-BRI-ANCIEN-CHEMIN-DU-VAL-O" "Ancien Chemin du Val"
8 "STA-STP-6__0" "Village"
130 "STA-STP-CAR-BELVEDER-S" "Table d'Orientation"
129 "STA-STP-CAR-BELVEDER-N" "Table d'Orientation"
552 "STA-STP-TOU-LA-TREILLE" "La Treille"
198 "STA-STP-FOR-TUI-N" "Tuilerie"
199 "STA-STP-FOR-TUI-O" "Tuilerie"
556 "STA-STP-TOU-LOT-TUF-LAOU-S" "Lotissement Les Tufs - Le Laou"