bwgesamt — Source Data Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 8.0.1 at 2026-08-08T06:57:15Z,
for the dataset file:///shared/bwgesamt_9cb4e62f.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
NVBW
Publisher URL:
https://www.nvbw.de
Feed Email:
N/A
Feed Language:
German
Feed Start Date:
2026-05-03
Feed End Date:
2026-12-12

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: 321
  • Blocks: 0
  • Routes: 0
  • Shapes: 72014
  • Stops: 61596
  • Trips: 384013

Specification Compliance report

46990 notices reported (16 errors, 32888 warnings, 14086 infos)

Notice Code Severity Total
invalid_character ERROR 11

invalid_character

This field contains invalid characters, such as the replacement character ("�").

Check that text was properly encoded in UTF-8 as required by GTFS.

You can see more about this notice here.

filename (?) The name of the file containing the invalid characters. csvRowNumber (?) The row number in the CSV file where the invalid characters were found. fieldName (?) The name of the field containing the invalid characters. fieldValue (?) The value of the field containing the invalid characters.
"routes.txt" 2925 "route_long_name" "Feldbergstr.-Hohenhewenstr.-Liebfrauenkirche-Ekkehardstr. (Erzbergerstra�e)Bahnhof"
"routes.txt" 2926 "route_long_name" "Feldbergstr. - Am Posthaltersw�ldle - Kreuzensteinstr. - Bahnhof"
"routes.txt" 2929 "route_long_name" "Berliner Platz - Masuren Str. - Stei�linger Str. - G�terstr. - Bahnhof"
"routes.txt" 2930 "route_long_name" "Bohlingen - �berlingen am Ried - Bf Industriegebiet - Singen Bahnhof"
"routes.txt" 2932 "route_long_name" "Schlatt unter Kr�hen - Hausen a.d.A. - Singen"
"routes.txt" 2933 "route_long_name" "ZOB � Nordweststadt � Nordstadt � ZOB Radolfzell ZOB-Radolfzell ZOB"
"routes.txt" 2934 "route_long_name" "ZOB � Nordstadt � Nordweststadt � ZOB Radolfzell ZOB-Radolfzell ZOB"
"routes.txt" 2935 "route_long_name" "ZOB � B�hringen � ZOB Radolfzell ZOB-Radolfzell ZOB"
"routes.txt" 2936 "route_long_name" "ZOB � Stahringen � ZOB Radolfzell ZOB-Radolfzell ZOB"
"routes.txt" 2937 "route_long_name" "ZOB � Markelfingen � ZOB Radolfzell ZOB-Radolfzell ZOB"
"routes.txt" 2938 "route_long_name" "ZOB � Weinburg � ZOB Radolfzell ZOB-Radolfzell ZOB"
point_near_origin ERROR 5

point_near_origin

A point is too close to origin (0, 0).

You can see more about this notice here.

filename (?) The name of the affected GTFS file. csvRowNumber (?) The row of the faulty row. entityId (?) The id of the faulty entity. latFieldName (?) The name of the field that uses latitude value. latFieldValue (?) The latitude of the faulty row. lonFieldName (?) The name of the field that uses longitude value. lonFieldValue (?) The longitude of the faulty row
"stops.txt" 1912 "de:07235:11156" "stop_lat" 0.0 "stop_lon" 0.0
"stops.txt" 25522 "de:08221:1151:0:1" "stop_lat" 0.0 "stop_lon" 0.0
"stops.txt" 26511 "de:08222:2481:3" "stop_lat" 0.0 "stop_lon" 0.0
"stops.txt" 28827 "de:08226:3502" "stop_lat" 0.0 "stop_lon" 0.0
"stops.txt" 61409 "gen:9573:26466::2" "stop_lat" 0.0 "stop_lon" 0.0
expired_calendar WARNING 5966

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

csvRowNumber (?) The row of the faulty record. serviceId (?) The service id of the faulty record.
15 "Special#14"
18 "Special#17"
20 "Special#19"
22 "Special#21"
25 "Special#24"
29 "Special#28"
36 "Special#35"
37 "Special#36"
43 "Special#42"
44 "Special#43"
45 "Special#44"
50 "Special#49"
51 "Special#50"
56 "Special#55"
95 "Special#94"
101 "Special#100"
102 "Special#101"
103 "Special#102"
104 "Special#103"
105 "Special#104"
106 "Special#105"
107 "Special#106"
108 "Special#107"
110 "Special#109"
111 "Special#110"
112 "Special#111"
113 "Special#112"
114 "Special#113"
115 "Special#114"
116 "Special#115"
117 "Special#116"
118 "Special#117"
119 "Special#118"
121 "Special#120"
122 "Special#121"
123 "Special#122"
124 "Special#123"
125 "Special#124"
128 "Special#127"
134 "Special#133"
135 "Special#134"
136 "Special#135"
137 "Special#136"
138 "Special#137"
139 "Special#138"
140 "Special#139"
141 "Special#140"
142 "Special#141"
143 "Special#142"
144 "Special#143"
leading_or_trailing_whitespaces WARNING 1

leading_or_trailing_whitespaces

The value in CSV file has leading or trailing whitespaces.

This notice is emitted for values protected with double quotes since whitespaces for non-protected values are trimmed automatically by CSV parser.

The validator strips whitespaces from protected values. We do not see any use case when such a whitespace may be needed. On the other hand, some real-world feeds use trailing whitespaces for some values and omit them for the others. This is causing the largest problem when a primary key and a foreign key differ just by a whitespace: it is clear that they are intended to be the same, that is why we always strip whitespaces.

You can see more about this notice here.

filename (?) The name of the faulty file. csvRowNumber (?) The row of the faulty record. fieldName (?) Faulty record's field name. fieldValue (?) Faulty value.
"agency.txt" 2 "agency_name" "Ehrlich-Touristik GmbH & Co. KG "
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 83

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 83 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.
"agency.txt" "agency_name" "walz" 142
"agency.txt" "agency_name" "däuble" 144
"agency.txt" "agency_name" "eberhardt" 145
"agency.txt" "agency_name" "POG/RVS" 149
"agency.txt" "agency_name" "SV FN" 185
"agency.txt" "agency_name" "rab" 228
"agency.txt" "agency_name" "REGION GRAND EST" 284
"agency.txt" "agency_name" "DB AG" 290
"agency.txt" "agency_name" "agilis" 293
"routes.txt" "route_short_name" "966FV" 9
"routes.txt" "route_long_name" "BBBW1_neu" 784
"routes.txt" "route_short_name" "648HN" 913
"routes.txt" "route_short_name" "BB HKS" 1238
"routes.txt" "route_long_name" "ALBTÄLER-FREIZEITEXPRESS" 1520
"routes.txt" "route_long_name" "SEV VBK" 1683
"routes.txt" "route_short_name" "8AST" 2176
"routes.txt" "route_short_name" "SEV RB 91" 2308
"routes.txt" "route_short_name" "45 AST" 2525
"routes.txt" "route_short_name" "4AE" 3410
"routes.txt" "route_short_name" "666 SB" 3532
"routes.txt" "route_short_name" "SEV RE70" 3677
"routes.txt" "route_short_name" "SEV RE40X" 3724
"routes.txt" "route_short_name" "SEV RE45" 3728
"stops.txt" "stop_name" "ZIMEYSA, gare" 525
"trips.txt" "trip_headsign" "COLMAR ANDOLSHEIM NEUF BRISACH FRIBOURG LFA" 334647
"trips.txt" "trip_headsign" "COLMAR - BREISACH" 334648
"trips.txt" "trip_headsign" "COLMAR - BREISACH" 334649
"trips.txt" "trip_headsign" "COLMAR - BREISACH" 334650
"trips.txt" "trip_headsign" "COLMAR - BREISACH" 334651
"trips.txt" "trip_headsign" "COLMAR - BREISACH" 334652
"trips.txt" "trip_headsign" "COLMAR - BREISACH" 334653
"trips.txt" "trip_headsign" "COLMAR - BREISACH" 334654
"trips.txt" "trip_headsign" "COLMAR - BREISACH" 334655
"trips.txt" "trip_headsign" "COLMAR - BREISACH" 334656
"trips.txt" "trip_headsign" "COLMAR - BREISACH" 334657
"trips.txt" "trip_headsign" "COLMAR - BREISACH" 334658
"trips.txt" "trip_headsign" "COLMAR - BREISACH" 334659
"trips.txt" "trip_headsign" "COLMAR - BREISACH" 334660
"trips.txt" "trip_headsign" "COLMAR BREISACH" 334661
"trips.txt" "trip_headsign" "COLMAR BREISACH" 334662
"trips.txt" "trip_headsign" "COLMAR BREISACH" 334663
"trips.txt" "trip_headsign" "COLMAR BREISACH" 334664
"trips.txt" "trip_headsign" "COLMAR BREISACH" 334665
"trips.txt" "trip_headsign" "COLMAR BREISACH" 334666
"trips.txt" "trip_headsign" "COLMAR BREISACH" 334667
"trips.txt" "trip_headsign" "COLMAR BREISACH" 334668
"trips.txt" "trip_headsign" "COLMAR BREISACH" 334669
"trips.txt" "trip_headsign" "COLMAR BREISACH" 334670
"trips.txt" "trip_headsign" "COLMAR BREISACH" 334671
"trips.txt" "trip_headsign" "COLMAR BREISACH" 334672
non_ascii_or_non_printable_char WARNING 543

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 543 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.
"agency.txt" 269 "agency_id" "rmv-WISSMÜ"
"routes.txt" 3557 "agency_id" "rmv-WISSMÜ"
"routes.txt" 3558 "agency_id" "rmv-WISSMÜ"
"routes.txt" 3559 "agency_id" "rmv-WISSMÜ"
"stops.txt" 1286 "stop_id" "de:06431:1513:0:Süd"
"stops.txt" 2521 "stop_id" "de:07338:50:0:Fähre"
"stops.txt" 17490 "stop_id" "de:08128:12112:0:SSüd"
"stops.txt" 25677 "stop_id" "de:08221:1212:0:Süd"
"stops.txt" 27005 "stop_id" "de:08222:51:0:Fähre"
"stops.txt" 28566 "stop_id" "de:08226:3000:2:Srück"
"stop_times.txt" 1899244 "stop_id" "de:07338:50:0:Fähre"
"stop_times.txt" 1899245 "stop_id" "de:08222:51:0:Fähre"
"stop_times.txt" 1899251 "stop_id" "de:07338:50:0:Fähre"
"stop_times.txt" 1899252 "stop_id" "de:08222:51:0:Fähre"
"stop_times.txt" 1899258 "stop_id" "de:07338:50:0:Fähre"
"stop_times.txt" 1899259 "stop_id" "de:08222:51:0:Fähre"
"stop_times.txt" 1899265 "stop_id" "de:07338:50:0:Fähre"
"stop_times.txt" 1899266 "stop_id" "de:08222:51:0:Fähre"
"stop_times.txt" 1899272 "stop_id" "de:07338:50:0:Fähre"
"stop_times.txt" 1899273 "stop_id" "de:08222:51:0:Fähre"
"stop_times.txt" 1899279 "stop_id" "de:07338:50:0:Fähre"
"stop_times.txt" 1899280 "stop_id" "de:08222:51:0:Fähre"
"stop_times.txt" 1899286 "stop_id" "de:07338:50:0:Fähre"
"stop_times.txt" 1899287 "stop_id" "de:08222:51:0:Fähre"
"stop_times.txt" 1899293 "stop_id" "de:07338:50:0:Fähre"
"stop_times.txt" 1899294 "stop_id" "de:08222:51:0:Fähre"
"stop_times.txt" 1899300 "stop_id" "de:07338:50:0:Fähre"
"stop_times.txt" 1899301 "stop_id" "de:08222:51:0:Fähre"
"stop_times.txt" 1899307 "stop_id" "de:07338:50:0:Fähre"
"stop_times.txt" 1899308 "stop_id" "de:08222:51:0:Fähre"
"stop_times.txt" 1899314 "stop_id" "de:07338:50:0:Fähre"
"stop_times.txt" 1899315 "stop_id" "de:08222:51:0:Fähre"
"stop_times.txt" 1899321 "stop_id" "de:07338:50:0:Fähre"
"stop_times.txt" 1899322 "stop_id" "de:08222:51:0:Fähre"
"stop_times.txt" 1899328 "stop_id" "de:07338:50:0:Fähre"
"stop_times.txt" 1899329 "stop_id" "de:08222:51:0:Fähre"
"stop_times.txt" 1899335 "stop_id" "de:07338:50:0:Fähre"
"stop_times.txt" 1899336 "stop_id" "de:08222:51:0:Fähre"
"stop_times.txt" 1899342 "stop_id" "de:07338:50:0:Fähre"
"stop_times.txt" 1899343 "stop_id" "de:08222:51:0:Fähre"
"stop_times.txt" 1899349 "stop_id" "de:07338:50:0:Fähre"
"stop_times.txt" 1899350 "stop_id" "de:08222:51:0:Fähre"
"stop_times.txt" 1899356 "stop_id" "de:07338:50:0:Fähre"
"stop_times.txt" 1899357 "stop_id" "de:08222:51:0:Fähre"
"stop_times.txt" 1899363 "stop_id" "de:07338:50:0:Fähre"
"stop_times.txt" 1899364 "stop_id" "de:08222:51:0:Fähre"
"stop_times.txt" 1899424 "stop_id" "de:07338:50:0:Fähre"
"stop_times.txt" 1899428 "stop_id" "de:07338:50:0:Fähre"
"stop_times.txt" 1899432 "stop_id" "de:07338:50:0:Fähre"
"stop_times.txt" 1899436 "stop_id" "de:07338:50:0:Fähre"
route_long_name_contains_short_name WARNING 26

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`.
"bbw-3-Nord-1" 777 "Nordstadt-Linie" "Nordstadt-Linie"
"bbw-3-Sud-1" 778 "Südstadt-Linie" "Südstadt-Linie"
"bbw-4-0No-1" 779 "Nord" "Nord"
"bbw-4-Sue-1" 780 "Süd" "Süd"
"bbw-13-Tou0-1" 802 "Tour 2" "Tour 2"
"bbw-13-Tou1-1" 803 "Tour 1" "Tour 1"
"bbw-13-Tour-1" 804 "Tour 3" "Tour 3"
"bbw-22-0L1-1" 812 "Linie 1" "Linie 1"
"bbw-22-0L2-1" 813 "Linie 2" "Linie 2"
"bbw-22-0L3-1" 814 "Linie 3" "Linie 3"
"kvv-22-391E-1" 1518 "E" "E-Wagen A-Plan"
"kvv-22-392E-1" 1519 "E" "E-Wagen B-Plan"
"kvv-41-SEVE-1" 1683 "SEV" "SEV VBK"
"kvv-98-K01E-1" 1684 "KAMUNA" "KAMUNA-Shuttle Bus 1 gültig am 01.08.2026 Naturkundemuseum - ZKM - Bulach RetroGames"
"kvv-98-K02E-1" 1685 "KAMUNA" "KAMUNA-Shuttle Bus 2 gültig am 01.08.2026 Naturkundemuseum - Tullastraße/Alter Schlachthof - Durlach Schlossplatz"
"cw-35-630-1" 1776 "630" "630 Stadtverkehr Calw ((Altburg - Wimberg - ZOB - Heumaden)"
"tub-99-099-1" 2649 "Bürgerbus Wannweil" "Bürgerbus Wannweil"
"oam-1-031-1" 3239 "31" "31 Aalen - Ostalbklinikum - Greut - Aalen"
"oam-1-032-1" 3240 "32" "32 Waldfriedhof - Aalen"
"oam-1-051-1" 3252 "51" "51 Aalen - Triumphstadt - Aalen"
"oam-1-056-1" 3253 "56" "56 Aalen - Thermalbad - Triumphstadt - Aalen"
"oam-21-099-1" 3288 "99" "99 Lauchheim - Lippach - Lindorf"
"nvb-4-0KN-1" 3541 "Fähre" "Fähre Konstanz-Staad - Meersburg"
"nvb-4-KN1-1" 3542 "Fähre" "Fähre Konstanz-Staad - Meersburg"
"frb-10-073I-1" 3579 "SEV" "SEV Brühl - Zähringen"
"frb-13-073I-1" 3593 "SEV" "SEV"
route_short_name_too_long WARNING 15

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`.
"bbw-3-Nord-1" 777 "Nordstadt-Linie"
"bbw-3-Sud-1" 778 "Südstadt-Linie"
"bbw-25-001-1" 817 "Stadt-Land-Bus"
"vrn-19-011-1" 1032 "RNV Moonliner 1"
"vrn-19-012-1" 1036 "RNV Moonliner 2"
"vrn-19-013-1" 1037 "RNV Moonliner 3"
"vrn-19-014-1" 1038 "RNV Moonliner 4"
"vrn-19-015-1" 1039 "RNV Moonliner 5"
"tub-7-pfa-1" 2433 "Bürgerbus-Tour A"
"tub-7-pfb-1" 2434 "Bürgerbus-Tour B"
"tub-7-pfc-1" 2435 "Bürgerbus-Tour C"
"tub-88-903-1" 2627 "Anmeldeverkehr"
"tub-88-904-1" 2628 "Anmeldeverkehr"
"tub-99-099-1" 2649 "Bürgerbus Wannweil"
"grh-19-7661-1" 4036 "Laurenzi Messe"
service_has_no_active_day_of_the_week WARNING 16831

service_has_no_active_day_of_the_week

A service is not valid for any day of the week.

You can see more about this notice here.

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

csvRowNumber (?) The row number in calendar.txt where the error occurs. serviceId (?) The service_id field value.
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"
single_shape_point WARNING 1

single_shape_point

The shape within shapes.txt contains a single shape point.

A shape should contain more than one shape point to visualize the route

You can see more about this notice here.

shapeId (?) The faulty record's id. csvRowNumber (?) The row number of the faulty record.
"grh-24-632-1-34-272-R-29" 57092651
stop_without_stop_time WARNING 1

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.

csvRowNumber (?) The row number of the faulty record. stopId (?) The id of the faulty stop. stopName (?) The name of the faulty stop.
29625 "de:08226:5807:0:1" "Reilingen, Bürgerpark"
transfer_distance_too_large WARNING 6

transfer_distance_too_large

The transfer distance from stop to stop in transfers.txt is larger than 10 km.

You can see more about this notice here.

csvRowNumber (?) The row number from `transfers.txt` for the faulty entry. fromStopId (?) The ID of the stop in `from_stop_id`. toStopId (?) The ID of the stop in `to_stop_id`. distanceKm (?) The distance between the two stops in km.
94356 "de:09573:5160:1:1" "gen:9573:26466::2" 5590.103882866124
94357 "de:09573:5160:2:2" "gen:9573:26466::2" 5590.107177545892
94358 "de:09573:5160:3:1" "gen:9573:26466::2" 5590.106677231309
94700 "gen:9573:26466::2" "de:09573:5160:1:1" 5590.103882866124
94701 "gen:9573:26466::2" "de:09573:5160:2:2" 5590.107177545892
94702 "gen:9573:26466::2" "de:09573:5160:3:1" 5590.106677231309
unused_shape WARNING 9414

unused_shape

Shape is not used in GTFS file trips.txt.

All records defined by GTFS shapes.txt should be used in trips.txt.

You can see more about this notice here.

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

shapeId (?) The faulty record's id. csvRowNumber (?) The row number of the faulty record.
"omp-56-078M-1-1-11-R-8" 56700
"omp-63-966M-1-1-48-H-2" 66310
"omp-63-966M-1-1-28-H-5" 68277
"omp-63-966M-1-1-43-H-9" 70710
"omp-63-966M-1-1-45-H-12" 72497
"omp-63-966M-1-1-46-H-14" 74259
"omp-63-966M-1-1-49-H-16" 75777
"omp-63-966M-1-1-50-H-18" 76401
"omp-63-966M-1-1-51-H-20" 77955
"omp-63-966M-1-1-18-R-4" 81973
"omp-63-966M-1-1-24-R-10" 85411
"omp-72-150R-1-4-3-R-0" 88098
"omp-72-150R-1-4-5-R-2" 91624
"omp-72-150R-1-4-1-R-4" 95152
"omp-72-150R-1-4-4-R-6" 99142
"omp-93-050M-1-1-63-R-4" 107753
"omp-93-050M-1-1-24-R-30" 131973
"omp-93-050M-1-1-30-R-37" 137265
"omp-93-050M-1-1-37-H-10" 158851
"omp-93-050M-1-1-56-H-30" 177741
"omp-93-066M-1-1-40-R-2" 182100
"omp-93-066M-1-1-49-R-11" 187792
"omp-93-066M-1-1-51-R-14" 189691
"omp-93-066M-1-1-62-H-8" 198813
"omp-93-066M-1-1-71-H-18" 205184
"omp-93-066M-1-1-75-H-24" 209160
"omp-93-066M-1-1-76-H-26" 211754
"omp-94-192M-1-1-16-R-4" 224016
"omp-94-192M-1-1-18-R-7" 226694
"omp-94-192M-1-1-19-R-9" 228422
"omp-94-192M-1-1-19-R-10" 228668
"omp-94-192M-1-1-20-R-11" 228914
"omp-99-909N-1-1-10-R-9" 242222
"omp-99-909N-1-1-11-H-0" 243642
"omp-99-909N-1-1-21-H-11" 251816
"omp-99-910N-1-1-2-R-1" 254258
"omp-99-910N-1-1-4-R-4" 257303
"omp-99-910N-1-1-24-R-25" 271562
"omp-99-910N-1-1-41-H-7" 286686
"omp-99-910N-1-1-59-H-26" 297628
"omp-99-910N-1-1-65-H-33" 300837
"vgn-63-817-1-2-27-H-2" 306755
"vgn-63-817-1-2-4-H-4" 310171
"vgn-63-817-1-2-8-H-6" 313591
"vgn-63-817-1-2-5-H-11" 319349
"vgn-63-817-1-2-21-R-1" 335119
"vgn-63-817-1-2-13-R-9" 344015
"vgn-63-817-1-2-15-R-11" 346047
"vgn-63-817-1-2-16-R-13" 348277
"wvv-10-492e-1-1-24-H-4" 369539
big_gap_in_service INFO 8222

big_gap_in_service

A service has a gap of more than 13 days between active service dates.

You can see more about this notice here.

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

serviceId (?) The service_id that has the gap. gapStartDate (?) The first day of the gap. gapEndDate (?) The last day of the gap. gapDurationDays (?) The number of days in the gap.
"Special" "2026-05-22" "2026-06-08" 16
"Special" "2026-07-29" "2026-09-14" 46
"Special#2" "2026-06-05" "2026-07-30" 54
"Special#2" "2026-09-11" "2026-10-26" 44
"Special#4" "2026-05-21" "2026-06-08" 17
"Special#4" "2026-07-27" "2026-09-14" 48
"Special#11" "2026-06-05" "2026-08-03" 58
"Special#11" "2026-09-14" "2026-11-02" 48
"Special#12" "2026-05-22" "2026-06-08" 16
"Special#12" "2026-07-31" "2026-09-15" 45
"Special#13" "2026-05-21" "2026-06-08" 17
"Special#13" "2026-07-30" "2026-09-15" 46
"Special#16" "2026-05-22" "2026-06-08" 16
"Special#16" "2026-07-31" "2026-09-15" 45
"Special#20" "2026-05-21" "2026-06-08" 17
"Special#20" "2026-07-30" "2026-09-15" 46
"Special#27" "2026-05-22" "2026-06-12" 20
"Special#27" "2026-07-31" "2026-09-18" 48
"Special#32" "2026-05-22" "2026-06-08" 16
"Special#32" "2026-07-31" "2026-09-14" 44
"Special#33" "2026-05-15" "2026-07-30" 75
"Special#33" "2026-07-31" "2026-10-26" 86
"Special#34" "2026-06-05" "2026-08-03" 58
"Special#36" "2026-05-22" "2026-06-08" 16
"Special#38" "2026-09-14" "2026-11-02" 48
"Special#44" "2026-05-21" "2026-06-08" 17
"Special#48" "2026-07-31" "2026-09-15" 45
"Special#53" "2026-07-19" "2026-09-13" 55
"Special#67" "2026-05-22" "2026-06-08" 16
"Special#68" "2026-05-16" "2026-06-13" 27
"Special#69" "2026-05-21" "2026-06-07" 16
"Special#70" "2026-05-22" "2026-06-08" 16
"Special#71" "2026-05-17" "2026-06-07" 20
"Special#72" "2026-05-22" "2026-06-08" 16
"Special#72" "2026-07-29" "2026-09-14" 46
"Special#73" "2026-05-15" "2026-07-30" 75
"Special#73" "2026-09-11" "2026-10-26" 44
"Special#74" "2026-05-17" "2026-06-07" 20
"Special#75" "2026-05-21" "2026-06-08" 17
"Special#76" "2026-05-21" "2026-06-08" 17
"Special#77" "2026-05-22" "2026-06-07" 15
"Special#78" "2026-07-17" "2026-09-18" 62
"Special#79" "2026-07-17" "2026-09-14" 58
"Special#80" "2026-07-18" "2026-09-19" 62
"Special#81" "2026-07-18" "2026-09-14" 57
"Special#82" "2026-07-18" "2026-09-18" 61
"Special#113" "2026-05-08" "2026-06-13" 35
"Special#119" "2026-06-13" "2026-08-08" 55
"Special#120" "2026-05-08" "2026-05-23" 14
"Special#122" "2026-05-17" "2026-06-27" 40
platform_without_parent_station INFO 5615

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.

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

csvRowNumber (?) Row number of the faulty record. stopId (?) The id of the faulty record. stopName (?) The stop name of the faulty record.
2 "at:42:3654:0:18" "Villach Hauptbahnhof Bstg F1"
13 "at:46:3340:0:6" "Graz Fernbusbahnhof P+R Webling Bstg A"
32 "at:48:452:0:4" "Bregenz Bahnhof C"
161 "ch:23005:1:4:1" "Aeschenplatz A"
162 "ch:23005:1:4:2" "Aeschenplatz B"
192 "ch:23005:116:1:2" "Schützenhaus B"
193 "ch:23005:116:2:3" "Schützenhaus E"
194 "ch:23005:116:2:4" "Schützenhaus F"
195 "ch:23005:119:1:1" "Tinguely Museum B"
196 "ch:23005:119:2:2" "Tinguely Museum C"
199 "ch:23005:127:1:1" "Theater G"
200 "ch:23005:127:1:2" "Theater H"
201 "ch:23005:129:1:1" "Thomaskirche C"
202 "ch:23005:129:1:3" "Thomaskirche A"
203 "ch:23005:129:1:4" "Thomaskirche B"
206 "ch:23005:132:1:4" "Voltaplatz A"
222 "ch:23005:16:1:2" "Brausebad D"
227 "ch:23005:24:2:4" "Burgfelderplatz D"
264 "ch:23005:403:1:1" "Basel Bachgraben C"
265 "ch:23005:403:1:2" "Basel Bachgraben B"
266 "ch:23005:403:1:3" "Basel Bachgraben A"
269 "ch:23005:42:1:2" "Bahnhof St.Johann C"
302 "ch:23005:69:1:2" "Kannenfeldplatz D"
303 "ch:23005:69:1:3" "Kannenfeldplatz C"
304 "ch:23005:69:1:6" "Kannenfeldplatz F"
311 "ch:23005:70:1:1" "Kinderspital UKBB D"
312 "ch:23005:70:1:2" "Kinderspital UKBB C"
319 "ch:23005:74:1:1" "Kleinhüningen B"
320 "ch:23005:74:1:3" "Kleinhüningen C"
321 "ch:23005:74:1:5" "Kleinhüningen A"
333 "ch:23005:801:1:3" "Bahnübergang C"
334 "ch:23005:801:1:4" "Bahnübergang D"
358 "ch:23005:824:1:1" "Otto Wenk-Platz C"
359 "ch:23005:824:1:4" "Otto Wenk-Platz D"
384 "ch:23005:86:1:1" "Markthalle P"
385 "ch:23005:86:1:2" "Markthalle R"
386 "ch:23005:86:1:9" "Markthalle S"
399 "ch:23005:9:1:1" "Barfüsserplatz D"
400 "ch:23005:9:1:2" "Barfüsserplatz C"
403 "ch:23005:91:1:3" "Morgartenring D"
713 "ch:23017:50007:0:1" "Schaffhausen, Bachstrasse Bstg 1"
714 "ch:23017:50016:0:11" "Schaffhausen, Buchthalen Bstg 11"
715 "ch:23017:50020:1:1" "Schaffhausen, Bahnhof Nord Bstg 1"
716 "ch:23017:50072:0:1" "Schaffhausen, Kegelgässchen Bstg 1"
718 "ch:23017:50076:1:1" "Neuhausen, Kreuzstrasse Bstg 1"
719 "ch:23017:50080:0:1" "Schaffhausen, Lindli Bstg 1"
720 "ch:23017:50083:1:1" "Schaffhausen, Mühlentor Bstg 1"
721 "ch:23017:50086:0:2" "Neuhausen, Bahnhof SBB Bstg 2"
724 "ch:23017:50106:0:1" "Schaffhausen, Rosentalgässchen Bstg 1"
726 "ch:23017:50134:0:2" "Neuhausen, Industrieplatz Bstg 2"
transfer_distance_above_2_km INFO 31

transfer_distance_above_2_km

The transfer distance from stop to stop in transfers.txt is larger than 2 km.

You can see more about this notice here.

csvRowNumber (?) The row number from `transfers.txt` for the faulty entry. fromStopId (?) The ID of the stop in `from_stop_id`. toStopId (?) The ID of the stop in `to_stop_id`. distanceKm (?) The distance between the two stops in km.
33764 "de:07339:8084:1:1" "de:07339:8085:2" 2.0793767854568217
33765 "de:07339:8084:1:1" "de:07339:8085:3:3" 2.005054855013433
33767 "de:07339:8084:2" "de:07339:8085:2" 2.037586149361975
33770 "de:07339:8084:3:2" "de:07339:8085:2" 2.0131330931964437
33775 "de:07339:8085:2" "de:07339:8084:1:1" 2.0793767854568217
33776 "de:07339:8085:2" "de:07339:8084:2" 2.037586149361975
33777 "de:07339:8085:2" "de:07339:8084:3:2" 2.0131330931964437
33778 "de:07339:8085:3:3" "de:07339:8084:1:1" 2.005054855013433
34918 "de:08128:12011:0:2" "de:08128:12060:0:1" 2.1870672167077005
34931 "de:08128:12060:0:1" "de:08128:12011:0:2" 2.1870672167077005
34932 "de:08128:12060:0:1" "de:08128:12073:0:Bus2" 2.4288349775485485
34933 "de:08128:12060:0:1" "de:08128:12077:0:Bus1" 3.041361238691266
34934 "de:08128:12060:0:1" "de:08128:12077:0:Bus2" 3.027772473217472
34936 "de:08128:12073:0:Bus2" "de:08128:12060:0:1" 2.4288349775485485
34941 "de:08128:12077:0:Bus1" "de:08128:12060:0:1" 3.041361238691266
34942 "de:08128:12077:0:Bus2" "de:08128:12060:0:1" 3.027772473217472
84034 "de:08136:3402:0:1" "de:08136:6801:0:1" 3.317935501150625
84035 "de:08136:3402:0:1" "de:08136:6801:0:2" 3.3045568666796017
84036 "de:08136:3402:0:2" "de:08136:6801:0:1" 3.323027009367865
84037 "de:08136:3402:0:2" "de:08136:6801:0:2" 3.309618883049046
84038 "de:08136:3402:0:1" "de:08136:6808:0:1" 3.2560862810720512
84039 "de:08136:3402:0:2" "de:08136:6808:0:1" 3.2607682689648025
84362 "de:08136:6801:0:1" "de:08136:3402:0:1" 3.317935501150625
84363 "de:08136:6801:0:1" "de:08136:3402:0:2" 3.323027009367865
84364 "de:08136:6801:0:2" "de:08136:3402:0:1" 3.3045568666796017
84365 "de:08136:6801:0:2" "de:08136:3402:0:2" 3.309618883049046
84396 "de:08136:6808:0:1" "de:08136:3402:0:1" 3.2560862810720512
84397 "de:08136:6808:0:1" "de:08136:3402:0:2" 3.2607682689648025
91423 "ch:23023:62376:0:1" "ch:23023:88670" 2.0971862028558608
91491 "ch:23023:88670" "ch:23023:62376:0:1" 2.0971862028558608
91514 "ch:23013:99420" "ch:23013:63421" 3.773608987273645
trip_headsign_matches_intermediate_stop INFO 218

trip_headsign_matches_intermediate_stop

Trip headsign matches the name of an intermediate stop, not the last stop.

The trip_headsign matches the stop_name of a stop that is not the last stop of the trip. This may confuse passengers boarding after that stop, since the headsign suggests the vehicle is heading to a stop it has already passed.

You can see more about this notice here.

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

csvRowNumber (?) The row number of the faulty record in `trips.txt`. tripId (?) The id of the trip with the problematic headsign. tripHeadsign (?) The headsign value that matches an intermediate stop name. stopId1 (?) The id of the intermediate stop whose name matches the headsign. stopSequence (?) The stop_sequence value of the intermediate stop that matches the headsign. stopId2 (?) The id of the actual last stop of the trip.
14724 "vvs-30-041-1-3-1-R-1-Special#242-1-217" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14725 "vvs-30-041-1-3-1-R-1-Special#233-1-218" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14726 "vvs-30-041-1-3-1-R-1-Special#233-2-219" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14727 "vvs-30-041-1-3-1-R-1-Special#241-1-220" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14728 "vvs-30-041-1-3-1-R-1-Special#233-3-221" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14729 "vvs-30-041-1-3-1-R-1-Special#233-4-222" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14730 "vvs-30-041-1-3-1-R-1-Special#241-2-223" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14731 "vvs-30-041-1-3-1-R-1-Special#233-5-224" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14732 "vvs-30-041-1-3-1-R-1-Special#233-6-225" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14733 "vvs-30-041-1-3-1-R-1-Special#233-7-226" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14734 "vvs-30-041-1-3-1-R-1-Special#237-3-227" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14735 "vvs-30-041-1-3-1-R-1-Special#242-4-228" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14736 "vvs-30-041-1-3-1-R-1-Special#233-8-229" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14737 "vvs-30-041-1-3-1-R-1-Special#242-5-230" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14738 "vvs-30-041-1-3-1-R-1-Special#233-9-231" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14739 "vvs-30-041-1-3-1-R-1-Special#233-10-232" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14740 "vvs-30-041-1-3-1-R-1-Special#242-6-233" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14741 "vvs-30-041-1-3-1-R-1-Special#237-4-234" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14742 "vvs-30-041-1-3-1-R-1-Special#233-11-235" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14743 "vvs-30-041-1-3-1-R-1-Special#242-7-236" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14744 "vvs-30-041-1-3-1-R-1-Special#233-12-237" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14745 "vvs-30-041-1-3-1-R-1-Special#233-13-238" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14746 "vvs-30-041-1-3-1-R-1-Special#242-8-239" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14747 "vvs-30-041-1-3-1-R-1-Special#237-5-240" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14748 "vvs-30-041-1-3-1-R-1-Special#233-14-241" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14749 "vvs-30-041-1-3-1-R-1-Special#242-9-242" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14750 "vvs-30-041-1-3-1-R-1-Special#233-15-243" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14751 "vvs-30-041-1-3-1-R-1-Special#233-16-244" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14752 "vvs-30-041-1-3-1-R-1-Special#242-10-245" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14753 "vvs-30-041-1-3-1-R-1-Special#237-6-246" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14754 "vvs-30-041-1-3-1-R-1-Special#233-17-247" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14755 "vvs-30-041-1-3-1-R-1-Special#242-11-248" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14756 "vvs-30-041-1-3-1-R-1-Special#237-7-249" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14757 "vvs-30-041-1-3-1-R-1-Special#233-18-250" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14758 "vvs-30-041-1-3-1-R-1-Special#233-19-251" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14759 "vvs-30-041-1-3-1-R-1-Special#242-12-252" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14760 "vvs-30-041-1-3-1-R-1-Special#237-8-253" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14761 "vvs-30-041-1-3-1-R-1-Special#233-20-254" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14762 "vvs-30-041-1-3-1-R-1-Special#242-13-255" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14763 "vvs-30-041-1-3-1-R-1-Special#237-9-256" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14764 "vvs-30-041-1-3-1-R-1-Special#233-21-257" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14765 "vvs-30-041-1-3-1-R-1-Special#233-22-258" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14766 "vvs-30-041-1-3-1-R-1-Special#242-14-259" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14767 "vvs-30-041-1-3-1-R-1-Special#237-10-260" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14768 "vvs-30-041-1-3-1-R-1-Special#233-23-261" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14769 "vvs-30-041-1-3-1-R-1-Special#242-15-262" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14770 "vvs-30-041-1-3-1-R-1-Special#237-11-263" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14771 "vvs-30-041-1-3-1-R-1-Special#233-24-264" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14772 "vvs-30-041-1-3-1-R-1-Special#233-25-265" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"
14773 "vvs-30-041-1-3-1-R-1-Special#242-16-266" "Berliner Platz (Liederhalle)" "de:08111:6073:5:4" 12 "de:08111:6073:7:5"