GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-01-23T14:56:25Z,
for the dataset file:///shared/gainesville-rts.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


  • Regional Transit System

Feed Info


Publisher Name:
Regional Transit System
Publisher URL:
http://www.go-rts.com/
Feed Email:
walkerrt@cityofgainesville.org
Feed Language:
English
Feed Start Date:
2025-08-18
Feed End Date:
2026-05-03

Files included


  1. agency.txt
  2. calendar.txt
  3. calendar_dates.txt
  4. fare_attributes.txt
  5. fare_rules.txt
  6. feed_info.txt
  7. routes.txt
  8. shapes.txt
  9. stop_times.txt
  10. stops.txt
  11. trips.txt

Counts


  • Agencies: 1
  • Blocks: 151
  • Routes: 27
  • Shapes: 56
  • Stops: 971
  • Trips: 3419

Specification Compliance report

4 notices reported (2 errors, 0 warnings, 2 infos)

Notice Code Severity Total
block_trips_with_overlapping_stop_times ERROR 1

block_trips_with_overlapping_stop_times

Trips with the same block id have overlapping stop times.

You can see more about this notice here.

csvRowNumberA (?) The row number from `trips.txt` of the first faulty trip. tripIdA (?) The id of first faulty trip. serviceIdA (?) The service id of the first faulty trip. csvRowNumberB (?) The row number from `trips.txt` of the second faulty trip. tripIdB (?) The id of the other faulty trip. serviceIdB (?) The service id of the other faulty trip. blockId (?) The `trips.block_id` of the overlapping trip. intersection (?) The overlapping period.
1957 "Weekday-Weekday-20-A-IB-0906-72a2a20" "Weekday" 2022 "Weekday-Weekday-20-A-OB-0930-98113d8" "Weekday" "10204" "20250818"
foreign_key_violation ERROR 1

foreign_key_violation

Wrong foreign key.

A foreign key references the primary key of another file. A foreign key violation means that the foreign key referenced from a given row (the child file) cannot be found in the corresponding file (the parent file). The Foreign keys are defined in the specification under "Type" for each file.

You can see more about this notice here.

childFilename (?) The name of the file from which reference is made. childFieldName (?) The name of the field that makes reference. parentFilename (?) The name of the file that is referred to. parentFieldName (?) The name of the field that is referred to. fieldValue (?) The faulty record's value. csvRowNumber (?) The row of the faulty record.
"fare_rules.txt" "route_id" "routes.txt" "route_id" "78" 27
unknown_column INFO 2

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.
"trips.txt" "trip_headsign_code" 7
"stop_times.txt" "stop_headsign_code" 10