GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-01-23T20:42:11Z,
for the dataset file:///shared/syncromatics-mvrta.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
GMV Syncromatics
Feed Email:
support@gmvsync.com
Feed Language:
English
Feed Start Date:
2026-01-09
Feed End Date:
2027-01-10

Files included


  1. agency.txt
  2. calendar.txt
  3. calendar_attributes.txt
  4. directions.txt
  5. feed_info.txt
  6. realtime_routes.txt
  7. routes.txt
  8. shapes.txt
  9. stop_times.txt
  10. stops.txt
  11. trips.txt

Counts


  • Agencies: 1
  • Blocks: 171
  • Routes: 26
  • Shapes: 57
  • Stops: 849
  • Trips: 1795

Specification Compliance report

1038 notices reported (34 errors, 1001 warnings, 3 infos)

Notice Code Severity Total
decreasing_or_equal_stop_time_distance ERROR 34

decreasing_or_equal_stop_time_distance

Decreasing or equal shape_dist_traveled in stop_times.txt.

When sorted by stop_times.stop_sequence, two consecutive entries in stop_times.txt should have increasing distance, based on the field shape_dist_traveled. If the values are equal, this is considered as an error.

You can see more about this notice here.

tripId (?) The id of the faulty trip. stopId (?) The id of the faulty stop. csvRowNumber (?) The row number from `stop_times.txt`. shapeDistTraveled (?) Actual distance traveled along the shape from the first shape point to the faulty record. stopSequence (?) The faulty record's `stop_times.stop_sequence`. prevCsvRowNumber (?) The row number from `stop_times.txt` of the previous stop time. prevShapeDistTraveled (?) Actual distance traveled along the shape from the first shape point to the previous stop time. prevStopSequence (?) The previous record's `stop_times.stop_sequence`.
"6134184" "11322933" 37257 430.6206625895237 1 37256 9228.263832627888 0
"6134183" "11322933" 37231 430.6206625895237 1 37230 9228.263832627888 0
"6134180" "11322933" 37153 430.6206625895237 1 37152 9228.263832627888 0
"6134182" "11322933" 37205 430.6206625895237 1 37204 9228.263832627888 0
"6134181" "11322933" 37179 430.6206625895237 1 37178 9228.263832627888 0
"6134119" "11322933" 35567 430.6206625895237 1 35566 9228.263832627888 0
"6134118" "11322933" 35541 430.6206625895237 1 35540 9228.263832627888 0
"6134115" "11322933" 35463 430.6206625895237 1 35462 9228.263832627888 0
"6134122" "11322933" 35645 430.6206625895237 1 35644 9228.263832627888 0
"6134121" "11322933" 35619 430.6206625895237 1 35618 9228.263832627888 0
"6134124" "11322933" 35697 430.6206625895237 1 35696 9228.263832627888 0
"6134123" "11322933" 35671 430.6206625895237 1 35670 9228.263832627888 0
"6134120" "11322933" 35593 430.6206625895237 1 35592 9228.263832627888 0
"6134126" "11322933" 35749 430.6206625895237 1 35748 9228.263832627888 0
"6134125" "11322933" 35723 430.6206625895237 1 35722 9228.263832627888 0
"6134127" "11322933" 35775 430.6206625895237 1 35774 9228.263832627888 0
"6134133" "11322933" 35931 430.6206625895237 1 35930 9228.263832627888 0
"6134132" "11322933" 35905 430.6206625895237 1 35904 9228.263832627888 0
"6134135" "11322933" 35983 430.6206625895237 1 35982 9228.263832627888 0
"6134134" "11322933" 35957 430.6206625895237 1 35956 9228.263832627888 0
"6134136" "11322933" 36009 430.6206625895237 1 36008 9228.263832627888 0
"6134142" "11322933" 36165 430.6206625895237 1 36164 9228.263832627888 0
"6134149" "11322933" 36347 430.6206625895237 1 36346 9228.263832627888 0
"6134154" "11322933" 36477 430.6206625895237 1 36476 9228.263832627888 0
"6134151" "11322933" 36399 430.6206625895237 1 36398 9228.263832627888 0
"6134150" "11322933" 36373 430.6206625895237 1 36372 9228.263832627888 0
"6134153" "11322933" 36451 430.6206625895237 1 36450 9228.263832627888 0
"6134166" "11322933" 36789 430.6206625895237 1 36788 9228.263832627888 0
"6134165" "11322933" 36763 430.6206625895237 1 36762 9228.263832627888 0
"6134164" "11322933" 36737 430.6206625895237 1 36736 9228.263832627888 0
"6134177" "11322933" 37075 430.6206625895237 1 37074 9228.263832627888 0
"6134176" "11322933" 37049 430.6206625895237 1 37048 9228.263832627888 0
"6134179" "11322933" 37127 430.6206625895237 1 37126 9228.263832627888 0
"6134178" "11322933" 37101 430.6206625895237 1 37100 9228.263832627888 0
equal_shape_distance_same_coordinates WARNING 1

equal_shape_distance_same_coordinates

Two consecutive points have equal shape_dist_traveled and the same lat/lon coordinates in shapes.txt.

When sorted by shape.shape_pt_sequence, the values for shape_dist_traveled must increase along a shape. Two consecutive points with equal values for shape_dist_traveled and the same coordinates indicate a duplicative shape point.

You can see more about this notice here.

shapeId (?) The id of the faulty shape. csvRowNumber (?) The row number from `shapes.txt`. shapeDistTraveled (?) Actual distance traveled along the shape from the first shape point to the faulty record. shapePtSequence (?) The faulty record's `shapes.shape_pt_sequence`. prevCsvRowNumber (?) The row number from `shapes.txt` of the previous shape point. prevShapeDistTraveled (?) Actual distance traveled along the shape from the first shape point to the previous shape point. prevShapePtSequence (?) The previous record's `shapes.shape_pt_sequence`.
"26026" 8297 458.2683295911409 15 8296 458.2683295911409 14
leading_or_trailing_whitespaces WARNING 8

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" 50 "stop_name" "PRINCESTON "
"stops.txt" 292 "stop_name" "BJ's "
"stops.txt" 586 "stop_name" "N Main & Balmoral "
"stops.txt" 612 "stop_name" "Andover Street & Beacon Street "
"stops.txt" 639 "stop_name" "Planet Fitness "
"stops.txt" 675 "stop_name" "Village at Brickell Hill "
"stops.txt" 731 "stop_name" "Broadway & Haverhill St "
"stops.txt" 759 "stop_name" "Jackson street and Fern Street "
mixed_case_recommended_field WARNING 514

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 514 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" "STOP & SHOP" 58
"stops.txt" "stop_name" "AMAZON DISTRIBUTION CENTER" 776
"stops.txt" "stop_name" "PRINCESTON NORTH ANDOVER" 784
"stops.txt" "stop_name" "NORTH ANDOVER SENIOR CENTER" 785
"stops.txt" "stop_name" "200 SUTTON STREET" 786
"stops.txt" "stop_name" "200 SUTTON STREET" 787
"stops.txt" "stop_name" "CHARDWICK PARK" 788
"stops.txt" "stop_name" "NORTH ANDOVER SENIOR CENTER" 789
"stops.txt" "stop_name" "OSGOOD CROSSING" 790
"stops.txt" "stop_name" "RITE AID" 791
"stops.txt" "stop_name" "ANNA JAQUES" 798
"trips.txt" "trip_headsign" "BEACON STREET SPECIAL" 2
"trips.txt" "trip_headsign" "BEACON STREET SPECIAL" 3
"trips.txt" "trip_headsign" "THE LOOP / WALMART" 7
"trips.txt" "trip_headsign" "THE LOOP / WALMART" 8
"trips.txt" "trip_headsign" "THE LOOP / WALMART" 9
"trips.txt" "trip_headsign" "STATELINE PLAZA AND PLAISTOW" 11
"trips.txt" "trip_headsign" "AMESBURY COSTELLO" 12
"trips.txt" "trip_headsign" "HAVERHILL TRANSIT" 19
"trips.txt" "trip_headsign" "SALISBURY BEACH" 20
"trips.txt" "trip_headsign" "AMESBURY COSTELLO" 21
"trips.txt" "trip_headsign" "NEWBURYPORT RAIL STATION" 22
"trips.txt" "trip_headsign" "SALISBURY BEACH" 31
"trips.txt" "trip_headsign" "SALISBURY BEACH" 32
"trips.txt" "trip_headsign" "SALISBURY BEACH" 33
"trips.txt" "trip_headsign" "HAVERHILL TRANSIT" 35
"trips.txt" "trip_headsign" "NORTH ANDOVER MALL / MERRIMACK COLLEGE" 37
"trips.txt" "trip_headsign" "HAVERHILL TRANSIT CENTER" 44
"trips.txt" "trip_headsign" "SALISBURY BEACH" 54
"trips.txt" "trip_headsign" "NORTH ANDOVER MALL / MERRIMACK COLLEGE" 58
"trips.txt" "trip_headsign" "HAVERHILL TRANSIT" 61
"trips.txt" "trip_headsign" "HAVERHILL TRANSIT CENTER" 62
"trips.txt" "trip_headsign" "SALISBURY BEACH" 63
"trips.txt" "trip_headsign" "SALISBURY BEACH" 64
"trips.txt" "trip_headsign" "RIVERSIDE GROVELAND" 74
"trips.txt" "trip_headsign" "NORTH ANDOVER MALL / MERRIMACK COLLEGE" 86
"trips.txt" "trip_headsign" "HAVERHILL TRANSIT" 88
"trips.txt" "trip_headsign" "HAVERHILL TRANSIT CENTER" 89
"trips.txt" "trip_headsign" "HAVERHILL TRANSIT CENTER" 90
"trips.txt" "trip_headsign" "HAVERHILL TRANSIT CENTER" 91
"trips.txt" "trip_headsign" "HAVERHILL TRANSIT" 99
"trips.txt" "trip_headsign" "HAVERHILL TRANSIT" 100
"trips.txt" "trip_headsign" "RIVERSIDE GROVELAND" 101
"trips.txt" "trip_headsign" "RIVERSIDE GROVELAND" 102
"trips.txt" "trip_headsign" "HAVERHILL TRANSIT" 103
"trips.txt" "trip_headsign" "STATELINE PLAZA AND PLAISTOW" 105
"trips.txt" "trip_headsign" "STATELINE PLAZA AND PLAISTOW" 106
"trips.txt" "trip_headsign" "STATELINE PLAZA AND PLAISTOW" 107
"trips.txt" "trip_headsign" "STATELINE PLAZA AND PLAISTOW" 108
"trips.txt" "trip_headsign" "STATELINE PLAZA AND PLAISTOW" 109
route_long_name_contains_short_name WARNING 17

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`.
"6162" 2 "16" "16 - Washington Street/Westgate Plaza"
"6163" 3 "18" "18 - Riverside/Groveland"
"6164" 4 "21" "21 - Andover Shuttle"
"6165" 5 "15" "15 - Hilldale/Westgate"
"6166" 6 "26" "26 - IRS Raytheon"
"6167" 7 "14" "14 - Bradford/Ward Hill"
"6169" 9 "13" "13 - Plaistow via Main Street/North Avenue"
"6170" 10 "27" "27 - Beacon St Tripper"
"6171" 11 "22" "22 - Buttonwoods Express"
"6173" 13 "17" "17 -Haverhill-Sallisbury Beach via Amesbury"
"6174" 14 "19" "19 - Newburyport CR-Amesbury"
"6175" 15 "20" "20 - Newburyport CR-Salisbury"
"6183" 22 "10" "10 - Methuen Square via Broadway"
"6184" 23 "24" "24 - Lawrence-Lowell"
"6185" 24 "12" "12 - Lawrence Crosstown"
"6473" 26 "11" "11 - Newburyport Limited"
"6813" 27 "0" "0 - Essex Crosstown Essex Plaza Effective 09-08-25"
stop_too_far_from_shape_using_user_distance WARNING 27

stop_too_far_from_shape_using_user_distance

Stop time too far from shape.

A stop time entry that is a large distance away from the location of the shape in shapes.txt as defined by shape_dist_traveled values.

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. 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.
1574 "28459" "6134115" 35462 "8936777" "Essex Street - Essex Plaza" [42.702313,-71.152838] 1635.5728719706335
1574 "28459" "6134115" 35463 "11322933" "Margin St & Essex St EB" [42.702313,-71.152838] 1692.1904679389972
1574 "28459" "6134115" 35464 "8937271" "Essex St and Broadway St - 598 Essex" [42.702313,-71.152838] 1340.2054853194193
1574 "28459" "6134115" 35465 "8940215" "Broadway St & Lowell St" [42.702313,-71.152838] 1461.4040806063283
1574 "28459" "6134115" 35466 "8940216" "Broadway & Tremont Street" [42.702313,-71.152838] 1682.37112157698
1574 "28459" "6134115" 35467 "8940217" "Broadway & Cross Street" [42.702313,-71.152838] 2005.8633826612759
1574 "28459" "6134115" 35468 "8940218" "Broadway - Lawrence School" [42.702313,-71.152838] 2345.588426830604
1574 "28459" "6134115" 35469 "8940219" "Broadway & Center Street" [42.702313,-71.152838] 2928.5173108227414
1574 "28459" "6134115" 35470 "11123551" "Tenny and Camden" [42.702313,-71.152838] 2764.051663511557
1574 "28459" "6134115" 35471 "11123552" "willow and Center" [42.702313,-71.152838] 2599.3534158519064
1574 "28459" "6134115" 35472 "8937944" "Hampshire Street - Rita Hall" [42.702313,-71.152838] 2343.7238199845397
1574 "28459" "6134115" 35473 "11123553" "Hampshire and Park" [42.702313,-71.152838] 2122.456781299781
1574 "28459" "6134115" 35474 "8937950" "Hampshire Street & Erving Avenue" [42.702313,-71.152838] 1958.38151908721
1574 "28459" "6134115" 35475 "8937952" "Elm Towers, Lawrence" [42.702313,-71.152838] 1533.649932330786
1574 "28459" "6134115" 35476 "8937953" "White St and Maple St, Lawrence" [42.702313,-71.152838] 1567.2564310835257
1574 "28459" "6134115" 35477 "8937954" "Maple Street - Mary Immaculate Residential" [42.702313,-71.152838] 1517.1774593784412
1574 "28459" "6134115" 35478 "8937955" "Amesbury St & Lebanon St" [42.702313,-71.152838] 1405.3903585944413
1574 "28459" "6134115" 35479 "9629945" "Lawrence Library" [42.702313,-71.152838] 1123.8179099499216
1574 "28459" "6134115" 35480 "9629946" "Senior Center" [42.702313,-71.152838] 1056.9540228669355
1574 "28459" "6134115" 35481 "11123554" "Newbury and Summer" [42.702313,-71.152838] 1024.4860344422734
1574 "28459" "6134115" 35482 "11123555" "union East Haverhill" [42.702313,-71.152838] 997.2328624847788
1574 "28459" "6134115" 35483 "8936359" "Summer St and Union St, Lawrence" [42.702313,-71.152838] 929.494881022241
1574 "28459" "6134115" 35484 "8903488" "Union St and Methuen St" [42.702313,-71.152838] 552.3158194862373
1574 "28459" "6134115" 35485 "10278732" "Union St and Island St" [42.702313,-71.152838] 415.3429278868293
1574 "28459" "6134115" 35486 "8903490" "Union St and Merrimack St - New Balance" [42.702313,-71.152838] 107.01857650593752
28 "26029" "6132170" 611 "10278732" "Union St and Island St" [42.703377042253905,-71.15342322388983] 293.80091410341936
28 "26029" "6132170" 612 "8904085" "McGovern Transportation Center, Lawrence" [42.70514845315207,-71.15345659789347] 319.6341088281699
stop_without_stop_time WARNING 110

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 110 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.
2 "10036668" "Butcher Boy"
3 "10050304" "Duffys Diner"
22 "10145881" "Union & Market"
23 "10145882" "Union & Market"
25 "10278731" "Hampshire St & Essex St"
33 "11086531" "East & Pinewood"
36 "11086982" "McGovern TC Platform/Plarforma A"
39 "11109297" "McGovern TC Platform/Plarforma J"
41 "11113590" "McGovern TC Platform/Plarforma G"
48 "11163892" "Amesbury Road and Airport Lane"
50 "11294009" "PRINCESTON"
52 "11294035" "Oxford Street IB"
57 "11562377" "KARMA"
60 "8900074" "Nathans at Wash. St and Wash. Ave"
71 "8900373" "Broadway and Carleton St, Haverhill"
82 "8900839" "Elliot Place"
83 "8900841" "Water St and Main St"
103 "8901176" "Water St and Main St"
104 "8901177" "Merrimack St and Main St"
106 "8901179" "Bank of America (191 Merrimack Street)"
107 "8901598" "Chestnut Court, Andover"
113 "8901613" "Haverhill St - Doctors' Offices"
114 "8901614" "Doctors' Park, Andover"
119 "8901969" "Waverly Rd and Winthrop Ave"
121 "8901971" "Doctors' Park, Andover"
122 "8901973" "Haverhill Street & Sterling Lane"
127 "8901981" "206 N Main St"
131 "8901985" "School St and Essex St"
133 "8902607" "Buckley Transportation Center, Lawrence"
135 "8902609" "499 Essex St"
136 "8902610" "Broadway St and Essex St"
137 "8902612" "Broadway St and Wolcott Ave"
145 "8902621" "Main St and William St"
153 "8902873" "Union St and Kenilworth St"
154 "8902874" "South St and Union St"
158 "8902878" "Broadway St ad Merrimack St - 21 S Broadway"
159 "8902879" "Broadway St and Canal St - 1 Broadway St"
180 "8903504" "Peters St and Turnpike St"
181 "8904069" "Peters St and Turnpike St"
194 "8904083" "330 Merrimack St"
205 "8904410" "Grove and High, Haverhill"
206 "8904416" "Hilldale Avenue & Cliff Street"
211 "8904421" "Monument St and Broadway St, Haverhill"
212 "8904835" "Monument St and Broadway St, Haverhill"
219 "8904849" "Winter Street and Lafayette Square"
228 "8910077" "Park Street & Walnut Street"
229 "8910078" "Broadway and Park Street"
230 "8910079" "Broadway and Spicket River"
231 "8910081" "Broadway St and Common St - 90 Broadway"
232 "8910082" "Broadway and Essex, Lawrence"
trip_distance_exceeds_shape_distance_below_threshold WARNING 324

trip_distance_exceeds_shape_distance_below_threshold

The distance between the last shape point and last stop point is greater than 0 but less than the 11.1m threshold.

You can see more about this notice here.

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

tripId (?) The faulty record's trip id. shapeId (?) The faulty record's shape id. maxTripDistanceTraveled (?) The faulty record's trip max distance traveled. maxShapeDistanceTraveled (?) The faulty record's shape max distance traveled. geoDistanceToShape (?) The distance in meters between the shape and the stop.
"6132150" "26024" 9976.313301941798 9963.19695475424 0.0
"6132159" "28968" 9483.592679498724 9483.592679498694 0.0
"6132162" "24289" 11344.317320994227 11344.317320994129 0.0
"6132168" "26024" 9976.313301941798 9963.19695475424 0.0
"6132174" "24289" 11344.317320994227 11344.317320994129 0.0
"6132175" "24289" 11344.317320994227 11344.317320994129 0.0
"6132176" "24289" 11344.317320994227 11344.317320994129 0.0
"6132202" "24289" 11344.317320994227 11344.317320994129 0.0
"6132203" "28968" 9483.592679498724 9483.592679498694 0.0
"6132204" "28968" 9483.592679498724 9483.592679498694 0.0
"6132205" "28968" 9483.592679498724 9483.592679498694 0.0
"6132212" "24289" 11344.317320994227 11344.317320994129 0.0
"6132213" "24289" 11344.317320994227 11344.317320994129 0.0
"6132232" "27231" 3608.044280687714 3582.442203091792 0.0
"6132234" "28968" 9483.592679498724 9483.592679498694 0.0
"6132235" "28968" 9483.592679498724 9483.592679498694 0.0
"6132242" "26024" 9976.313301941798 9963.19695475424 0.0
"6132243" "26024" 9976.313301941798 9963.19695475424 0.0
"6132244" "26024" 9976.313301941798 9963.19695475424 0.0
"6132247" "27231" 3608.044280687714 3582.442203091792 0.0
"6132267" "27231" 3608.044280687714 3582.442203091792 0.0
"6132286" "26024" 9976.313301941798 9963.19695475424 0.0
"6132288" "24621" 7527.29045527551 7527.049672439238 0.0
"6132329" "27231" 3608.044280687714 3582.442203091792 0.0
"6132330" "28968" 9483.592679498724 9483.592679498694 0.0
"6132347" "24289" 11344.317320994227 11344.317320994129 0.0
"6132348" "24289" 11344.317320994227 11344.317320994129 0.0
"6132349" "24289" 11344.317320994227 11344.317320994129 0.0
"6132354" "24621" 7527.29045527551 7527.049672439238 0.0
"6132355" "26024" 9976.313301941798 9963.19695475424 0.0
"6132357" "24621" 7527.29045527551 7527.049672439238 0.0
"6132384" "24289" 11344.317320994227 11344.317320994129 0.0
"6132421" "26024" 9976.313301941798 9963.19695475424 0.0
"6132422" "26024" 9976.313301941798 9963.19695475424 0.0
"6132453" "27231" 3608.044280687714 3582.442203091792 0.0
"6132454" "27231" 3608.044280687714 3582.442203091792 0.0
"6132455" "27231" 3608.044280687714 3582.442203091792 0.0
"6132466" "28968" 9483.592679498724 9483.592679498694 0.0
"6132467" "28968" 9483.592679498724 9483.592679498694 0.0
"6132497" "28968" 9483.592679498724 9483.592679498694 0.0
"6132498" "28968" 9483.592679498724 9483.592679498694 0.0
"6132499" "28968" 9483.592679498724 9483.592679498694 0.0
"6132500" "28968" 9483.592679498724 9483.592679498694 0.0
"6132501" "28968" 9483.592679498724 9483.592679498694 0.0
"6132512" "28968" 9483.592679498724 9483.592679498694 0.0
"6132551" "28333" 8342.776782367726 8342.76629616038 0.0
"6132552" "28333" 8342.776782367726 8342.76629616038 0.0
"6132556" "28333" 8342.776782367726 8342.76629616038 0.0
"6132570" "24621" 7527.29045527551 7527.049672439238 0.0
"6132595" "27231" 3608.044280687714 3582.442203091792 0.0
unknown_file INFO 3

unknown_file

A file is unknown.

You can see more about this notice here.

filename (?) The name of the unknown file.
"calendar_attributes.txt"
"realtime_routes.txt"
"directions.txt"