GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2025-12-05T22:01:52Z,
for the dataset file:///shared/nordrhein-westfalen.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
Busmaps.com
Publisher URL:
https://busmaps.com
Feed Email:
alex@busmaps.com
Feed Language:
Multiple languages
Feed Start Date:
2025-11-26
Feed End Date:
2026-12-13

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: 9
  • Blocks: 2975
  • Routes: 378
  • Shapes: 3943
  • Stops: 6082
  • Trips: 24358

Specification Compliance report

2899 notices reported (0 errors, 561 warnings, 2338 infos)

Notice Code Severity Total
duplicate_route_name WARNING 15

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`.
49 "105151-400846_715" 50 "105151-377932_715" "Netliner" "" -1 "105151-363"
49 "105151-400846_715" 51 "105151-313729_715" "Netliner" "" -1 "105151-363"
49 "105151-400846_715" 52 "105151-274666_715" "Netliner" "" -1 "105151-363"
49 "105151-400846_715" 53 "105151-216711_715" "Netliner" "" -1 "105151-363"
54 "105151-49337_715" 55 "105151-49336_715" "Netliner" "Netliner Monschau" -1 "105151-363"
56 "105151-531831_714" 71 "105151-105161_109" "S12" "" -1 "105151-282"
69 "105151-105163_109" 74 "105151-18963_714" "S19" "Au (Sieg) - Hennef (Sieg) - Siegburg - Köln Hbf - Horrem - Düren" -1 "105151-282"
96 "105151-379929_704" 126 "105151-267815_704" "V" "zusätzliche Einsatzwagen an Schultagen" -1 "105151-243"
96 "105151-379929_704" 127 "105151-267814_704" "V" "zusätzliche Einsatzwagen an Schultagen" -1 "105151-243"
96 "105151-379929_704" 128 "105151-267813_704" "V" "zusätzliche Einsatzwagen an Schultagen" -1 "105151-243"
96 "105151-379929_704" 129 "105151-267812_704" "V" "zusätzliche Einsatzwagen an Schultagen" -1 "105151-243"
96 "105151-379929_704" 130 "105151-267811_704" "V" "zusätzliche Einsatzwagen an Schultagen" -1 "105151-243"
96 "105151-379929_704" 133 "105151-267808_704" "V" "zusätzliche Einsatzwagen an Schultagen" -1 "105151-243"
96 "105151-379929_704" 135 "105151-267806_704" "V" "zusätzliche Einsatzwagen an Schultagen" -1 "105151-243"
180 "105151-45882_704" 228 "105151-10006_704" "E" "Zusätzliche Einsatzwagen in Aachen" -1 "105151-243"
inconsistent_agency_lang WARNING 1

inconsistent_agency_lang

Inconsistent language among agencies.

Agencies from GTFS agency.txt have been found to have different languages.

You can see more about this notice here.

csvRowNumber (?) The row of the faulty record. expected (?) Expected language. actual (?) Faulty record's language.
3 "de" "nl"
mixed_case_recommended_field WARNING 12

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.
"routes.txt" "route_short_name" "50alt" 104
"routes.txt" "route_short_name" "7alt" 165
"routes.txt" "route_short_name" "54alt" 167
"routes.txt" "route_short_name" "21alt" 172
"routes.txt" "route_short_name" "59alt" 209
"routes.txt" "route_short_name" "74alt" 232
"routes.txt" "route_short_name" "55alt" 241
"routes.txt" "route_short_name" "48alt" 248
"routes.txt" "route_short_name" "26alt" 266
"routes.txt" "route_short_name" "17alt" 274
"routes.txt" "route_short_name" "15alt" 277
"routes.txt" "route_short_name" "12alt" 280
route_long_name_contains_short_name WARNING 2

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`.
"105151-49337_715" 54 "Netliner" "Netliner Monschau"
"105151-49336_715" 55 "Netliner" "Netliner Monschau"
stop_too_far_from_shape WARNING 127

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 127 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.
10192 "105151-2798" "105151-506389534" 197043 "105151-000000293704" "Eschweiler, Nothberg Kreuz" [50.81167567146821,6.300916389894646] 202.8145623281599
10251 "105151-2766" "105151-506388541" 198372 "105151-000000168301" "Aachen, Schmithof Schule" [50.688593999999995,6.168164999999999] 121.47576204074974
1230 "105151-349" "105151-516646335" 22603 "105151-000000276301" "Erkelenz, Mennekrath" [51.090039,6.337659999999999] 128.63435940149336
1215 "105151-348" "105151-516646392" 22424 "105151-000000276301" "Erkelenz, Mennekrath" [51.090039,6.337659999999999] 128.63435940149336
590 "105151-462" "105151-513838820" 11225 "105151-000000358901" "Heinsberg, Porselen Rochusstraße" [51.03660340864053,6.173338645705993] 107.01104087398016
23741 "105151-3328" "105151-516627070" 547643 "105151-000000241502" "Düren, Echtz Weidmühlenstraße" [50.828516,6.417137] 133.42179885218792
10055 "105151-2898" "105151-506390595" 194117 "105151-000000114701" "Aachen, Brand Freund" [50.75324899999999,6.183234] 102.11944451597472
17919 "105151-1581" "105151-519722930" 399320 "105151-000000114701" "Aachen, Brand Freund" [50.75324899999999,6.183234] 102.11944451597472
10115 "105151-2857" "105151-506390109" 195531 "105151-000000293704" "Eschweiler, Nothberg Kreuz" [50.81167567146821,6.300916389894646] 202.8145623281599
18016 "105151-1550" "105151-519719610" 402068 "105151-000000428103" "Kelmis, Bruch" [50.710668000000005,6.007357000000001] 248.0876750804816
18029 "105151-1551" "105151-506252060" 402327 "105151-000000428103" "Kelmis, Bruch" [50.710668000000005,6.007357000000001] 248.0876750804816
18076 "105151-1552" "105151-506251954" 403536 "105151-000000428103" "Kelmis, Bruch" [50.710668000000005,6.007357000000001] 248.0876750804816
17938 "105151-1543" "105151-506252194" 399962 "105151-000000428103" "Kelmis, Bruch" [50.710668000000005,6.007357000000001] 248.0876750804816
17962 "105151-1544" "105151-506252161" 400610 "105151-000000428103" "Kelmis, Bruch" [50.710668000000005,6.007357000000001] 248.0876750804816
17972 "105151-1545" "105151-506252151" 400880 "105151-000000428103" "Kelmis, Bruch" [50.710668000000005,6.007357000000001] 248.0876750804816
17990 "105151-1546" "105151-506252133" 401366 "105151-000000428103" "Kelmis, Bruch" [50.710668000000005,6.007357000000001] 248.0876750804816
18008 "105151-1547" "105151-506252113" 401852 "105151-000000428103" "Kelmis, Bruch" [50.710668000000005,6.007357000000001] 248.0876750804816
18013 "105151-1548" "105151-506252107" 401987 "105151-000000428103" "Kelmis, Bruch" [50.710668000000005,6.007357000000001] 248.0876750804816
18020 "105151-1549" "105151-506252064" 402176 "105151-000000428103" "Kelmis, Bruch" [50.710668000000005,6.007357000000001] 248.0876750804816
10154 "105151-2835" "105151-519931264" 196386 "105151-000000369301" "Herzogenrath, Rathaus" [50.87158399999999,6.101842] 115.26568459605711
1358 "105151-328" "105151-513837412" 24178 "105151-000000266301" "Erkelenz, Süd" [51.0687155794936,6.31471152359547] 468.9903777055369
1356 "105151-327" "105151-513837416" 24145 "105151-000000266301" "Erkelenz, Süd" [51.0687155794936,6.31471152359547] 468.9903777055369
1363 "105151-326" "105151-516646181" 24258 "105151-000000266301" "Erkelenz, Süd" [51.0687155794936,6.31471152359547] 468.9903777055369
1355 "105151-325" "105151-513837418" 24130 "105151-000000266301" "Erkelenz, Süd" [51.0687155794936,6.31471152359547] 468.9903777055369
1359 "105151-329" "105151-513837409" 24194 "105151-000000266301" "Erkelenz, Süd" [51.0687155794936,6.31471152359547] 468.9903777055369
1367 "105151-331" "105151-513837408" 24311 "105151-000000266302" "Erkelenz, Süd" [51.06861188205434,6.314714943413712] 406.4700585017351
1394 "105151-334" "105151-513837382" 24694 "105151-000000266302" "Erkelenz, Süd" [51.06861188205434,6.314714943413712] 406.4700585017351
1366 "105151-333" "105151-513837383" 24294 "105151-000000266302" "Erkelenz, Süd" [51.06861188205434,6.314714943413712] 406.4700585017351
1392 "105151-332" "105151-513837385" 24661 "105151-000000266302" "Erkelenz, Süd" [51.06861188205434,6.314714943413712] 406.4700585017351
1246 "105151-345" "105151-513837514" 22796 "105151-000000276301" "Erkelenz, Mennekrath" [51.090039,6.337659999999999] 128.63435940149336
1216 "105151-344" "105151-516646359" 22434 "105151-000000276301" "Erkelenz, Mennekrath" [51.090039,6.337659999999999] 128.63435940149336
1354 "105151-324" "105151-513837419" 24119 "105151-000000266301" "Erkelenz, Süd" [51.0687155794936,6.31471152359547] 468.9903777055369
1352 "105151-323" "105151-513837420" 24092 "105151-000000266301" "Erkelenz, Süd" [51.0687155794936,6.31471152359547] 468.9903777055369
1336 "105151-322" "105151-513837436" 23884 "105151-000000266301" "Erkelenz, Süd" [51.0687155794936,6.31471152359547] 468.9903777055369
8529 "105151-3287" "105151-506392904" 163189 "105151-000000114701" "Aachen, Brand Freund" [50.75324899999999,6.183234] 102.11944451597472
8788 "105151-3231" "105151-506389161" 168183 "105151-000000521301" "Roetgen, Knott" [50.649379,6.200064000000002] 369.3577258152187
19860 "105151-1240" "105151-506229366" 464275 "105151-000000168301" "Aachen, Schmithof Schule" [50.688593999999995,6.168164999999999] 121.47576204074974
11032 "105151-2547" "105151-506381761" 216260 "105151-000000370701" "Herzogenrath, Schmetz" [50.87744318333017,6.092733296689159] 220.5328829509778
19924 "105151-1207" "105151-506229708" 467575 "105151-000000168301" "Aachen, Schmithof Schule" [50.688593999999995,6.168164999999999] 121.47576204074974
1978 "105151-175" "105151-516647674" 38550 "105151-000000626001" "Wegberg, Wildenrath Gewerbegebiet" [51.11963899999999,6.217077999999999] 1331.5435073860128
1975 "105151-174" "105151-513838132" 38493 "105151-000000626001" "Wegberg, Wildenrath Gewerbegebiet" [51.11963899999999,6.217077999999999] 1331.5435073860128
1985 "105151-173" "105151-513838133" 38795 "105151-000000626001" "Wegberg, Wildenrath Gewerbegebiet" [51.11963899999999,6.217077999999999] 1331.5435073860128
1943 "105151-187" "105151-513838164" 37841 "105151-000000636201" "Wegberg, Wildenrath Visitors-Center" [51.11984536334472,6.224391872922149] 122.74962359137676
1936 "105151-186" "105151-513838166" 37638 "105151-000000636201" "Wegberg, Wildenrath Visitors-Center" [51.11984536334472,6.224391872922149] 122.74962359137676
1940 "105151-189" "105151-513838161" 37764 "105151-000000636201" "Wegberg, Wildenrath Visitors-Center" [51.11984536334472,6.224391872922149] 122.74962359137676
1923 "105151-184" "105151-513838176" 37198 "105151-000000636201" "Wegberg, Wildenrath Visitors-Center" [51.11984536334472,6.224391872922149] 122.74962359137676
1922 "105151-183" "105151-513838177" 37158 "105151-000000636201" "Wegberg, Wildenrath Visitors-Center" [51.11984536334472,6.224391872922149] 122.74962359137676
1966 "105151-165" "105151-513838144" 38272 "105151-000000626001" "Wegberg, Wildenrath Gewerbegebiet" [51.11963899999999,6.217077999999999] 1331.5435073860128
1961 "105151-164" "105151-513838145" 38136 "105151-000000626001" "Wegberg, Wildenrath Gewerbegebiet" [51.11963899999999,6.217077999999999] 1331.5435073860128
1945 "105151-161" "105151-513838155" 37869 "105151-000000621301" "Wegberg, Arsbeck Kirche" [51.141690000000004,6.210808] 109.22700254434027
stops_match_shape_out_of_order WARNING 38

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.
8780 "105151-3215" "105151-506389365" 168060 "105151-000000522101" "Roetgen, Markt" [50.647489336792134,6.195835767795532] 168059 "105151-000000521301" "Roetgen, Knott" [50.6474707661663,6.195837146973085]
8815 "105151-3211" "105151-506289212" 168598 "105151-000000522101" "Roetgen, Markt" [50.647489336792134,6.195835767795532] 168597 "105151-000000521301" "Roetgen, Knott" [50.6474707661663,6.195837146973085]
8865 "105151-3206" "105151-519779073" 170700 "105151-000000522101" "Roetgen, Markt" [50.64748934808682,6.195832271542316] 170699 "105151-000000521301" "Roetgen, Knott" [50.647470821880695,6.1958337765875875]
8843 "105151-3205" "105151-519779045" 169694 "105151-000000522101" "Roetgen, Markt" [50.64748934808682,6.195832271542316] 169693 "105151-000000521301" "Roetgen, Knott" [50.647470821880695,6.1958337765875875]
8867 "105151-3208" "105151-519778983" 170742 "105151-000000522101" "Roetgen, Markt" [50.64748934808682,6.195832271542316] 170741 "105151-000000521301" "Roetgen, Knott" [50.647470821880695,6.1958337765875875]
8818 "105151-3207" "105151-519779103" 168647 "105151-000000522101" "Roetgen, Markt" [50.647489336792134,6.195835767795532] 168646 "105151-000000521301" "Roetgen, Knott" [50.6474707661663,6.195837146973085]
8839 "105151-3200" "105151-506289193" 169585 "105151-000000522101" "Roetgen, Markt" [50.64748934808682,6.195832271542316] 169584 "105151-000000521301" "Roetgen, Knott" [50.647470821880695,6.1958337765875875]
8841 "105151-3202" "105151-506288859" 169625 "105151-000000522101" "Roetgen, Markt" [50.64748934808682,6.195832271542316] 169624 "105151-000000521301" "Roetgen, Knott" [50.647470821880695,6.1958337765875875]
8817 "105151-3201" "105151-506289224" 168628 "105151-000000522101" "Roetgen, Markt" [50.647489336792134,6.195835767795532] 168627 "105151-000000521301" "Roetgen, Knott" [50.6474707661663,6.195837146973085]
10339 "105151-2702" "105151-519919627" 200156 "105151-000000522101" "Roetgen, Markt" [50.647489336792134,6.195835767795532] 200155 "105151-000000521301" "Roetgen, Knott" [50.6474707661663,6.195837146973085]
10340 "105151-2701" "105151-519919653" 200202 "105151-000000522101" "Roetgen, Markt" [50.647489336792134,6.195835767795532] 200201 "105151-000000521301" "Roetgen, Knott" [50.6474707661663,6.195837146973085]
1256 "105151-347" "105151-516646318" 22941 "105151-000000266601" "Erkelenz, Polizei" [51.0686240123779,6.308303910558839] 22940 "105151-000000266301" "Erkelenz, Süd" [51.0686857748231,6.308034547975747]
8819 "105151-3199" "105151-506288988" 168693 "105151-000000522101" "Roetgen, Markt" [50.64748934808682,6.195832271542316] 168692 "105151-000000521301" "Roetgen, Knott" [50.647470821880695,6.1958337765875875]
8758 "105151-3239" "105151-519932365" 167545 "105151-000000522101" "Roetgen, Markt" [50.647489336792134,6.195835767795532] 167544 "105151-000000521301" "Roetgen, Knott" [50.6474707661663,6.195837146973085]
10342 "105151-2698" "105151-506382121" 200305 "105151-000000522101" "Roetgen, Markt" [50.647489336792134,6.195835767795532] 200304 "105151-000000521301" "Roetgen, Knott" [50.6474707661663,6.195837146973085]
10338 "105151-2699" "105151-506382109" 200134 "105151-000000522101" "Roetgen, Markt" [50.647489336792134,6.195835767795532] 200133 "105151-000000521301" "Roetgen, Knott" [50.6474707661663,6.195837146973085]
10430 "105151-2676" "105151-506270151" 201242 "105151-000000561102" "Stolberg, Donnerberg Duffenter" [50.77450770161598,6.245319006872066] 201241 "105151-000000561101" "Stolberg, Donnerberg Duffenter" [50.77433250988385,6.245167348764847]
10416 "105151-2677" "105151-506270058" 201004 "105151-000000561102" "Stolberg, Donnerberg Duffenter" [50.77450770161598,6.245319006872066] 201003 "105151-000000561101" "Stolberg, Donnerberg Duffenter" [50.77433250988385,6.245167348764847]
13615 "105151-2268" "105151-506322316" 267063 "105151-000000561102" "Stolberg, Donnerberg Duffenter" [50.77450770161598,6.245319006872066] 267062 "105151-000000561101" "Stolberg, Donnerberg Duffenter" [50.77433250988385,6.245167348764847]
13670 "105151-2270" "105151-506322147" 267762 "105151-000000561102" "Stolberg, Donnerberg Duffenter" [50.77450770161598,6.245319006872066] 267761 "105151-000000561101" "Stolberg, Donnerberg Duffenter" [50.77433250988385,6.245167348764847]
13616 "105151-2272" "105151-506322438" 267075 "105151-000000561102" "Stolberg, Donnerberg Duffenter" [50.77450770161598,6.245319006872066] 267074 "105151-000000561101" "Stolberg, Donnerberg Duffenter" [50.77433250988385,6.245167348764847]
13626 "105151-2271" "105151-506322311" 267215 "105151-000000561102" "Stolberg, Donnerberg Duffenter" [50.77450770161598,6.245319006872066] 267214 "105151-000000561101" "Stolberg, Donnerberg Duffenter" [50.77433250988385,6.245167348764847]
13618 "105151-2274" "105151-506322363" 267107 "105151-000000561102" "Stolberg, Donnerberg Duffenter" [50.77450770161598,6.245319006872066] 267106 "105151-000000561101" "Stolberg, Donnerberg Duffenter" [50.77433250988385,6.245167348764847]
13669 "105151-2273" "105151-506322476" 267751 "105151-000000561102" "Stolberg, Donnerberg Duffenter" [50.77450770161598,6.245319006872066] 267750 "105151-000000561101" "Stolberg, Donnerberg Duffenter" [50.77433250988385,6.245167348764847]
21442 "105151-3751" "105151-516634718" 506658 "105151-000000466202" "Linnich, Welz Am Ederer Weg" [50.95769960738299,6.2562178095404475] 506657 "105151-000000465502" "Linnich, Welz" [50.960224741078854,6.263113241162112]
9992 "105151-2927" "105151-519816110" 192670 "105151-000000522101" "Roetgen, Markt" [50.647489336792134,6.195835767795532] 192669 "105151-000000521301" "Roetgen, Knott" [50.6474707661663,6.195837146973085]
9993 "105151-2929" "105151-519816115" 192706 "105151-000000522101" "Roetgen, Markt" [50.64748934808682,6.195832271542316] 192705 "105151-000000521301" "Roetgen, Knott" [50.647470821880695,6.1958337765875875]
9994 "105151-2930" "105151-519816160" 192728 "105151-000000522101" "Roetgen, Markt" [50.64748934808682,6.195832271542316] 192727 "105151-000000521301" "Roetgen, Knott" [50.647470821880695,6.1958337765875875]
3207 "105151-591" "105151-516781423" 84568 "105151-000000481840" "Monschau, Imgenbroich Atrium" [50.56687008593438,6.260707683109668] 84567 "105151-000000483040" "Monschau, Imgenbroich Kieselbacher Weg (Netliner-S" [50.568779,6.269605]
9991 "105151-2920" "105151-506312347" 192645 "105151-000000522101" "Roetgen, Markt" [50.64748934808682,6.195832271542316] 192644 "105151-000000521301" "Roetgen, Knott" [50.647470821880695,6.1958337765875875]
3255 "105151-600" "105151-516781526" 86740 "105151-000000481840" "Monschau, Imgenbroich Atrium" [50.56687008593438,6.260707683109668] 86739 "105151-000000483040" "Monschau, Imgenbroich Kieselbacher Weg (Netliner-S" [50.568779,6.269605]
3185 "105151-579" "105151-516781402" 84150 "105151-000000483040" "Monschau, Imgenbroich Kieselbacher Weg (Netliner-S" [50.568779,6.269605] 84149 "105151-000000481840" "Monschau, Imgenbroich Atrium" [50.56687008593438,6.260707683109668]
3254 "105151-584" "105151-516781412" 86730 "105151-000000481840" "Monschau, Imgenbroich Atrium" [50.56687008593438,6.260707683109668] 86729 "105151-000000483040" "Monschau, Imgenbroich Kieselbacher Weg (Netliner-S" [50.568779,6.269605]
3197 "105151-583" "105151-516781410" 84368 "105151-000000481840" "Monschau, Imgenbroich Atrium" [50.56687008593438,6.260707683109668] 84367 "105151-000000483040" "Monschau, Imgenbroich Kieselbacher Weg (Netliner-S" [50.568779,6.269605]
3195 "105151-582" "105151-516781408" 84318 "105151-000000481840" "Monschau, Imgenbroich Atrium" [50.56687008593438,6.260707683109668] 84317 "105151-000000483040" "Monschau, Imgenbroich Kieselbacher Weg (Netliner-S" [50.568779,6.269605]
3189 "105151-581" "105151-516781406" 84197 "105151-000000483040" "Monschau, Imgenbroich Kieselbacher Weg (Netliner-S" [50.568779,6.269605] 84196 "105151-000000481840" "Monschau, Imgenbroich Atrium" [50.56687008593438,6.260707683109668]
3193 "105151-588" "105151-516781418" 84248 "105151-000000481840" "Monschau, Imgenbroich Atrium" [50.56687008593438,6.260707683109668] 84247 "105151-000000483040" "Monschau, Imgenbroich Kieselbacher Weg (Netliner-S" [50.568779,6.269605]
3187 "105151-580" "105151-516781404" 84171 "105151-000000483040" "Monschau, Imgenbroich Kieselbacher Weg (Netliner-S" [50.568779,6.269605] 84170 "105151-000000481840" "Monschau, Imgenbroich Atrium" [50.56687008593438,6.260707683109668]
unexpected_enum_value WARNING 366

unexpected_enum_value

An enum has an unexpected value.

You can see more about this notice here.

Only the first 50 of 366 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" 2 "route_type" 704
"routes.txt" 3 "route_type" 704
"routes.txt" 4 "route_type" 704
"routes.txt" 5 "route_type" 704
"routes.txt" 6 "route_type" 704
"routes.txt" 7 "route_type" 704
"routes.txt" 8 "route_type" 704
"routes.txt" 9 "route_type" 704
"routes.txt" 10 "route_type" 704
"routes.txt" 11 "route_type" 704
"routes.txt" 12 "route_type" 704
"routes.txt" 13 "route_type" 704
"routes.txt" 14 "route_type" 704
"routes.txt" 15 "route_type" 704
"routes.txt" 16 "route_type" 704
"routes.txt" 17 "route_type" 704
"routes.txt" 18 "route_type" 704
"routes.txt" 19 "route_type" 704
"routes.txt" 20 "route_type" 704
"routes.txt" 21 "route_type" 704
"routes.txt" 22 "route_type" 704
"routes.txt" 23 "route_type" 704
"routes.txt" 24 "route_type" 704
"routes.txt" 25 "route_type" 704
"routes.txt" 26 "route_type" 704
"routes.txt" 27 "route_type" 704
"routes.txt" 28 "route_type" 704
"routes.txt" 29 "route_type" 704
"routes.txt" 30 "route_type" 704
"routes.txt" 31 "route_type" 704
"routes.txt" 32 "route_type" 704
"routes.txt" 33 "route_type" 704
"routes.txt" 34 "route_type" 704
"routes.txt" 35 "route_type" 704
"routes.txt" 36 "route_type" 704
"routes.txt" 37 "route_type" 704
"routes.txt" 38 "route_type" 704
"routes.txt" 39 "route_type" 704
"routes.txt" 40 "route_type" 704
"routes.txt" 41 "route_type" 704
"routes.txt" 42 "route_type" 704
"routes.txt" 43 "route_type" 704
"routes.txt" 44 "route_type" 704
"routes.txt" 45 "route_type" 704
"routes.txt" 46 "route_type" 704
"routes.txt" 47 "route_type" 704
"routes.txt" 48 "route_type" 704
"routes.txt" 49 "route_type" 715
"routes.txt" 50 "route_type" 715
"routes.txt" 51 "route_type" 715
platform_without_parent_station INFO 2338

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 2338 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.
164 "105151-000000100101" "Aachen, Bushof"
165 "105151-000000100102" "Aachen, Bushof"
166 "105151-000000100103" "Aachen, Bushof"
167 "105151-000000100104" "Aachen, Bushof"
168 "105151-000000100106" "Aachen, Bushof"
169 "105151-000000100107" "Aachen, Bushof"
170 "105151-000000100110" "Aachen, Bushof"
171 "105151-000000100111" "Aachen, Bushof"
172 "105151-000000100112" "Aachen, Bushof"
173 "105151-000000100113" "Aachen, Bushof"
174 "105151-000000100114" "Aachen, Bushof"
175 "105151-000000100115" "Aachen, Bushof"
176 "105151-000000100201" "Aachen, Kaiser-Friedrich-Park"
177 "105151-000000100202" "Aachen, Kaiser-Friedrich-Park"
178 "105151-000000100301" "Aachen, Ehrenmal / Lousberg"
179 "105151-000000100302" "Aachen, Ehrenmal / Lousberg"
180 "105151-000000100401" "Aachen, Stawag"
181 "105151-000000100402" "Aachen, Stawag"
182 "105151-000000100501" "Aachen, Misereor"
183 "105151-000000100502" "Aachen, Misereor"
184 "105151-000000100503" "Aachen, Misereor"
185 "105151-000000100504" "Aachen, Misereor"
186 "105151-000000100601" "Aachen, Ritterstraße"
187 "105151-000000100701" "Aachen, Hauptbahnhof (Bus)"
188 "105151-000000100702" "Aachen, Hauptbahnhof (Bus)"
189 "105151-000000100901" "Aachen, Alter Posthof"
190 "105151-000000100902" "Aachen, Alter Posthof"
191 "105151-000000101102" "Aachen, Kaiserplatz"
192 "105151-000000101103" "Aachen, Kaiserplatz"
193 "105151-000000101104" "Aachen, Kaiserplatz"
194 "105151-000000101105" "Aachen, Kaiserplatz"
195 "105151-000000101501" "Aachen, Schanz (Lütticher Str.)"
196 "105151-000000101502" "Aachen, Schanz (Boxgraben)"
197 "105151-000000101503" "Aachen, Schanz (Boxgraben)"
198 "105151-000000101504" "Aachen, Schanz (Jakobstraße)"
199 "105151-000000101901" "Aachen, Annastraße (Hans-Stercken-Platz)"
200 "105151-000000101902" "Aachen, Annastraße (Hans-Stercken-Platz)"
201 "105151-000000102101" "Aachen, Audimax"
202 "105151-000000102102" "Aachen, Audimax"
203 "105151-000000102301" "Aachen, Augustastraße (Suermondt-Ludwig-Museum)"
204 "105151-000000102302" "Aachen, Augustastraße (Suermondt-Ludwig-Museum)"
205 "105151-000000102901" "Aachen, Elisenbrunnen"
206 "105151-000000102902" "Aachen, Elisenbrunnen"
207 "105151-000000102903" "Aachen, Elisenbrunnen"
208 "105151-000000102904" "Aachen, Elisenbrunnen"
209 "105151-000000103101" "Aachen, Eurogress"
210 "105151-000000103102" "Aachen, Eurogress"
211 "105151-000000103301" "Aachen, Hansemannplatz"
212 "105151-000000103302" "Aachen, Hansemannplatz"
213 "105151-000000103303" "Aachen, Hansemannplatz"