tohm — Source Data Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-05-04T12:34:53Z,
for the dataset file:///shared/tohm_c9835178.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
N/A
Publisher URL:
N/A
Feed Email:
N/A
Feed Language:
N/A

Files included


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

Counts


  • Agencies: 1
  • Blocks: 0
  • Routes: 10
  • Shapes: 30
  • Stops: 116
  • Trips: 204

Specification Compliance report

152 notices reported (35 errors, 117 warnings, 0 infos)

Notice Code Severity Total
trip_distance_exceeds_shape_distance ERROR 35

trip_distance_exceeds_shape_distance

The distance between the last shape point and last stop point is greater than or equal to the 11.1m threshold.

You can see more about this notice here.

tripId (?) The faulty record's trip id. shapeId (?) The faulty record's shape id. maxTripDistanceTraveled (?) The faulty record's trip max distance traveled. maxShapeDistanceTraveled (?) The faulty record's shape max distance traveled. geoDistanceToShape (?) The distance in meters between the shape and the stop.
"2600" "3831$A1$2586$5$17" 4024.0 4022.0 25.504032771697847
"2601" "3831$A1$2585$5$16" 8701.0 8681.0 49.47202134926553
"2602" "3831$A1$2586$5$17" 4024.0 4022.0 25.504032771697847
"2603" "3831$A1$2585$5$16" 8701.0 8681.0 49.47202134926553
"2604" "3831$A1$2586$5$17" 4024.0 4022.0 25.504032771697847
"2605" "3831$A1$2585$5$16" 8701.0 8681.0 49.47202134926553
"2606" "3831$A1$2586$5$17" 4024.0 4022.0 25.504032771697847
"2607" "3831$A1$2585$5$16" 8701.0 8681.0 49.47202134926553
"2608" "3831$A1$2586$5$17" 4024.0 4022.0 25.504032771697847
"2609" "3831$A1$2585$5$16" 8701.0 8681.0 49.47202134926553
"2610" "3831$A1$2586$5$17" 4024.0 4022.0 25.504032771697847
"2611" "3831$A1$2585$5$16" 8701.0 8681.0 49.47202134926553
"2612" "3831$A1$2586$5$17" 4024.0 4022.0 25.504032771697847
"2613" "3831$A1$2585$5$16" 8701.0 8681.0 49.47202134926553
"2614" "3831$A1$2586$5$17" 4024.0 4022.0 25.504032771697847
"2615" "3831$A1$2585$5$16" 8701.0 8681.0 49.47202134926553
"2616" "3831$A1$2586$5$17" 4024.0 4022.0 25.504032771697847
"2617" "3831$A1$2585$5$16" 8701.0 8681.0 49.47202134926553
"2618" "3831$A1$2586$5$17" 4024.0 4022.0 25.504032771697847
"2619" "3831$A1$2585$5$16" 8701.0 8681.0 49.47202134926553
"2620" "3831$A1$2586$5$17" 4024.0 4022.0 25.504032771697847
"2621" "3831$A1$2585$5$16" 8701.0 8681.0 49.47202134926553
"2622" "3831$A1$2586$5$17" 4024.0 4022.0 25.504032771697847
"2623" "3831$A1$2585$5$16" 8701.0 8681.0 49.47202134926553
"2624" "3831$A1$2586$5$17" 4024.0 4022.0 25.504032771697847
"2625" "3831$A1$2585$5$16" 8701.0 8681.0 49.47202134926553
"2626" "3831$A1$2586$5$17" 4024.0 4022.0 25.504032771697847
"2627" "3831$A1$2585$5$16" 8701.0 8681.0 49.47202134926553
"2628" "3831$A1$2586$5$17" 4024.0 4022.0 25.504032771697847
"2629" "3831$A1$2585$5$16" 8701.0 8681.0 49.47202134926553
"2630" "3831$A1$2586$5$17" 4024.0 4022.0 25.504032771697847
"2631" "3831$A1$2585$5$16" 8701.0 8681.0 49.47202134926553
"2632" "3831$A1$2586$5$17" 4024.0 4022.0 25.504032771697847
"2633" "3831$A1$2585$5$16" 8701.0 8681.0 49.47202134926553
"2786" "3831$SCO$5008$10$29" 15956.0 15954.0 49.47202134926553
equal_shape_distance_diff_coordinates_distance_below_threshold WARNING 5

equal_shape_distance_diff_coordinates_distance_below_threshold

Two consecutive points have equal shape_dist_traveled and different lat/lon coordinates in shapes.txt and the distance between the two points is greater than 0 but less than 1.11m.

When sorted by shape.shape_pt_sequence, the values for shape_dist_traveled must increase along a shape. Two consecutive points with equal values for shape_dist_traveled and small difference of coordinates (greater than 0 but less than 1.11 m distance) result in a warning.

You can see more about this notice here.

shapeId (?) The id of the faulty shape. csvRowNumber (?) The row number from `shapes.txt`. shapeDistTraveled (?) The faulty record's `shape_dist_traveled` value. shapePtSequence (?) The faulty record's `shapes.shape_pt_sequence`. prevCsvRowNumber (?) The row number from `shapes.txt` of the previous shape point. prevShapeDistTraveled (?) The previous shape point's `shape_dist_traveled` value. prevShapePtSequence (?) The previous record's `shapes.shape_pt_sequence`. actualDistanceBetweenShapePoints (?) Actual distance traveled along the shape from the first shape point to the previous shape point.
"3831$D$2596$1$5" 423 5079.0 119 422 5079.0 118 0.10370940157270835
"3831$SCO$5008$10$29" 1364 7962.0 277 1363 7962.0 276 0.10370940157270835
"3831$SCO$5012$10$30" 1918 7972.0 276 1917 7972.0 275 0.10370940157270835
"3831$D$2595$1$3" 133 5763.0 131 132 5763.0 130 0.10370940157270835
"3831$TD4$5006$9$14" 7575 0.0 1 7574 0.0 0 0.42417564159020205
missing_recommended_file WARNING 1

missing_recommended_file

A recommended file is missing.

You can see more about this notice here.

filename (?) The name of the faulty file.
"feed_info.txt"
mixed_case_recommended_field WARNING 70

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 70 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.
"stops.txt" "stop_name" "PLACE LAMARTINE" 16
"stops.txt" "stop_name" "MARIE BRAY" 39
"stops.txt" "stop_name" "MARIE BRAY" 40
"stops.txt" "stop_name" "COLLEGE AUBRAC" 44
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 3
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 5
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 7
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 9
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 11
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 13
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 15
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 17
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 19
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 21
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 23
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 25
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 27
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 29
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 31
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 33
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 35
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 37
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 39
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 41
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 43
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 45
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 47
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 49
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 51
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 53
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 55
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 57
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 59
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 61
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 63
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 65
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 67
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 69
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 97
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 99
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 101
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 103
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 105
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 107
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 109
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 111
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 113
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 115
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 117
"trips.txt" "trip_headsign" "COLLEGE AUBRAC" 119
trip_distance_exceeds_shape_distance_below_threshold WARNING 40

trip_distance_exceeds_shape_distance_below_threshold

The distance between the last shape point and last stop point is greater than 0 but less than the 11.1m threshold.

You can see more about this notice here.

tripId (?) The faulty record's trip id. shapeId (?) The faulty record's shape id. maxTripDistanceTraveled (?) The faulty record's trip max distance traveled. maxShapeDistanceTraveled (?) The faulty record's shape max distance traveled. geoDistanceToShape (?) The distance in meters between the shape and the stop.
"2721" "3831$D$2598$1$6" 5300.0 5288.0 2.664225183926415
"2723" "3831$D$2597$1$4" 6340.0 6327.0 2.3360827070971104
"2725" "3831$D$2597$1$4" 6340.0 6327.0 2.3360827070971104
"2727" "3831$D$2597$1$4" 6340.0 6327.0 2.3360827070971104
"2729" "3831$D$2598$1$6" 5300.0 5288.0 2.664225183926415
"2731" "3831$D$2598$1$6" 5300.0 5288.0 2.664225183926415
"2733" "3831$D$2598$1$6" 5300.0 5288.0 2.664225183926415
"2735" "3831$D$2598$1$6" 5300.0 5288.0 2.664225183926415
"2737" "3831$D$2598$1$6" 5300.0 5288.0 2.664225183926415
"2739" "3831$D$2598$1$6" 5300.0 5288.0 2.664225183926415
"2741" "3831$D$2598$1$6" 5300.0 5288.0 2.664225183926415
"2743" "3831$D$2598$1$6" 5300.0 5288.0 2.664225183926415
"2745" "3831$D$2598$1$6" 5300.0 5288.0 2.664225183926415
"2747" "3831$D$2598$1$6" 5300.0 5288.0 2.664225183926415
"2748" "3831$DIM$5005$4$8" 7719.0 7717.0 2.0113370079615063
"2750" "3831$DIM$5005$4$8" 7719.0 7717.0 2.0113370079615063
"2752" "3831$DIM$5005$4$8" 7719.0 7717.0 2.0113370079615063
"2754" "3831$DIM$5005$4$8" 7719.0 7717.0 2.0113370079615063
"2764" "3831$SAM$5002$3$12" 7719.0 7717.0 2.0113370079615063
"2766" "3831$SAM$5003$3$10" 7719.0 7718.0 2.0113370079615063
"2768" "3831$SAM$5002$3$12" 7719.0 7717.0 2.0113370079615063
"2770" "3831$SAM$5003$3$10" 7719.0 7718.0 2.0113370079615063
"2772" "3831$SAM$5002$3$12" 7719.0 7717.0 2.0113370079615063
"2774" "3831$SAM$5003$3$10" 7719.0 7718.0 2.0113370079615063
"2776" "3831$SAM$5002$3$12" 7719.0 7717.0 2.0113370079615063
"2778" "3831$SAM$5003$3$10" 7719.0 7718.0 2.0113370079615063
"2780" "3831$SAM$5002$3$12" 7719.0 7717.0 2.0113370079615063
"2782" "3831$SAM$5003$3$10" 7719.0 7718.0 2.0113370079615063
"2784" "3831$SAM$5003$3$10" 7719.0 7718.0 2.0113370079615063
"2790" "3831$TD4$5006$9$14" 15639.0 15609.0 0.6047829123852877
"2791" "3831$TD4$5007$9$15" 15530.0 15510.0 3.030970043973237
"2793" "3831$TD4$5006$9$14" 15639.0 15609.0 0.6047829123852877
"2794" "3831$TD4$5007$9$15" 15530.0 15510.0 3.030970043973237
"2795" "3831$TD4$5006$9$14" 15639.0 15609.0 0.6047829123852877
"2796" "3831$TD4$5007$9$15" 15530.0 15510.0 3.030970043973237
"2797" "3831$TD4$5006$9$14" 15639.0 15609.0 0.6047829123852877
"2798" "3831$TD4$5007$9$15" 15530.0 15510.0 3.030970043973237
"2799" "3831$TD4$5007$9$15" 15530.0 15510.0 3.030970043973237
"2800" "3831$TD4$5006$9$14" 15639.0 15609.0 0.6047829123852877
"2801" "3831$TD4$5007$9$15" 15530.0 15510.0 3.030970043973237
unexpected_enum_value WARNING 1

unexpected_enum_value

An enum has an unexpected value.

You can see more about this notice here.

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" 11 "route_type" 715