university-of-iowa-cambus — Source Data Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 8.0.1 at 2026-07-25T05:11:58Z,
for the dataset file:///shared/university-of-iowa-cambus_8328cfad.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
GMV Syncromatics
Feed Email:
support@gmvsync.com
Feed Language:
English
Feed Start Date:
2026-07-10
Feed End Date:
2026-08-21

Files included


  1. agency.txt
  2. calendar.txt
  3. calendar_attributes.txt
  4. directions.txt
  5. feed_info.txt
  6. realtime_routes.txt
  7. routes.txt
  8. shapes.txt
  9. stop_times.txt
  10. stops.txt
  11. trips.txt

Counts


  • Agencies: 1
  • Blocks: 27
  • Routes: 20
  • Shapes: 12
  • Stops: 116
  • Trips: 407

Specification Compliance report

52 notices reported (0 errors, 49 warnings, 3 infos)

Notice Code Severity Total
equal_shape_distance_same_coordinates WARNING 1

equal_shape_distance_same_coordinates

Two consecutive points have equal shape_dist_traveled and the same lat/lon coordinates in shapes.txt.

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 the same coordinates indicate a duplicative shape point.

You can see more about this notice here.

shapeId (?) The id of the faulty shape. csvRowNumber (?) The row number from `shapes.txt`. shapeDistTraveled (?) Actual distance traveled along the shape from the first shape point to the faulty record. shapePtSequence (?) The faulty record's `shapes.shape_pt_sequence`. prevCsvRowNumber (?) The row number from `shapes.txt` of the previous shape point. prevShapeDistTraveled (?) Actual distance traveled along the shape from the first shape point to the previous shape point. prevShapePtSequence (?) The previous record's `shapes.shape_pt_sequence`.
"13068" 730 6054.017665369731 242 729 6054.017665369731 241
feed_expiration_date30_days WARNING 1

feed_expiration_date30_days

Dataset should cover at least the next 30 days of service.

At any time, the GTFS dataset should cover at least the next 30 days of service, and ideally for as long as the operator is confident that the schedule will continue to be operated.

You can see more about this notice here.

csvRowNumber (?) The row number of the faulty record. currentDate (?) Current date (YYYYMMDD format). feedEndDate (?) Feed end date (YYYYMMDD format). suggestedExpirationDate (?) Suggested expiration date (YYYYMMDD format).
2 "20260725" "20260821" "20260824"
leading_or_trailing_whitespaces WARNING 1

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.
"stops.txt" 82 "stop_name" "East Lot "
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.
"routes.txt" "route_desc" "looping residence halls" 21
route_long_name_contains_short_name WARNING 17

route_long_name_contains_short_name

Long name should not contain short name for a single route.

In routes.txt, route_long_name should not contain the value for route_short_name, because when both are provided, they are often combined by transit applications. Note that only one of the two fields is required. If there is no short name used for a route, use route_long_name only.

Good examples:

route_short_name/route_long_name Dataset
"N"/"Judah" Muni San Fransisco
"6"/"ML King Jr Blvd" Trimet Portland Streetcar
"55"/"Boulevard Saint Laurent" STM Montreal
"1"/"Rangiora/Cashmere" Metro Christchurch

Bad examples:

route_short_name/route_long_name
"604"/"604"
"14"/"Route 14"
"2"/"Route 2: Bellows Falls In-Town"

You can see more about this notice here.

routeId (?) The id of the faulty record. csvRowNumber (?) The row number of the faulty record. routeShortName (?) The faulty record's `route_short_name`. routeLongName (?) The faulty record's `route_long_name`.
"2332" 2 "32" "32 Blue Route"
"2365" 3 "35" "35 Interdorm"
"2366" 4 "36" "36 East Dorm Shuttle"
"2368" 5 "52" "52 Finkbine-Pentacrest"
"2369" 6 "31" "31 Red Route"
"2370" 7 "34" "34 Research Park"
"2372" 8 "43" "43 Hawkeye Interdorm"
"2373" 9 "41" "41 Hawk Lot-Hospital"
"2377" 10 "54" "54 Hancher-Newton Rd."
"2379" 11 "53" "53 VA Loop Shuttle"
"2432" 12 "51" "51 Hospital-Finkbine/Arena"
"2433" 13 "42" "42 Hawkeye-Pentacrest"
"4799" 15 "Finkbine-WCTC" "Finkbine-WCTC"
"4800" 16 "Arena-WCTC" "Arena-WCTC"
"5473" 18 "32M" "32M Blue Route"
"5474" 19 "31M" "31M Red Route"
"5599" 20 "32F Blue Route" "32F Blue Route Football"
route_short_name_too_long WARNING 4

route_short_name_too_long

Short name of a route is too long (more than 12 characters).

You can see more about this notice here.

routeId (?) The id of the faulty record. csvRowNumber (?) The row number of the faulty record. routeShortName (?) The faulty record's `route_short_name`.
"2634" 14 "Westside Move-In"
"4799" 15 "Finkbine-WCTC"
"5394" 17 "Eastside Move-In"
"5599" 20 "32F Blue Route"
stop_without_stop_time WARNING 24

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 "10192344" "Park Rd/North RIverside"
6 "10968591" "IMU Madison & Jefferson"
7 "11617796" "Health Sciences West"
8 "12157049" "Burlington & Madison EB"
9 "12161128" "Newman Center"
11 "2533933" "Softball Complex"
33 "2533960" "Mayflower Hall"
50 "2533990" "Health Sciences East"
85 "2578168" "Health Sciences West"
90 "4119600" "Clinton & Market West"
91 "4119601" "IMU Madison & Jefferson"
92 "5113279" "Burlington & Madison WB"
93 "5249621" "NB Dubuque & Davenport"
94 "5249622" "NB Dubuque & Church"
95 "5250915" "SB Dubuque & Church"
96 "5250916" "SB Dubuque & Davenport"
108 "6105226" "Carver South"
109 "6406941" "Melrose Ave & Golfview Ave"
110 "6406943" "Melrose Ave & Sunset St"
112 "6406945" "Melrose Ave & Westgate St"
113 "6406946" "Melrose Ave & Macbride Rd"
114 "6406947" "Melrose Ave & Finkbine Ln"
116 "7089378" "Hancher West Football Saturdays"
117 "9241411" "Burlington/Madison WB"
unknown_file INFO 3

unknown_file

A file is unknown.

You can see more about this notice here.

filename (?) The name of the unknown file.
"calendar_attributes.txt"
"realtime_routes.txt"
"directions.txt"