GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 5.0.1 at 2024-06-07T16:14: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: 1
  • Blocks: 1
  • Routes: 12
  • Shapes: 334
  • Stops: 254
  • Trips: 334

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


ShapesRoute ColorsHeadsignsWheelchair AccessibilityLocation Types

Specification Compliance report

5602 notices reported (12 errors, 5589 warnings, 1 infos)

Notice Code Severity Total
start_and_end_range_out_of_order ERROR 11

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" 1605 "arrival_time" "07:25:00" "departure_time" "07:24:00"
"stop_times.txt" 1999 "arrival_time" "17:47:00" "departure_time" "17:46:00"
"stop_times.txt" 2710 "arrival_time" "16:28:00" "departure_time" "16:27:00"
"stop_times.txt" 3458 "arrival_time" "12:38:00" "departure_time" "12:37:00"
"stop_times.txt" 3492 "arrival_time" "14:10:00" "departure_time" "14:08:00"
"stop_times.txt" 3715 "arrival_time" "13:38:00" "departure_time" "13:36:00"
"stop_times.txt" 3835 "arrival_time" "09:03:00" "departure_time" "09:01:00"
"stop_times.txt" 3963 "arrival_time" "11:18:00" "departure_time" "11:16:00"
"stop_times.txt" 4035 "arrival_time" "15:33:00" "departure_time" "15:31:00"
"stop_times.txt" 4381 "arrival_time" "12:45:00" "departure_time" "12:44:00"
"stop_times.txt" 5033 "arrival_time" "17:40:00" "departure_time" "17:39:00"
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.
4386 4385 "R-A060" "12:48:00" "12:49: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.
190 "7368e827-2b40-4a13-be7a-0653140b19f4" "L02C" 261.51827014849295 4.358637835808215 2770 23 "STP-07260NEUV" "ST LAGER BRESSAC Giratoire La Neuve" "16:49:00" 2771 24 "STP-07181PAYR" "LE POUZIN La Payre" "16:49:00"
leading_or_trailing_whitespaces WARNING 4

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" 28 "trip_short_name" "D065 Me "
"trips.txt" 32 "trip_short_name" "D066 Me "
"trips.txt" 177 "trip_short_name" "C064 Me "
"trips.txt" 266 "trip_headsign" "D068 Ve RF "
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 5110

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 5110 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 "26d29765-cc41-42e6-8bcf-c2935496c3e0" 21
3 "26d29765-cc41-42e6-8bcf-c2935496c3e0" 22
4 "26d29765-cc41-42e6-8bcf-c2935496c3e0" 23
5 "26d29765-cc41-42e6-8bcf-c2935496c3e0" 24
6 "26d29765-cc41-42e6-8bcf-c2935496c3e0" 25
7 "LA-R-A062" 1
8 "LA-R-A062" 2
9 "LA-R-A062" 3
10 "LA-R-A062" 4
11 "LA-R-A062" 5
12 "LA-R-A062" 6
13 "LA-R-A062" 7
14 "LA-R-A062" 8
15 "LA-R-A062" 9
16 "LA-R-A062" 10
17 "LA-R-A062" 11
18 "LA-R-A062" 12
19 "LA-R-A062" 13
20 "LA-R-A062" 14
21 "LA-R-A062" 15
22 "LA-R-A062" 16
23 "LA-R-A062" 17
24 "LA-R-A062" 18
25 "LA-R-A062" 19
26 "LA-R-A062" 20
27 "LA-R-A062" 21
28 "LA-R-A062" 22
29 "LA-R-A062" 23
30 "A-B019" 10
31 "A-B019" 12
32 "A-B019" 13
33 "A-B019" 14
34 "A-B019" 15
35 "A-B019" 16
36 "A-B019" 17
37 "A-B019" 22
38 "A-B019" 23
39 "A-B019" 24
40 "A-B019" 25
41 "A-B019" 26
42 "f93cf475-c78b-40d6-afae-de8b9d84b7c9" 1
43 "f93cf475-c78b-40d6-afae-de8b9d84b7c9" 2
44 "f93cf475-c78b-40d6-afae-de8b9d84b7c9" 3
45 "f93cf475-c78b-40d6-afae-de8b9d84b7c9" 4
46 "f93cf475-c78b-40d6-afae-de8b9d84b7c9" 5
47 "f93cf475-c78b-40d6-afae-de8b9d84b7c9" 6
48 "f93cf475-c78b-40d6-afae-de8b9d84b7c9" 7
49 "f93cf475-c78b-40d6-afae-de8b9d84b7c9" 8
50 "f93cf475-c78b-40d6-afae-de8b9d84b7c9" 9
51 "f93cf475-c78b-40d6-afae-de8b9d84b7c9" 10
mixed_case_recommended_field WARNING 20

mixed_case_recommended_field

This field has customer-facing text and should use Mixed Case (should contain upper and lower case letters).

This field contains customer-facing text and should use Mixed Case (upper and lower case letters) to ensure good readability when displayed to riders. Avoid the use of abbreviations throughout the feed (e.g. St. for Street) unless a location is called by its abbreviated name (e.g. “JFK Airport”). Abbreviations may be problematic for accessibility by screen reader software and voice user interfaces.

Good examples:
Field Text Dataset
"Schwerin, Hauptbahnhof" Verkehrsverbund Berlin-Brandenburg
"Red Hook/Atlantic Basin" NYC Ferry
"Campo Grande Norte" Carris
Bad examples:
Field Text
"GALLERIA MALL"
"3427 GG 17"
"21 Clark Rd Est"

You can see more about this notice here.

filename (?) Name of the faulty file. fieldName (?) Name of the faulty field. fieldValue (?) Faulty value. csvRowNumber (?) The row number of the faulty record.
"stops.txt" "stop_name" "CHOMERAC LEP" 9
"stops.txt" "stop_name" "CHOMERAC LEP" 136
"routes.txt" "route_long_name" "LIGNE 01 ST SAUVEUR DE MONTAGUT - LES OLLIERES -LE CHAMBON DE BAVAS-LYAS-COUX-PRIVAS" 3
"routes.txt" "route_long_name" "LIGNE 02 BEAUCHASTEL-SAINT LAURENT DU PAPE-LA VOULTE-LE POUZIN-VALLEE DE L'OUVEZE-PRIVAS" 4
"routes.txt" "route_long_name" "LIGNE B CHOMERAC-ALISSAS-PRIVAS" 8
"routes.txt" "route_long_name" "LIGNE C VEYRAS-PRIVAS" 9
"routes.txt" "route_long_name" "LIGNE D ST PRIEST-PRIVAS" 10
"routes.txt" "route_long_name" "LIGNE G PRANLES-LYAS-COUX-PRIVAS" 11
"trips.txt" "trip_headsign" "PRI06 VAC" 7
"trips.txt" "trip_short_name" "PR06 VAC" 7
"trips.txt" "trip_headsign" "PRI08 VAC" 9
"trips.txt" "trip_short_name" "PRI08 VAC" 9
"trips.txt" "trip_short_name" "PRI64 SCO" 20
"trips.txt" "trip_short_name" "PRI01 VAC" 22
"trips.txt" "trip_headsign" "PRI61 VAC" 59
"trips.txt" "trip_short_name" "PRI61 VAC" 59
"trips.txt" "trip_headsign" "PRI68 VAC" 60
"trips.txt" "trip_short_name" "PRI68 VAC" 60
"trips.txt" "trip_short_name" "PRI64 VAC" 201
"trips.txt" "trip_short_name" "PRI61 SCO" 329
route_color_contrast WARNING 1

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.
"L02C" 6 "#FFDA00" "#FFFFFF"
stop_too_far_from_shape WARNING 430

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 430 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.
145 "LD-R-D055-VAC" "LD-R-D055-VAC" 2060 "STP-07288BLIG" "ST PRIEST Bas Lignol" [44.720047767713176,4.565140039914794] 230.20026963929786
25 "A-D003-RF" "A-D003-RF" 325 "STP-07186GROS" "PRIVAS Av de Grosjeanne" [44.731065,4.584849999999999] 501.512612084702
25 "A-D003-RF" "A-D003-RF" 326 "STP-07186PAEC" "PRIVAS Paste Ecole" [44.72625902569481,4.596496286722998] 183.71192685161975
25 "A-D003-RF" "A-D003-RF" 327 "STP-07186ZISU" "PRIVAS ZI Sud" [44.72657939066208,4.599576259660098] 737.3259681321514
247 "LD-R-D061-RF" "LD-R-D061-RF" 3494 "STP-07186DUPI" "PRIVAS Avenue Jacques Dupin" [44.72830366412975,4.610427913804024] 560.7751960128614
247 "LD-R-D061-RF" "LD-R-D061-RF" 3495 "STP-07186LANC" "PRIVAS Lancelot" [44.73302636517176,4.596414479389792] 203.4853347029892
247 "LD-R-D061-RF" "LD-R-D061-RF" 3496 "STP-07186EURO" "PRIVAS Europe Unie" [44.73448817612046,4.597666786324349] 184.4046138498896
247 "LD-R-D061-RF" "LD-R-D061-RF" 3497 "STP-07186PALA" "PRIVAS Cours du Palais" [44.735300406390735,4.598362641699334] 136.35043047794784
48 "A-B007-SCO" "A-B007-SCO" 653 "STP-07066CLEP" "CHOMERAC LEP" [44.70175881053893,4.662899043854631] 162.46970865340353
48 "A-B007-SCO" "A-B007-SCO" 671 "STP-07186EURO" "PRIVAS Europe Unie" [44.73450152431826,4.600285515008359] 109.13914240416513
322 "R-C062-ME" "R-C062-ME" 4921 "STP-07186PALA" "PRIVAS Cours du Palais" [44.7362731,4.599195999999999] 186.07200100027748
147 "R-D053" "R-D053" 2080 "STP-07186PALA" "PRIVAS Cours du Palais" [44.7362731,4.599195999999999] 186.07200100027748
229 "R-D051" "R-D051" 3175 "STP-07186PALA" "PRIVAS Cours du Palais" [44.7362731,4.599195999999999] 186.07200100027748
36 "LC-R-C062-LMJV" "LC-R-C062-LMJV" 478 "STP-07186PALA" "PRIVAS Cours du Palais" [44.7362731,4.599195999999999] 186.07200100027748
172 "R-D059" "R-D059" 2463 "STP-07186ZISU" "PRIVAS ZI Sud" [44.72151607847034,4.606919832913903] 451.8020733817055
172 "R-D059" "R-D059" 2472 "STP-07186PDDE" "PRIVAS Pôle des Mines" [44.72320063216067,4.580229189484435] 206.0286885476859
163 "L02A-R-PRI60" "L02A-R-PRI60" 2317 "STP-07072ONCL" "COUX Place Onclaire" [44.73799437398959,4.623237734359047] 226.16794092967257
163 "L02A-R-PRI60" "L02A-R-PRI60" 2318 "STP-07072BROS" "COUX Le Bros" [44.73992118238723,4.636788364293066] 396.79291841467386
163 "L02A-R-PRI60" "L02A-R-PRI60" 2319 "STP-07090BLAN" "FLAVIAC Blanc" [44.74152867063685,4.6481026410713255] 252.7224087907896
163 "L02A-R-PRI60" "L02A-R-PRI60" 2320 "STP-07090TRIG" "FLAVIAC Triguel" [44.74292067926977,4.657907135734458] 263.14947857846516
163 "L02A-R-PRI60" "L02A-R-PRI60" 2321 "STP-07090PARA" "FLAVIAC Le Paradis" [44.74333274274899,4.660810694408543] 113.80560303822666
163 "L02A-R-PRI60" "L02A-R-PRI60" 2323 "STP-07090CENT" "FLAVIAC Centre" [44.74527751820705,4.674521897291168] 142.13081656937786
163 "L02A-R-PRI60" "L02A-R-PRI60" 2324 "STP-07090VERG" "FLAVIAC Vergnes" [44.74634649602617,4.682063809239673] 686.3427356014829
144 "LD-R-D059-VAC" "LD-R-D059-VAC" 2045 "STP-07288BLIG" "ST PRIEST Bas Lignol" [44.720047767713176,4.565140039914794] 230.20026963929786
157 "LD-A-D004-RF" "LD-A-D004-RF" 2232 "STP-07186LYCE" "PRIVAS Lycee" [44.731827,4.599065999999999] 466.67832552046553
41 "A-C004-RF" "A-C004-RF" 560 "STP-07186PAEC" "PRIVAS Paste Ecole" [44.723198312761575,4.592822811587293] 285.2882698172691
41 "A-C004-RF" "A-C004-RF" 561 "STP-07186PAST" "PRIVAS Bd de Paste" [44.72270873261278,4.59420360637601] 423.82816477213004
35 "LD-A-D011-RF" "LD-A-D011-RF" 476 "STP-07186DUPI" "PRIVAS Avenue Jacques Dupin" [44.7283918,4.611306800000001] 565.1420287704907
26 "R-D065" "R-D065" 340 "STP-07288BLIG" "ST PRIEST Bas Lignol" [44.720047767713176,4.565140039914794] 230.20026963929786
34 "LC-R-C065" "LC-R-C065" 459 "STP-07186PALA" "PRIVAS Cours du Palais" [44.7362731,4.599195999999999] 186.07200100027748
34 "LC-R-C065" "LC-R-C065" 466 "STP-07340CHAN" "VEYRAS Changuier" [44.72855697773806,4.559891886996347] 158.0912424433786
34 "LC-R-C065" "LC-R-C065" 467 "STP-07340HVEY" "VEYRAS Haut de Veyras" [44.7322227845451,4.564647084291682] 330.5109200197099
34 "LC-R-C065" "LC-R-C065" 468 "STP-07340-VILL" "VEYRAS Village" [44.732292,4.564669] 334.78488244365474
325 "LC-R-C060" "LC-R-C060" 4971 "STP-07186PALA" "PRIVAS Cours du Palais" [44.7362731,4.599195999999999] 186.07200100027748
325 "LC-R-C060" "LC-R-C060" 4978 "STP-07340CHAN" "VEYRAS Changuier" [44.72855697773806,4.559891886996347] 158.0912424433786
325 "LC-R-C060" "LC-R-C060" 4979 "STP-07340HVEY" "VEYRAS Haut de Veyras" [44.7322227845451,4.564647084291682] 330.5109200197099
325 "LC-R-C060" "LC-R-C060" 4980 "STP-07340-VILL" "VEYRAS Village" [44.732292,4.564669] 334.78488244365474
124 "R-VOU56" "R-VOU56" 1740 "STP-07027CENT" "BEAUCHASTEL Centre" [44.8121128,4.792426099999999] 1642.7305146009758
124 "R-VOU56" "R-VOU56" 1741 "STP-07027RAMI" "BEAUCHASTEL Les Ramières" [44.8121128,4.792426099999999] 2606.771733375369
124 "R-VOU56" "R-VOU56" 1748 "STP-07260NEUV" "ST LAGER BRESSAC Giratoire La Neuve" [44.71328676157207,4.692649535514652] 478.617340797897
199 "L01-R-L01R0" "L01-R-L01R0" 2847 "STP-07186LYCE" "PRIVAS Lycee" [44.7346629,4.5998372] 709.4371576894385
111 "LB-R-B063-RF2" "LB-R-B063-RF2" 1553 "STP-07066CLEP" "CHOMERAC LEP" [44.69847282619861,4.658649522584623] 617.6265624532887
303 "LB-R-B063-RF1" "LB-R-B063-RF1" 4646 "STP-07186DUPI" "PRIVAS Avenue Jacques Dupin" [44.723596365672364,4.6097130814619645] 138.56414682786786
33 "LD-R-D066-LMJ" "LD-R-D066-LMJ" 454 "STP-07288BLIG" "ST PRIEST Bas Lignol" [44.720047767713176,4.565140039914794] 230.20026963929786
31 "LD-R-D066-VAC" "LD-R-D066-VAC" 413 "STP-07186PALA" "PRIVAS Cours du Palais" [44.7362731,4.599195999999999] 186.07200100027748
38 "LC-A-C014" "LC-A-C014" 508 "STP-07340HVEY" "VEYRAS Haut de Veyras" [44.73114111513051,4.562110553824924] 228.2046912775179
38 "LC-A-C014" "LC-A-C014" 509 "STP-07340-VILL" "VEYRAS Village" [44.731557329085575,4.563035781564634] 297.93071176679723
38 "LC-A-C014" "LC-A-C014" 515 "STP-07186PLAN" "PRIVAS Roger Planchon Ecole" [44.7321949,4.5869778] 181.69725769034926
126 "R-VOU53" "R-VOU53" 1773 "STP-07260NEUV" "ST LAGER BRESSAC Giratoire La Neuve" [44.71328676157207,4.692649535514652] 478.617340797897
174 "LD-A-D016-RF" "LD-A-D016-RF" 2498 "STP-07186DUPI" "PRIVAS Avenue Jacques Dupin" [44.7283918,4.611306800000001] 565.1420287704907
stop_without_stop_time WARNING 3

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.
182 "STP-07186BESI" "PRIVAS Bésignoles"
199 "STP-07186MINE" "PRIVAS Rte des Mines"
227 "STP-07261THOA" "ST LAURENT DU PAPE Thoac"
stops_match_shape_out_of_order WARNING 19

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.
200 "L01-R-LR01R5" "L01-R-LR01R5" 2867 "STP-07186MARS" "PRIVAS Champ de Mars" [44.7362731,4.599195999999999] 2866 "STP-07186PALA" "PRIVAS Cours du Palais" [44.7346629,4.599837199999999]
52 "L01-R-LR01R4" "L01-R-LR01R4" 706 "STP-07186MARS" "PRIVAS Champ de Mars" [44.7362731,4.599195999999999] 705 "STP-07186PALA" "PRIVAS Cours du Palais" [44.7346629,4.599837199999999]
55 "L01-R-L01R3" "L01-R-L01R3" 759 "STP-07186MARS" "PRIVAS Champ de Mars" [44.7362731,4.599195999999999] 758 "STP-07186PALA" "PRIVAS Cours du Palais" [44.7346629,4.5998372]
53 "L01-R-L01R2" "L01-R-L01R2" 725 "STP-07186MARS" "PRIVAS Champ de Mars" [44.7362731,4.599195999999999] 724 "STP-07186PALA" "PRIVAS Cours du Palais" [44.7346629,4.5998372]
131 "L01-R-L01R1" "L01-R-L01R1" 1839 "STP-07186MARS" "PRIVAS Champ de Mars" [44.7362731,4.599195999999999] 1838 "STP-07186PALA" "PRIVAS Cours du Palais" [44.7346629,4.5998372]
161 "R-B066-LMJV" "R-B066-LMJV" 2300 "STP-07066CLEV" "CHOMERAC La Clève" [44.70917299999999,4.682864599999999] 2299 "STP-07260NEUV" "ST LAGER BRESSAC Giratoire La Neuve" [44.709582,4.695732999999999]
137 "LB-R-B058-RF3" "LB-R-B058-RF3" 1954 "STP-07066CLEV" "CHOMERAC La Clève" [44.70917299999999,4.682864599999999] 1953 "STP-07260NEUV" "ST LAGER BRESSAC Giratoire La Neuve" [44.709582,4.695732999999999]
326 "LC-R-C057-RF" "LC-R-C057-RF" 4992 "STP-07186SAVY" "PRIVAS Bd Henri Savy" [44.7250461,4.5851511] 4991 "STP-07186LYCE" "PRIVAS Lycee" [44.7299518,4.593780800000001]
179 "LC-R-C063-RF" "LC-R-C063-RF" 2565 "STP-07186PAST" "PRIVAS Bd de Paste" [44.7261192,4.596599100000001] 2564 "STP-07186ZISU" "PRIVAS ZI Sud" [44.7201,4.60156]
43 "A-C002-RF" "A-C002-RF" 599 "STP-07186ZISU" "PRIVAS ZI Sud" [44.7201,4.60156] 598 "STP-07186PAST" "PRIVAS Bd de Paste" [44.7261192,4.596599100000001]
128 "A-VOU03" "A-VOU03" 1804 "STP-07027CENT" "BEAUCHASTEL Centre" [44.82553595843461,4.801164713738465] 1803 "STP-07027RAMI" "BEAUCHASTEL Les Ramières" [44.83229999999999,4.80923]
302 "LB-R-B064-SCO" "LB-R-B064-SCO" 4642 "STP-07066CLEV" "CHOMERAC La Clève" [44.70917299999999,4.682864599999999] 4641 "STP-07260NEUV" "ST LAGER BRESSAC Giratoire La Neuve" [44.709582,4.695732999999999]
110 "LB-R-B065-RF1" "LB-R-B065-RF1" 1544 "STP-07066CLEV" "CHOMERAC La Clève" [44.70917299999999,4.682864599999999] 1543 "STP-07260NEUV" "ST LAGER BRESSAC Giratoire La Neuve" [44.709582,4.695732999999999]
148 "A-D005-SCO" "A-D005-SCO" 2110 "STP-07186LYCE" "PRIVAS Lycee" [44.7299518,4.593780800000001] 2109 "STP-07186PALA" "PRIVAS Cours du Palais" [44.7346629,4.5998372]
310 "R-B055" "R-B055" 4760 "STP-07066ROSE" "CHOMERAC Rose" [44.7055,4.65141] 4759 "STP-07008ARBO" "ALISSAS Giratoire d'Arbonne" [44.709933,4.63887]
120 "R-C056-RF" "R-C056-RF" 1691 "STP-07186PAST" "PRIVAS Bd de Paste" [44.7261192,4.596599100000001] 1690 "STP-07186ZISU" "PRIVAS ZI Sud" [44.7201,4.60156]
250 "R-B068-LMJV" "R-B068-LMJV" 3537 "STP-07066CLEV" "CHOMERAC La Clève" [44.70917299999999,4.682864599999999] 3536 "STP-07260NEUV" "ST LAGER BRESSAC Giratoire La Neuve" [44.709582,4.695732999999999]
198 "L01-A-L01A0" "L01-A-L01A0" 2846 "STP-07186LYCE" "PRIVAS Lycee" [44.7299518,4.593780800000001] 2845 "STP-07186PALA" "PRIVAS Cours du Palais" [44.7346629,4.5998372]
113 "A-D001-SCO" "A-D001-SCO" 1585 "STP-07186LYCE" "PRIVAS Lycee" [44.7299518,4.593780800000001] 1584 "STP-07186PALA" "PRIVAS Cours du Palais" [44.7346629,4.5998372]
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"