GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 5.0.1 at 2024-06-08T08:40:02Z,
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: 21
  • Routes: 53
  • Shapes: 337
  • Stops: 633
  • Trips: 337

Specification Compliance report

8444 notices reported (16 errors, 8382 warnings, 46 infos)

Notice Code Severity Total
block_trips_with_overlapping_stop_times ERROR 12

block_trips_with_overlapping_stop_times

Trips with the same block id have overlapping stop times.

You can see more about this notice here.

csvRowNumberA (?) The row number from `trips.txt` of the first faulty trip. tripIdA (?) The id of first faulty trip. serviceIdA (?) The service id of the first faulty trip. csvRowNumberB (?) The row number from `trips.txt` of the second faulty trip. tripIdB (?) The id of the other faulty trip. serviceIdB (?) The service id of the other faulty trip. blockId (?) The `trips.block_id` of the overlapping trip. intersection (?) The overlapping period.
46 "a84b94f5-5445-4195-8f2f-8ad51e212a30" "DIM DEC" 295 "432593d2-ca89-4c9a-9598-627ffe99dddc" "DIM DEC" "1DD" "20241208"
33 "5e0d6988-a98a-4dbb-8a09-0caf8be80ff2" "LMMJVS SCO + PVS-ETE" 269 "b9249165-8089-432f-9917-2142b95d85ca" "LMMJVS SCO + PVS-ETE" "2" "20240217"
269 "b9249165-8089-432f-9917-2142b95d85ca" "LMMJVS SCO + PVS-ETE" 277 "0bcb3fe7-f773-4a0d-a882-c882e73c552e" "LMMJVS SCO + PVS-ETE" "2" "20240217"
277 "0bcb3fe7-f773-4a0d-a882-c882e73c552e" "LMMJVS SCO + PVS-ETE" 37 "72cde7a6-1e69-4346-a24c-9f5c9639dca8" "LMMJVS SCO + PVS-ETE" "2" "20240217"
45 "01076c3b-549c-4f74-a295-6ff8e8ce6542" "DIM DEC" 40 "b2ab8066-3037-4fed-912c-9f4d0f4982d7" "DIM DEC" "2DD" "20241208"
43 "2325db1c-cccd-4461-8f04-f020cfa92e70" "DIM DEC" 39 "0749a481-a5b7-4045-abcb-5a6e791159d9" "DIM DEC" "3DD" "20241208"
42 "3a1d7a73-63a9-4dcf-86a1-dcba12552dc9" "DIM DEC" 38 "c6ef2f0c-f6c1-4d4a-996a-f356675c1655" "DIM DEC" "3DD" "20241208"
275 "54beabf5-34e4-4a6a-a83f-1f94be174ae7" "LMMJVS SCO + PVS-ETE" 35 "9a6059e1-bf70-4601-9901-7c5a2b38fcf1" "LMMJVS SCO + PVS-ETE" "9" "20240217"
274 "1634f5eb-05a9-4762-ba69-64228bdca36a" "LMMJV SCO-S sco" 268 "ebee4254-760c-415f-8ad4-c12f922a2c3f" "LMMJV SCO" "9" "20240219"
273 "df2b1f18-b347-4f40-b35e-d5133605f5ea" "LMMJVS SCO + PVS-ETE" 3 "f4e711fe-6a2b-4890-bd78-03454824ecd7" "LMMJVS SCO + PVS-ETE" "9" "20240217"
3 "f4e711fe-6a2b-4890-bd78-03454824ecd7" "LMMJVS SCO + PVS-ETE" 272 "be560ea6-9138-4553-928c-17e66396adaa" "LMMJV SCO-S sco" "9" "20240217"
272 "be560ea6-9138-4553-928c-17e66396adaa" "LMMJV SCO-S sco" 267 "66c295b1-931e-4bd0-bf47-df28b4c94e14" "LMMJV SCO" "9" "20240219"
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.bus-lyneo.fr"
point_near_origin ERROR 1

point_near_origin

A point is too close to origin (0, 0).

You can see more about this notice here.

filename (?) The name of the affected GTFS file. csvRowNumber (?) The row of the faulty row. entityId (?) The id of the faulty entity. latFieldName (?) The name of the field that uses latitude value. latFieldValue (?) The latitude of the faulty row. lonFieldName (?) The name of the field that uses longitude value. lonFieldValue (?) The longitude of the faulty row
"stops.txt" 4 "STA-STP" "stop_lat" 0.0 "stop_lon" 0.0
start_and_end_range_out_of_order ERROR 2

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" 4836 "arrival_time" "15:26:00" "departure_time" "15:20:00"
"stop_times.txt" 4837 "arrival_time" "15:27:00" "departure_time" "15:21:00"
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.
5 "46f7158c-5294-4f3e-9a83-1aad525fd912" "Ligne_1" 232.75160440775136 3.879193406795856 108 34 "STP-TERGNIER-GARE" "TERGNIER GARE" "15:39:00" 109 50 "STP-FAUBOURG-SAINT-FIRMIN" "FAUBOURG SAINT FIRMIN" "15:39: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.
"trips.txt" 103 "service_id" " L SCO"
"calendar.txt" 12 "service_id" " L SCO"
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 7397

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 7397 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 "7e92664a-59ca-4678-bfab-5c13565bf8c8" 1
3 "7e92664a-59ca-4678-bfab-5c13565bf8c8" 2
4 "f4e711fe-6a2b-4890-bd78-03454824ecd7" 1
5 "f4e711fe-6a2b-4890-bd78-03454824ecd7" 2
6 "f4e711fe-6a2b-4890-bd78-03454824ecd7" 3
7 "f4e711fe-6a2b-4890-bd78-03454824ecd7" 4
8 "f4e711fe-6a2b-4890-bd78-03454824ecd7" 5
9 "f4e711fe-6a2b-4890-bd78-03454824ecd7" 6
10 "f4e711fe-6a2b-4890-bd78-03454824ecd7" 7
11 "f4e711fe-6a2b-4890-bd78-03454824ecd7" 8
12 "f4e711fe-6a2b-4890-bd78-03454824ecd7" 9
13 "f4e711fe-6a2b-4890-bd78-03454824ecd7" 10
14 "f4e711fe-6a2b-4890-bd78-03454824ecd7" 11
15 "f4e711fe-6a2b-4890-bd78-03454824ecd7" 12
16 "f4e711fe-6a2b-4890-bd78-03454824ecd7" 13
17 "f4e711fe-6a2b-4890-bd78-03454824ecd7" 14
18 "f4e711fe-6a2b-4890-bd78-03454824ecd7" 15
19 "f4e711fe-6a2b-4890-bd78-03454824ecd7" 16
20 "f4e711fe-6a2b-4890-bd78-03454824ecd7" 17
21 "f4e711fe-6a2b-4890-bd78-03454824ecd7" 18
22 "f4e711fe-6a2b-4890-bd78-03454824ecd7" 19
23 "f4e711fe-6a2b-4890-bd78-03454824ecd7" 20
24 "f4e711fe-6a2b-4890-bd78-03454824ecd7" 21
25 "f4e711fe-6a2b-4890-bd78-03454824ecd7" 22
26 "f4e711fe-6a2b-4890-bd78-03454824ecd7" 23
27 "f4e711fe-6a2b-4890-bd78-03454824ecd7" 24
28 "f4e711fe-6a2b-4890-bd78-03454824ecd7" 25
29 "f4e711fe-6a2b-4890-bd78-03454824ecd7" 26
30 "f4e711fe-6a2b-4890-bd78-03454824ecd7" 27
31 "f4e711fe-6a2b-4890-bd78-03454824ecd7" 28
32 "f4e711fe-6a2b-4890-bd78-03454824ecd7" 29
33 "f4e711fe-6a2b-4890-bd78-03454824ecd7" 30
34 "31ca51d3-a046-43ad-9365-c8c55391c7b6" 16
35 "31ca51d3-a046-43ad-9365-c8c55391c7b6" 17
36 "31ca51d3-a046-43ad-9365-c8c55391c7b6" 18
37 "31ca51d3-a046-43ad-9365-c8c55391c7b6" 19
38 "31ca51d3-a046-43ad-9365-c8c55391c7b6" 20
39 "31ca51d3-a046-43ad-9365-c8c55391c7b6" 21
40 "31ca51d3-a046-43ad-9365-c8c55391c7b6" 22
41 "31ca51d3-a046-43ad-9365-c8c55391c7b6" 23
42 "31ca51d3-a046-43ad-9365-c8c55391c7b6" 24
43 "31ca51d3-a046-43ad-9365-c8c55391c7b6" 25
44 "31ca51d3-a046-43ad-9365-c8c55391c7b6" 26
45 "31ca51d3-a046-43ad-9365-c8c55391c7b6" 27
46 "31ca51d3-a046-43ad-9365-c8c55391c7b6" 28
47 "31ca51d3-a046-43ad-9365-c8c55391c7b6" 29
48 "31ca51d3-a046-43ad-9365-c8c55391c7b6" 30
49 "31ca51d3-a046-43ad-9365-c8c55391c7b6" 31
50 "31ca51d3-a046-43ad-9365-c8c55391c7b6" 32
51 "31ca51d3-a046-43ad-9365-c8c55391c7b6" 33
mixed_case_recommended_field WARNING 521

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 521 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" "LE TRICENTENAIRE" 2
"stops.txt" "stop_name" "LE TRICENTENAIRE" 3
"stops.txt" "stop_name" "arrêt" 4
"stops.txt" "stop_name" "ABBECOURT ABRI" 5
"stops.txt" "stop_name" "ABBECOURT ECOLE" 6
"stops.txt" "stop_name" "ABBECOURT STADE" 7
"stops.txt" "stop_name" "ACHERY ABRI" 9
"stops.txt" "stop_name" "AGENCE COMMERCIALE" 11
"stops.txt" "stop_name" "ALBERT CAMUS" 12
"stops.txt" "stop_name" "AMBROISE CROIZAT" 13
"stops.txt" "stop_name" "AMIGNY ROUY ABRI RD7" 14
"stops.txt" "stop_name" "ANDELAIN MAIRIE" 15
"stops.txt" "stop_name" "ANDRE TERNYNCK" 17
"stops.txt" "stop_name" "ANGUILCOURT LE SART" 18
"stops.txt" "stop_name" "ARISTIDE BRIAND" 20
"stops.txt" "stop_name" "AUTREVILLE ECOLE" 21
"stops.txt" "stop_name" "AUTREVILLE PL MAIRIE" 22
"stops.txt" "stop_name" "BAD KOSTRITZ" 23
"stops.txt" "stop_name" "BASE NAUTIQUE DE LA FRETTE" 24
"stops.txt" "stop_name" "CITE ARSENAL 2" 25
"stops.txt" "stop_name" "BEAUTOR EGLISE 2" 26
"stops.txt" "stop_name" "BEAUTOR MAIRIE" 27
"stops.txt" "stop_name" "BEAUMONT MAIRIE ABRI" 30
"stops.txt" "stop_name" "BEAUTOR CARREFOUR" 31
"stops.txt" "stop_name" "BEAUTOR EGLISE" 32
"stops.txt" "stop_name" "BEAUTOR MAIRIE" 33
"stops.txt" "stop_name" "BERTAUCOURT LES BRUYERES" 38
"stops.txt" "stop_name" "BERTAUCOURT MISSANCOURT" 39
"stops.txt" "stop_name" "BERTAUCOURT PLACE ABRI" 40
"stops.txt" "stop_name" "ROUTE DE GUIVRY" 41
"stops.txt" "stop_name" "BETHANCOURT MAIRIE ECOLE" 42
"stops.txt" "stop_name" "BETHANCOURT PLACE ABRI" 43
"stops.txt" "stop_name" "BICHANCOURT ABRI" 45
"stops.txt" "stop_name" "BICHANCOURT ECOLE REPUBLIQUE" 46
"stops.txt" "stop_name" "BICHANCOURT LE BAC" 47
"stops.txt" "stop_name" "CAILLOUEL ECOLE" 51
"stops.txt" "stop_name" "CAMILLE DESMOULINS" 52
"stops.txt" "stop_name" "CAUMONT BOURGOGNE" 55
"stops.txt" "stop_name" "CAUMONT ECOLE" 56
"stops.txt" "stop_name" "CENTRE DE VIE" 57
"stops.txt" "stop_name" "BAD KOSTRITZ 2" 59
"stops.txt" "stop_name" "PLACE BOUZIER 2" 61
"stops.txt" "stop_name" "PLACE DU BROUAGE 2" 62
"stops.txt" "stop_name" "LA CHAUSSE 2" 63
"stops.txt" "stop_name" "PLACE CLEMENCEAU 2" 64
"stops.txt" "stop_name" "CAMILLE DESMOULINS 2" 65
"stops.txt" "stop_name" "DE LATTRE DE TASSIGNY 2" 66
"stops.txt" "stop_name" "HENRI DUNANT 2" 67
"stops.txt" "stop_name" "EDMOND RIGOT 2" 68
"stops.txt" "stop_name" "ERNEST RENAN 2" 69
route_color_contrast WARNING 13

route_color_contrast

Insufficient route color contrast.

A route's color and route_text_color should be contrasting.

You can see more about this notice here.

routeId (?) The id of the faulty record. csvRowNumber (?) The row number of the faulty record. routeColor (?) The faulty record's HTML route color. routeTextColor (?) The faulty record's HTML route text color.
"ACTINEO" 2 "#FDBD36" "#FFFFFF"
"CS11" 5 "#D7DF21" "#FFFFFF"
"CS17B" 12 "#FFCD1E" "#FFFFFF"
"CS2" 14 "#FCB040" "#FFFFFF"
"CS32" 22 "#FCB040" "#FFFFFF"
"CS41" 27 "#F8B6C2" "#FFFFFF"
"CS42" 28 "#D7DF21" "#FFFFFF"
"CS5" 29 "#F8B6C2" "#FFFFFF"
"RPI_ABRICOT" 45 "#FFC733" "#FFFFFF"
"RPI_BANANE" 46 "#FFEC33" "#FFFFFF"
"RPI_FRAMBOISE" 49 "#F6AAD5" "#FFFFFF"
"RPI_PAMPLEMOUSSE" 52 "#F6B275" "#FFFFFF"
"RPI_POMME" 53 "#99ED40" "#FFFFFF"
route_long_name_contains_short_name WARNING 31

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`.
"CS1" 3 "CS1" "CS1"
"CS10" 4 "CS10" "CS10"
"CS11" 5 "CS11" "CS11"
"CS12" 6 "CS12" "CS12"
"CS13" 7 "CS13" "CS13"
"CS14" 8 "CS14" "CS14"
"CS15" 9 "CS15" "CS15"
"CS16" 10 "CS16" "CS16"
"CS17A" 11 "CS17A" "CS17A"
"CS17B" 12 "CS17B" "CS17B"
"CS17C" 13 "CS17C" "CS17C"
"CS2" 14 "CS2" "CS2"
"CS20" 15 "CS20" "CS20"
"CS21" 16 "CS21" "CS21"
"CS22" 17 "CS22" "CS22"
"CS23" 18 "CS23" "CS23"
"CS3" 19 "CS3" "CS3"
"CS30" 20 "CS30" "CS30"
"CS31" 21 "CS31" "CS31"
"CS32" 22 "CS32" "CS32"
"CS33" 23 "CS33" "CS33"
"CS34" 24 "CS34" "CS34"
"CS4" 25 "CS4" "CS4"
"CS40" 26 "CS40" "CS40"
"CS41" 27 "CS41" "CS41"
"CS42" 28 "CS42" "CS42"
"CS5" 29 "CS5" "CS5"
"CS6" 30 "CS6" "CS6"
"CS7" 31 "CS7" "CS7"
"CS8" 32 "CS8" "CS8"
"CS9" 33 "CS9" "CS9"
stop_too_far_from_shape WARNING 385

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 385 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.
51 "R-J-CURIE-1705-A" "R-J-CURIE-1705-A" 1309 "STP-GR-PLACE-BOUZIER" "GR PLACE BOUZIER" [49.6151084,3.2156683] 227.41927157559758
57 "R-CS10-1740-R" "R-CS10-1740-R" 1343 "STP-GR-PLACE-BOUZIER" "GR PLACE BOUZIER" [49.615125877221054,3.21571657436565] 227.38437114280464
57 "R-CS10-1740-R" "R-CS10-1740-R" 1349 "STP-ANGUILCOURT-LE-SART-MAIRIE" "ANGUILCOURT-LE-SART MAIRIE" [49.65369065,3.4344638820000006] 4042.0011892724965
57 "R-CS10-1740-R" "R-CS10-1740-R" 1350 "STP-COURBES-ABRI-MAIRIE" "COURBES MAIRIE" [49.65369065,3.4344638820000006] 3678.440416097965
184 "A-CS40-824-A" "A-CS40-824-A" 3778 "STP-CHARMES-PL-MAIRIE" "CHARMES MAIRIE" [49.642670880000004,3.3697527930000004] 1371.6139080290784
184 "A-CS40-824-A" "A-CS40-824-A" 3779 "STP-CHARMES-ROUTE-ANDELAIN" "CHARMES ROUTE ANDELAIN" [49.642670880000004,3.3697527930000004] 857.4001978536152
184 "A-CS40-824-A" "A-CS40-824-A" 3786 "STP-SAINT-GOBAIN-LE-PIED-DU-MONT" "LE PIED DU MONT" [49.59636901999999,3.379414444] 403.44858644756084
184 "A-CS40-824-A" "A-CS40-824-A" 3787 "LE TRICENTENAIRE" "LE TRICENTENAIRE" [49.59636901999999,3.379414444] 850.5621381482387
9 "c3575186-b872-4b36-b4d8-93cc78b68b75" "c3575186-b872-4b36-b4d8-93cc78b68b75" 328 "STP-COLLEGE-MARIE-DE-LUXEMBOURG" "COLLEGE MARIE DE LUXEMBOURG" [49.66280814242141,3.362880671613379] 158.25847392570196
9 "c3575186-b872-4b36-b4d8-93cc78b68b75" "c3575186-b872-4b36-b4d8-93cc78b68b75" 334 "STP-COURS-LACORDAIRE" "COURS LACORDAIRE" [49.65869752507492,3.3802416883521893] 203.79008187613573
227 "A-CS6-718-A" "A-CS6-718-A" 4016 "STP-BERTAUCOURT-MISSANCOURT" "MISSANCOURT X" [49.63077002000001,3.244258125] 12158.451049503557
227 "A-CS6-718-A" "A-CS6-718-A" 4017 "STP-SAINT-NICOLAS-AUX-BOIS-MAIRIE" "ST-NICOLAS-AUX-BOIS MAIRIE" [49.63077002000001,3.244258125] 14102.455118473703
227 "A-CS6-718-A" "A-CS6-718-A" 4018 "STP-SAINT-NICOLAS-BOIS-ROBIN" "ST-NICOLAS BOIS ROBIN" [49.63077002000001,3.244258125] 13731.958262430298
227 "A-CS6-718-A" "A-CS6-718-A" 4019 "STP-SAINT-GOBAIN-CENTRE-DE-REEDUCATION" "CENTRE DE REEDUCATION" [49.63077002000001,3.244258125] 12996.178680194776
227 "A-CS6-718-A" "A-CS6-718-A" 4020 "STP-ST-GOBAIN-LA-CHESNOYE" "COLLEGE LA CHESNOYE" [49.63077002000001,3.244258125] 10465.357240026739
227 "A-CS6-718-A" "A-CS6-718-A" 4021 "STP-ST-GOBAIN-CINEMA" "ST-GOBAIN CINEMA" [49.63077002000001,3.244258125] 10298.006280584108
227 "A-CS6-718-A" "A-CS6-718-A" 4022 "STP-SAINT-GOBAIN-LE-PIED-DU-MONT" "LE PIED DU MONT" [49.63077002000001,3.244258125] 10078.68369503856
227 "A-CS6-718-A" "A-CS6-718-A" 4023 "STP-GR-PLACE-BOUZIER" "GR PLACE BOUZIER" [49.615283878090146,3.216034480918462] 225.03956447735465
138 "A-L1-545-A" "A-L1-545-A" 2321 "STP-CHA-UNI-1" "ZONE DE L'UNIVERS" [49.62542160000001,3.2106836000000003] 465.50412095796827
138 "A-L1-545-A" "A-L1-545-A" 2322 "STP-CHA-EUR-1" "EUROPE" [49.62542160000001,3.2106836000000003] 273.14489479183396
138 "A-L1-545-A" "A-L1-545-A" 2337 "STP-GAMBETTA" "GAMBETTA" [49.613620999508754,3.219444943700214] 140.1855259332613
138 "A-L1-545-A" "A-L1-545-A" 2339 "STP-CHA-GAMB-2" "GAMBETTA" [49.61144540399434,3.2228484353079963] 136.70585376452863
138 "A-L1-545-A" "A-L1-545-A" 2340 "STP-PLACE-CLEMENCEAU" "PLACE CLEMENCEAU" [49.6150511,3.2189342] 139.6442248666162
138 "A-L1-545-A" "A-L1-545-A" 2341 "STP-EDMOND-RIGOT" "EDMOND RIGOT" [49.6150511,3.2189342] 577.8930236595761
138 "A-L1-545-A" "A-L1-545-A" 2342 "STP-PASTEUR" "PASTEUR" [49.6150511,3.2189342] 1006.2121504692008
138 "A-L1-545-A" "A-L1-545-A" 2343 "STP-MAISON-DE-RETRAITE" "MAISON DE RETRAITE" [49.6150511,3.2189342] 1304.4014422800542
138 "A-L1-545-A" "A-L1-545-A" 2344 "STP-HOPITAL" "CHAUNY HOPITAL" [49.6150511,3.2189342] 1601.4805431371076
138 "A-L1-545-A" "A-L1-545-A" 2345 "STP-LA-RIVE" "LA RIVE" [49.62542160000001,3.2106836000000003] 2311.43144438931
138 "A-L1-545-A" "A-L1-545-A" 2346 "STP-ZAC-LES-TERRAGES" "ZAC LES TERRAGES" [49.62542160000001,3.2106836000000003] 3520.625798332255
138 "A-L1-545-A" "A-L1-545-A" 2347 "STP-LES-RINCETTES-CENTRE-COMMERCIAL" "LES RINCETTES" [49.62542160000001,3.2106836000000003] 4152.948615029399
138 "A-L1-545-A" "A-L1-545-A" 2348 "STP-LES-4-CHEMINS" "LES 4 CHEMINS" [49.62542160000001,3.2106836000000003] 5481.937859625426
138 "A-L1-545-A" "A-L1-545-A" 2349 "STP-LE-POMMELOTIER" "LE POMMELOTIER" [49.62542160000001,3.2106836000000003] 5890.401737042005
138 "A-L1-545-A" "A-L1-545-A" 2350 "STP-ARISTIDE-BRIAND" "ARISTIDE BRIAND" [49.62542160000001,3.2106836000000003] 6338.357586230673
138 "A-L1-545-A" "A-L1-545-A" 2351 "STP-HOCHE" "HOCHE" [49.62542160000001,3.2106836000000003] 6600.893387862825
138 "A-L1-545-A" "A-L1-545-A" 2352 "STP-JEAN-MOULIN" "JEAN MOULIN" [49.62542160000001,3.2106836000000003] 6828.415769604976
138 "A-L1-545-A" "A-L1-545-A" 2353 "STP-PIERRE-SEMARD" "PIERRE SEMARD" [49.62542160000001,3.2106836000000003] 7066.132604942463
138 "A-L1-545-A" "A-L1-545-A" 2354 "STP-TERGNIER-GARE" "TERGNIER GARE" [49.62542160000001,3.2106836000000003] 7323.450709490718
138 "A-L1-545-A" "A-L1-545-A" 2355 "STP-ROOSEVELT" "ROOSEVELT" [49.62542160000001,3.2106836000000003] 7365.673865584415
138 "A-L1-545-A" "A-L1-545-A" 2356 "STP-CANAL" "CANAL" [49.62542160000001,3.2106836000000003] 7558.8794438052755
138 "A-L1-545-A" "A-L1-545-A" 2357 "STP-CARNOT" "CARNOT" [49.6116133,3.2238043] 7934.642987770265
138 "A-L1-545-A" "A-L1-545-A" 2358 "STP-RAYMOND-POINCARE" "RAYMOND POINCARE" [49.6116133,3.2238043] 8299.11785481041
138 "A-L1-545-A" "A-L1-545-A" 2359 "STP-LES-BALKANS" "LES BALKANS" [49.6116133,3.2238043] 8585.85635407713
138 "A-L1-545-A" "A-L1-545-A" 2360 "STP-PLACE-CARNEGIE" "PLACE CARNEGIE" [49.62542160000001,3.2106836000000003] 8384.363834398184
138 "A-L1-545-A" "A-L1-545-A" 2361 "STP-FARGNIERS-EGLISE" "FARGNIERS EGLISE" [49.62542160000001,3.2106836000000003] 8053.182164360701
138 "A-L1-545-A" "A-L1-545-A" 2362 "STP-BERLEMONT" "BERLEMONT" [49.62542160000001,3.2106836000000003] 7836.633063369537
138 "A-L1-545-A" "A-L1-545-A" 2363 "STP-TER-CANA-2" "CANAL" [49.62542160000001,3.2106836000000003] 7558.8794438052755
138 "A-L1-545-A" "A-L1-545-A" 2364 "STP-TER-ROOS-2" "ROOSEVELT" [49.62542160000001,3.2106836000000003] 7365.673865584415
88 "R-CS31-1210-R" "R-CS31-1210-R" 1555 "STP-BEAUTOR-EGLISE" "BEAUTOR EGLISE" [49.66418932,3.3629883179999998] 1213.8672062046141
88 "R-CS31-1210-R" "R-CS31-1210-R" 1556 "STP-LOUIS-LUMIERE" "LOUIS LUMIERE" [49.66418932,3.3629883179999998] 1831.2573382277712
88 "R-CS31-1210-R" "R-CS31-1210-R" 1557 "STP-FRESSANCOURT-MAIRIE" "FRESSANCOURT MAIRIE" [49.66670216803576,3.422088043957515] 3887.114382532676
stop_without_stop_time WARNING 27

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.
342 "STP-ABBECOURT-ABRI" "ABBECOURT ABRI"
357 "STP-BASE-NAUTIQUE-DE-LA-FRETTE" "BASE NAUTIQUE DE LA FRETTE"
375 "STP-BETHANCOURT-PLACE-ABRI" "BETHANCOURT PLACE"
380 "STP-BRIE-MAIRIE" "BRIE MAIRIE"
388 "STP-CENTRE-DE-VIE" "CENTRE DE VIE"
400 "STP-CHA-ERNE2" "ERNEST RENAN"
405 "STP-CHA-FORU2" "FORUM"
411 "STP-CHA-JAUR" "Av. JEAN JAURES"
412 "STP-CHA-JEAN2" "Av. JEAN JAURES"
431 "STP-CHAPELLE-DAMPCOURT" "CHAPELLE DAMPCOURT"
460 "STP-ERNEST-RENAN" "ERNEST RENAN"
462 "STP-FAILLOUEL" "FAILLOUËL"
472 "STP-FORUM" "FORUM"
473 "STP-FOURDRAIN-MAIRIE" "FOURDRAIN MAIRIE"
521 "STP-MAREST-ABRI" "MAREST ABRI"
529 "STP-NOTRE-DAME" "NOTRE DAME"
549 "STP-QUESSY-CENTRE" "QUESSY CENTRE"
562 "STP-RUE-DU-MOULIN" "RUE DU MOULIN"
563 "STP-SAINT-ANTOINE" "SAINT ANTOINE"
572 "STP-SERVAIS-ARRET" "SERVAIS ARRET"
573 "STP-SERVAIS-MAIRIE" "SERVAIS MAIRIE"
575 "STP-SERVAIS-PLACE-ABRI" "SERVAIS PLACE"
620 "STP-USINE" "USINE"
626 "STP-VILLEQUIER-GUYENCOURT" "VILLEQUIER GUYENCOURT"
628 "STP-VILLEQUIER-PLACE-ABRI" "VILLEQUIER PLACE ABRI"
629 "STP-VILLEQUIER-RD-937" "VILLEQUIER RD 937"
632 "STP-VIRY-NOUREUIL-J-JAURES" "VIRY NOUREUIL J.JAURES"
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.
218 "45ec4c9d-5b75-4b7a-b304-ab0ebfd5377d" "45ec4c9d-5b75-4b7a-b304-ab0ebfd5377d" 3966 "STP-SINCENY-DUPLOYE" "EMILE DUPLOYE" [49.59380753000001,3.234765459] 3965 "STP-SINCENY-H-BARBUSSE" "H.BARBUSSE" [49.59343541,3.253701029]
69 "A-FRAMBOISE-820-A" "A-FRAMBOISE-820-A" 1421 "STP-LA-FERE-EGLISE" "LA FERE EGLISE" [49.66294999,3.367225986] 1420 "STP-MERMOZ" "MERMOZ" [49.66096547697434,3.3674888864120063]
100 "R-FRAMBOISE-1615-R" "R-FRAMBOISE-1615-R" 1641 "STP-LA-FERE-EGLISE" "LA FERE EGLISE" [49.66294999,3.367225986] 1640 "STP-MERMOZ" "MERMOZ" [49.66096547697434,3.3674888864120063]
110 "A-MYRTILLE-812-A" "A-MYRTILLE-812-A" 1710 "STP-LA-FERE-EGLISE" "LA FERE EGLISE" [49.66294999,3.367225986] 1709 "STP-MERMOZ" "MERMOZ" [49.66096547697434,3.3674888864120063]
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 45

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.
321 "STA-STP-TRAVECY-ABRI" "TRAVECY ABRI"
107 "STA-STP-CHAUNY-GARE-D" "CHAUNY GARE D"
118 "STA-STP-COURBES-ABRI" "COURBES ABRI"
298 "STA-STP-TER-AULN" "Aulnes"
318 "STA-STP-TERGNIER-GARE-A" "TERGNIER GARE A"
319 "STA-STP-TERGNIER-GARE-D" "TERGNIER GARE D"
11 "STA-STP-AGENCE-COMMERCIALE" "AGENCE COMMERCIALE"
178 "STA-STP-LA-FERE-J-MERMOZ" "LA FERE J.MERMOZ"
206 "STA-STP-MANICAMP" "MANICAMP"
203 "STA-STP-MAGIE-D-OR" "MAGIE D'OR"
263 "STA-STP-SAINT-GOBAIN-HOSPITAL" "SAINT GOBAIN HOSPITAL"
243 "STA-STP-QUIERZY" "QUIERZY"
106 "STA-STP-CHAUNY-GARE-A" "CHAUNY GARE A"
260 "STA-STP-SAINT-GOBAIN-COLLEGE" "SAINT GOBAIN COLLEGE"
181 "STA-STP-LA-FERE-REPUBLIQUE" "LA FERE REPUBLIQUE"
233 "STA-STP-PLACE-DU-MARCHE-COUVERT" "PLACE DU MARCHE COUVERT"
45 "STA-STP-BICHANCOURT-ABRI" "BICHANCOURT ABRI"
241 "STA-STP-QUESSY-ECOLE-DECARPIGNY" "QUESSY ECOLE DECARPIGNY"
134 "STA-STP-EUROPE" "EUROPE"
214 "STA-STP-MONCEAU-LES-LEUPS" "MONCEAU LES LEUPS"
258 "STA-STP-SAINT-GOBAIN" "SAINT GOBAIN"
188 "STA-STP-LEO-LAGRANGE" "LEO LAGRANGE"
18 "STA-STP-ANGUILCOURT-LE-SART" "ANGUILCOURT LE SART"
180 "STA-STP-LA-FERE-PONT-DE-L-OISE" "LA FERE PONT DE L'OISE"
250 "STA-STP-ROGECOURT-CENTRE" "ROGECOURT CENTRE"
279 "STA-STP-SIN-LAZA" "Saint-Lazare"
174 "STA-STP-LA-FERE-ESPLANADE" "LA FERE ESPLANADE"
4 "STA-STP" "arrêt"
290 "STA-STP-ST-GOB-ABRI-DU-BAS" "ST GOB ABRI DU BAS"
128 "STA-STP-DEUILLET" "DEUILLET"
268 "STA-STP-SAINT-NICOLAS-ABRI" "SAINT NICOLAS ABRI"
172 "STA-STP-LA-FERE-COLLEGE" "LA FERE COLLEGE"
182 "STA-STP-LA-FERE-ROUTE-DE-LAON" "LA FERE ROUTE DE LAON"
167 "STA-STP-JULES-VERNE" "Jules Verne"
14 "STA-STP-AMIGNY-ROUY-ABRI-RD7" "AMIGNY ROUY ABRI RD7"
249 "STA-STP-ROGECOURT" "ROGECOURT"
9 "STA-STP-ACHERY-ABRI" "ACHERY ABRI"
149 "STA-STP-FRESSENCOURT-PLACE-ABRI" "FRESSENCOURT PLACE ABRI"
323 "STA-STP-TRAVECY-ECOLE" "TRAVECY ECOLE"
175 "STA-STP-LA-FERE-GARE-SNCF" "LA FERE GARE SNCF"
265 "STA-STP-SAINT-GOBAIN-LE-TRICENTENAIRE" "SAINT GOBAIN LE TRICENTENAIRE"
316 "STA-STP-TERGNIER-ED" "TERGNIER ED"
176 "STA-STP-LA-FERE-GENDARMERIE" "LA FERE GENDARMERIE"
40 "STA-STP-BERTAUCOURT-PLACE-ABRI" "BERTAUCOURT PLACE ABRI"
210 "STA-STP-MAYOT-ABRI" "MAYOT ABRI"