GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-01-23T19:26:13Z,
for the dataset file:///shared/warnow-siflecehpr.zip. No country code was provided.

Use this report alongside our documentation.

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. frequencies.txt
  5. routes.txt
  6. service_alerts.txt
  7. shapes.txt
  8. stop_times.txt
  9. stops.txt
  10. transfers.txt
  11. trips.txt

Counts


  • Agencies: 2
  • Blocks: 706
  • Routes: 115
  • Shapes: 1513
  • Stops: 1985
  • Trips: 12297

Specification Compliance report

151 notices reported (0 errors, 144 warnings, 7 infos)

Notice Code Severity Total
duplicate_route_name WARNING 1

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`.
87 "77352" 88 "77351" "Fä" "" 3 "582"
expired_calendar WARNING 7

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.

csvRowNumber (?) The row of the faulty record. serviceId (?) The service id of the faulty record.
57 "56"
85 "84"
86 "85"
87 "86"
88 "87"
91 "90"
96 "95"
fast_travel_between_consecutive_stops WARNING 7

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.
895 "472085871" "54172" 275.8800886726762 2.2990007389389686 13165 24 "000000705769" "Laage-Breesen Ausbau Nr. 52" "12:13:00" 13166 25 "000000705621" "Laage Bahnhofstraße" "12:13:30"
899 "472085857" "54172" 275.8800886726762 2.2990007389389686 13284 28 "000000705769" "Laage-Breesen Ausbau Nr. 52" "14:29:00" 13285 29 "000000705621" "Laage Bahnhofstraße" "14:29:30"
2680 "472077169" "54129" 167.9306896628115 5.59768965542705 48965 14 "000000705679" "Steinhagen(b Neubukow)" "13:01:00" 48966 15 "000000706335" "Kamin" "13:02:00"
812 "472086211" "54176" 355.86758005339135 2.9655631671115947 11987 8 "000004404434" "Neu Nieköhr" "13:59:00" 11988 9 "000000705785" "Lühburg Abzw. Samow" "13:59:30"
2683 "472077168" "54129" 167.9306896628115 5.59768965542705 49006 13 "000000705679" "Steinhagen(b Neubukow)" "14:44:00" 49007 14 "000000706335" "Kamin" "14:45:00"
2676 "472077167" "54129" 167.9306896628115 5.59768965542705 48907 14 "000000705679" "Steinhagen(b Neubukow)" "16:02:00" 48908 15 "000000706335" "Kamin" "16:03:00"
2678 "472077166" "54129" 167.9306896628115 5.59768965542705 48936 14 "000000705679" "Steinhagen(b Neubukow)" "16:47:00" 48937 15 "000000706335" "Kamin" "16:48:00"
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"
stop_too_far_from_shape WARNING 121

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.

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

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.
893 "802" "472085887" 13120 "000000705618" "Laage Breesener Straße" [53.923048,12.350420999999999] 219.3419256542977
909 "806" "472085818" 13433 "000000705618" "Laage Breesener Straße" [53.923786545989444,12.34930568165811] 111.12611006044382
902 "807" "472085813" 13345 "000000705618" "Laage Breesener Straße" [53.923786545989444,12.34930568165811] 111.12611006044382
895 "808" "472085871" 13167 "000000705618" "Laage Breesener Straße" [53.923786545989444,12.34930568165811] 111.12611006044382
897 "811" "472085863" 13218 "000000705618" "Laage Breesener Straße" [53.923786545989444,12.34930568165811] 111.12611006044382
899 "813" "472085857" 13286 "000000705618" "Laage Breesener Straße" [53.923786545989444,12.34930568165811] 111.12611006044382
898 "814" "472085856" 13245 "000000705618" "Laage Breesener Straße" [53.923786545989444,12.34930568165811] 111.12611006044382
901 "817" "472085845" 13341 "000000705618" "Laage Breesener Straße" [53.923786545989444,12.34930568165811] 111.12611006044382
929 "819" "472085741" 13818 "000000705618" "Laage Breesener Straße" [53.923786545989444,12.34930568165811] 111.12611006044382
931 "827" "472085771" 13830 "000000705618" "Laage Breesener Straße" [53.923048,12.350420999999999] 219.3419256542977
156 "1286" "472089059" 2338 "000009460011" "Lüssow(Meckl) Bahnhof" [53.839213,12.142075] 281.9729400446576
1199 "621" "472084553" 17650 "000000705618" "Laage Breesener Straße" [53.923786545989444,12.34930568165811] 111.12611006044382
146 "1288" "472089024" 2235 "000009460011" "Lüssow(Meckl) Bahnhof" [53.839213,12.142075] 281.9729400446576
1210 "625" "472084524" 17840 "000000705618" "Laage Breesener Straße" [53.923048,12.350420999999999] 219.3419256542977
1210 "625" "472084524" 17842 "000009443188" "Laage-Kronskamp" [53.93270674192283,12.312044322919503] 107.11071454027531
1211 "626" "472084525" 17845 "000009443188" "Laage-Kronskamp" [53.93270674192283,12.312044322919503] 107.11071454027531
1209 "628" "472084538" 17822 "000000705618" "Laage Breesener Straße" [53.923048,12.350420999999999] 219.3419256542977
1176 "629" "472084625" 17306 "000000705618" "Laage Breesener Straße" [53.92383361390008,12.349297630216483] 106.25820493239384
1178 "630" "472084617" 17315 "000000705618" "Laage Breesener Straße" [53.923048,12.350420999999999] 219.3419256542977
1179 "631" "472084618" 17335 "000000705618" "Laage Breesener Straße" [53.923048,12.350420999999999] 219.3419256542977
1177 "633" "472084614" 17313 "000000705618" "Laage Breesener Straße" [53.923048,12.350420999999999] 219.3419256542977
1181 "634" "472084610" 17358 "000000705618" "Laage Breesener Straße" [53.923048,12.350420999999999] 219.3419256542977
1185 "635" "472084609" 17428 "000000705618" "Laage Breesener Straße" [53.923048,12.350420999999999] 219.3419256542977
1182 "637" "472084624" 17384 "000000705618" "Laage Breesener Straße" [53.923048,12.350420999999999] 219.3419256542977
1187 "638" "472084622" 17457 "000000705618" "Laage Breesener Straße" [53.923048,12.350420999999999] 219.3419256542977
1186 "639" "472084620" 17440 "000000705618" "Laage Breesener Straße" [53.923048,12.350420999999999] 219.3419256542977
1183 "640" "472084619" 17393 "000000705618" "Laage Breesener Straße" [53.923048,12.350420999999999] 219.3419256542977
1168 "646" "472084680" 17201 "000009443188" "Laage-Kronskamp" [53.93270674192283,12.312044322919503] 107.11071454027531
1160 "648" "472084670" 17121 "000009443188" "Laage-Kronskamp" [53.93270674192283,12.312044322919503] 107.11071454027531
1161 "649" "472084661" 17124 "000000705618" "Laage Breesener Straße" [53.923786545989444,12.34930568165811] 111.12611006044382
1169 "650" "472084662" 17209 "000000705618" "Laage Breesener Straße" [53.923786545989444,12.34930568165811] 111.12611006044382
1163 "651" "472084657" 17144 "000000705618" "Laage Breesener Straße" [53.923786545989444,12.34930568165811] 111.12611006044382
1163 "651" "472084657" 17152 "000009443188" "Laage-Kronskamp" [53.93270674192283,12.312044322919503] 107.11071454027531
1172 "652" "472084653" 17242 "000000705618" "Laage Breesener Straße" [53.923786545989444,12.34930568165811] 111.12611006044382
1172 "652" "472084653" 17244 "000009443188" "Laage-Kronskamp" [53.93270674192283,12.312044322919503] 107.11071454027531
1173 "653" "472084652" 17265 "000009443188" "Laage-Kronskamp" [53.931034,12.311548000000002] 189.09868734382596
1173 "653" "472084652" 17274 "000000705618" "Laage Breesener Straße" [53.923786545989444,12.34930568165811] 111.12611006044382
1174 "655" "472084646" 17276 "000009443188" "Laage-Kronskamp" [53.93270674192283,12.312044322919503] 107.11071454027531
1171 "656" "472084654" 17222 "000000705618" "Laage Breesener Straße" [53.923048,12.350420999999999] 219.3419256542977
1136 "660" "472084784" 16830 "000000705618" "Laage Breesener Straße" [53.923786545989444,12.34930568165811] 111.12611006044382
1145 "664" "472084771" 16920 "000000705618" "Laage Breesener Straße" [53.923048,12.350420999999999] 219.3419256542977
1150 "670" "472084770" 16990 "000000705618" "Laage Breesener Straße" [53.923048,12.350420999999999] 219.3419256542977
1151 "672" "472084767" 16999 "000000705618" "Laage Breesener Straße" [53.923048,12.350420999999999] 219.3419256542977
1758 "433" "472081902" 27217 "000000705688" "Hohen Luckow Wendeplatz" [53.978736,11.962381] 118.87108864928476
1115 "682" "472084888" 16538 "000000705618" "Laage Breesener Straße" [53.923786545989444,12.34930568165811] 111.12611006044382
1121 "691" "472084868" 16580 "000000705618" "Laage Breesener Straße" [53.923048,12.350420999999999] 219.3419256542977
1125 "692" "472084866" 16648 "000000705618" "Laage Breesener Straße" [53.923048,12.350420999999999] 219.3419256542977
1128 "695" "472084879" 16719 "000000705618" "Laage Breesener Straße" [53.923048,12.350420999999999] 219.3419256542977
1706 "479" "472082362" 26332 "000009476171" "Mönchhagen" [54.14757900000001,12.227313] 146.63550844225088
1707 "480" "472082361" 26343 "000009476171" "Mönchhagen" [54.14768329105417,12.226959254848687] 151.5485622626279
stops_match_shape_out_of_order WARNING 7

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.
153 "1299" "472089035" 2310 "000000705562" "Groß Schwiesow" [53.84554577440158,12.09498143287004] 2309 "000009460011" "Lüssow(Meckl) Bahnhof" [53.84154386376296,12.14062949464289]
144 "1298" "472089036" 2227 "000009460011" "Lüssow(Meckl) Bahnhof" [53.84155466347509,12.140637186295606] 2226 "000000705560" "Klein Schwiesow" [53.83217472383456,12.112869199751843]
151 "1301" "472089026" 2293 "000000705562" "Groß Schwiesow" [53.84554577440158,12.09498143287004] 2292 "000009460011" "Lüssow(Meckl) Bahnhof" [53.84154386376296,12.14062949464289]
164 "1308" "472089005" 2429 "000009460011" "Lüssow(Meckl) Bahnhof" [53.84155466347509,12.140637186295606] 2428 "000000705560" "Klein Schwiesow" [53.83217472383456,12.112869199751843]
126 "1326" "472089116" 2020 "000009460011" "Lüssow(Meckl) Bahnhof" [53.84155466347509,12.140637186295606] 2019 "000000705560" "Klein Schwiesow" [53.83217472383456,12.112869199751843]
1369 "589" "472083577" 19614 "000000705997" "Güstrow Bredentiner Weg" [53.805210004642845,12.175609860715193] 19613 "000000705329" "Güstrow Bredentiner Straße" [53.809003000000004,12.186532]
1430 "590" "472083402" 20895 "000000705997" "Güstrow Bredentiner Weg" [53.805210004642845,12.175609860715193] 20894 "000000705329" "Güstrow Bredentiner Straße" [53.809003000000004,12.186532]
platform_without_parent_station INFO 6

platform_without_parent_station

A platform has no parent_station field set.

This is different from location_without_parent_station since it is less severe.

You can see more about this notice here.

csvRowNumber (?) Row number of the faulty record. stopId (?) The id of the faulty record. stopName (?) The stop name of the faulty record.
14 "000009434711" "Kröpelin Bahnhof"
1805 "000000708713" "Rostock Steintor IHK"
1929 "000000700567" "Thulendorf"
1977 "000004602227" "Rövershagen KGS"
1981 "000004803267" "Dolgen am See Ausbau"
1986 "000007028741" "Ostseebad Nienhagen Kliffstraße"
unknown_file INFO 1

unknown_file

A file is unknown.

You can see more about this notice here.

filename (?) The name of the unknown file.
"service_alerts.txt"