GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-01-23T22:30:04Z,
for the dataset file:///shared/miami-dade.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:
English
Feed Start Date:
2023-11-13
Feed End Date:
2027-01-01

Files included


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

Counts


  • Agencies: 1
  • Blocks: 2253
  • Routes: 78
  • Shapes: 228
  • Stops: 5890
  • Trips: 21052

Specification Compliance report

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

Notice Code Severity Total
mixed_case_recommended_field WARNING 243

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 243 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.
"routes.txt" "route_long_name" "163 ST- 79st VIA NE 6AV & NE 16av" 11
"stops.txt" "stop_name" "SW 136 ST & US 1" 254
"stops.txt" "stop_name" "SW 136 ST & US 1" 255
"stops.txt" "stop_name" "NW 215 ST & US 441" 340
"stops.txt" "stop_name" "NW 186 ST @ # 8505" 342
"stops.txt" "stop_name" "SW 104 ST @ # 15205" 372
"stops.txt" "stop_name" "SW 72 ST & OP # 10855" 480
"stops.txt" "stop_name" "SW 72 ST & # 10855" 481
"stops.txt" "stop_name" "SW 108 AV @ OP # 30 G" 532
"stops.txt" "stop_name" "NW 79 AV @ OP # 4240" 736
"stops.txt" "stop_name" "NW 79 AV & # 4400" 742
"stops.txt" "stop_name" "NW 87 AV & # 3271" 748
"stops.txt" "stop_name" "NW 87 AV & # 3737" 750
"stops.txt" "stop_name" "NW 53 ST & OP # 8325" 765
"stops.txt" "stop_name" "NW 53 ST & # 8070" 766
"stops.txt" "stop_name" "NW 53 ST & # 8125" 767
"stops.txt" "stop_name" "NW 53 ST & # 8325" 768
"stops.txt" "stop_name" "NW 41 ST & OP # 9405" 770
"stops.txt" "stop_name" "NW 36 ST & # 9250" 771
"stops.txt" "stop_name" "NW 36 ST & # 9100" 772
"stops.txt" "stop_name" "NW 36 ST & OP # 8365" 774
"stops.txt" "stop_name" "NW 36 ST & OP # 9100" 781
"stops.txt" "stop_name" "SW 187 AV & # 33300" 802
"stops.txt" "stop_name" "SW 187 AV & # 33600" 803
"stops.txt" "stop_name" "SW 187 AV @ # 34000" 804
"stops.txt" "stop_name" "SW 14 AV @ # 250" 1140
"stops.txt" "stop_name" "NE 8 ST @ US 1" 1161
"stops.txt" "stop_name" "NE 8 ST & US 1" 1172
"stops.txt" "stop_name" "SW 97 AV & # 8980" 1400
"stops.txt" "stop_name" "SW 97 AV @ # 9000" 1401
"stops.txt" "stop_name" "SW 97 AV & # 9101" 1428
"stops.txt" "stop_name" "SW 107 AV @ OP # 9045" 1452
"stops.txt" "stop_name" "SW 107 AV @ # 9045" 1476
"stops.txt" "stop_name" "SW 112 AV @ # 20760" 1494
"stops.txt" "stop_name" "SW 112 AV @ # 22790" 1498
"stops.txt" "stop_name" "SW 112 AV & OP # 22790" 1504
"stops.txt" "stop_name" "SW 117 AV @ OP # 19331" 1535
"stops.txt" "stop_name" "SW 127 AV @ OP # 27025" 1579
"stops.txt" "stop_name" "SW 132 AV @ #28600" 1583
"stops.txt" "stop_name" "SW 132 AV & SW 268 ST (N/N)" 1586
"stops.txt" "stop_name" "SW 137 AV @ # 9225" 1608
"stops.txt" "stop_name" "SW 152 AV @ # 28300" 1643
"stops.txt" "stop_name" "SW 152 AV @ OP # 28501" 1644
"stops.txt" "stop_name" "SW 152 AV @ # 28600" 1647
"stops.txt" "stop_name" "SW 152 AV @ OP # 28355" 1648
"stops.txt" "stop_name" "SW 112 ST @ OP # 9890" 1719
"stops.txt" "stop_name" "SW 112 ST & # 9890" 1730
"stops.txt" "stop_name" "SW 152 ST @ # 9869" 1749
"stops.txt" "stop_name" "SW 152 ST @ # 11905" 1756
"stops.txt" "stop_name" "SW 152 ST @ OP # 11905" 1767
stop_too_far_from_shape WARNING 7

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.

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.
14830 "102185-208122" "102185-6093093" 522431 "102185-11350" "NW 176 ST @ NW 58 Av" [25.933002000000002,-80.294365] 191.64615767647462
10005 "102185-208139" "102185-6094442" 251976 "102185-10287" "NW 8 ST & 1 Ct" [25.781719999999996,-80.197982] 136.39420723438624
1997 "102185-123753" "102185-4833590" 13123 "102185-10493" "Airport Station" [25.795603,-80.258359] 282.1340387475891
1590 "102185-123752" "102185-4833183" 12310 "102185-10493" "Airport Station" [25.795521000000004,-80.25836] 291.15410282185894
11363 "102185-208208" "102185-6097969" 322406 "102185-10368" "Mile Marker 87 Tavrnier" [25.004627,-80.522027] 6758.043365769147
11431 "102185-208219" "102185-6098187" 323669 "102185-9563" "SW 193 AV @ SW 378 St" [25.41843901706464,-80.50331115489854] 207.82557397180557
11386 "102185-208211" "102185-6097975" 322724 "102185-10369" "Mile Marker 87 Tavrnier" [25.002647,-80.533457] 5916.21360657394
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.
9256 "102185-208103" "102185-6092030" 210415 "102185-406" "SW 56 ST @ SW 152 Av" [25.713793121550903,-80.43728555199192] 210414 "102185-10179" "SW 56 ST & SW 154 Ct" [25.713541913813312,-80.44362113176146]
11473 "102185-208224" "102185-6098303" 325387 "102185-3710" "OLD Cutler RD @ OP # 20330" [25.577941649718863,-80.33745383907709] 325386 "102185-440" "OLD Cutler RD @ SW 92 Av" [25.576656411184207,-80.33982760383024]