GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 6.0.0 at 2026-01-26T01:05:26+02:00,
for the dataset https://www.visimarsrutai.lt/gtfs/BirzuR.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. calendar_dates.txt
  4. fare_attributes.txt
  5. fare_rules.txt
  6. routes.txt
  7. shapes.txt
  8. stop_times.txt
  9. stops.txt
  10. trips.txt

Counts


  • Agencies: 1
  • Blocks: 0
  • Routes: 30
  • Shapes: 57
  • Stops: 387
  • Trips: 84

Specification Compliance report

1394 notices reported (0 errors, 1362 warnings, 32 infos)

Notice Code Severity Total
equal_shape_distance_same_coordinates WARNING 17

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`.
"41064" 40629 416.0 10 40628 416.0 9
"41064" 40640 833.9 21 40639 833.9 20
"41064" 40649 1241.8 30 40648 1241.8 29
"41064" 40704 3380.8 85 40703 3380.8 84
"41064" 40748 5416.3 129 40747 5416.3 128
"41064" 40778 6534.2 159 40777 6534.2 158
"41064" 40789 6926.2 170 40788 6926.2 169
"41064" 40795 7137.9 176 40794 7137.9 175
"41064" 40802 7443.8 183 40801 7443.8 182
"41064" 40812 7917.1 193 40811 7917.1 192
"41064" 40823 8335.0 204 40822 8335.0 203
"40928" 40467 124.2 5 40466 124.2 4
"40928" 40474 423.7 12 40473 423.7 11
"40928" 40478 550.6 16 40477 550.6 15
"40928" 40491 1051.9 29 40490 1051.9 28
"40928" 40514 1960.6 52 40513 1960.6 51
"40928" 40565 4160.8 103 40564 4160.8 102
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 1341

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 1341 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 "59839" 1
3 "59839" 2
4 "59839" 3
5 "59839" 4
6 "59839" 5
7 "59839" 6
8 "59839" 7
9 "59839" 8
10 "59839" 9
11 "59839" 10
12 "59839" 11
13 "59839" 12
14 "59839" 13
15 "59839" 14
16 "59839" 15
17 "59839" 16
18 "59839" 17
19 "59839" 18
20 "59839" 19
21 "59839" 20
22 "59839" 21
23 "59839" 22
24 "59839" 23
25 "59839" 24
26 "59839" 25
27 "59839" 26
28 "59839" 27
29 "59839" 28
30 "59839" 29
31 "59839" 30
32 "59839" 31
33 "1482666" 1
34 "1482666" 2
35 "1482666" 3
36 "1482666" 4
37 "1482666" 5
38 "1482666" 6
39 "1482666" 7
40 "1482666" 8
41 "1482666" 9
42 "1482666" 10
43 "1482666" 11
44 "1482666" 12
45 "1482666" 13
46 "1482666" 14
47 "1482666" 15
48 "1482666" 16
49 "1482666" 17
50 "1482666" 18
51 "1482666" 19
mixed_case_recommended_field WARNING 1

mixed_case_recommended_field

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

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

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

You can see more about this notice here.

filename (?) Name of the faulty file. fieldName (?) Name of the faulty field. fieldValue (?) Faulty value. csvRowNumber (?) The row number of the faulty record.
"stops.txt" "stop_name" "PALIŪNIŠKIS II" 205
stops_match_shape_out_of_order WARNING 2

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.
69 "28435" "7339430" 875 "64819" "Suostas" [56.32837413018391,24.713657886432735] 874 "16112" "Svydžiai" [56.352930797976754,24.686322368913352]
17 "28434" "7339429" 851 "10057" "Svydžiai" [56.35334128457164,24.685572701413516] 850 "64820" "Suostas" [56.32837775901334,24.713656830174433]
unknown_column INFO 32

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