GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-01-23T18:36:17Z,
for the dataset file:///shared/athens2.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
Athens-Clarke County Transit
Feed Email:
N/A
Feed Language:
English
Feed Start Date:
2026-01-20
Feed End Date:
2026-12-31

Files included


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

Counts


  • Agencies: 1
  • Blocks: 32
  • Routes: 18
  • Shapes: 45
  • Stops: 512
  • Trips: 918

Specification Compliance report

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

Notice Code Severity Total
leading_or_trailing_whitespaces WARNING 80

leading_or_trailing_whitespaces

The value in CSV file has leading or trailing whitespaces.

This notice is emitted for values protected with double quotes since whitespaces for non-protected values are trimmed automatically by CSV parser.

The validator strips whitespaces from protected values. We do not see any use case when such a whitespace may be needed. On the other hand, some real-world feeds use trailing whitespaces for some values and omit them for the others. This is causing the largest problem when a primary key and a foreign key differ just by a whitespace: it is clear that they are intended to be the same, that is why we always strip whitespaces.

You can see more about this notice here.

Only the first 50 of 80 affected records are displayed below.

filename (?) The name of the faulty file. csvRowNumber (?) The row of the faulty record. fieldName (?) Faulty record's field name. fieldValue (?) Faulty value.
"trips.txt" 680 "trip_headsign" "Epps Bridge via "
"trips.txt" 682 "trip_headsign" "Epps Bridge via "
"trips.txt" 684 "trip_headsign" "Epps Bridge via "
"trips.txt" 686 "trip_headsign" "Epps Bridge via "
"trips.txt" 688 "trip_headsign" "Epps Bridge via "
"trips.txt" 690 "trip_headsign" "Epps Bridge via "
"trips.txt" 692 "trip_headsign" "Epps Bridge via "
"trips.txt" 694 "trip_headsign" "Epps Bridge via "
"trips.txt" 696 "trip_headsign" "Epps Bridge via "
"trips.txt" 698 "trip_headsign" "Epps Bridge via "
"trips.txt" 700 "trip_headsign" "Epps Bridge via "
"trips.txt" 702 "trip_headsign" "Epps Bridge via "
"trips.txt" 704 "trip_headsign" "Epps Bridge via "
"trips.txt" 706 "trip_headsign" "Epps Bridge via "
"trips.txt" 708 "trip_headsign" "Epps Bridge via "
"trips.txt" 710 "trip_headsign" "Epps Bridge via "
"trips.txt" 712 "trip_headsign" "Epps Bridge via "
"trips.txt" 714 "trip_headsign" "Epps Bridge via "
"trips.txt" 716 "trip_headsign" "Epps Bridge via "
"trips.txt" 718 "trip_headsign" "Epps Bridge via "
"trips.txt" 720 "trip_headsign" "Epps Bridge via "
"trips.txt" 722 "trip_headsign" "Epps Bridge via "
"trips.txt" 724 "trip_headsign" "Epps Bridge via "
"trips.txt" 726 "trip_headsign" "Epps Bridge via "
"trips.txt" 728 "trip_headsign" "Epps Bridge via "
"trips.txt" 731 "trip_headsign" "MMTC via Prince "
"trips.txt" 733 "trip_headsign" "MMTC via Prince "
"trips.txt" 735 "trip_headsign" "MMTC via Prince "
"trips.txt" 737 "trip_headsign" "MMTC via Prince "
"trips.txt" 739 "trip_headsign" "MMTC via Prince "
"trips.txt" 741 "trip_headsign" "MMTC via Prince "
"trips.txt" 743 "trip_headsign" "MMTC via Prince "
"trips.txt" 745 "trip_headsign" "MMTC via Prince "
"trips.txt" 747 "trip_headsign" "MMTC via Prince "
"trips.txt" 749 "trip_headsign" "MMTC via Prince "
"trips.txt" 751 "trip_headsign" "MMTC via Prince "
"trips.txt" 753 "trip_headsign" "MMTC via Prince "
"trips.txt" 755 "trip_headsign" "MMTC via Prince "
"trips.txt" 757 "trip_headsign" "MMTC via Prince "
"trips.txt" 759 "trip_headsign" "MMTC via Prince "
"trips.txt" 761 "trip_headsign" "MMTC via Prince "
"trips.txt" 763 "trip_headsign" "MMTC via Prince "
"trips.txt" 765 "trip_headsign" "MMTC via Prince "
"trips.txt" 767 "trip_headsign" "MMTC via Prince "
"trips.txt" 769 "trip_headsign" "MMTC via Prince "
"trips.txt" 771 "trip_headsign" "MMTC via Prince "
"trips.txt" 773 "trip_headsign" "MMTC via Prince "
"trips.txt" 775 "trip_headsign" "MMTC via Prince "
"trips.txt" 777 "trip_headsign" "MMTC via Prince "
"trips.txt" 779 "trip_headsign" "MMTC via Prince "
missing_feed_contact_email_and_url WARNING 1

missing_feed_contact_email_and_url

Best Practices for feed_info.txt suggest providing at least one of feed_contact_email and feed_contact_url.

You can see more about this notice here.

csvRowNumber (?) The row number of the validated record.
2
mixed_case_recommended_field WARNING 3

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" "MLK and 3rd OB" 408
"stops.txt" "stop_name" "DFCS OB" 436
"stops.txt" "stop_name" "YMCA OB" 511