GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-01-16T22:04:13Z,
for the dataset file:///shared/vrr.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
VRR
Publisher URL:
http://efa.vrr.de
Feed Email:
N/A
Feed Language:
German
Feed Start Date:
2024-09-01
Feed End Date:
2024-12-08

Files included


  1. agency.txt
  2. calendar.txt
  3. calendar_dates.txt
  4. feed_info.txt
  5. routes.txt
  6. shapes.txt
  7. stop_times.txt
  8. stops.txt
  9. transfers.txt
  10. trips.txt

Counts


  • Agencies: 54
  • Blocks: 0
  • Routes: 1801
  • Shapes: 0
  • Stops: 46543
  • Trips: 177414

Specification Compliance report

4056 notices reported (0 errors, 4054 warnings, 2 infos)

Notice Code Severity Total
duplicate_route_name WARNING 9

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`.
239 "bvr-88-872-1" 240 "bvr-88-872S-1" "872" "Neuss - Grevenbroich - Rommerskirchen" 3 "bvr-88"
1210 "ves-40-217E-1" 1211 "ves-40-217T-1" "TB217" "TaxiBus: BOT-Fuhlenbrock Markt - Seniorenzentrum St. Teresa" 3 "ves-40"
1262 "ves-40-237-1" 1264 "ves-40-237-3" "237" "Recklinghausen Hbf - Hillerheide - König Ludwig - Castrop-Rauxel Habing- horst - Hbf - Münsterplatz" 3 "ves-40"
1263 "ves-40-237-2" 1265 "ves-40-237A-1" "237" "Recklinghausen Hbf - Hillerheide - König Ludwig - Castrop-Rauxel Habing- horst - Hbf - Münsterplatz" 3 "Default"
1338 "ves-40-267-1" 1340 "ves-40-267-3" "267" "ZOB Berliner Platz - ZOB Dorsten" 3 "ves-40"
1430 "ves-40-091-1" 1431 "ves-40-091f-1" "SB91" "GE-Buer Rathaus - Concordiahaus" 3 "ves-40"
1436 "ves-40-A26-1" 1437 "ves-40-A26E-1" "AST26" "Oer-Erkenschwick Berliner Platz - Brandstraße" 3 "ves-40"
1746 "ddb-90-E01-1" 1747 "ddb-90-E01G-1" "RE1 (RRX)" "" -1 "ddb-NX"
1766 "ddb-90-E33-1" 1767 "ddb-90-E33A-1" "RB33" "" -1 "ddb-8003"
expired_calendar WARNING 3042

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

csvRowNumber (?) The row of the faulty record. serviceId (?) The service id of the faulty record.
2 "Special"
3 "Special#2"
4 "Special#3"
5 "Special#4"
6 "Special#5"
7 "Special#6"
8 "Special#7"
9 "Special#8"
10 "Special#9"
11 "Special#10"
12 "Special#11"
13 "Special#12"
14 "Special#13"
15 "Special#14"
16 "Special#15"
17 "Special#16"
18 "Special#17"
19 "Special#18"
20 "Special#19"
21 "Special#20"
22 "Special#21"
23 "Special#22"
24 "Special#23"
25 "Special#24"
26 "Special#25"
27 "Special#26"
28 "Special#27"
29 "Special#28"
30 "Special#29"
31 "Special#30"
32 "Special#31"
33 "Special#32"
34 "Special#33"
35 "Special#34"
36 "Special#35"
37 "Special#36"
38 "Special#37"
39 "Special#38"
40 "Special#39"
41 "Special#40"
42 "Special#41"
43 "Special#42"
44 "Special#43"
45 "Special#44"
46 "Special#45"
47 "Special#46"
48 "Special#47"
49 "Special#48"
50 "Special#49"
51 "Special#50"
fast_travel_between_consecutive_stops WARNING 917

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.

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

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.
31402 "dsw-37-Mgh-1-1-1-H-0-Special#7-13-4" "dsw-37-Mgh-1" 311.8063953892312 0.5196773256487187 766719 1 "de:05913:417:1:01" "Dortmund Salingen" "24:30:00" 766720 2 "de:05913:224:1:02" "Dortmund Hinter Holtein" "24:30:06"
31402 "dsw-37-Mgh-1-1-1-H-0-Special#7-13-4" "dsw-37-Mgh-1" 219.40021117680615 0.36566701862801027 766723 5 "de:05913:28:1:01" "Dortmund Am Sturmwald" "24:30:12" 766724 6 "de:05913:290:1:02" "Dortmund Krämerbank" "24:30:18"
31402 "dsw-37-Mgh-1-1-1-H-0-Special#7-13-4" "dsw-37-Mgh-1" 175.49161517670916 0.2924860252945153 766725 7 "de:05913:346:1:02" "Dortmund Menglinghausen" "24:30:18" 766726 8 "de:05913:217:1:01" "Dortmund Hellenbank" "24:30:24"
31429 "dsw-37-Nie-1-1-4-R-0-Special#182-86-2" "dsw-37-Nie-1" 499.3289531819239 0.8322149219698731 766953 1 "de:05913:857:1:01" "Dortmund Gut Königsmühle" "07:25:00" 766954 2 "de:05913:722:1:01" "Dortmund Niedernetter Straße" "07:25:06"
31429 "dsw-37-Nie-1-1-4-R-0-Special#182-86-2" "dsw-37-Nie-1" 210.23366484213076 0.35038944140355127 766955 3 "de:05913:739:1:01" "Dortmund Roggenkamp" "07:25:06" 766956 4 "de:05913:723:1:01" "Dortmund Fernstraße" "07:25:12"
31301 "dsw-37-Deu-1-1-5-R-1-Special#180-100-11" "dsw-37-Deu-1" 257.9894891347397 0.4299824818912329 765191 2 "de:05913:242:1:02" "Dortmund Huckarde Markt" "09:15:06" 765192 3 "de:05913:244:1:03" "Dortmund Huckarde Bushof" "09:15:12"
31301 "dsw-37-Deu-1-1-5-R-1-Special#180-100-11" "dsw-37-Deu-1" 323.2416384930012 0.538736064155002 765192 3 "de:05913:244:1:03" "Dortmund Huckarde Bushof" "09:15:12" 765193 4 "de:05913:533:1:01" "Dortmund Gewerbepark Hansa" "09:15:18"
31301 "dsw-37-Deu-1-1-5-R-1-Special#180-100-11" "dsw-37-Deu-1" 173.91164352560133 0.2898527392093356 765193 4 "de:05913:533:1:01" "Dortmund Gewerbepark Hansa" "09:15:18" 765194 5 "de:05913:1082:1:01" "Dortmund Huckarde Recyclinghof" "09:15:24"
31301 "dsw-37-Deu-1-1-5-R-1-Special#180-100-11" "dsw-37-Deu-1" 372.81427275624804 0.6213571212604133 765194 5 "de:05913:1082:1:01" "Dortmund Huckarde Recyclinghof" "09:15:24" 765195 6 "de:05913:492:1:01" "Dortmund Weidenstraße" "09:15:30"
31301 "dsw-37-Deu-1-1-5-R-1-Special#180-100-11" "dsw-37-Deu-1" 172.3677710686474 0.28727961844774563 765196 7 "de:05913:379:1:01" "Dortmund Plaas" "09:15:30" 765197 8 "de:05913:1081:1:01" "Dortmund Deuser Wiesen" "09:15:36"
31458 "dsw-37-Sch-1-1-1-H-0-Special#181-1-1" "dsw-37-Sch-1" 335.0155723036222 0.5583592871727037 767244 2 "de:05954:79:1:01" "Herdecke Blickstraße" "06:30:00" 767245 3 "de:05913:860:1:01" "Dortmund Am Hülsenberg" "06:30:06"
31458 "dsw-37-Sch-1-1-1-H-0-Special#181-1-1" "dsw-37-Sch-1" 681.1138366401616 1.1351897277336027 767246 4 "de:05913:861:1:01" "Dortmund In den Böcken" "06:30:06" 767247 5 "de:05913:862:1:01" "Dortmund Pferdesiepen" "06:30:12"
31458 "dsw-37-Sch-1-1-1-H-0-Special#181-1-1" "dsw-37-Sch-1" 391.5203129078272 0.6525338548463786 767248 6 "de:05913:778:1:01" "Dortmund Silberknapp" "06:30:12" 767249 7 "de:05913:777:1:01" "Dortmund Am Ballroth" "06:30:18"
31458 "dsw-37-Sch-1-1-1-H-0-Special#181-1-1" "dsw-37-Sch-1" 405.778829859129 0.676298049765215 767250 8 "de:05913:776:1:01" "Dortmund Großholthsn.Friedhof" "06:30:18" 767251 9 "de:05913:853:1:01" "Dortmund Terwestenstraße" "06:30:24"
31413 "dsw-37-Mgt-1-1-2-R-0-Special#7-12-6" "dsw-37-Mgt-1" 176.70226566393208 0.2945037761065535 766812 1 "de:05913:53:1:01" "DO-Barop S" "22:20:00" 766813 2 "de:05913:207:1:01" "Dortmund Harkortstraße" "22:20:06"
31497 "dsw-37-Sch-1-1-5-R-2-Special#181-127-40" "dsw-37-Sch-1" 186.68854546060186 0.31114757576766977 767746 1 "de:05913:207:1:01" "Dortmund Harkortstraße" "25:05:06" 767747 2 "de:05913:53:1:02" "DO-Barop S" "25:05:12"
31497 "dsw-37-Sch-1-1-5-R-2-Special#181-127-40" "dsw-37-Sch-1" 299.36355714191706 0.49893926190319504 767750 5 "de:05913:776:1:01" "Dortmund Großholthsn.Friedhof" "25:16:12" 767751 6 "de:05913:777:1:01" "Dortmund Am Ballroth" "25:16:18"
31497 "dsw-37-Sch-1-1-5-R-2-Special#181-127-40" "dsw-37-Sch-1" 241.45621517874486 0.4024270252979081 767752 7 "de:05913:778:1:01" "Dortmund Silberknapp" "25:16:18" 767753 8 "de:05913:862:1:01" "Dortmund Pferdesiepen" "25:16:24"
31497 "dsw-37-Sch-1-1-5-R-2-Special#181-127-40" "dsw-37-Sch-1" 265.80633379378736 0.443010556322979 767754 9 "de:05913:861:1:01" "Dortmund In den Böcken" "25:16:24" 767755 10 "de:05913:860:1:01" "Dortmund Am Hülsenberg" "25:16:30"
31497 "dsw-37-Sch-1-1-5-R-2-Special#181-127-40" "dsw-37-Sch-1" 409.9408015712024 0.6832346692853374 767756 11 "de:05954:79:1:01" "Herdecke Blickstraße" "25:16:30" 767757 12 "de:05913:854:1:01" "Dortmund Schalkenbergsiepen" "25:16:36"
31505 "dsw-37-Wic-1-1-2-R-2-Special#7-14-7" "dsw-37-Wic-1" 177.71175182272964 0.2961862530378827 767860 3 "de:05913:405:1:01" "Dortmund Roningweg" "24:15:00" 767861 4 "de:05913:627:1:01" "Dortmund Emkraft" "24:15:06"
31505 "dsw-37-Wic-1-1-2-R-2-Special#7-14-7" "dsw-37-Wic-1" 603.1250500605493 1.005208416767582 767862 5 "de:05913:628:1:02" "Dortmund Langschedestraße" "24:15:06" 767863 6 "de:05913:630:1:01" "Dortmund Ebbinghausstraße" "24:15:12"
31505 "dsw-37-Wic-1-1-2-R-2-Special#7-14-7" "dsw-37-Wic-1" 420.14331171481257 0.7002388528580209 767864 7 "de:05913:1066:1:02" "Dortmund Heimbach" "24:15:12" 767865 8 "de:05913:1067:1:02" "Dortmund Robert-Götz-Straße" "24:15:18"
31505 "dsw-37-Wic-1-1-2-R-2-Special#7-14-7" "dsw-37-Wic-1" 187.61636545227847 0.3126939424204641 767868 11 "de:05913:631:1:01" "Dortmund Meylantstraße" "24:15:24" 767869 12 "de:05913:403:1:01" "Dortmund Rauschenbuschstraße" "24:15:30"
31505 "dsw-37-Wic-1-1-2-R-2-Special#7-14-7" "dsw-37-Wic-1" 156.88707784771097 0.2614784630795183 767870 13 "de:05913:632:1:01" "Dortmund Sprickmannweg" "24:15:30" 767871 14 "de:05913:633:1:01" "Dortmund Baedekerstraße" "24:15:36"
31459 "dsw-37-Sch-1-1-1-H-0-Special#181-58-2" "dsw-37-Sch-1" 335.0155723036222 0.5583592871727037 767257 2 "de:05954:79:1:01" "Herdecke Blickstraße" "07:30:00" 767258 3 "de:05913:860:1:01" "Dortmund Am Hülsenberg" "07:30:06"
31459 "dsw-37-Sch-1-1-1-H-0-Special#181-58-2" "dsw-37-Sch-1" 681.1138366401616 1.1351897277336027 767259 4 "de:05913:861:1:01" "Dortmund In den Böcken" "07:30:06" 767260 5 "de:05913:862:1:01" "Dortmund Pferdesiepen" "07:30:12"
31459 "dsw-37-Sch-1-1-1-H-0-Special#181-58-2" "dsw-37-Sch-1" 391.5203129078272 0.6525338548463786 767261 6 "de:05913:778:1:01" "Dortmund Silberknapp" "07:30:12" 767262 7 "de:05913:777:1:01" "Dortmund Am Ballroth" "07:30:18"
31459 "dsw-37-Sch-1-1-1-H-0-Special#181-58-2" "dsw-37-Sch-1" 405.778829859129 0.676298049765215 767263 8 "de:05913:776:1:01" "Dortmund Großholthsn.Friedhof" "07:30:18" 767264 9 "de:05913:853:1:01" "Dortmund Terwestenstraße" "07:30:24"
31341 "dsw-37-Huc-1-2-5-R-0-Special#180-90-3" "dsw-37-Huc-1" 187.46027943805618 0.31243379906342694 765563 4 "de:05913:105:1:01" "Dortmund Burgheisterkamp" "06:16:00" 765564 5 "de:05913:402:1:02" "Dortmund Dietziusstraße" "06:16:06"
31341 "dsw-37-Huc-1-2-5-R-0-Special#180-90-3" "dsw-37-Huc-1" 191.3523195036917 0.3189205325061528 765564 5 "de:05913:402:1:02" "Dortmund Dietziusstraße" "06:16:06" 765565 6 "de:05913:57:1:02" "Dortmund Basenachstraße" "06:16:12"
31341 "dsw-37-Huc-1-2-5-R-0-Special#180-90-3" "dsw-37-Huc-1" 174.7330580895176 0.29122176348252937 765568 9 "de:05913:729:1:02" "Dortmund Am Liegenden" "06:17:18" 765569 10 "de:05913:727:1:02" "DO-G.-Heinemann-Gesamtschule" "06:17:24"
31341 "dsw-37-Huc-1-2-5-R-0-Special#180-90-3" "dsw-37-Huc-1" 538.9569466444447 0.898261577740741 765578 19 "de:05913:1308:1:01" "Dortmund Westhusener Straße" "06:19:42" 765579 20 "de:05913:1298:1:01" "Dortmund Altenhennestraße" "06:19:48"
31399 "dsw-37-Mgh-1-1-1-H-0-Special#7-10-1" "dsw-37-Mgh-1" 311.8063953892312 0.5196773256487187 766686 1 "de:05913:417:1:01" "Dortmund Salingen" "21:30:00" 766687 2 "de:05913:224:1:02" "Dortmund Hinter Holtein" "21:30:06"
31399 "dsw-37-Mgh-1-1-1-H-0-Special#7-10-1" "dsw-37-Mgh-1" 219.40021117680615 0.36566701862801027 766690 5 "de:05913:28:1:01" "Dortmund Am Sturmwald" "21:30:12" 766691 6 "de:05913:290:1:02" "Dortmund Krämerbank" "21:30:18"
31399 "dsw-37-Mgh-1-1-1-H-0-Special#7-10-1" "dsw-37-Mgh-1" 175.49161517670916 0.2924860252945153 766692 7 "de:05913:346:1:02" "Dortmund Menglinghausen" "21:30:18" 766693 8 "de:05913:217:1:01" "Dortmund Hellenbank" "21:30:24"
31280 "dsw-37-Bit-1-1-2-R-0-Special#7-94-25" "dsw-37-Bit-1" 641.2048492911257 1.0686747488185429 764928 3 "de:05913:277:1:01" "Dortmund Kirchhörde Bf" "14:50:00" 764929 4 "de:05913:276:1:01" "Dortmund Kirchhörde" "14:50:06"
31280 "dsw-37-Bit-1-1-2-R-0-Special#7-94-25" "dsw-37-Bit-1" 216.0939198598162 0.36015653309969364 764937 12 "de:05913:846:1:01" "Dortmund Holzrichterweg" "15:01:36" 764938 13 "de:05913:845:1:01" "Dortmund Ev. Gemeindehaus" "15:01:42"
31384 "dsw-37-Hus-1-1-1-H-0-Special#7-17-6" "dsw-37-Hus-1" 202.02494030666494 0.3367082338444416 766406 2 "de:05913:320:1:02" "Dortmund Lohheide" "23:20:00" 766407 3 "de:05913:509:1:02" "Dortmund Wickeder Straße" "23:20:06"
31384 "dsw-37-Hus-1-1-1-H-0-Special#7-17-6" "dsw-37-Hus-1" 156.27447120233487 0.2604574520038914 766408 4 "de:05913:246:3:03" "Dortmund Husen" "23:20:06" 766409 5 "de:05913:1208:1:02" "Dortmund Husener Straße" "23:20:12"
31384 "dsw-37-Hus-1-1-1-H-0-Special#7-17-6" "dsw-37-Hus-1" 267.1163711269725 0.4451939518782876 766410 6 "de:05913:211:1:02" "Dortmund Haustenbecke" "23:20:12" 766411 7 "de:05913:298:1:01" "Dortmund Kurl Bf" "23:20:18"
31384 "dsw-37-Hus-1-1-1-H-0-Special#7-17-6" "dsw-37-Hus-1" 242.17528489307142 0.4036254748217857 766412 8 "de:05913:510:1:01" "Dortmund Wicker Heck" "23:20:18" 766413 9 "de:05913:1034:1:01" "Dortmund Fohlenkampstraße" "23:20:24"
31384 "dsw-37-Hus-1-1-1-H-0-Special#7-17-6" "dsw-37-Hus-1" 196.005206169212 0.32667534361535333 766414 10 "de:05913:161:1:01" "Dortmund Flemerskamp" "23:20:24" 766415 11 "de:05913:305:1:02" "Dortmund Langerohstraße" "23:20:30"
31384 "dsw-37-Hus-1-1-1-H-0-Special#7-17-6" "dsw-37-Hus-1" 225.221663469545 0.37536943911590837 766416 12 "de:05913:300:1:02" "Dortmund Kurl Krankenhaus" "23:20:30" 766417 13 "de:05913:1064:1:02" "DO-Mühlackerstraße/Kurl Bf" "23:20:36"
31478 "dsw-37-Sch-1-1-2-R-0-Special#181-109-21" "dsw-37-Sch-1" 337.38705027049303 0.5623117504508217 767503 1 "de:05913:174:1:01" "Dortmund Gablonzstraße" "07:20:00" 767504 2 "de:05913:207:1:01" "Dortmund Harkortstraße" "07:20:06"
31478 "dsw-37-Sch-1-1-2-R-0-Special#181-109-21" "dsw-37-Sch-1" 186.68854546060186 0.31114757576766977 767504 2 "de:05913:207:1:01" "Dortmund Harkortstraße" "07:20:06" 767505 3 "de:05913:53:1:02" "DO-Barop S" "07:20:12"
31478 "dsw-37-Sch-1-1-2-R-0-Special#181-109-21" "dsw-37-Sch-1" 265.80633379378736 0.443010556322979 767512 10 "de:05913:861:1:01" "Dortmund In den Böcken" "07:34:12" 767513 11 "de:05913:860:1:01" "Dortmund Am Hülsenberg" "07:34:18"
31478 "dsw-37-Sch-1-1-2-R-0-Special#181-109-21" "dsw-37-Sch-1" 409.9408015712024 0.6832346692853374 767514 12 "de:05954:79:1:01" "Herdecke Blickstraße" "07:34:18" 767515 13 "de:05913:854:1:01" "Dortmund Schalkenbergsiepen" "07:34:24"
31294 "dsw-37-Deu-1-1-5-R-1-Special#180-91-4" "dsw-37-Deu-1" 257.9894891347397 0.4299824818912329 765128 2 "de:05913:242:1:02" "Dortmund Huckarde Markt" "05:45:06" 765129 3 "de:05913:244:1:03" "Dortmund Huckarde Bushof" "05:45:12"
31294 "dsw-37-Deu-1-1-5-R-1-Special#180-91-4" "dsw-37-Deu-1" 323.2416384930012 0.538736064155002 765129 3 "de:05913:244:1:03" "Dortmund Huckarde Bushof" "05:45:12" 765130 4 "de:05913:533:1:01" "Dortmund Gewerbepark Hansa" "05:45:18"
feed_expiration_date7_days WARNING 1

feed_expiration_date7_days

Dataset should be valid for at least the next 7 days.

The dataset expiration date defined in feed_info.txt is in seven days or less. At any time, the published GTFS dataset should be valid for at least the next 7 days.

You can see more about this notice here.

csvRowNumber (?) The row number of the faulty record. currentDate (?) Current date (YYYYMMDD format). feedEndDate (?) Feed end date (YYYYMMDD format). suggestedExpirationDate (?) Suggested expiration date (YYYYMMDD format).
2 "20260116" "20241208" "20260123"
missing_feed_contact_email_and_url WARNING 1

missing_feed_contact_email_and_url

Best Practices for feed_info.txt suggest providing at least one of feed_contact_email and feed_contact_url.

You can see more about this notice here.

csvRowNumber (?) The row number of the validated record.
2
mixed_case_recommended_field WARNING 11

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.
"agency.txt" "agency_name" "DB AG" 39
"agency.txt" "agency_name" "eurobahn" 41
"routes.txt" "route_short_name" "RE1 (RRX)" 1746
"routes.txt" "route_short_name" "RE1 (RRX)" 1747
"routes.txt" "route_short_name" "RE5 (RRX)" 1752
"routes.txt" "route_short_name" "RE6 (RRX)" 1753
"routes.txt" "route_short_name" "RE11 (RRX)" 1757
"stops.txt" "stop_name" "D-PSD BANK DOME" 231
"stops.txt" "stop_name" "D-PSD BANK DOME" 232
"stops.txt" "stop_name" "D-PSD BANK DOME" 233
"stops.txt" "stop_name" "D-PSD BANK DOME" 234
route_long_name_contains_short_name WARNING 6

route_long_name_contains_short_name

Long name should not contain short name for a single route.

In routes.txt, route_long_name should not contain the value for route_short_name, because when both are provided, they are often combined by transit applications. Note that only one of the two fields is required. If there is no short name used for a route, use route_long_name only.

Good examples:

route_short_name/route_long_name Dataset
"N"/"Judah" Muni San Fransisco
"6"/"ML King Jr Blvd" Trimet Portland Streetcar
"55"/"Boulevard Saint Laurent" STM Montreal
"1"/"Rangiora/Cashmere" Metro Christchurch

Bad examples:

route_short_name/route_long_name
"604"/"604"
"14"/"Route 14"
"2"/"Route 2: Bellows Falls In-Town"

You can see more about this notice here.

routeId (?) The id of the faulty record. csvRowNumber (?) The row number of the faulty record. routeShortName (?) The faulty record's `route_short_name`. routeLongName (?) The faulty record's `route_long_name`.
"rbg-72-0E3-1" 810 "E" "E-Wagen Lierenfeld"
"rbg-72-0E4-1" 811 "E" "E-Wagen Mettmann"
"rbg-72-0E5-1" 812 "E" "E-Wagen Benrath"
"rbg-72-0E6-1" 813 "E" "E-Wagen Tiefenbroich"
"rbg-72-0E7-1" 814 "E" "E-Wagen Heerdt"
"wsw-66-800-1" 1505 "Uni-Express" "Uni-Express (Hbf-) Historische Stadthalle - Universität"
route_short_name_too_long WARNING 2

route_short_name_too_long

Short name of a route is too long (more than 12 characters).

You can see more about this notice here.

routeId (?) The id of the faulty record. csvRowNumber (?) The row number of the faulty record. routeShortName (?) The faulty record's `route_short_name`.
"dsw-38-390-1" 370 "AirportShuttle"
"dsw-38-391-1" 371 "AirportExpress"
trip_coverage_not_active_for_next7_days WARNING 1

trip_coverage_not_active_for_next7_days

Trips data should be valid for at least the next seven days.

This notice is triggered if the date range where a significant number of trips are running ends in less than 7 days.

You can see more about this notice here.

currentDate (?) Current date (YYYYMMDD format). serviceWindowStartDate (?) The start date of the majority service window. serviceWindowEndDate (?) The end date of the majority service window.
"20260116" "20240902" "20241206"
unexpected_enum_value WARNING 64

unexpected_enum_value

An enum has an unexpected value.

You can see more about this notice here.

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

filename (?) The name of the faulty file. csvRowNumber (?) The row number of the faulty record. fieldName (?) The name of the field where the error occurred. fieldValue (?) Faulty value.
"routes.txt" 451 "route_type" 405
"routes.txt" 452 "route_type" 405
"routes.txt" 453 "route_type" 405
"routes.txt" 454 "route_type" 405
"routes.txt" 455 "route_type" 405
"routes.txt" 854 "route_type" 405
"routes.txt" 1442 "route_type" 405
"routes.txt" 1746 "route_type" 106
"routes.txt" 1747 "route_type" 106
"routes.txt" 1748 "route_type" 106
"routes.txt" 1749 "route_type" 106
"routes.txt" 1750 "route_type" 106
"routes.txt" 1751 "route_type" 106
"routes.txt" 1752 "route_type" 106
"routes.txt" 1753 "route_type" 106
"routes.txt" 1754 "route_type" 106
"routes.txt" 1755 "route_type" 106
"routes.txt" 1756 "route_type" 106
"routes.txt" 1757 "route_type" 106
"routes.txt" 1758 "route_type" 106
"routes.txt" 1759 "route_type" 106
"routes.txt" 1760 "route_type" 106
"routes.txt" 1761 "route_type" 106
"routes.txt" 1762 "route_type" 106
"routes.txt" 1763 "route_type" 106
"routes.txt" 1764 "route_type" 106
"routes.txt" 1765 "route_type" 106
"routes.txt" 1766 "route_type" 106
"routes.txt" 1767 "route_type" 106
"routes.txt" 1768 "route_type" 106
"routes.txt" 1769 "route_type" 106
"routes.txt" 1770 "route_type" 106
"routes.txt" 1771 "route_type" 106
"routes.txt" 1772 "route_type" 106
"routes.txt" 1773 "route_type" 106
"routes.txt" 1774 "route_type" 106
"routes.txt" 1775 "route_type" 106
"routes.txt" 1776 "route_type" 106
"routes.txt" 1777 "route_type" 106
"routes.txt" 1778 "route_type" 106
"routes.txt" 1779 "route_type" 106
"routes.txt" 1780 "route_type" 106
"routes.txt" 1781 "route_type" 106
"routes.txt" 1782 "route_type" 106
"routes.txt" 1783 "route_type" 106
"routes.txt" 1784 "route_type" 106
"routes.txt" 1785 "route_type" 106
"routes.txt" 1786 "route_type" 106
"routes.txt" 1787 "route_type" 106
"routes.txt" 1788 "route_type" 106
unknown_column INFO 2

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" "NVBW_DLID" 8
"stops.txt" "NVBW_HST_DHID" 11