GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-05-05T02:07:26Z,
for the dataset file:///shared/cache-valley_12c6816e.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


  • CVTD Cache Valley Transit District

Feed Info


Publisher Name:
GMV Syncromatics
Feed Email:
support@gmvsync.com
Feed Language:
English
Feed Start Date:
2026-05-03
Feed End Date:
N/A

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: 23
  • Routes: 15
  • Shapes: 23
  • Stops: 334
  • Trips: 503

Specification Compliance report

111 notices reported (0 errors, 108 warnings, 3 infos)

Notice Code Severity Total
equal_shape_distance_same_coordinates WARNING 10

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`.
"30386" 3297 10306.732177084386 99 3296 10306.732177084386 98
"30386" 3305 10565.05420821634 107 3304 10565.05420821634 106
"30386" 3306 10565.05420821634 108 3305 10565.05420821634 107
"30386" 3309 10599.260130136585 111 3308 10599.260130136585 110
"30386" 3314 10707.954542534486 116 3313 10707.954542534486 115
"30386" 3315 10707.954542534486 117 3314 10707.954542534486 116
"30386" 3321 10871.55592079478 123 3320 10871.55592079478 122
"30386" 3322 10871.55592079478 124 3321 10871.55592079478 123
"30386" 3326 10937.089236507074 128 3325 10937.089236507074 127
"30386" 3327 10937.089236507074 129 3326 10937.089236507074 128
leading_or_trailing_whitespaces WARNING 4

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" 166 "stop_desc" "Distance Ed Bldg "
"stops.txt" 179 "stop_name" "941 North 600 West "
"stops.txt" 180 "stop_name" "675 North 600 West "
"routes.txt" 4 "route_desc" "Island, Wilson, Tabernacle "
missing_feed_info_date WARNING 1

missing_feed_info_date

One of feed_start_date or feed_end_date is specified, but not both.

Even though feed_info.start_date and feed_info.end_date are optional, if one field is provided the second one should also be provided.

You can see more about this notice here.

csvRowNumber (?) The row number of the faulty record. fieldName (?) Either `feed_end_date` or `feed_start_date`.
2 "feed_end_date"
missing_recommended_field WARNING 1

missing_recommended_field

A recommended field is missing.

The given field has no value in some input row, even though values are recommended.

You can see more about this notice here.

filename (?) The name of the faulty file. csvRowNumber (?) The row of the faulty record. fieldName (?) The name of the missing field.
"feed_info.txt" 2 "feed_end_date"
mixed_case_recommended_field WARNING 2

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_short_name" "16 PM" 10
"routes.txt" "route_short_name" "16 AM" 13
same_name_and_description_for_stop WARNING 1

same_name_and_description_for_stop

Same name and description for stop.

The GTFS spec defines stops.txt stop_description as:

Description of the location that provides useful, quality information. Do not simply duplicate the name of the location.

You can see more about this notice here.

csvRowNumber (?) The row number of the faulty record. stopId (?) The id of the faulty record. stopDesc (?) The faulty record's `stop_desc`.
4 "11053147" "649 North 200 West"
stop_too_far_from_shape_using_user_distance WARNING 10

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.
340 "19760" "5S_1030" 8447 "7581240" "380 East 2600 North, N Logan" [41.77993875843615,-111.8253206721471] 115.91473144434057
340 "19760" "5S_1030" 8448 "7581241" "2489 North 400 East, N Logan" [41.77847870978566,-111.82293585082292] 116.3472184665688
340 "19760" "5S_1030" 8449 "7507813" "2371 North 400 East, N Logan" [41.77652031397902,-111.82307383863827] 116.33250754051102
340 "19760" "5S_1030" 8451 "7581274" "2169 North 200 East, N Logan" [41.772405556238226,-111.82847134650994] 107.47524985097866
340 "19760" "5S_1030" 8452 "7581275" "1765 North 200 East, N Logan" [41.76453131334672,-111.82880800011056] 116.33668467306195
340 "19760" "5S_1030" 8453 "7581276" "1581 North 200 East" [41.761868346509196,-111.82891614628956] 116.22830581348605
340 "19760" "5S_1030" 8454 "7569966" "1365 North 200 East" [41.75723672304867,-111.82915950688523] 116.31654606725891
340 "19760" "5S_1030" 8455 "7569971" "1201 North 200 East" [41.75385793691956,-111.82922671398357] 115.8323223916731
340 "19760" "5S_1030" 8456 "7569968" "979 North 200 East" [41.7506894265266,-111.8293637727002] 116.19611888314591
340 "19760" "5S_1030" 8458 "7504862" "150 East 500 North - Route 2" [41.74090649141658,-111.83198975679696] 113.91509201901908
stop_without_stop_time WARNING 27

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.
19 "7511256" "100 E 1600 N"
21 "7518680" "181 East 400 North"
35 "7543013" "255 North 400 East"
36 "7543014" "351 East 200 North"
166 "7569074" "980 East 700 North"
167 "7569075" "890 North 1200 East"
189 "7569115" "1071 East 700 North"
190 "7569116" "903 East 700 North"
203 "7569921" "755 South Main"
250 "7573958" "150 East 500 North"
290 "7606913" "162 East 400 North"
291 "7606914" "432 East 400 North"
292 "7606915" "630 East 400 North"
294 "7606917" "977 North 600 East"
295 "7606918" "843 North 600 East"
296 "7606919" "1580 North 200 East"
297 "7606920" "105 East 1600 North"
301 "7606924" "735 North 600 East"
302 "7606925" "585 North 600 East"
303 "7606926" "150 East 442 North"
304 "7606945" "590 North 600 East"
305 "7606946" "710 North 600 East"
306 "7606947" "890 North 600 East"
307 "7606948" "640 East 1000 North"
308 "7606949" "720 East 1000 North"
312 "7606953" "393 East 400 North"
313 "7606955" "480 North Main"
trip_distance_exceeds_shape_distance_below_threshold WARNING 52

trip_distance_exceeds_shape_distance_below_threshold

The distance between the last shape point and last stop point is greater than 0 but less than the 11.1m threshold.

You can see more about this notice here.

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

tripId (?) The faulty record's trip id. shapeId (?) The faulty record's shape id. maxTripDistanceTraveled (?) The faulty record's trip max distance traveled. maxShapeDistanceTraveled (?) The faulty record's shape max distance traveled. geoDistanceToShape (?) The distance in meters between the shape and the stop.
"15_0500_O" "30654" 27285.298596769964 27285.29859676992 0.0
"15_0530_O" "30654" 27285.298596769964 27285.29859676992 0.0
"15_0600_O" "30654" 27285.298596769964 27285.29859676992 0.0
"15_0630_O" "30654" 27285.298596769964 27285.29859676992 0.0
"15_0700_O" "30654" 27285.298596769964 27285.29859676992 0.0
"15_0730_O" "30654" 27285.298596769964 27285.29859676992 0.0
"15_0800_O" "30654" 27285.298596769964 27285.29859676992 0.0
"15_0830_O" "30654" 27285.298596769964 27285.29859676992 0.0
"15_0900_O" "30654" 27285.298596769964 27285.29859676992 0.0
"15_0930_O" "30654" 27285.298596769964 27285.29859676992 0.0
"15_1000_O" "30654" 27285.298596769964 27285.29859676992 0.0
"15_1030_O" "30654" 27285.298596769964 27285.29859676992 0.0
"15_1100_O" "30654" 27285.298596769964 27285.29859676992 0.0
"15_1130_O" "30654" 27285.298596769964 27285.29859676992 0.0
"15_1200_O" "30654" 27285.298596769964 27285.29859676992 0.0
"15_1230_O" "30654" 27285.298596769964 27285.29859676992 0.0
"15_1300_O" "30654" 27285.298596769964 27285.29859676992 0.0
"15_1330_O" "30654" 27285.298596769964 27285.29859676992 0.0
"15_1400_O" "30654" 27285.298596769964 27285.29859676992 0.0
"15_1430_O" "30654" 27285.298596769964 27285.29859676992 0.0
"15_1500_O" "30654" 27285.298596769964 27285.29859676992 0.0
"15_1530_O" "30654" 27285.298596769964 27285.29859676992 0.0
"15_1600_O" "30654" 27285.298596769964 27285.29859676992 0.0
"15_1630_O" "30654" 27285.298596769964 27285.29859676992 0.0
"15_1700_O" "30654" 27285.298596769964 27285.29859676992 0.0
"15_1730_O" "30654" 27285.298596769964 27285.29859676992 0.0
"15_1800_O" "30654" 27285.298596769964 27285.29859676992 0.0
"15_1830_O" "30654" 27285.298596769964 27285.29859676992 0.0
"15_1900_O" "30654" 27285.298596769964 27285.29859676992 0.0
"15S_0930_O" "30654" 27285.298596769964 27285.29859676992 0.0
"15S_1100_O" "30654" 27285.298596769964 27285.29859676992 0.0
"15S_1230_O" "30654" 27285.298596769964 27285.29859676992 0.0
"15S_1400_O" "30654" 27285.298596769964 27285.29859676992 0.0
"15S_1530_O" "30654" 27285.298596769964 27285.29859676992 0.0
"15S_1700_O" "30654" 27285.298596769964 27285.29859676992 0.0
"6S_1012" "27006" 9608.697061559642 9608.683981024324 0.0
"6S_1100" "27006" 9608.697061559642 9608.683981024324 0.0
"6S_1200" "27006" 9608.697061559642 9608.683981024324 0.0
"6S_1300" "27006" 9608.697061559642 9608.683981024324 0.0
"6S_1400" "27006" 9608.697061559642 9608.683981024324 0.0
"6S_1500" "27006" 9608.697061559642 9608.683981024324 0.0
"6S_1600" "27006" 9608.697061559642 9608.683981024324 0.0
"6S_1700" "27006" 9608.697061559642 9608.683981024324 0.0
"6S_1800" "27006" 9608.697061559642 9608.683981024324 0.0
"7S_1030" "27001" 8508.423012522324 8508.298822717172 0.0
"7S_1130" "27001" 8508.423012522324 8508.298822717172 0.0
"7S_1230" "27001" 8508.423012522324 8508.298822717172 0.0
"7S_1330" "27001" 8508.423012522324 8508.298822717172 0.0
"7S_1430" "27001" 8508.423012522324 8508.298822717172 0.0
"7S_1530" "27001" 8508.423012522324 8508.298822717172 0.0
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"