avv-gtfs-mit-spnv — Enhanced Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-04-09T12:26:06Z,
for the dataset file:///shared/avv-gtfs-mit-spnv_eab34288.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 Language:
Multiple languages
Feed Start Date:
2026-04-01
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. trips.txt

Counts


  • Agencies: 9
  • Blocks: 1841
  • Routes: 368
  • Shapes: 3902
  • Stops: 3198
  • Trips: 20204

Specification Compliance report

774 notices reported (0 errors, 774 warnings, 0 infos)

Notice Code Severity Total
duplicate_route_name WARNING 13

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`.
38 "2697-379929_704" 68 "2697-267815_704" "V" "zusätzliche Einsatzwagen an Schultagen" -1 "2697-243"
38 "2697-379929_704" 69 "2697-267814_704" "V" "zusätzliche Einsatzwagen an Schultagen" -1 "2697-243"
38 "2697-379929_704" 70 "2697-267813_704" "V" "zusätzliche Einsatzwagen an Schultagen" -1 "2697-243"
38 "2697-379929_704" 71 "2697-267812_704" "V" "zusätzliche Einsatzwagen an Schultagen" -1 "2697-243"
38 "2697-379929_704" 72 "2697-267811_704" "V" "zusätzliche Einsatzwagen an Schultagen" -1 "2697-243"
38 "2697-379929_704" 75 "2697-267808_704" "V" "zusätzliche Einsatzwagen an Schultagen" -1 "2697-243"
38 "2697-379929_704" 77 "2697-267806_704" "V" "zusätzliche Einsatzwagen an Schultagen" -1 "2697-243"
117 "2697-45882_704" 164 "2697-10006_704" "E" "Zusätzliche Einsatzwagen in Aachen" -1 "2697-243"
220 "2697-400846_715" 221 "2697-377932_715" "Netliner" "" -1 "2697-363"
220 "2697-400846_715" 222 "2697-313729_715" "Netliner" "" -1 "2697-363"
220 "2697-400846_715" 223 "2697-274666_715" "Netliner" "" -1 "2697-363"
220 "2697-400846_715" 224 "2697-216711_715" "Netliner" "" -1 "2697-363"
225 "2697-49337_715" 226 "2697-49336_715" "Netliner" "Netliner Monschau" -1 "2697-363"
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" 46
"routes.txt" "route_short_name" "7alt" 102
"routes.txt" "route_short_name" "54alt" 104
"routes.txt" "route_short_name" "21alt" 109
"routes.txt" "route_short_name" "59alt" 145
"routes.txt" "route_short_name" "74alt" 168
"routes.txt" "route_short_name" "55alt" 177
"routes.txt" "route_short_name" "48alt" 184
"routes.txt" "route_short_name" "26alt" 202
"routes.txt" "route_short_name" "17alt" 210
"routes.txt" "route_short_name" "15alt" 213
"routes.txt" "route_short_name" "12alt" 216
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`.
"2697-49337_715" 225 "Netliner" "Netliner Monschau"
"2697-49336_715" 226 "Netliner" "Netliner Monschau"
stop_has_too_many_matches_for_shape WARNING 10

stop_has_too_many_matches_for_shape

Stop entry that has many potential matches to the trip's path of travel, as defined by the shape entry in shapes.txt.

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.

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. matchCount (?) The number of matches for the stop that is referred to.
7597 "2697-1851" "2697-539551023" 122045 "2697-000000001975" "Alsdorf, Annapark Bahnhof (Bus)" [50.870729,6.157610999999999] 27
7597 "2697-1851" "2697-539551023" 122065 "2697-000000001975" "Alsdorf, Annapark Bahnhof (Bus)" [50.870729,6.157610999999999] 27
7598 "2697-1852" "2697-539551596" 122066 "2697-000000001975" "Alsdorf, Annapark Bahnhof (Bus)" [50.870729,6.157610999999999] 25
7598 "2697-1852" "2697-539551596" 122082 "2697-000000001975" "Alsdorf, Annapark Bahnhof (Bus)" [50.870729,6.157610999999999] 25
7577 "2697-1853" "2697-539552215" 121629 "2697-000000001975" "Alsdorf, Annapark Bahnhof (Bus)" [50.870729,6.157610999999999] 25
7577 "2697-1853" "2697-539552215" 121649 "2697-000000001975" "Alsdorf, Annapark Bahnhof (Bus)" [50.870729,6.157610999999999] 25
7593 "2697-1846" "2697-539552095" 121962 "2697-000000001975" "Alsdorf, Annapark Bahnhof (Bus)" [50.870729,6.157610999999999] 21
7593 "2697-1846" "2697-539552095" 121982 "2697-000000001975" "Alsdorf, Annapark Bahnhof (Bus)" [50.870729,6.157610999999999] 21
7616 "2697-1848" "2697-539551150" 122372 "2697-000000001975" "Alsdorf, Annapark Bahnhof (Bus)" [50.870729,6.157610999999999] 23
7616 "2697-1848" "2697-539551150" 122392 "2697-000000001975" "Alsdorf, Annapark Bahnhof (Bus)" [50.870729,6.157610999999999] 23
stop_too_far_from_shape WARNING 378

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 378 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.
8643 "2697-1173" "2697-539536291" 141842 "2697-000000001001" "Aachen, Bushof" [50.777357,6.088712000000001] 118.34583222653453
11611 "2697-1151" "2697-539455656" 226832 "2697-000000001049" "Aachen, Normaluhr" [50.769925,6.093953000000001] 106.04554407789033
13896 "2697-734" "2697-539405748" 307558 "2697-000000006437" "Würselen, Broichweiden Broich Gymnasium" [50.843409,6.176440000000001] 168.4618647006545
13973 "2697-733" "2697-539405747" 311690 "2697-000000006437" "Würselen, Broichweiden Broich Gymnasium" [50.843409,6.176440000000001] 168.4618647006545
13789 "2697-703" "2697-539406355" 302483 "2697-000000001049" "Aachen, Normaluhr" [50.768807,6.093949] 114.06553780425557
7342 "2697-1923" "2697-539417003" 117561 "2697-000000001049" "Aachen, Normaluhr" [50.76802800000001,6.094899] 157.50941730120948
7343 "2697-1924" "2697-539417006" 117566 "2697-000000001049" "Aachen, Normaluhr" [50.76802800000001,6.094899] 157.50941730120948
6748 "2697-1972" "2697-539514773" 103788 "2697-000000001001" "Aachen, Bushof" [50.77721400000001,6.0907540000000004] 112.26766921110332
6752 "2697-1974" "2697-539514687" 103892 "2697-000000001001" "Aachen, Bushof" [50.77721400000001,6.0907540000000004] 112.26766921110332
6754 "2697-1975" "2697-539514775" 103953 "2697-000000001001" "Aachen, Bushof" [50.77721400000001,6.0907540000000004] 112.26766921110332
6756 "2697-1980" "2697-539514754" 104007 "2697-000000001001" "Aachen, Bushof" [50.77721400000001,6.0907540000000004] 112.26766921110332
6759 "2697-1992" "2697-539514682" 104095 "2697-000000001001" "Aachen, Bushof" [50.77721400000001,6.0907540000000004] 112.26766921110332
6760 "2697-1993" "2697-539514668" 104130 "2697-000000001001" "Aachen, Bushof" [50.77721400000001,6.0907540000000004] 112.26766921110332
13527 "2697-796" "2697-539410742" 292653 "2697-000000005729" "Stolberg, Münsterbusch Kreuz" [50.770663000000006,6.21566] 101.39257752976047
13643 "2697-779" "2697-539409299" 296995 "2697-000000001001" "Aachen, Bushof" [50.77721400000001,6.0907540000000004] 112.26766921110332
6923 "2697-1938" "2697-539468440" 108769 "2697-000000001049" "Aachen, Normaluhr" [50.768807,6.093949] 114.06553780425557
6934 "2697-1940" "2697-539466678" 109036 "2697-000000001049" "Aachen, Normaluhr" [50.768807,6.093949] 114.06553780425557
4289 "2697-65" "2697-548842724" 60441 "2697-000000006672" "Troisdorf" [50.813922000000005,7.150892000000002] 141.754247946519
4396 "2697-73" "2697-548842658" 61324 "2697-000000004412" "Köln, Breslauer Platz/Hauptbahnhof" [50.94289800000001,6.960458] 114.10259338200308
5879 "2697-2338" "2697-539523071" 85921 "2697-000000005225" "Roetgen, Post" [50.64175800000001,6.190914] 167.07255409388753
7393 "2697-1897" "2697-539435037" 118160 "2697-000000001461" "Aachen, Hüls Schulzentrum" [50.789464,6.124818] 117.09903504603245
12179 "2697-1057" "2697-539443444" 247711 "2697-000000001055" "Aachen, Ponttor" [50.78078,6.077895999999999] 103.6001774457337
12132 "2697-1056" "2697-539442887" 246121 "2697-000000001001" "Aachen, Bushof" [50.777357,6.088712000000001] 118.34583222653453
12178 "2697-1064" "2697-539443199" 247681 "2697-000000001055" "Aachen, Ponttor" [50.78078,6.077895999999999] 103.6001774457337
12135 "2697-1067" "2697-539443066" 246173 "2697-000000001001" "Aachen, Bushof" [50.777357,6.088712000000001] 118.34583222653453
5870 "2697-2347" "2697-539524622" 85568 "2697-000000001001" "Aachen, Bushof" [50.777629000000005,6.090796] 150.82836207905638
5889 "2697-2341" "2697-539523192" 85999 "2697-000000005225" "Roetgen, Post" [50.64175800000001,6.190914] 167.07255409388753
5867 "2697-2349" "2697-539524588" 85541 "2697-000000001001" "Aachen, Bushof" [50.777629000000005,6.090796] 150.82836207905638
5850 "2697-2355" "2697-539524792" 85078 "2697-000000005225" "Roetgen, Post" [50.641954,6.190465] 128.84575255709672
12328 "2697-1020" "2697-539439953" 253848 "2697-000000001001" "Aachen, Bushof" [50.77721400000001,6.0907540000000004] 112.26766921110332
5861 "2697-2350" "2697-539524555" 85259 "2697-000000001001" "Aachen, Bushof" [50.777629000000005,6.090796] 150.82836207905638
12116 "2697-1032" "2697-539443913" 245601 "2697-000000001049" "Aachen, Normaluhr" [50.769925,6.093953000000001] 106.04554407789033
12115 "2697-1040" "2697-539443877" 245570 "2697-000000001049" "Aachen, Normaluhr" [50.769925,6.093953000000001] 106.04554407789033
76 "2697-613" "2697-548883710" 343 "2697-000000006608" "Duisburg Hbf" [51.429785,6.775902999999999] 328.29133966493026
76 "2697-613" "2697-548883710" 350 "2697-000000004412" "Köln, Breslauer Platz/Hauptbahnhof" [50.94289800000001,6.960458] 114.10259338200308
61 "2697-612" "2697-548883711" 257 "2697-000000004412" "Köln, Breslauer Platz/Hauptbahnhof" [50.94289800000001,6.960458] 114.10259338200308
61 "2697-612" "2697-548883711" 264 "2697-000000006608" "Duisburg Hbf" [51.429785,6.775902999999999] 328.29133966493026
90 "2697-619" "2697-548883446" 401 "2697-000000006698" "Bochum Hbf" [51.47741204006395,7.224549908247986] 225.9009651214363
90 "2697-619" "2697-548883446" 404 "2697-000000006706" "Dortmund-Kurl" [51.556925972317906,7.585157803211306] 157.78977926824615
90 "2697-619" "2697-548883446" 408 "2697-000000006710" "Hamm(Westf)Hbf" [51.678078,7.807821] 106.75542630987388
103 "2697-616" "2697-548883499" 463 "2697-000000002563" "Düsseldorf Hbf" [51.219962,6.794319] 109.54852205269385
103 "2697-616" "2697-548883499" 468 "2697-000000004412" "Köln, Breslauer Platz/Hauptbahnhof" [50.94289800000001,6.960458] 114.10259338200308
60 "2697-608" "2697-548883746" 256 "2697-000000006608" "Duisburg Hbf" [51.429785,6.775902999999999] 328.29133966493026
62 "2697-609" "2697-548883745" 265 "2697-000000004412" "Köln, Breslauer Platz/Hauptbahnhof" [50.94289800000001,6.960458] 114.10259338200308
62 "2697-609" "2697-548883745" 270 "2697-000000002563" "Düsseldorf Hbf" [51.219962,6.794319] 109.54852205269385
7827 "2697-1808" "2697-539449718" 125415 "2697-000000001001" "Aachen, Bushof" [50.777368287728414,6.091215344634525] 147.46073259659772
7826 "2697-1802" "2697-539449837" 125398 "2697-000000001049" "Aachen, Normaluhr" [50.768807,6.093949] 114.06553780425557
7824 "2697-1804" "2697-539449840" 125367 "2697-000000001049" "Aachen, Normaluhr" [50.768807,6.093949] 114.06553780425557
7625 "2697-1850" "2697-539551038" 122574 "2697-000000001976" "Alsdorf, Kubiz" [50.874703,6.148122] 119.52423886366928
13803 "2697-692" "2697-539406227" 303148 "2697-000000001049" "Aachen, Normaluhr" [50.768807,6.093949] 114.06553780425557
stops_match_shape_out_of_order WARNING 2

stops_match_shape_out_of_order

Two stop entries are different than their arrival-departure order defined by shapes.txt.

This could indicate a problem with the location of the stops, the path of the shape, or the sequence of the stops for their trip.

You can see more about this notice here.

tripCsvRowNumber (?) The row number of the faulty record from `trips.txt`. shapeId (?) The id of the shape that is referred to. tripId (?) The id of the trip that is referred to. stopTimeCsvRowNumber1 (?) The row number of the first faulty record from `stop_times.txt`. stopId1 (?) The id of the first stop that is referred to. stopName1 (?) The name of the first stop that is referred to. match1 (?) Latitude and longitude pair of the first matching location. stopTimeCsvRowNumber2 (?) The row number of the second faulty record from `stop_times.txt`. stopId2 (?) The id of the second stop that is referred to. stopName2 (?) The name of the second stop that is referred to. match2 (?) Latitude and longitude pair of the second matching location.
7309 "2697-1928" "2697-539412395" 117052 "2697-000000001057" "Aachen, Technische Hochschule" [50.777243006237384,6.077787626653197] 117051 "2697-000000001055" "Aachen, Ponttor" [50.78172902194347,6.077801240411215]
7892 "2697-1785" "2697-539609354" 126784 "2697-000000001001" "Aachen, Bushof" [50.77643989185954,6.089722036492092] 126783 "2697-000000001033" "Aachen, Hansemannplatz" [50.77824477137131,6.0941873937092685]
unexpected_enum_value WARNING 356

unexpected_enum_value

An enum has an unexpected value.

You can see more about this notice here.

Only the first 50 of 356 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" 106
"routes.txt" 3 "route_type" 714
"routes.txt" 4 "route_type" 714
"routes.txt" 5 "route_type" 714
"routes.txt" 7 "route_type" 714
"routes.txt" 8 "route_type" 714
"routes.txt" 10 "route_type" 106
"routes.txt" 12 "route_type" 714
"routes.txt" 14 "route_type" 714
"routes.txt" 21 "route_type" 714
"routes.txt" 22 "route_type" 714
"routes.txt" 23 "route_type" 714
"routes.txt" 26 "route_type" 714
"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" 715
"routes.txt" 47 "route_type" 704
"routes.txt" 48 "route_type" 704
"routes.txt" 49 "route_type" 704
"routes.txt" 50 "route_type" 704
"routes.txt" 51 "route_type" 704
"routes.txt" 52 "route_type" 704
"routes.txt" 53 "route_type" 704
"routes.txt" 54 "route_type" 704
"routes.txt" 55 "route_type" 704
"routes.txt" 56 "route_type" 704
"routes.txt" 57 "route_type" 704
"routes.txt" 58 "route_type" 704
"routes.txt" 59 "route_type" 704
"routes.txt" 60 "route_type" 704
"routes.txt" 61 "route_type" 704
"routes.txt" 62 "route_type" 704
"routes.txt" 63 "route_type" 704