GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 5.0.1 at 2024-06-08T07:23:04Z,
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: 1
  • Blocks: 1
  • Routes: 11
  • Shapes: 86
  • Stops: 303
  • Trips: 86

Specification Compliance report

1335 notices reported (1 errors, 1333 warnings, 1 infos)

Notice Code Severity Total
stop_time_with_arrival_before_previous_departure_time ERROR 1

stop_time_with_arrival_before_previous_departure_time

Backwards time travel between stops in stop_times.txt

For a given trip_id, the arrival_time of (n+1)-th stoptime in sequence must not precede the departure_time of n-th stoptime in sequence in stop_times.txt.

You can see more about this notice here.

csvRowNumber (?) The row number of the faulty record. prevCsvRowNumber (?) The row of the previous stop time. tripId (?) The trip_id associated to the faulty record. arrivalTime (?) Arrival time at the faulty record. departureTime (?) Departure time at the previous stop time.
20 19 "34d705a2-6664-4dcb-a9e1-ebef87733acd" "16:35:00" "17:25:00"
expired_calendar WARNING 1

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.
5 "ATTENTE"
fast_travel_between_consecutive_stops WARNING 1

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.
6 "34d705a2-6664-4dcb-a9e1-ebef87733acd" "C11" 756.0117801476366 12.600196335793942 19 2 "STP-TR00082" "EMBT ALTIANI" "17:25:00" 20 3 "STP-TR00083" "CORTI - A GARA" "16:35:00"
fast_travel_between_far_stops WARNING 1

fast_travel_between_far_stops

A transit vehicle moves too fast between two far stops.

Two stops are considered "far" if they are more than 10 km apart. This normally indicates a more serious problem than too fast travel between consecutive stops.

The speed threshold depends on route type and are the same as fast_travel_between_consecutive_stops.

You can see more about this notice here.

tripCsvRowNumber (?) The row number of the problematic trip. tripId (?) `trip_id` of the problematic trip. routeId (?) `route_id` of the problematic trip. speedKph (?) Travel speed (km/h). distanceKm (?) Distance between stops (km). csvRowNumber1 (?) The row number of the first stop time. stopSequence1 (?) `stop_sequence` of the first stop. stopId1 (?) `stop_id` of the first stop. stopName1 (?) `stop_name` of the first stop. departureTime1 (?) `departure_time` of the first stop. csvRowNumber2 (?) The row number of the second stop time. stopSequence2 (?) `stop_sequence` of the second stop. stopId2 (?) `stop_id` of the second stop. stopName2 (?) `stop_name` of the second stop. arrivalTime2 (?) `arrival_time` of the second stop.
6 "34d705a2-6664-4dcb-a9e1-ebef87733acd" "C11" 756.0117801476366 12.600196335793942 19 2 "STP-TR00082" "EMBT ALTIANI" "17:25:00" 20 3 "STP-TR00083" "CORTI - A GARA" "16:35:00"
leading_or_trailing_whitespaces WARNING 7

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" 21 "stop_name" "PROPRIANO "
"stops.txt" 53 "stop_name" " A PENTA"
"stops.txt" 57 "stop_name" "ABBARTELLO "
"stops.txt" 58 "stop_name" "PORTO-POLLO "
"stops.txt" 177 "stop_name" "CALCATOGHJU - LE GRAND BLEU "
"stops.txt" 205 "stop_name" " A PENTA"
"stops.txt" 206 "stop_name" " A PENTA"
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 987

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 987 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 "5ea5c98d-3ca7-4a46-b0bc-45dde7496f7a" 2
3 "5ea5c98d-3ca7-4a46-b0bc-45dde7496f7a" 3
4 "5ea5c98d-3ca7-4a46-b0bc-45dde7496f7a" 4
5 "5ea5c98d-3ca7-4a46-b0bc-45dde7496f7a" 5
6 "9a67c3bc-ea81-4a5c-8ae3-7491c2ea6392" 1
7 "9a67c3bc-ea81-4a5c-8ae3-7491c2ea6392" 3
8 "9a67c3bc-ea81-4a5c-8ae3-7491c2ea6392" 4
9 "9a67c3bc-ea81-4a5c-8ae3-7491c2ea6392" 5
10 "ed7163c8-9fb0-4361-add4-f1fa92d9843b" 1
11 "ed7163c8-9fb0-4361-add4-f1fa92d9843b" 3
12 "ed7163c8-9fb0-4361-add4-f1fa92d9843b" 4
13 "ed7163c8-9fb0-4361-add4-f1fa92d9843b" 5
14 "c47a3a55-97dd-42e2-b606-718e9c436514" 1
15 "c47a3a55-97dd-42e2-b606-718e9c436514" 2
16 "c47a3a55-97dd-42e2-b606-718e9c436514" 3
17 "c47a3a55-97dd-42e2-b606-718e9c436514" 6
18 "34d705a2-6664-4dcb-a9e1-ebef87733acd" 1
19 "34d705a2-6664-4dcb-a9e1-ebef87733acd" 2
20 "34d705a2-6664-4dcb-a9e1-ebef87733acd" 3
21 "34d705a2-6664-4dcb-a9e1-ebef87733acd" 4
22 "12576539-ae5a-420e-bfc2-e50254145566" 1
23 "12576539-ae5a-420e-bfc2-e50254145566" 2
24 "12576539-ae5a-420e-bfc2-e50254145566" 3
25 "12576539-ae5a-420e-bfc2-e50254145566" 4
26 "12576539-ae5a-420e-bfc2-e50254145566" 5
27 "12576539-ae5a-420e-bfc2-e50254145566" 6
28 "12576539-ae5a-420e-bfc2-e50254145566" 7
29 "12576539-ae5a-420e-bfc2-e50254145566" 8
30 "12576539-ae5a-420e-bfc2-e50254145566" 9
31 "67d40d5a-5e1d-4828-bfc0-f8beeddb8cc8" 1
32 "67d40d5a-5e1d-4828-bfc0-f8beeddb8cc8" 2
33 "67d40d5a-5e1d-4828-bfc0-f8beeddb8cc8" 3
34 "67d40d5a-5e1d-4828-bfc0-f8beeddb8cc8" 4
35 "67d40d5a-5e1d-4828-bfc0-f8beeddb8cc8" 5
36 "67d40d5a-5e1d-4828-bfc0-f8beeddb8cc8" 6
37 "67d40d5a-5e1d-4828-bfc0-f8beeddb8cc8" 7
38 "67d40d5a-5e1d-4828-bfc0-f8beeddb8cc8" 8
39 "67d40d5a-5e1d-4828-bfc0-f8beeddb8cc8" 9
40 "67d40d5a-5e1d-4828-bfc0-f8beeddb8cc8" 10
41 "67d40d5a-5e1d-4828-bfc0-f8beeddb8cc8" 11
42 "67d40d5a-5e1d-4828-bfc0-f8beeddb8cc8" 12
43 "67d40d5a-5e1d-4828-bfc0-f8beeddb8cc8" 13
44 "33b716db-7318-4222-a4b9-c68ff7ed6bcb" 1
45 "33b716db-7318-4222-a4b9-c68ff7ed6bcb" 2
46 "33b716db-7318-4222-a4b9-c68ff7ed6bcb" 3
47 "33b716db-7318-4222-a4b9-c68ff7ed6bcb" 4
48 "33b716db-7318-4222-a4b9-c68ff7ed6bcb" 5
49 "33b716db-7318-4222-a4b9-c68ff7ed6bcb" 6
50 "33b716db-7318-4222-a4b9-c68ff7ed6bcb" 7
51 "33b716db-7318-4222-a4b9-c68ff7ed6bcb" 8
mixed_case_recommended_field WARNING 318

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 318 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" "BASTIA - LYCEE MARITIME" 2
"stops.txt" "stop_name" "BASTIA - LYCEE FRED SCAMARONI" 3
"stops.txt" "stop_name" "BASTIA - BASTIA GARE FERROVIERE" 5
"stops.txt" "stop_name" "CORTE GRIMALDI" 6
"stops.txt" "stop_name" "CORTE - PLACE PADOUE" 7
"stops.txt" "stop_name" "MARINE DE DAVIA" 10
"stops.txt" "stop_name" "PIETRALBA LAMA" 11
"stops.txt" "stop_name" "CALVI - PORTEUSE D'EAU" 12
"stops.txt" "stop_name" "VOLPAJOLA - BARCHETTA GARE CFC" 13
"stops.txt" "stop_name" "PETRETO-BICCHISANO" 18
"stops.txt" "stop_name" "PORTO-VECCHIO" 30
"stops.txt" "stop_name" "EMBT CALCATOGGIO" 38
"stops.txt" "stop_name" "LE GRAND BLEU CALCATOGGIO" 39
"stops.txt" "stop_name" "EMBT RENNO" 43
"stops.txt" "stop_name" "SAN GAVINO DI CARBINI" 46
"stops.txt" "stop_name" "STE LUCIE DE TALLANO" 48
"stops.txt" "stop_name" "EMBT MARINCA" 51
"stops.txt" "stop_name" "ST GEORGES" 55
"stops.txt" "stop_name" "PORTO-POLLO" 58
"stops.txt" "stop_name" "PILA-CANALE" 62
"stops.txt" "stop_name" "EMBT MARATO" 64
"stops.txt" "stop_name" "SERRA DI SCOPAMENE" 69
"stops.txt" "stop_name" "BAINS DE GUITERA" 75
"stops.txt" "stop_name" "STE MARIE SICCHE" 80
"stops.txt" "stop_name" "STE LUCIE DE PORTO-VECCHIO" 81
"stops.txt" "stop_name" "VENTISERI HOTEL DES NACRES" 83
"stops.txt" "stop_name" "PRUNELLI DI FIUMORBU GAMM VERT" 84
"stops.txt" "stop_name" "MORIANI CASINO" 87
"stops.txt" "stop_name" "FOLELLI EMBT RD506" 88
"stops.txt" "stop_name" "TORRA VESCOVATO" 89
"stops.txt" "stop_name" "LUCCIANA- CASAMOZZA GARE" 90
"stops.txt" "stop_name" "PURRETONE LYCEE AGRICOLE" 91
"stops.txt" "stop_name" "BASTIA - LYCEE PAUL VINCENSINI" 92
"stops.txt" "stop_name" "BASTIA GARE ROUTIERE" 93
"stops.txt" "stop_name" "EMBT ALTIANI" 94
"stops.txt" "stop_name" "CORTE GARE" 95
"stops.txt" "stop_name" "CORTE CENTRE" 96
"stops.txt" "stop_name" "CALVI ROND POINT SUPER U" 97
"stops.txt" "stop_name" "ILE ROUSSE LA POSTE" 98
"stops.txt" "stop_name" "MOROSAGLIA - PONTE LECCIA GARE" 99
"stops.txt" "stop_name" "CASTELLO-DI-ROSTINO - PONTE NOVU FACE ECOLE PRIMAIRE" 100
"stops.txt" "stop_name" "VOLPAJOLA - BARCHETTA SUPERMARCHE UTILE" 101
"stops.txt" "stop_name" "BASTIA - LYCEE GIOCANTE" 102
"stops.txt" "stop_name" "BASTIA - LICEU MARITIMA" 103
"stops.txt" "stop_name" "BASTIA - LICEU MARITIMA" 104
"stops.txt" "stop_name" "BASTIA - LICEU FRED SCAMARONI" 105
"stops.txt" "stop_name" "BASTIA - LICEU FRED SCAMARONI" 106
"stops.txt" "stop_name" "BASTIA - A GARA DI TRENI" 109
"stops.txt" "stop_name" "BASTIA - A GARA DI TRENI" 110
"stops.txt" "stop_name" "CORTI GRIMALDI" 111
stop_without_stop_time WARNING 17

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.

csvRowNumber (?) The row number of the faulty record. stopId (?) The id of the faulty stop. stopName (?) The name of the faulty stop.
110 "STP-BIACFC412-R" "BASTIA - A GARA DI TRENI"
125 "STP-SIN57503A" "BARCHETTA - A GARA DI TRENI"
126 "STP-SIN57503A-R" "BARCHETTA - A GARA DI TRENI"
128 "STP-TR00001-R" "AIACCIU - A GARA DI BUS"
151 "STP-TR00013" "SCOPETTO"
152 "STP-TR00013-R" "SCOPETTO"
164 "STP-TR00019-R" "OTA"
166 "STP-TR00020-R" "PORTU"
168 "STP-TR00021-R" "A PIANA"
170 "STP-TR00022-R" "CARGHJESE"
180 "STP-TR00027BIS-R" "MARIGNANA"
182 "STP-TR00028-R" "EVISA"
184 "STP-TR00029-R" "E CRISTINACCE"
186 "STP-TR00030-R" "EMBT RENNU"
188 "STP-TR00031-R" "VICU"
292 "STP-TR00084-R" "CORTI CENTRU"
304 "STP-TR00090-R" "BASTIA - LICEU GIOCANTE"
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"