GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 6.0.0 at 2026-09-18T06:09:58+03:00,
for the dataset https://www.visimarsrutai.lt/gtfs/google_transit.zip. No country code was provided.

Use this report alongside our documentation.

A new version of the Canonical GTFS Schedule validator is available! Please update to get the latest/best validation results.

Summary

Agencies included


Feed Info


Publisher Name:
N/A
Publisher URL:
N/A
Feed Email:
N/A
Feed Language:
N/A

Files included


  1. agency.txt
  2. attributions.txt
  3. calendar.txt
  4. calendar_dates.txt
  5. fare_attributes.txt
  6. fare_rules.txt
  7. routes.txt
  8. shapes.txt
  9. stop_times.txt
  10. stops.txt
  11. trips.txt

Counts


  • Agencies: 55
  • Blocks: 0
  • Routes: 1783
  • Shapes: 5404
  • Stops: 19171
  • Trips: 48586

Specification Compliance report

30458 notices reported (0 errors, 30425 warnings, 33 infos)

Notice Code Severity Total
duplicate_route_name WARNING 22

duplicate_route_name

Two distinct routes have either the same route_short_name, the same route_long_name, or the same combination of route_short_name and route_long_name.

All routes of the same route_type with the same agency_id should have unique combinations of route_short_name and route_long_name.

Note that there may be valid cases where routes have the same short and long name, e.g., if they serve different areas. However, different directions must be modeled as the same route.

Example of bad data:

route_id route_short_name route_long_name
route1 U1 Southern
route2 U1 Southern

You can see more about this notice here.

csvRowNumber1 (?) The row number of the first occurrence. routeId1 (?) The id of the the first occurrence. csvRowNumber2 (?) The row number of the other occurrence. routeId2 (?) The id of the the other occurrence. routeShortName (?) Common `routes.route_short_name`. routeLongName (?) Common `routes.route_long_name`. routeTypeValue (?) Common `routes.route_type`. agencyId (?) Common `routes.agency_id`.
56 "23529" 197 "23605" "6" "Skaisčiūnai–Kosmonautų g.–Mokolai–Degučiai–Laisvės g.–Iceco–Kvietiškis" 3 "61"
308 "21685" 505 "21748" "R2" "Tauragė - Šilalė" 3 "30"
63 "23533" 664 "23596" "8" "Degučiai-Ožkasviliai-Balsupiai-Keturvalakiai-Degučių k.-Karkliniai" 3 "61"
413 "6209" 701 "23378" "M1" "Alytus - Geniai" 3 "48"
90 "23534" 876 "23597" "6B" "Kosmonautų g.-Mokolai-Degučiai-Aušros g." 3 "61"
427 "23601" 955 "23532" "19" "Marijampolės autobusų stotis-Mokolų k.-Strazdiškiai-Rudžiai-Šunskai-Tursučiai" 3 "61"
199 "23603" 960 "23528" "13" "Marijampolės autobusų stotis-Patašinė-Igliauka-Gudeliai-Riečiai-Daugirdai" 3 "61"
518 "23521" 1095 "23592" "9" "Naujosios kapinės–Mokolai–Degučiai–Autobusų stotis–Kumelionys–SB „Piliakalnis" 3 "61"
271 "23525" 1096 "23594" "3A" "Autobusų stotis–Sasnavos g.–Vasaros g.–Klaipėdos g.–Panausupio g.–Punsko g.–Matulaičių g.–Dainavos g.–Aušros g.–Autobusų stotis" 3 "61"
516 "23535" 1097 "23602" "17" "Marijampolė-Sasnava-Vinčai-Gavaltuva-Bagotoji-Kazlų Rūda" 3 "61"
971 "23523" 1098 "23590" "12" "Degučiai-Meškučiai-Skardupiai-Vidgiriai-Svetlica" 3 "61"
978 "23526" 1099 "23589" "10" "Autobusų parkas–Mokolai–Kosmonautų g –Autobusų parkas" 3 "61"
198 "23604" 1165 "23530" "16" "Mokolai-Liudvinavas-Kūlokai-Bukta-Želsva-Naujiena" 3 "61"
425 "23599" 1171 "23536" "14" "Mokolai-Degučiai-Trakiškiai-Baraginė" 3 "61"
948 "23330" 1212 "6212" "M23" "Alytus - Punia - Butrimonys - Eigirdonys" 3 "48"
659 "23598" 1395 "23537" "3" "Autobusų parkas–Kauno g.–Autobusų stotis–Gedimino g.–Aušros g.–Saulės g.– Narto k." 3 "61"
89 "23522" 1521 "23593" "18" "Mokolai-Padovinys-Gyviškiai-Daukšiai" 3 "61"
1398 "23524" 1522 "23595" "15" "Mokolai-Nartelio sodai-Užgiriai-Liudvinavas-Liucinavas" 3 "61"
747 "23538" 1523 "23591" "7" "Mokolai-Degučiai-Puskelniai" 3 "61"
658 "23588" 1600 "23527" "20" "Marijampolės autobusų stotis-Tautkaičiai-Obelinė-Plutiškės" 3 "61"
426 "23600" 1616 "23531" "11" "Pieno konservai–Aušros g.–Kvietiškis–Iceco" 3 "61"
628 "3645" 1640 "8681" "144" "Vilnius (Žalgirio stotelė) – Nemenčinė per Pikeliškes" 3 "53"
equal_shape_distance_diff_coordinates_distance_below_threshold WARNING 3374

equal_shape_distance_diff_coordinates_distance_below_threshold

Two consecutive points have equal shape_dist_traveled and different lat/lon coordinates in shapes.txt and the distance between the two points is greater than 0 but less than 1.11m.

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 small difference of coordinates (greater than 0 but less than 1.11 m distance) result in a warning.

You can see more about this notice here.

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

shapeId (?) The id of the faulty shape. csvRowNumber (?) The row number from `shapes.txt`. shapeDistTraveled (?) The faulty record's `shape_dist_traveled` value. shapePtSequence (?) The faulty record's `shapes.shape_pt_sequence`. prevCsvRowNumber (?) The row number from `shapes.txt` of the previous shape point. prevShapeDistTraveled (?) The previous shape point's `shape_dist_traveled` value. prevShapePtSequence (?) The previous record's `shapes.shape_pt_sequence`. actualDistanceBetweenShapePoints (?) Actual distance traveled along the shape from the first shape point to the previous shape point.
"3647" 528885 29882.7 878 528884 29882.7 877 0.12791084993239907
"2328" 444815 35929.8 642 444814 35929.8 641 0.11119510090982554
"3659" 523935 49657.5 1177 523934 49657.5 1176 0.12791084993239907
"42205" 3618894 57850.1 335 3618893 57850.1 334 0.06178544815632574
"2369" 438466 63265.5 1261 438465 63265.5 1260 0.11119510090982554
"2385" 634011 69168.3 1771 634010 69168.3 1770 0.06441976500794575
"28733" 2226210 71509.2 1569 2226209 71509.2 1568 0.06441976500794575
"1919" 765106 136875.8 2842 765105 136875.8 2841 0.12752942403551987
"1919" 765109 136876.0 2845 765108 136876.0 2844 0.11119510090982554
"1919" 765116 136876.5 2852 765115 136876.5 2851 0.11119510232447394
"1919" 765119 136876.7 2855 765118 136876.7 2854 0.11119510161714974
"1919" 765122 136876.9 2858 765121 136876.9 2857 0.12752941555597483
"1919" 765131 136877.5 2867 765130 136877.5 2866 0.11119510090982554
"1919" 765134 136877.7 2870 765133 136877.7 2869 0.11119510161714974
"1919" 765137 136877.9 2873 765136 136877.9 2872 0.11119510090982554
"1919" 765144 136878.4 2880 765143 136878.4 2879 0.11119510090982554
"1919" 765147 136878.6 2883 765146 136878.6 2882 0.11119510161714974
"1919" 765156 136879.2 2892 765155 136879.2 2891 0.11119510090982554
"1919" 765159 136879.4 2895 765158 136879.4 2894 0.12752939825777979
"1919" 765162 136879.6 2898 765161 136879.6 2897 0.11119510161714974
"1919" 765171 136880.2 2907 765170 136880.2 2906 0.11119510161714974
"1919" 765175 136880.5 2911 765174 136880.5 2910 0.06244513630731429
"1919" 765181 136880.9 2917 765180 136880.9 2916 0.11119510161714974
"1919" 765184 136881.1 2920 765183 136881.1 2919 0.11119510090982554
"1919" 765187 136881.3 2923 765186 136881.3 2922 0.11119510090982554
"1919" 765196 136881.9 2932 765195 136881.9 2931 0.12752938095958766
"1919" 765199 136882.1 2935 765198 136882.1 2934 0.11119510161714974
"1919" 765210 136882.8 2946 765209 136882.8 2945 0.11119510161714974
"1919" 765215 136883.1 2951 765214 136883.1 2950 0.11119510161714974
"1919" 765223 136883.6 2959 765222 136883.6 2958 0.11119510090982554
"1919" 765228 136883.9 2964 765227 136883.9 2963 0.11119510090982554
"1919" 765241 136884.7 2977 765240 136884.7 2976 0.11119510161714974
"1919" 765243 136884.8 2979 765242 136884.8 2978 0.11119510090982554
"1919" 765246 136885.0 2982 765245 136885.0 2981 0.11119510161714974
"1919" 765254 136885.5 2990 765253 136885.5 2989 0.1275293557985862
"1919" 765256 136885.6 2992 765255 136885.6 2991 0.11119510161714974
"1919" 765259 136885.8 2995 765258 136885.8 2994 0.11119510090982554
"1919" 765261 136885.9 2997 765260 136885.9 2996 0.11119510232447394
"1919" 765267 136886.3 3003 765266 136886.3 3002 0.06244505260741443
"1919" 765272 136886.6 3008 765271 136886.6 3007 0.11119510161714974
"1919" 765274 136886.7 3010 765273 136886.7 3009 0.11119510090982554
"1919" 765277 136886.9 3013 765276 136886.9 3012 0.11119510090982554
"1919" 765279 136887.0 3015 765278 136887.0 3014 0.11119510090982554
"1919" 765285 136887.4 3021 765284 136887.4 3020 0.11119510090982554
"1919" 765287 136887.5 3023 765286 136887.5 3022 0.11119510161714974
"1919" 765290 136887.7 3026 765289 136887.7 3025 0.11119510090982554
"1919" 765292 136887.8 3028 765291 136887.8 3027 0.11119510161714974
"1919" 765303 136888.5 3039 765302 136888.5 3038 0.11119510161714974
"1919" 765305 136888.6 3041 765304 136888.6 3040 0.11119510090982554
"1919" 765308 136888.8 3044 765307 136888.8 3043 0.11119510090982554
equal_shape_distance_same_coordinates WARNING 24622

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.

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

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`.
"43541" 3063823 350.5 28 3063822 350.5 27
"43541" 3063834 811.7 39 3063833 811.7 38
"43541" 3063873 1779.8 78 3063872 1779.8 77
"43541" 3063917 3184.3 122 3063916 3184.3 121
"43541" 3063950 4418.1 155 3063949 4418.1 154
"43541" 3063966 4854.6 171 3063965 4854.6 170
"43541" 3064015 6561.9 220 3064014 6561.9 219
"43541" 3064051 7544.1 256 3064050 7544.1 255
"43541" 3064090 8757.6 295 3064089 8757.6 294
"43541" 3064107 9358.6 312 3064106 9358.6 311
"43541" 3064134 9709.1 339 3064133 9709.1 338
"43541" 3064180 10376.7 385 3064179 10376.7 384
"43541" 3064233 11116.1 438 3064232 11116.1 437
"43541" 3064264 11700.4 469 3064263 11700.4 468
"43541" 3064295 12284.8 500 3064294 12284.8 499
"43541" 3064556 14358.7 761 3064555 14358.7 760
"43541" 3064632 14706.8 837 3064631 14706.8 836
"43541" 3064732 15301.6 937 3064731 15301.6 936
"43541" 3064832 15896.4 1037 3064831 15896.4 1036
"43541" 3064908 16244.5 1113 3064907 16244.5 1112
"43541" 3065106 17133.2 1311 3065105 17133.2 1310
"43541" 3065349 18161.9 1554 3065348 18161.9 1553
"43541" 3065374 18472.3 1579 3065373 18472.3 1578
"43541" 3065424 18976.3 1629 3065423 18976.3 1628
"43541" 3065571 19673.4 1776 3065570 19673.4 1775
"43541" 3065800 21285.9 2005 3065799 21285.9 2004
"43541" 3065876 22756.6 2081 3065875 22756.6 2080
"43541" 3065952 24227.3 2157 3065951 24227.3 2156
"43541" 3065991 24719.6 2196 3065990 24719.6 2195
"43541" 3066008 25292.2 2213 3066007 25292.2 2212
"43541" 3066027 25625.9 2232 3066026 25625.9 2231
"43541" 3066115 26736.7 2320 3066114 26736.7 2319
"43541" 3066202 27236.5 2407 3066201 27236.5 2406
"43541" 3066251 28436.1 2456 3066250 28436.1 2455
"43541" 3066290 28928.5 2495 3066289 28928.5 2494
"43541" 3066341 29639.4 2546 3066340 29639.4 2545
"43541" 3066572 30811.2 2777 3066571 30811.2 2776
"43541" 3066648 31159.3 2853 3066647 31159.3 2852
"43541" 3066748 31754.1 2953 3066747 31754.1 2952
"43541" 3066848 32348.9 3053 3066847 32348.9 3052
"43541" 3066924 32697.0 3129 3066923 32697.0 3128
"43541" 3067122 33585.6 3327 3067121 33585.6 3326
"43541" 3067406 35228.5 3611 3067405 35228.5 3610
"43541" 3067459 35967.9 3664 3067458 35967.9 3663
"43541" 3067490 36552.2 3695 3067489 36552.2 3694
"43541" 3067521 37136.6 3726 3067520 37136.6 3725
"43531" 2095459 1036.1 44 2095458 1036.1 43
"43531" 2095488 1669.1 73 2095487 1669.1 72
"43531" 2095515 2285.2 100 2095514 2285.2 99
"43531" 2095556 4091.8 141 2095555 4091.8 140
expired_calendar WARNING 61

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.

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

csvRowNumber (?) The row of the faulty record. serviceId (?) The service id of the faulty record.
8 "1076"
4417 "73341"
4380 "1271"
17739 "1294"
2 "1339"
30783 "12709"
13315 "1379"
8821 "1514"
30777 "1954"
26424 "20239"
30785 "20237"
4402 "44515"
4401 "44517"
30784 "17222"
22139 "17343"
43 "76307"
26450 "76308"
44 "76309"
30786 "13033"
4393 "13105"
22160 "76816"
13 "2009"
15 "2022"
17758 "2066"
13328 "2111"
22130 "2123"
17760 "2137"
17792 "62494"
8820 "2158"
8823 "2175"
8825 "2173"
147 "108844"
26409 "2206"
8826 "2205"
17762 "2218"
22128 "2217"
26412 "2216"
22124 "2213"
30776 "2224"
13331 "2285"
17775 "13743"
8830 "2499"
8879 "98805"
8827 "2685"
17766 "2737"
26449 "74978"
22131 "2766"
22143 "47502"
26416 "2814"
17770 "2849"
fast_travel_between_consecutive_stops WARNING 3

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.
1561 "26_214-20260908" "23432" 248.17705011392752 4.136284168565458 588454 2 "26_312" "Rotinėnai" "08:21:00" 588455 3 "26_286" "Žerniai" "08:21:00"
17298 "30_9641" "23205" 332.24932547584416 5.537488757930737 357859 1 "30_1412" "Žadeikiai" "14:10:00" 357860 2 "30_3718" "Kvėdarnos gimnazija" "14:10:00"
30308 "51_1730" "21608" 503.83206748382037 8.397201124730339 562749 8 "51_21414" "Marcinkonys" "17:22:00" 562750 9 "51_44557" "Žiūrai" "17:22: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.
30308 "51_1730" "21608" 161.5045529032965 10.766970193553101 562748 7 "51_21416" "Marcinkonių gel.stotis" "17:19:00" 562750 9 "51_44557" "Žiūrai" "17:22:00"
missing_bike_allowance WARNING 154

missing_bike_allowance

Ferry trips should include bike allowance information.

All ferry trips should have a valid value in the bikes_allowed field in trips.txt.

You can see more about this notice here.

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

csvRowNumber (?) The row number of the faulty record. routeId (?) The faulty record's route id. tripId (?) The faulty record's trip id.
28602 "2699" "86_V8429442"
28685 "2699" "86_V8429495"
28738 "2699" "86_V8429437"
28761 "2699" "86_V8429414"
28831 "2699" "86_V8429434"
28861 "2699" "86_V8429433"
28869 "2699" "86_V8429430"
28892 "2699" "86_V8429494"
29035 "2699" "86_V8429497"
29040 "2699" "86_V8429487"
29052 "2699" "86_V8429476"
29166 "2699" "86_V8429426"
29175 "2699" "86_V8429484"
29213 "2699" "86_V8429489"
29347 "2699" "86_V8429499"
29412 "2699" "86_V8429477"
29416 "2699" "86_V8429501"
29417 "2699" "86_V8429432"
29466 "2699" "86_V8429451"
29533 "2699" "86_V8429417"
29703 "2699" "86_V8429416"
29816 "2699" "86_V8429480"
29831 "2699" "86_V8429461"
29838 "2699" "86_V8429455"
29839 "2699" "86_V8429491"
29889 "2699" "86_V8429479"
29997 "2699" "86_V8429419"
30016 "2699" "86_V8429446"
30099 "2699" "86_V8429503"
30123 "2699" "86_V8429472"
30381 "2699" "86_V8429510"
30800 "2699" "86_V8429425"
30834 "2699" "86_V8429429"
31077 "2699" "86_V8429418"
31078 "2699" "86_V8429498"
31101 "2699" "86_V8429482"
31299 "2699" "86_V8429464"
31348 "2699" "86_V8429467"
31627 "2699" "86_V8429490"
31628 "2699" "86_V8429435"
31819 "2699" "86_V8429483"
32060 "2699" "86_V8429438"
32086 "2699" "86_V8429454"
32088 "2699" "86_V8429468"
32099 "2699" "86_V8429492"
32100 "2699" "86_V8429420"
32113 "2699" "86_V8429469"
32300 "2699" "86_V8429412"
32309 "2699" "86_V8429509"
32326 "2699" "86_V8429466"
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"
mixed_case_recommended_field WARNING 905

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 905 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.
"routes.txt" "route_short_name" "3_VLP" 79
"routes.txt" "route_long_name" "ŠVENČIONYS-ŠUTONYS-ŠVENČIONYS" 193
"routes.txt" "route_long_name" "JONAVA-PREIŠIOGALĖLĖ-ŽINĖNAI-JONAVA" 202
"routes.txt" "route_long_name" "JONAVA-UPININKAI" 248
"routes.txt" "route_long_name" "AUTOBUSŲ STOTIS-GLOBOS NAMAI-RIMKAI" 249
"routes.txt" "route_long_name" "JONAVA-KULVA PER JUODMENĄ" 250
"routes.txt" "route_short_name" "5_VLP" 300
"routes.txt" "route_long_name" "ŠVENČIONYS-PABRADĖ-VILNIUS-PABRADĖ-ŠVENČIONYS" 347
"routes.txt" "route_long_name" "ŽELVA - PUSNĖ" 375
"routes.txt" "route_long_name" "KUPIŠKIS – BILIŪNAI PER TATKONIS, KANDRĖNUS, LAIČIUS" 404
"routes.txt" "route_long_name" "JONAVA-KULVA" 431
"routes.txt" "route_long_name" "JONAVA-ŽINĖNAI-PREIŠIOGALĖLĖ-JONAVA" 432
"routes.txt" "route_long_name" "JONAVA-ŽEIMIAI" 486
"routes.txt" "route_long_name" "AUTOBUSŲ STOTIS-JUODMENA-RIMKAI" 487
"routes.txt" "route_short_name" "2_VLP" 546
"routes.txt" "route_long_name" "JONAVA-JUŠKONYS" 720
"routes.txt" "route_long_name" "JONAVA-KĖDAINIAI" 721
"routes.txt" "route_long_name" "JONAVA-RUKLA" 722
"routes.txt" "route_long_name" "ŠVENČIONYS-LIUBIŠKĖ-TRŪDAI-ŠVENČIONĖLIAI-ŠVENČIONYS" 779
"routes.txt" "route_long_name" "KUPIŠKIS – BILIŪNAI PER KANDRĖNUS, LAIČIUS" 799
"routes.txt" "route_long_name" "VILNIUS (SPAUDOS RŪMAI) - ZŪJUNAI" 818
"routes.txt" "route_long_name" "JONAVA-BUKONYS" 879
"routes.txt" "route_long_name" "JONAVA-KUIGALIAI PER NAUJASODĮ" 880
"routes.txt" "route_long_name" "RIMKAI-MAXIMA-ŠVEICARIJA" 928
"routes.txt" "route_long_name" "JONAVA-PANOTERIAI" 930
"routes.txt" "route_long_name" "JONAVA-ŠĖTA" 931
"routes.txt" "route_short_name" "4_VLP" 991
"routes.txt" "route_long_name" "KUPIŠKIS – ŽADEIKIAI PER BAKŠĖNUS" 1040
"routes.txt" "route_long_name" "CENTRAS-RIMKAI" 1149
"routes.txt" "route_short_name" "1A_VLP" 1186
"routes.txt" "route_short_name" "518_VLP" 1188
"routes.txt" "route_long_name" "ŠIRVINTOS - UKMERGĖ - ŠIRVINTOS" 1224
"routes.txt" "route_long_name" "KUPIŠKIS - ANTAŠAVA" 1239
"routes.txt" "route_long_name" "VILNIUS (SPAUDOS RŪMAI) - ZŪJUNAI" 1313
"routes.txt" "route_short_name" "2A_VLP" 1406
"routes.txt" "route_short_name" "523_VLP" 1407
"routes.txt" "route_long_name" "KUPIŠKIS – PANEVĖŽYS" 1440
"routes.txt" "route_long_name" "KUPIŠKIS – BILIŪNAI PER TATKONIS" 1441
"routes.txt" "route_long_name" "KUPIŠKIS – ŠIMONYS PER MIGONIS" 1468
"routes.txt" "route_long_name" "ŠVENČIONYS-ADUTIŠKIS-JAKELIAI-ADUTIŠKIS-ŠVENČIONYS" 1475
"routes.txt" "route_long_name" "ŽELVA - KIAUKLIAI" 1518
"routes.txt" "route_long_name" "JONAVA - PAGELEŽIAI" 1529
"routes.txt" "route_long_name" "JONAVA-PANOTERIAI-BUKONYS-ŠILAI-JONAVA" 1530
"routes.txt" "route_long_name" "RIMKAI-SKARULIŲ KAPINĖS" 1531
"routes.txt" "route_long_name" "CENTRAS-RIMKAI" 1579
"routes.txt" "route_long_name" "JONAVA-GAIŽIŪNŲ STOTIS" 1580
"routes.txt" "route_long_name" "JONAVA-KAUNAS" 1581
"routes.txt" "route_short_name" "1_VLP" 1631
"routes.txt" "route_short_name" "787_VLP" 1633
"routes.txt" "route_long_name" "KUPIŠKIS – VAINIŪNIŠKIS (PER PALĖVENĖLĘ) – KUPIŠKIS" 1661
non_ascii_or_non_printable_char WARNING 1081

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 1081 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.
"stop_times.txt" 353577 "trip_id" "18_AŽ1-01-1-260101-ba-0900"
"stop_times.txt" 353578 "trip_id" "18_AŽ1-01-1-260101-ba-0900"
"stop_times.txt" 353579 "trip_id" "18_AŽ1-01-1-260101-ba-0900"
"stop_times.txt" 353580 "trip_id" "18_AŽ1-01-1-260101-ba-0900"
"stop_times.txt" 353581 "trip_id" "18_AŽ1-01-1-260101-ba-0900"
"stop_times.txt" 353582 "trip_id" "18_AŽ1-01-1-260101-ba-0900"
"stop_times.txt" 353583 "trip_id" "18_AŽ1-01-1-260101-ba-0900"
"stop_times.txt" 353584 "trip_id" "18_AŽ1-01-1-260101-ba-0900"
"stop_times.txt" 353585 "trip_id" "18_AŽ1-01-1-260101-ba-0900"
"stop_times.txt" 353586 "trip_id" "18_AŽ1-01-1-260101-ba-0900"
"stop_times.txt" 353587 "trip_id" "18_AŽ1-01-1-260101-ba-0900"
"stop_times.txt" 353588 "trip_id" "18_AŽ1-01-1-260101-ba-0900"
"stop_times.txt" 353589 "trip_id" "18_AŽ1-01-1-260101-ba-0900"
"stop_times.txt" 353590 "trip_id" "18_AŽ2-01-1-260101-ab-1520"
"stop_times.txt" 353591 "trip_id" "18_AŽ2-01-1-260101-ab-1520"
"stop_times.txt" 353592 "trip_id" "18_AŽ2-01-1-260101-ab-1520"
"stop_times.txt" 353593 "trip_id" "18_AŽ2-01-1-260101-ab-1520"
"stop_times.txt" 353594 "trip_id" "18_AŽ2-01-1-260101-ab-1520"
"stop_times.txt" 353595 "trip_id" "18_AŽ2-01-1-260101-ab-1520"
"stop_times.txt" 353596 "trip_id" "18_AŽ2-01-1-260101-ab-1520"
"stop_times.txt" 353597 "trip_id" "18_AŽ2-01-1-260101-ab-1520"
"stop_times.txt" 353598 "trip_id" "18_AŽ2-01-1-260101-ab-1520"
"stop_times.txt" 353599 "trip_id" "18_AŽ2-01-1-260101-ab-1520"
"stop_times.txt" 353600 "trip_id" "18_AŽ2-01-1-260101-ab-1520"
"stop_times.txt" 353601 "trip_id" "18_AŽ2-01-1-260101-ab-1520"
"stop_times.txt" 353651 "trip_id" "18_AŽ1J-01-1-260101-ba-0950"
"stop_times.txt" 353652 "trip_id" "18_AŽ1J-01-1-260101-ba-0950"
"stop_times.txt" 353653 "trip_id" "18_AŽ1J-01-1-260101-ba-0950"
"stop_times.txt" 353654 "trip_id" "18_AŽ1J-01-1-260101-ba-0950"
"stop_times.txt" 353655 "trip_id" "18_AŽ1J-01-1-260101-ba-0950"
"stop_times.txt" 353656 "trip_id" "18_AŽ1J-01-1-260101-ba-0950"
"stop_times.txt" 353657 "trip_id" "18_AŽ1J-01-1-260101-ba-0950"
"stop_times.txt" 353658 "trip_id" "18_AŽ1J-01-1-260101-ba-0950"
"stop_times.txt" 353659 "trip_id" "18_AŽ1J-01-1-260101-ba-0950"
"stop_times.txt" 353660 "trip_id" "18_AŽ1J-01-1-260101-ba-0950"
"stop_times.txt" 353661 "trip_id" "18_AŽ1J-01-1-260101-ba-0950"
"stop_times.txt" 353662 "trip_id" "18_AŽ1J-01-1-260101-ba-0950"
"stop_times.txt" 353663 "trip_id" "18_AŽ2-01-1-260101-ba-1540"
"stop_times.txt" 353664 "trip_id" "18_AŽ2-01-1-260101-ba-1540"
"stop_times.txt" 353665 "trip_id" "18_AŽ2-01-1-260101-ba-1540"
"stop_times.txt" 353666 "trip_id" "18_AŽ2-01-1-260101-ba-1540"
"stop_times.txt" 353667 "trip_id" "18_AŽ2-01-1-260101-ba-1540"
"stop_times.txt" 353668 "trip_id" "18_AŽ2-01-1-260101-ba-1540"
"stop_times.txt" 353669 "trip_id" "18_AŽ2-01-1-260101-ba-1540"
"stop_times.txt" 353670 "trip_id" "18_AŽ2-01-1-260101-ba-1540"
"stop_times.txt" 353671 "trip_id" "18_AŽ2-01-1-260101-ba-1540"
"stop_times.txt" 353672 "trip_id" "18_AŽ2-01-1-260101-ba-1540"
"stop_times.txt" 353673 "trip_id" "18_AŽ2-01-1-260101-ba-1540"
"stop_times.txt" 353674 "trip_id" "18_AŽ2-01-1-260101-ba-1540"
"stop_times.txt" 353675 "trip_id" "18_AŽ2-01-1-260101-ba-1540"
stop_too_far_from_shape WARNING 37

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.

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.
45323 "3636" "9_V45756" 2441 "9_V8013" "Balninkai" [55.293757,25.120737000000002] 147.47788595097236
44816 "3651" "9_V45771" 2470 "9_V8013" "Balninkai" [55.293757,25.120737000000002] 147.47788595097236
28493 "3653" "9_V45773" 2471 "9_V8013" "Balninkai" [55.293757,25.120737000000002] 147.47788595097236
44709 "43544" "55_V8124133" 101193 "55_V9340" "Mokykla" [55.512857000000004,26.315831] 134.01174852768767
42880 "43548" "55_V8124139" 101231 "55_V8484" "Mokykla" [55.513561,26.317414] 128.25393944619788
45382 "18654" "42_V3218451" 25478 "30_844" "Geluva" [55.249732,23.511073] 140.46827403515317
29699 "32206" "49_V7476586" 45721 "49_V48065" "Troškūnų g." [55.521214350005486,25.097709664383384] 523.8519190658676
29699 "32206" "49_V7476586" 45722 "49_V48066" "Geležinkelio stotis" [55.526276,25.103853] 785.72734673045
29699 "32206" "49_V7476586" 45723 "49_V48068" "Kalno parduotuvė" [55.526598,25.099623999999995] 574.8082135251354
29699 "32206" "49_V7476586" 45726 "49_V48071" "Pušyno mikrorajonas" [55.521132,25.115296] 658.3695095777266
29699 "32206" "49_V7476586" 45731 "49_V48070" "Žiburio g." [55.525912999999996,25.113931000000004] 146.43308427108235
29101 "3899" "9_V46086" 2562 "9_V7459" "Alanta" [55.350266,25.293093999999996] 106.2887484714736
42916 "29420" "2_V7429613" 42761 "2_V8013" "Balninkai" [55.293757,25.120737000000002] 147.47788595097236
31810 "4529" "9_V46899" 3235 "9_V7459" "Alanta" [55.350266,25.293093999999996] 106.2887484714736
43368 "4527" "9_V47691" 4732 "9_V7459" "Alanta" [55.350266,25.293093999999996] 106.2887484714736
43613 "4528" "9_V47692" 4733 "9_V7459" "Alanta" [55.350266,25.293093999999996] 106.2887484714736
44934 "14622" "66_V7150732" 36571 "66_V14754" "Naiviai" [55.84397975379556,25.145549112350125] 765.6219655883444
32124 "2821" "9_V45017" 2365 "9_V7459" "Alanta" [55.350266,25.293093999999996] 106.2887484714736
29797 "29615" "2_V7432118" 43169 "2_V13220" "Laukuva" [55.621511000000005,22.239248000000003] 134.78370867362614
42939 "29616" "2_V7432119" 43217 "2_V13165" "Laukuva" [55.621733,22.238377] 137.2756450378002
44317 "3339" "9_V46943" 3236 "9_V7459" "Alanta" [55.350266,25.293093999999996] 106.2887484714736
31374 "4710" "32_V47248" 3955 "32_V4945" "Onuškis" [54.48374200000001,24.591959000000003] 103.16686496628398
44044 "4711" "32_V47250" 3968 "32_V4945" "Onuškis" [54.48374200000001,24.591959000000003] 103.16686496628398
28929 "11705" "9_V747606" 16669 "9_V7459" "Alanta" [55.350266,25.293093999999996] 106.2887484714736
28522 "6511" "16_V54507" 9700 "16_V5701" "Šedbarai" [55.653568,23.254761000000002] 109.0038755405544
43005 "6509" "16_V54502" 9661 "16_V5701" "Šedbarai" [55.653568,23.254761000000002] 109.0038755405544
29458 "6513" "16_V54509" 9724 "16_V5701" "Šedbarai" [55.653568,23.254761000000002] 109.0038755405544
44966 "29093" "48_V7413976" 40737 "48_V21366" "Vozbučiai" [54.262253,23.964486] 113.93775557849204
29544 "29092" "48_V7413975" 40707 "48_V21366" "Vozbučiai" [54.262253,23.964486] 113.93775557849204
28921 "44681" "8_V8136901" 110729 "8_V8356" "Plinkšės" [56.144066,22.178071] 417.1789694436801
31555 "3514" "9_V45563" 2388 "9_V7459" "Alanta" [55.350266,25.293093999999996] 106.2887484714736
31043 "3537" "9_V45591" 2413 "9_V7459" "Alanta" [55.350266,25.293093999999996] 106.2887484714736
32310 "17131" "53_V2515701" 22787 "53_V16347" "Sudervė" [54.761036,25.063001999999997] 2603.225038082936
29974 "3574" "9_V45644" 2414 "9_V7459" "Alanta" [55.350266,25.293093999999996] 106.2887484714736
28690 "3617" "9_V45754" 2440 "9_V8013" "Balninkai" [55.293757,25.120737000000002] 147.47788595097236
29062 "15331" "49_V2211798" 19828 "49_V6964" "Mikieriai" [55.66300100000001,25.169295] 153.6142678364674
28894 "15330" "49_V2211797" 19827 "49_V6964" "Mikieriai" [55.66300100000001,25.169295] 153.6142678364674
stop_without_stop_time WARNING 147

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 147 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.
265 "62_2940" "Pervaža"
355 "57_81" "2-oji Karmėlava A"
402 "41_960" "Meškiai"
712 "43_3247" "Autobusų parkas"
823 "41_1090" "Gedvydžiai"
919 "62_2953" "Jonučiai"
1600 "_1018" "Altoniškiai"
1606 "44_2974" "Giedriai"
1622 "41_1052" "Kukečiai"
1800 "41_1063" "Gordai"
1849 "41_1087" "Mykolaičiai"
2316 "48_5192" "Takniškių kryžkelė"
2563 "41_1158" "Šukiškiai"
2655 "62_2941" "Pervaža"
2666 "57_263" "K. Petrausko"
2675 "57_79" "Karmėlava"
3045 "41_978" "Lieporių k."
3125 "41_1030" "Kairiai"
3238 "41_1091" "Gedvydžiai"
3342 "41_1050" "Grimziai"
3343 "41_1152" "Kurtuvėnai"
3494 "41_1157" "Spaudžiai"
3512 "41_1085" "Saveikiai"
3573 "41_1071" "Bridai"
3865 "41_968" "Bazilionai"
3867 "30_960" "Paalsys"
3884 "41_1204" "Niūraičiai"
4034 "44_2975" "Pakapė"
4036 "41_954" "Bubių miestelis"
4111 "41_1084" "Saveikiai"
4281 "41_1083" "Dargaičiai"
4409 "_3353" "Varžupio g."
4493 "27_3667" "Biblioteka"
4864 "57_236" "Sodai Neris"
4960 "41_962" "140 km"
5010 "57_158" "Narėpai"
5062 "57_26" "Biruliškės"
5147 "57_27" "Biruliškės"
5187 "41_1056" "Gyvenvietė"
5188 "41_942" "Einoraičių st."
5191 "41_987" "Bubiai"
5605 "41_1082" "Dargaičiai"
5700 "62_2899" "Raudondvaris"
5701 "62_2994" "Raudondvaris"
6202 "41_1138" "Turgus"
6366 "_3814" "Raudondvaris"
6433 "41_959" "Meškiai"
6491 "41_1031" "Kairiai"
6611 "30_4450" "Šoliai"
6670 "30_37" "Plentas"
stops_match_shape_out_of_order WARNING 17

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.
43956 "3645" "39_V57657" 13316 "39_V8212" "Laučiai" [55.34479686210668,21.558340567616426] 13315 "39_V12152" "Jonaičiai" [55.34641499999999,21.570023]
30796 "3667" "39_V57730" 13455 "39_V8212" "Laučiai" [55.34479686210668,21.558340567616426] 13454 "39_V13926" "Jonaičiai" [55.346103,21.568929]
43505 "3714" "39_V57736" 13529 "39_V13926" "Jonaičiai" [55.346103,21.568929] 13528 "39_V8212" "Laučiai" [55.34479686210668,21.558340567616426]
32536 "13808" "47_V1228372" 18524 "47_V29683" "Daubiškiai" [56.22528167433049,22.65057036479163] 18523 "47_V20968" "Daubiškiai" [56.22523157410785,22.649432606713006]
43449 "26489" "31_V7231018" 37164 "31_V10486" "Kuršų m-la" [55.853816990580704,22.40675061105697] 37163 "31_V7720" "Baltininkai" [55.85382305337965,22.406770171019815]
3595 "57705" "30_416" 173114 "30_6224" "Vieversys" [55.059990000000006,22.656120000000005] 173113 "30_1012" "Greičių sodai" [55.06255881585111,22.648915161597998]
16028 "57882" "30_20760" 356965 "30_6224" "Vieversys" [55.059990000000006,22.656120000000005] 356964 "30_1012" "Greičių sodai" [55.06255881585111,22.648915161597998]
31114 "28435" "50_V7339430" 38461 "50_V64819" "Suostas" [56.32837413018391,24.713657886432735] 38460 "50_V16112" "Svydžiai" [56.352930797976754,24.686322368913352]
44912 "28434" "50_V7339429" 38437 "50_V10057" "Svydžiai" [56.35334128457164,24.685572701413516] 38436 "50_V64820" "Suostas" [56.32837775901334,24.713656830174433]
43497 "6591" "39_V57636" 12992 "39_V13926" "Jonaičiai" [55.346103,21.568929] 12991 "39_V8212" "Laučiai" [55.34479686210668,21.558340567616426]
46110 "63724" "30_20761" 571625 "30_6224" "Vieversys" [55.059990000000006,22.656120000000005] 571624 "30_1012" "Greičių sodai" [55.06255881585111,22.648915161597998]
29242 "3554" "39_V57639" 13032 "39_V8212" "Laučiai" [55.34479686210668,21.558340567616426] 13031 "39_V12152" "Jonaičiai" [55.34641499999999,21.570023]
45110 "40377" "39_V8016002" 68377 "39_V72301" "Kirlikai" [55.32834500402225,21.565359093761266] 68376 "39_V97223" "Tarvydai I" [55.328604,21.56423]
29107 "40378" "39_V8016003" 68386 "39_V71683" "Tarvydai II" [55.31814711876975,21.598011981975805] 68385 "39_V97223" "Tarvydai I" [55.328604,21.56423]
31344 "5353" "39_V57618" 12804 "39_V13926" "Jonaičiai" [55.346103,21.568929] 12803 "39_V8212" "Laučiai" [55.34479686210668,21.558340567616426]
32328 "54901" "2_V8226897" 161570 "2_V45588" "Balbieriškis" [54.524770000000004,23.885448] 161569 "2_V45784" "Balbieriškis" [54.525039387689404,23.885400507640224]
43867 "54903" "2_V8241502" 162983 "2_V45588" "Balbieriškis" [54.524770000000004,23.885448] 162982 "2_V45784" "Balbieriškis" [54.525039387689404,23.885400507640224]
unknown_column INFO 33

unknown_column

A column name is unknown.

You can see more about this notice here.

filename (?) The name of the faulty file. fieldName (?) The name of the unknown column. index (?) The index of the faulty column.
"attributions.txt" "id" 3
"fare_attributes.txt" "journey_duration" 8
"routes.txt" "eligibility_restricted" 11
"routes.txt" "bikes_allowed" 12
"routes.txt" "regional_fare_card" 14
"stops.txt" "stop_direction" 12
"stops.txt" "vehicle_type" 14
"stops.txt" "mta_stop_id" 17
"stops.txt" "regional_fare_card" 18
"stop_times.txt" "start_service_area_id" 1
"stop_times.txt" "end_service_area_id" 2
"stop_times.txt" "note_id" 5
"stop_times.txt" "to_stop_sequence" 16
"stop_times.txt" "route_short_name" 18
"stop_times.txt" "start_service_area_radius" 24
"stop_times.txt" "end_service_area_radius" 25
"stop_times.txt" "fare_period_id" 26
"stop_times.txt" "departure_buffer" 27
"stop_times.txt" "track" 28
"stop_times.txt" "mean_duration_factor" 29
"stop_times.txt" "mean_duration_offset" 30
"stop_times.txt" "safe_duration_factor" 31
"stop_times.txt" "safe_duration_offset" 32
"stop_times.txt" "free_running_flag" 33
"trips.txt" "note_id" 2
"trips.txt" "mean_duration_factor" 12
"trips.txt" "mean_duration_offset" 13
"trips.txt" "safe_duration_factor" 14
"trips.txt" "safe_duration_offset" 15
"trips.txt" "cars_allowed" 16
"trips.txt" "peak_offpeak" 17
"trips.txt" "mta_trip_id" 18
"trips.txt" "boarding_type" 19