GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 6.0.0 at 2026-09-19T06:10:01+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: 5409
  • Stops: 19171
  • Trips: 50010

Specification Compliance report

30465 notices reported (0 errors, 30432 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`.
32 "23605" 48 "23529" "6" "Skaisčiūnai–Kosmonautų g.–Mokolai–Degučiai–Laisvės g.–Iceco–Kvietiškis" 3 "61"
366 "6209" 486 "23378" "M1" "Alytus - Geniai" 3 "48"
53 "23533" 493 "23596" "8" "Degučiai-Ožkasviliai-Balsupiai-Keturvalakiai-Degučių k.-Karkliniai" 3 "61"
257 "21685" 530 "21748" "R2" "Tauragė - Šilalė" 3 "30"
94 "23534" 723 "23597" "6B" "Kosmonautų g.-Mokolai-Degučiai-Aušros g." 3 "61"
506 "23521" 934 "23592" "9" "Naujosios kapinės–Mokolai–Degučiai–Autobusų stotis–Kumelionys–SB „Piliakalnis" 3 "61"
286 "23525" 936 "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"
527 "23535" 937 "23602" "17" "Marijampolė-Sasnava-Vinčai-Gavaltuva-Bagotoji-Kazlų Rūda" 3 "61"
262 "23601" 959 "23532" "19" "Marijampolės autobusų stotis-Mokolų k.-Strazdiškiai-Rudžiai-Šunskai-Tursučiai" 3 "61"
31 "23603" 973 "23528" "13" "Marijampolės autobusų stotis-Patašinė-Igliauka-Gudeliai-Riečiai-Daugirdai" 3 "61"
933 "23590" 979 "23523" "12" "Degučiai-Meškučiai-Skardupiai-Vidgiriai-Svetlica" 3 "61"
935 "23589" 984 "23526" "10" "Autobusų parkas–Mokolai–Kosmonautų g –Autobusų parkas" 3 "61"
263 "23599" 1160 "23536" "14" "Mokolai-Degučiai-Trakiškiai-Baraginė" 3 "61"
30 "23604" 1169 "23530" "16" "Mokolai-Liudvinavas-Kūlokai-Bukta-Želsva-Naujiena" 3 "61"
956 "23330" 1283 "6212" "M23" "Alytus - Punia - Butrimonys - Eigirdonys" 3 "48"
745 "23538" 1368 "23591" "7" "Mokolai-Degučiai-Puskelniai" 3 "61"
93 "23522" 1370 "23593" "18" "Mokolai-Padovinys-Gyviškiai-Daukšiai" 3 "61"
1369 "23595" 1381 "23524" "15" "Mokolai-Nartelio sodai-Užgiriai-Liudvinavas-Liucinavas" 3 "61"
495 "23598" 1404 "23537" "3" "Autobusų parkas–Kauno g.–Autobusų stotis–Gedimino g.–Aušros g.–Saulės g.– Narto k." 3 "61"
494 "23588" 1602 "23527" "20" "Marijampolės autobusų stotis-Tautkaičiai-Obelinė-Plutiškės" 3 "61"
264 "23600" 1603 "23531" "11" "Pieno konservai–Aušros g.–Kvietiškis–Iceco" 3 "61"
605 "3645" 1674 "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" 528656 29882.7 878 528655 29882.7 877 0.12791084993239907
"2328" 444586 35929.8 642 444585 35929.8 641 0.11119510090982554
"3659" 523706 49657.5 1177 523705 49657.5 1176 0.12791084993239907
"42205" 3619981 57850.1 335 3619980 57850.1 334 0.06178544815632574
"2369" 438237 63265.5 1261 438236 63265.5 1260 0.11119510090982554
"2385" 633782 69168.3 1771 633781 69168.3 1770 0.06441976500794575
"28733" 2225981 71509.2 1569 2225980 71509.2 1568 0.06441976500794575
"1919" 764877 136875.8 2842 764876 136875.8 2841 0.12752942403551987
"1919" 764880 136876.0 2845 764879 136876.0 2844 0.11119510090982554
"1919" 764887 136876.5 2852 764886 136876.5 2851 0.11119510232447394
"1919" 764890 136876.7 2855 764889 136876.7 2854 0.11119510161714974
"1919" 764893 136876.9 2858 764892 136876.9 2857 0.12752941555597483
"1919" 764902 136877.5 2867 764901 136877.5 2866 0.11119510090982554
"1919" 764905 136877.7 2870 764904 136877.7 2869 0.11119510161714974
"1919" 764908 136877.9 2873 764907 136877.9 2872 0.11119510090982554
"1919" 764915 136878.4 2880 764914 136878.4 2879 0.11119510090982554
"1919" 764918 136878.6 2883 764917 136878.6 2882 0.11119510161714974
"1919" 764927 136879.2 2892 764926 136879.2 2891 0.11119510090982554
"1919" 764930 136879.4 2895 764929 136879.4 2894 0.12752939825777979
"1919" 764933 136879.6 2898 764932 136879.6 2897 0.11119510161714974
"1919" 764942 136880.2 2907 764941 136880.2 2906 0.11119510161714974
"1919" 764946 136880.5 2911 764945 136880.5 2910 0.06244513630731429
"1919" 764952 136880.9 2917 764951 136880.9 2916 0.11119510161714974
"1919" 764955 136881.1 2920 764954 136881.1 2919 0.11119510090982554
"1919" 764958 136881.3 2923 764957 136881.3 2922 0.11119510090982554
"1919" 764967 136881.9 2932 764966 136881.9 2931 0.12752938095958766
"1919" 764970 136882.1 2935 764969 136882.1 2934 0.11119510161714974
"1919" 764981 136882.8 2946 764980 136882.8 2945 0.11119510161714974
"1919" 764986 136883.1 2951 764985 136883.1 2950 0.11119510161714974
"1919" 764994 136883.6 2959 764993 136883.6 2958 0.11119510090982554
"1919" 764999 136883.9 2964 764998 136883.9 2963 0.11119510090982554
"1919" 765012 136884.7 2977 765011 136884.7 2976 0.11119510161714974
"1919" 765014 136884.8 2979 765013 136884.8 2978 0.11119510090982554
"1919" 765017 136885.0 2982 765016 136885.0 2981 0.11119510161714974
"1919" 765025 136885.5 2990 765024 136885.5 2989 0.1275293557985862
"1919" 765027 136885.6 2992 765026 136885.6 2991 0.11119510161714974
"1919" 765030 136885.8 2995 765029 136885.8 2994 0.11119510090982554
"1919" 765032 136885.9 2997 765031 136885.9 2996 0.11119510232447394
"1919" 765038 136886.3 3003 765037 136886.3 3002 0.06244505260741443
"1919" 765043 136886.6 3008 765042 136886.6 3007 0.11119510161714974
"1919" 765045 136886.7 3010 765044 136886.7 3009 0.11119510090982554
"1919" 765048 136886.9 3013 765047 136886.9 3012 0.11119510090982554
"1919" 765050 136887.0 3015 765049 136887.0 3014 0.11119510090982554
"1919" 765056 136887.4 3021 765055 136887.4 3020 0.11119510090982554
"1919" 765058 136887.5 3023 765057 136887.5 3022 0.11119510161714974
"1919" 765061 136887.7 3026 765060 136887.7 3025 0.11119510090982554
"1919" 765063 136887.8 3028 765062 136887.8 3027 0.11119510161714974
"1919" 765074 136888.5 3039 765073 136888.5 3038 0.11119510161714974
"1919" 765076 136888.6 3041 765075 136888.6 3040 0.11119510090982554
"1919" 765079 136888.8 3044 765078 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" 3063867 350.5 28 3063866 350.5 27
"43541" 3063878 811.7 39 3063877 811.7 38
"43541" 3063917 1779.8 78 3063916 1779.8 77
"43541" 3063961 3184.3 122 3063960 3184.3 121
"43541" 3063994 4418.1 155 3063993 4418.1 154
"43541" 3064010 4854.6 171 3064009 4854.6 170
"43541" 3064059 6561.9 220 3064058 6561.9 219
"43541" 3064095 7544.1 256 3064094 7544.1 255
"43541" 3064134 8757.6 295 3064133 8757.6 294
"43541" 3064151 9358.6 312 3064150 9358.6 311
"43541" 3064178 9709.1 339 3064177 9709.1 338
"43541" 3064224 10376.7 385 3064223 10376.7 384
"43541" 3064277 11116.1 438 3064276 11116.1 437
"43541" 3064308 11700.4 469 3064307 11700.4 468
"43541" 3064339 12284.8 500 3064338 12284.8 499
"43541" 3064600 14358.7 761 3064599 14358.7 760
"43541" 3064676 14706.8 837 3064675 14706.8 836
"43541" 3064776 15301.6 937 3064775 15301.6 936
"43541" 3064876 15896.4 1037 3064875 15896.4 1036
"43541" 3064952 16244.5 1113 3064951 16244.5 1112
"43541" 3065150 17133.2 1311 3065149 17133.2 1310
"43541" 3065393 18161.9 1554 3065392 18161.9 1553
"43541" 3065418 18472.3 1579 3065417 18472.3 1578
"43541" 3065468 18976.3 1629 3065467 18976.3 1628
"43541" 3065615 19673.4 1776 3065614 19673.4 1775
"43541" 3065844 21285.9 2005 3065843 21285.9 2004
"43541" 3065920 22756.6 2081 3065919 22756.6 2080
"43541" 3065996 24227.3 2157 3065995 24227.3 2156
"43541" 3066035 24719.6 2196 3066034 24719.6 2195
"43541" 3066052 25292.2 2213 3066051 25292.2 2212
"43541" 3066071 25625.9 2232 3066070 25625.9 2231
"43541" 3066159 26736.7 2320 3066158 26736.7 2319
"43541" 3066246 27236.5 2407 3066245 27236.5 2406
"43541" 3066295 28436.1 2456 3066294 28436.1 2455
"43541" 3066334 28928.5 2495 3066333 28928.5 2494
"43541" 3066385 29639.4 2546 3066384 29639.4 2545
"43541" 3066616 30811.2 2777 3066615 30811.2 2776
"43541" 3066692 31159.3 2853 3066691 31159.3 2852
"43541" 3066792 31754.1 2953 3066791 31754.1 2952
"43541" 3066892 32348.9 3053 3066891 32348.9 3052
"43541" 3066968 32697.0 3129 3066967 32697.0 3128
"43541" 3067166 33585.6 3327 3067165 33585.6 3326
"43541" 3067450 35228.5 3611 3067449 35228.5 3610
"43541" 3067503 35967.9 3664 3067502 35967.9 3663
"43541" 3067534 36552.2 3695 3067533 36552.2 3694
"43541" 3067565 37136.6 3726 3067564 37136.6 3725
"43531" 2095230 1036.1 44 2095229 1036.1 43
"43531" 2095259 1669.1 73 2095258 1669.1 72
"43531" 2095286 2285.2 100 2095285 2285.2 99
"43531" 2095327 4091.8 141 2095326 4091.8 140
expired_calendar WARNING 68

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 68 affected records are displayed below.

csvRowNumber (?) The row of the faulty record. serviceId (?) The service id of the faulty record.
8 "1076"
4417 "73341"
4381 "1271"
17740 "1294"
2 "1339"
30788 "12709"
13317 "1379"
8823 "1514"
8680 "104180"
30782 "1954"
26427 "20239"
30790 "20237"
4403 "44515"
4402 "44517"
30789 "17222"
22141 "17343"
42 "76307"
26453 "76308"
43 "76309"
30791 "13033"
4394 "13105"
22161 "76816"
13 "2009"
15 "2022"
17759 "2066"
13330 "2111"
22132 "2123"
17761 "2137"
17793 "62494"
8822 "2158"
8825 "2175"
8827 "2173"
146 "108844"
26412 "2206"
8828 "2205"
17763 "2218"
22130 "2217"
26415 "2216"
22126 "2213"
30781 "2224"
13333 "2285"
17776 "13743"
8832 "2499"
8881 "98805"
8829 "2685"
17767 "2737"
26452 "74978"
22133 "2766"
22145 "47502"
26419 "2814"
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.
6037 "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"
21121 "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"
46067 "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.
46067 "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.
43288 "2699" "86_V8429441"
43415 "2699" "86_V8429508"
43428 "2699" "86_V8429496"
43434 "2699" "86_V8429502"
43603 "2699" "86_V8429431"
43683 "2699" "86_V8429448"
43698 "2699" "86_V8429507"
43715 "2699" "86_V8429460"
43753 "2699" "86_V8429450"
43827 "2699" "86_V8429413"
43864 "2699" "86_V8429474"
43933 "2699" "86_V8429481"
43943 "2699" "86_V8429444"
43982 "2699" "86_V8429488"
43988 "2699" "86_V8429500"
44026 "2699" "86_V8429447"
44148 "2699" "86_V8429493"
44185 "2699" "86_V8429439"
44415 "2699" "86_V8429505"
44419 "2699" "86_V8429445"
44448 "2699" "86_V8429423"
44449 "2699" "86_V8429506"
44457 "2699" "86_V8429486"
44502 "2699" "86_V8429471"
44538 "2699" "86_V8429436"
44569 "2699" "86_V8429512"
44724 "2699" "86_V8429421"
44742 "2699" "86_V8429465"
44759 "2699" "86_V8429457"
44945 "2699" "86_V8429475"
44955 "2699" "86_V8429452"
45119 "2699" "86_V8429485"
45253 "2699" "86_V8429449"
45474 "2699" "86_V8429462"
45491 "2699" "86_V8429443"
45511 "2699" "86_V8429416"
45571 "2699" "86_V8429419"
45588 "2699" "86_V8429446"
45612 "2699" "86_V8429427"
45641 "2699" "86_V8429440"
45643 "2699" "86_V8429424"
45645 "2699" "86_V8429428"
45835 "2699" "86_V8429414"
45939 "2699" "86_V8429442"
46094 "2699" "86_V8429434"
46163 "2699" "86_V8429433"
46171 "2699" "86_V8429430"
46192 "2699" "86_V8429494"
46242 "2699" "86_V8429484"
46383 "2699" "86_V8429426"
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" 84
"routes.txt" "route_long_name" "JONAVA-PREIŠIOGALĖLĖ-ŽINĖNAI-JONAVA" 101
"routes.txt" "route_long_name" "ŠVENČIONYS-ŠUTONYS-ŠVENČIONYS" 145
"routes.txt" "route_short_name" "5_VLP" 307
"routes.txt" "route_long_name" "JONAVA-UPININKAI" 319
"routes.txt" "route_long_name" "AUTOBUSŲ STOTIS-GLOBOS NAMAI-RIMKAI" 320
"routes.txt" "route_long_name" "JONAVA-KULVA PER JUODMENĄ" 321
"routes.txt" "route_long_name" "JONAVA-ŽINĖNAI-PREIŠIOGALĖLĖ-JONAVA" 322
"routes.txt" "route_long_name" "JONAVA-KULVA" 323
"routes.txt" "route_long_name" "ŠVENČIONYS-PABRADĖ-VILNIUS-PABRADĖ-ŠVENČIONYS" 353
"routes.txt" "route_long_name" "KUPIŠKIS – BILIŪNAI PER TATKONIS, KANDRĖNUS, LAIČIUS" 455
"routes.txt" "route_long_name" "ŽELVA - PUSNĖ" 460
"routes.txt" "route_short_name" "2_VLP" 548
"routes.txt" "route_long_name" "AUTOBUSŲ STOTIS-JUODMENA-RIMKAI" 559
"routes.txt" "route_long_name" "JONAVA-ŽEIMIAI" 561
"routes.txt" "route_long_name" "JONAVA-RUKLA" 772
"routes.txt" "route_long_name" "JONAVA-KĖDAINIAI" 773
"routes.txt" "route_long_name" "JONAVA-BUKONYS" 774
"routes.txt" "route_long_name" "JONAVA-KUIGALIAI PER NAUJASODĮ" 775
"routes.txt" "route_long_name" "JONAVA-JUŠKONYS" 776
"routes.txt" "route_long_name" "ŠVENČIONYS-LIUBIŠKĖ-TRŪDAI-ŠVENČIONĖLIAI-ŠVENČIONYS" 782
"routes.txt" "route_long_name" "VILNIUS (SPAUDOS RŪMAI) - ZŪJUNAI" 830
"routes.txt" "route_long_name" "KUPIŠKIS – BILIŪNAI PER KANDRĖNUS, LAIČIUS" 847
"routes.txt" "route_short_name" "4_VLP" 992
"routes.txt" "route_long_name" "JONAVA-ŠĖTA" 1007
"routes.txt" "route_long_name" "JONAVA-PANOTERIAI" 1008
"routes.txt" "route_long_name" "RIMKAI-MAXIMA-ŠVEICARIJA" 1009
"routes.txt" "route_long_name" "KUPIŠKIS – ŽADEIKIAI PER BAKŠĖNUS" 1033
"routes.txt" "route_short_name" "518_VLP" 1184
"routes.txt" "route_short_name" "1A_VLP" 1185
"routes.txt" "route_long_name" "CENTRAS-RIMKAI" 1207
"routes.txt" "route_long_name" "KUPIŠKIS - ANTAŠAVA" 1209
"routes.txt" "route_long_name" "ŠIRVINTOS - UKMERGĖ - ŠIRVINTOS" 1248
"routes.txt" "route_long_name" "VILNIUS (SPAUDOS RŪMAI) - ZŪJUNAI" 1269
"routes.txt" "route_short_name" "2A_VLP" 1410
"routes.txt" "route_short_name" "523_VLP" 1411
"routes.txt" "route_long_name" "JONAVA - PAGELEŽIAI" 1428
"routes.txt" "route_long_name" "RIMKAI-SKARULIŲ KAPINĖS" 1429
"routes.txt" "route_long_name" "JONAVA-PANOTERIAI-BUKONYS-ŠILAI-JONAVA" 1430
"routes.txt" "route_long_name" "KUPIŠKIS – BILIŪNAI PER TATKONIS" 1437
"routes.txt" "route_long_name" "KUPIŠKIS – PANEVĖŽYS" 1468
"routes.txt" "route_long_name" "KUPIŠKIS – ŠIMONYS PER MIGONIS" 1470
"routes.txt" "route_long_name" "ŽELVA - KIAUKLIAI" 1474
"routes.txt" "route_long_name" "ŠVENČIONYS-ADUTIŠKIS-JAKELIAI-ADUTIŠKIS-ŠVENČIONYS" 1501
"routes.txt" "route_short_name" "1_VLP" 1635
"routes.txt" "route_short_name" "787_VLP" 1636
"routes.txt" "route_long_name" "CENTRAS-RIMKAI" 1644
"routes.txt" "route_long_name" "JONAVA-KAUNAS" 1645
"routes.txt" "route_long_name" "JONAVA-GAIŽIŪNŲ STOTIS" 1646
"routes.txt" "route_long_name" "KUPIŠKIS – SUBAČIAUS MST. PER LUKONIS" 1654
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.
43362 "3636" "9_V45756" 2441 "9_V8013" "Balninkai" [55.293757,25.120737000000002] 147.47788595097236
45066 "3651" "9_V45771" 2470 "9_V8013" "Balninkai" [55.293757,25.120737000000002] 147.47788595097236
48879 "3653" "9_V45773" 2471 "9_V8013" "Balninkai" [55.293757,25.120737000000002] 147.47788595097236
44869 "43544" "55_V8124133" 101193 "55_V9340" "Mokykla" [55.512857000000004,26.315831] 134.01174852768767
44923 "43548" "55_V8124139" 101231 "55_V8484" "Mokykla" [55.513561,26.317414] 128.25393944619788
44677 "18654" "42_V3218451" 25478 "30_844" "Geluva" [55.249732,23.511073] 140.46827403515317
43593 "32206" "49_V7476585" 45697 "49_V48065" "Troškūnų g." [55.521214350005486,25.097709664383384] 523.8519190658676
43593 "32206" "49_V7476585" 45698 "49_V48066" "Geležinkelio stotis" [55.526276,25.103853] 785.72734673045
43593 "32206" "49_V7476585" 45699 "49_V48068" "Kalno parduotuvė" [55.526598,25.099623999999995] 574.8082135251354
43593 "32206" "49_V7476585" 45702 "49_V48071" "Pušyno mikrorajonas" [55.521132,25.115296] 658.3695095777266
43593 "32206" "49_V7476585" 45707 "49_V48070" "Žiburio g." [55.525912999999996,25.113931000000004] 146.43308427108235
46133 "3899" "9_V46086" 2562 "9_V7459" "Alanta" [55.350266,25.293093999999996] 106.2887484714736
44959 "29420" "2_V7429613" 42761 "2_V8013" "Balninkai" [55.293757,25.120737000000002] 147.47788595097236
48971 "4529" "9_V46899" 3235 "9_V7459" "Alanta" [55.350266,25.293093999999996] 106.2887484714736
45502 "4527" "9_V47691" 4732 "9_V7459" "Alanta" [55.350266,25.293093999999996] 106.2887484714736
47840 "4528" "9_V47692" 4733 "9_V7459" "Alanta" [55.350266,25.293093999999996] 106.2887484714736
44316 "14622" "66_V7150732" 36571 "66_V14754" "Naiviai" [55.84397975379556,25.145549112350125] 765.6219655883444
49506 "2821" "9_V45017" 2365 "9_V7459" "Alanta" [55.350266,25.293093999999996] 106.2887484714736
46919 "29615" "2_V7432118" 43169 "2_V13220" "Laukuva" [55.621511000000005,22.239248000000003] 134.78370867362614
44982 "29616" "2_V7432119" 43217 "2_V13165" "Laukuva" [55.621733,22.238377] 137.2756450378002
47572 "3339" "9_V46943" 3236 "9_V7459" "Alanta" [55.350266,25.293093999999996] 106.2887484714736
43799 "4710" "32_V47249" 3967 "32_V4945" "Onuškis" [54.48374200000001,24.591959000000003] 103.16686496628398
43859 "4711" "32_V47250" 3968 "32_V4945" "Onuškis" [54.48374200000001,24.591959000000003] 103.16686496628398
46229 "11705" "9_V747606" 16669 "9_V7459" "Alanta" [55.350266,25.293093999999996] 106.2887484714736
45669 "6511" "16_V54507" 9700 "16_V5701" "Šedbarai" [55.653568,23.254761000000002] 109.0038755405544
43319 "6509" "16_V54501" 9646 "16_V5701" "Šedbarai" [55.653568,23.254761000000002] 109.0038755405544
46624 "6513" "16_V54509" 9724 "16_V5701" "Šedbarai" [55.653568,23.254761000000002] 109.0038755405544
44348 "29093" "48_V7413976" 40737 "48_V21366" "Vozbučiai" [54.262253,23.964486] 113.93775557849204
47027 "29092" "48_V7413975" 40707 "48_V21366" "Vozbučiai" [54.262253,23.964486] 113.93775557849204
45103 "44681" "8_V8136902" 110754 "8_V8356" "Plinkšės" [56.144066,22.178071] 417.1789694436801
48677 "3514" "9_V45563" 2388 "9_V7459" "Alanta" [55.350266,25.293093999999996] 106.2887484714736
48055 "3537" "9_V45591" 2413 "9_V7459" "Alanta" [55.350266,25.293093999999996] 106.2887484714736
45042 "17131" "53_V2515700" 22761 "53_V16347" "Sudervė" [54.761036,25.063001999999997] 2603.225038082936
45548 "3574" "9_V45644" 2414 "9_V7459" "Alanta" [55.350266,25.293093999999996] 106.2887484714736
49131 "3617" "9_V45754" 2440 "9_V8013" "Balninkai" [55.293757,25.120737000000002] 147.47788595097236
44658 "15331" "49_V2211799" 19840 "49_V6964" "Mikieriai" [55.66300100000001,25.169295] 153.6142678364674
46194 "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.
139 "62_2953" "Jonučiai"
181 "_1018" "Altoniškiai"
226 "57_81" "2-oji Karmėlava A"
434 "41_960" "Meškiai"
869 "48_5192" "Takniškių kryžkelė"
934 "62_2940" "Pervaža"
1375 "43_3247" "Autobusų parkas"
1428 "41_1087" "Mykolaičiai"
1495 "41_1063" "Gordai"
1958 "41_1090" "Gedvydžiai"
2389 "44_2974" "Giedriai"
2392 "41_1052" "Kukečiai"
2484 "41_1071" "Bridai"
2919 "41_1158" "Šukiškiai"
3032 "41_1204" "Niūraičiai"
3078 "41_978" "Lieporių k."
3082 "41_968" "Bazilionai"
3094 "30_960" "Paalsys"
3304 "62_2941" "Pervaža"
3321 "57_263" "K. Petrausko"
3459 "57_79" "Karmėlava"
3470 "27_3667" "Biblioteka"
3628 "41_1030" "Kairiai"
3826 "41_1083" "Dargaičiai"
3874 "_3353" "Varžupio g."
4133 "41_1085" "Saveikiai"
4224 "41_1157" "Spaudžiai"
4353 "41_1091" "Gedvydžiai"
4443 "41_1050" "Grimziai"
4444 "41_1152" "Kurtuvėnai"
4629 "41_1084" "Saveikiai"
4793 "44_2975" "Pakapė"
4795 "41_954" "Bubių miestelis"
4969 "62_2994" "Raudondvaris"
4988 "57_158" "Narėpai"
4989 "62_2899" "Raudondvaris"
5017 "57_26" "Biruliškės"
5018 "57_236" "Sodai Neris"
5078 "41_987" "Bubiai"
5172 "41_1056" "Gyvenvietė"
5174 "41_942" "Einoraičių st."
5192 "41_962" "140 km"
5615 "41_1138" "Turgus"
5726 "41_1178" "Gudeliai"
5868 "41_1053" "Paverpenis"
5919 "57_27" "Biruliškės"
5995 "62_2898" "Raudondvaris"
6215 "30_37" "Plentas"
6284 "41_959" "Meškiai"
6750 "41_1082" "Dargaičiai"
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.
48105 "3645" "39_V57657" 13316 "39_V8212" "Laučiai" [55.34479686210668,21.558340567616426] 13315 "39_V12152" "Jonaičiai" [55.34641499999999,21.570023]
47775 "3667" "39_V57730" 13455 "39_V8212" "Laučiai" [55.34479686210668,21.558340567616426] 13454 "39_V13926" "Jonaičiai" [55.346103,21.568929]
43553 "3714" "39_V57736" 13529 "39_V13926" "Jonaičiai" [55.346103,21.568929] 13528 "39_V8212" "Laučiai" [55.34479686210668,21.558340567616426]
48567 "13808" "47_V1228372" 18524 "47_V29683" "Daubiškiai" [56.22528167433049,22.65057036479163] 18523 "47_V20968" "Daubiškiai" [56.22523157410785,22.649432606713006]
43443 "26489" "31_V7231018" 37164 "31_V10486" "Kuršų m-la" [55.853816990580704,22.40675061105697] 37163 "31_V7720" "Baltininkai" [55.85382305337965,22.406770171019815]
8335 "57705" "30_416" 173114 "30_6224" "Vieversys" [55.059990000000006,22.656120000000005] 173113 "30_1012" "Greičių sodai" [55.06255881585111,22.648915161597998]
19789 "57882" "30_20760" 356965 "30_6224" "Vieversys" [55.059990000000006,22.656120000000005] 356964 "30_1012" "Greičių sodai" [55.06255881585111,22.648915161597998]
48316 "28435" "50_V7339430" 38461 "50_V64819" "Suostas" [56.32837413018391,24.713657886432735] 38460 "50_V16112" "Svydžiai" [56.352930797976754,24.686322368913352]
44294 "28434" "50_V7339429" 38437 "50_V10057" "Svydžiai" [56.35334128457164,24.685572701413516] 38436 "50_V64820" "Suostas" [56.32837775901334,24.713656830174433]
43545 "6591" "39_V57636" 12992 "39_V13926" "Jonaičiai" [55.346103,21.568929] 12991 "39_V8212" "Laučiai" [55.34479686210668,21.558340567616426]
945 "63724" "30_20761" 571625 "30_6224" "Vieversys" [55.059990000000006,22.656120000000005] 571624 "30_1012" "Greičių sodai" [55.06255881585111,22.648915161597998]
46496 "3554" "39_V57639" 13032 "39_V8212" "Laučiai" [55.34479686210668,21.558340567616426] 13031 "39_V12152" "Jonaičiai" [55.34641499999999,21.570023]
44402 "40377" "39_V8016002" 68377 "39_V72301" "Kirlikai" [55.32834500402225,21.565359093761266] 68376 "39_V97223" "Tarvydai I" [55.328604,21.56423]
46139 "40378" "39_V8016003" 68386 "39_V71683" "Tarvydai II" [55.31814711876975,21.598011981975805] 68385 "39_V97223" "Tarvydai I" [55.328604,21.56423]
44161 "5353" "39_V57623" 12838 "39_V13926" "Jonaičiai" [55.346103,21.568929] 12837 "39_V8212" "Laučiai" [55.34479686210668,21.558340567616426]
49736 "54901" "2_V8226897" 161570 "2_V45588" "Balbieriškis" [54.524770000000004,23.885448] 161569 "2_V45784" "Balbieriškis" [54.525039387689404,23.885400507640224]
43764 "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