GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 8.0.1 at 2026-06-19T17:15:37Z,
for the dataset file:///shared/dht-collierareatransit-cat_ec8b84c1.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: 20
  • Routes: 16
  • Shapes: 48
  • Stops: 1108
  • Trips: 687

Specification Compliance report

47 notices reported (0 errors, 41 warnings, 6 infos)

Notice Code Severity Total
equal_shape_distance_diff_coordinates_distance_below_threshold WARNING 3

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.
"121_693_678" 20129 113579.0 3058 20128 113579.0 3057 0.07783657091980756
"21_319_678" 11439 30898.0 809 11438 30898.0 808 0.07783657091980756
"21_235_678" 3684 20214.0 587 3683 20214.0 586 0.07783657091980756
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 33

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.
"stops.txt" "stop_name" "CAT OPS" 225
"stops.txt" "stop_name" "CAT OPS garage" 280
"stops.txt" "stop_name" "10th AVE N" 361
"stops.txt" "stop_name" "10th AVE N" 581
"stops.txt" "stop_name" "CAT OPS garage" 915
"stops.txt" "stop_name" "CAT OPS" 983
"trips.txt" "trip_headsign" "CAT OPS" 50
"trips.txt" "trip_headsign" "CAT OPS" 63
"trips.txt" "trip_headsign" "CAT OPS" 66
"trips.txt" "trip_headsign" "CAT OPS" 115
"trips.txt" "trip_headsign" "CAT OPS" 125
"trips.txt" "trip_headsign" "CAT OPS" 193
"trips.txt" "trip_headsign" "CAT OPS" 206
"trips.txt" "trip_headsign" "CAT OPS" 217
"trips.txt" "trip_headsign" "CAT OPS" 223
"trips.txt" "trip_headsign" "CAT OPS" 232
"trips.txt" "trip_headsign" "CAT OPS" 257
"trips.txt" "trip_headsign" "CAT OPS" 299
"trips.txt" "trip_headsign" "CAT OPS" 311
"trips.txt" "trip_headsign" "CAT OPS" 333
"trips.txt" "trip_headsign" "CAT OPS" 350
"trips.txt" "trip_headsign" "CAT OPS" 378
"trips.txt" "trip_headsign" "CAT OPS" 546
"trips.txt" "trip_headsign" "CAT OPS" 574
"trips.txt" "trip_headsign" "CAT OPS" 575
"trips.txt" "trip_headsign" "CAT OPS" 587
"trips.txt" "trip_headsign" "CAT OPS" 604
"trips.txt" "trip_headsign" "CAT OPS" 624
"trips.txt" "trip_headsign" "CAT OPS" 642
"trips.txt" "trip_headsign" "CAT OPS" 653
"trips.txt" "trip_headsign" "CAT OPS" 665
"trips.txt" "trip_headsign" "CAT OPS" 671
"trips.txt" "trip_headsign" "CAT OPS" 677
stop_without_stop_time WARNING 4

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.
280 "0:90001" "CAT OPS garage"
336 "0:1000" "Conner Park"
339 "0:1001" "Wiggins Pass Beach"
401 "0:1002" "Vanderbilt Beach"
trip_headsign_matches_intermediate_stop INFO 5

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.

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.
111 "SATSAT_4reodq9" "Super Walmart" "0:235" 16 "0:319"
207 "SATSAT_pm27m4j" "Super Walmart" "0:235" 16 "0:319"
450 "SUNSUN_skpitkr" "Super Walmart" "0:235" 16 "0:319"
471 "WeekdayWeekday_6zqoso2" "Super Walmart" "0:235" 16 "0:319"
611 "WeekdayWeekday_ryfsuqp" "Super Walmart" "0:235" 16 "0:319"
unknown_column INFO 1

unknown_column

A column name is unknown.

You can see more about this notice here.

filename (?) The name of the faulty file. fieldName (?) The name of the unknown column. index (?) The index of the faulty column.
"stops.txt" "vehicle_type" 10