GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 6.0.0 at 2025-05-30T00:20:20+03:00,
for the dataset https://www.visimarsrutai.lt/gtfs/BirstonoSav.zip. No country code was provided.

Use this report alongside our documentation.

⚠ This feed contains GTFS Flex features. Please note that GTFS Flex validation support is still in development. You can manually review all the validation rules for Flex data here.

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. calendar.txt
  3. routes.txt
  4. shapes.txt
  5. stop_times.txt
  6. stops.txt
  7. trips.txt

Counts


  • Agencies: 1
  • Blocks: 0
  • Routes: 3
  • Shapes: 19
  • Stops: 104
  • Trips: 120

Specification Compliance report

3352 notices reported (0 errors, 3321 warnings, 31 infos)

Notice Code Severity Total
equal_shape_distance_same_coordinates WARNING 375

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 375 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`.
"39230" 3925 368.5 6 3924 368.5 5
"39230" 3929 936.7 10 3928 936.7 9
"39230" 3934 1248.0 15 3933 1248.0 14
"39230" 3940 1564.9 21 3939 1564.9 20
"39230" 3947 1906.0 28 3946 1906.0 27
"39230" 3953 2286.8 34 3952 2286.8 33
"39230" 3978 3356.4 59 3977 3356.4 58
"39230" 3987 3875.7 68 3986 3875.7 67
"39230" 3993 4497.2 74 3992 4497.2 73
"39230" 4010 6276.1 91 4009 6276.1 90
"39230" 4016 7164.5 97 4015 7164.5 96
"39230" 4031 8817.9 112 4030 8817.9 111
"39230" 4041 9535.5 122 4040 9535.5 121
"39221" 962 2949.9 56 961 2949.9 55
"39221" 981 4357.5 75 980 4357.5 74
"39221" 998 5630.3 92 997 5630.3 91
"39221" 1019 8766.6 113 1018 8766.6 112
"39221" 1022 9153.8 116 1021 9153.8 115
"39221" 1028 10359.6 122 1027 10359.6 121
"39221" 1030 10851.3 124 1029 10851.3 123
"39221" 1081 14478.9 175 1080 14478.9 174
"39221" 1094 16715.9 188 1093 16715.9 187
"39221" 1101 18458.2 195 1100 18458.2 194
"39221" 1113 20346.4 207 1112 20346.4 206
"39221" 1123 21807.0 217 1122 21807.0 216
"39221" 1129 23469.2 223 1128 23469.2 222
"39221" 1139 25672.2 233 1138 25672.2 232
"39221" 1146 27634.5 240 1145 27634.5 239
"39221" 1154 30029.7 248 1153 30029.7 247
"39221" 1160 31078.1 254 1159 31078.1 253
"39221" 1181 33609.2 275 1180 33609.2 274
"39221" 1191 34237.4 285 1190 34237.4 284
"39221" 1203 34959.3 297 1202 34959.3 296
"39221" 1221 35725.7 315 1220 35725.7 314
"39221" 1227 36347.2 321 1226 36347.2 320
"39221" 1244 38126.0 338 1243 38126.0 337
"39221" 1250 39014.4 344 1249 39014.4 343
"39221" 1265 40667.8 359 1264 40667.8 358
"39232" 4461 2949.9 56 4460 2949.9 55
"39232" 4480 4357.5 75 4479 4357.5 74
"39232" 4497 5630.3 92 4496 5630.3 91
"39232" 4518 8766.6 113 4517 8766.6 112
"39232" 4521 9153.8 116 4520 9153.8 115
"39232" 4527 10359.6 122 4526 10359.6 121
"39232" 4529 10851.3 124 4528 10851.3 123
"39232" 4580 14478.9 175 4579 14478.9 174
"39232" 4593 16715.9 188 4592 16715.9 187
"39232" 4616 21124.2 211 4615 21124.2 210
"39232" 4625 22132.7 220 4624 22132.7 219
"39232" 4635 23593.3 230 4634 23593.3 229
missing_recommended_file WARNING 1

missing_recommended_file

A recommended file is missing.

You can see more about this notice here.

filename (?) The name of the faulty file.
"feed_info.txt"
missing_timepoint_value WARNING 2945

missing_timepoint_value

stop_times.timepoint value is missing for a record.

Even though the column timepoint is optional in stop_times.txt according to the specification, stop_times.timepoint should not be empty when provided.

You can see more about this notice here.

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

csvRowNumber (?) The row number of the faulty record. tripId (?) The faulty record's `stop_times.trip_id`. stopSequence (?) The faulty record's `stop_times.stop_sequence`.
2 "7957765" 0
3 "7957765" 1
4 "7957765" 2
5 "7957765" 3
6 "7957765" 4
7 "7957765" 5
8 "7957765" 6
9 "7957765" 7
10 "7957765" 8
11 "7957765" 9
12 "7957765" 10
13 "7957765" 11
14 "7957765" 12
15 "7957765" 13
16 "7957765" 14
17 "7957765" 15
18 "7957765" 16
19 "7957765" 17
20 "7957765" 18
21 "7957765" 19
22 "7957765" 20
23 "7957765" 21
24 "7957765" 22
25 "7957765" 23
26 "7957765" 24
27 "7957765" 25
28 "7957765" 26
29 "7957765" 27
30 "7957766" 0
31 "7957766" 1
32 "7957766" 2
33 "7957766" 3
34 "7957766" 4
35 "7957766" 5
36 "7957766" 6
37 "7957766" 7
38 "7957766" 8
39 "7957766" 9
40 "7957766" 10
41 "7957766" 11
42 "7957766" 12
43 "7957766" 13
44 "7957766" 14
45 "7957766" 15
46 "7957766" 16
47 "7957766" 17
48 "7957766" 18
49 "7957766" 19
50 "7957766" 20
51 "7957766" 21
unknown_column INFO 31

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.
"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