GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2025-12-05T20:57:33Z,
for the dataset file:///shared/go-como.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
ETA Transit Systems
Publisher URL:
https://etatransit.com
Feed Email:
N/A
Feed Language:
English
Feed Start Date:
2024-06-28
Feed End Date:
2026-12-30

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. frequencies.txt
  8. routes.txt
  9. shapes.txt
  10. stop_times.txt
  11. stops.txt
  12. transfers.txt
  13. trips.txt

Counts


  • Agencies: 1
  • Blocks: 29
  • Routes: 17
  • Shapes: 28
  • Stops: 282
  • Trips: 354

Specification Compliance report

37 notices reported (0 errors, 34 warnings, 3 infos)

Notice Code Severity Total
leading_or_trailing_whitespaces WARNING 6

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.

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" 350 "shape_id" "South Hotel "
"trips.txt" 351 "shape_id" "South Hotel "
"trips.txt" 352 "shape_id" "Pre Northeast Hotel "
"trips.txt" 353 "shape_id" "Pre Northeast Hotel "
"trips.txt" 354 "shape_id" " East Hotel"
"trips.txt" 355 "shape_id" " East Hotel"
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 1

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" "MIZZOU GO TIGERS" 265
stop_too_far_from_shape_using_user_distance WARNING 1

stop_too_far_from_shape_using_user_distance

Stop time too far from shape.

A stop time entry that is a large distance away from the location of the shape in shapes.txt as defined by shape_dist_traveled values.

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.
249 "Hearnes Loop All day" "4741744029360947" 4825 "3553" "Virginia Avenue MOI" [38.9375226518511,-92.3238256817653] 180.26515765542266
stop_without_stop_time WARNING 25

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.
2 "2490" "Memorial Baptist Church / Paris Rd (Westbound)"
3 "2676" "Whitegate Drive & Sylvan Lane"
4 "2734" "Paris Road & Wilkes Boulevard"
5 "2784" "W Broadway & Garth Ave"
6 "2863" "Walnut St & 8th St"
8 "3279" "Hospital Drive at the University Hospital"
9 "3288" "Fifth Street / Walnut Street"
10 "3289" "Walnut Street / Seventh Street"
11 "3398" "Hitt Street & Ellis Fischel Hospital"
12 "3405" "Shiloh Bar & Grill"
14 "3411" "Baymont Inn & Staybridge Inn"
15 "3413" "Clark Lane and Super 8"
17 "3417" "Courtyard Marriott - Lemone Industrial Dr"
20 "3422" "Comfort Inn"
21 "3423" "Business Loop 70 West at Days Inn"
24 "3501" "Gateway Residence Hall"
25 "3504" "East Broadway and Ripley Street"
26 "3517" "Columbia Mall"
27 "3521" "Old 63"
28 "3522" "Fire in the Sky rider drop-off"
30 "3536" "Holiday Inn East"
165 "2493" "Rangeline St & Big Bear Blvd"
257 "3498" "Hiit St"
258 "3408" "Harpo's Bar & Grill"
259 "3406" "Flatbranch Pub"
unknown_column INFO 3

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.
"calendar.txt" "service_name" 11
"trips.txt" "block_service_id" 11
"trips.txt" "block_name" 12