cache-valley — Source Data Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-04-24T10:27:38Z,
for the dataset file:///shared/cache-valley_b15b16ed.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-04-20
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: 33
  • Routes: 15
  • Shapes: 28
  • Stops: 333
  • Trips: 674

Specification Compliance report

300 notices reported (0 errors, 297 warnings, 3 infos)

Notice Code Severity Total
equal_shape_distance_same_coordinates WARNING 19

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" 7218 10306.732177084386 99 7217 10306.732177084386 98
"30386" 7226 10565.05420821634 107 7225 10565.05420821634 106
"30386" 7227 10565.05420821634 108 7226 10565.05420821634 107
"30386" 7230 10599.260130136585 111 7229 10599.260130136585 110
"30386" 7235 10707.954542534486 116 7234 10707.954542534486 115
"30386" 7236 10707.954542534486 117 7235 10707.954542534486 116
"30386" 7242 10871.55592079478 123 7241 10871.55592079478 122
"30386" 7243 10871.55592079478 124 7242 10871.55592079478 123
"30386" 7247 10937.089236507074 128 7246 10937.089236507074 127
"30386" 7248 10937.089236507074 129 7247 10937.089236507074 128
"19792" 2905 1897.5457561623534 18 2904 1897.5457561623534 17
"30035" 6440 316.4389086848924 15 6439 316.4389086848924 14
"30035" 6442 318.10579974605366 17 6441 318.10579974605366 16
"30035" 6443 318.10579974605366 18 6442 318.10579974605366 17
"30035" 6447 375.69565723611476 22 6446 375.69565723611476 21
"30035" 6452 744.6091970862775 27 6451 744.6091970862775 26
"30035" 6458 900.4623677965488 33 6457 900.4623677965488 32
"30035" 6459 900.4623677965488 34 6458 900.4623677965488 33
"30035" 6464 989.5199881910461 39 6463 989.5199881910461 38
fast_travel_between_consecutive_stops WARNING 2

fast_travel_between_consecutive_stops

A transit vehicle moves too fast between two consecutive stops.

The speed threshold depends on route type:

Route type Description Threshold, km/h
0 Light rail 100
1 Subway 150
2 Rail 500
3 Bus 150
4 Ferry 80
5 Cable tram 30
6 Aerial lift 50
7 Funicular 50
11 Trolleybus 150
12 Monorail 150
- Unknown 200

You can see more about this notice here.

tripCsvRowNumber (?) The row number of the problematic trip. tripId (?) `trip_id` of the problematic trip. routeId (?) `route_id` of the problematic trip. speedKph (?) Travel speed (km/h). distanceKm (?) Distance between stops (km). csvRowNumber1 (?) The row number of the first stop time. stopSequence1 (?) `stop_sequence` of the first stop. stopId1 (?) `stop_id` of the first stop. stopName1 (?) `stop_name` of the first stop. departureTime1 (?) `departure_time` of the first stop. csvRowNumber2 (?) The row number of the second stop time. stopSequence2 (?) `stop_sequence` of the second stop. stopId2 (?) `stop_id` of the second stop. stopName2 (?) `stop_name` of the second stop. arrivalTime2 (?) `arrival_time` of the second stop.
623 "G1S_1550" "5722" 151.1243615034729 0.6296848395978037 15195 22 "7547678" "355 North Main" "16:27:00" 15196 23 "7547679" "55 North Main" "16:27:15"
521 "B1_0921" "5723" 163.99937202634348 0.6833307167764312 11911 23 "7606926" "150 East 442 North" "09:53:00" 11912 24 "7579425" "750 North Main St" "09:53:15"
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" 165 "stop_desc" "Distance Ed Bldg "
"stops.txt" 178 "stop_name" "941 North 600 West "
"stops.txt" 179 "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 197

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.

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

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
"trips.txt" "trip_headsign" "ROUTE 15 INBOUND" 156
"trips.txt" "trip_headsign" "ROUTE 15 INBOUND" 158
"trips.txt" "trip_headsign" "ROUTE 15 INBOUND" 160
"trips.txt" "trip_headsign" "ROUTE 15 INBOUND" 162
"trips.txt" "trip_headsign" "ROUTE 15 INBOUND" 164
"trips.txt" "trip_headsign" "ROUTE 15 INBOUND" 166
"trips.txt" "trip_headsign" "ROUTE 15 INBOUND" 168
"trips.txt" "trip_headsign" "ROUTE 15 INBOUND" 170
"trips.txt" "trip_headsign" "ROUTE 15 INBOUND" 172
"trips.txt" "trip_headsign" "ROUTE 15 INBOUND" 174
"trips.txt" "trip_headsign" "ROUTE 15 INBOUND" 176
"trips.txt" "trip_headsign" "ROUTE 15 INBOUND" 178
"trips.txt" "trip_headsign" "ROUTE 15 INBOUND" 180
"trips.txt" "trip_headsign" "ROUTE 15 INBOUND" 182
"trips.txt" "trip_headsign" "ROUTE 15 INBOUND" 184
"trips.txt" "trip_headsign" "ROUTE 15 INBOUND" 186
"trips.txt" "trip_headsign" "ROUTE 15 INBOUND" 188
"trips.txt" "trip_headsign" "ROUTE 15 INBOUND" 190
"trips.txt" "trip_headsign" "ROUTE 15 INBOUND" 192
"trips.txt" "trip_headsign" "ROUTE 15 INBOUND" 194
"trips.txt" "trip_headsign" "ROUTE 15 INBOUND" 196
"trips.txt" "trip_headsign" "ROUTE 15 INBOUND" 198
"trips.txt" "trip_headsign" "ROUTE 15 INBOUND" 200
"trips.txt" "trip_headsign" "ROUTE 15 INBOUND" 202
"trips.txt" "trip_headsign" "ROUTE 15 INBOUND" 204
"trips.txt" "trip_headsign" "ROUTE 15 INBOUND" 206
"trips.txt" "trip_headsign" "ROUTE 15 INBOUND" 208
"trips.txt" "trip_headsign" "ROUTE 15 INBOUND" 210
"trips.txt" "trip_headsign" "ROUTE 15 INBOUND" 212
"trips.txt" "trip_headsign" "ROUTE 15 INBOUND" 214
"trips.txt" "trip_headsign" "ROUTE 15 INBOUND" 216
"trips.txt" "trip_headsign" "ROUTE 15 INBOUND" 218
"trips.txt" "trip_headsign" "ROUTE 15 INBOUND" 220
"trips.txt" "trip_headsign" "ROUTE 15 INBOUND" 222
"trips.txt" "trip_headsign" "ROUTE 15 INBOUND" 224
"trips.txt" "trip_headsign" "BLUE LOOP" 516
"trips.txt" "trip_headsign" "BLUE LOOP" 517
"trips.txt" "trip_headsign" "BLUE LOOP" 518
"trips.txt" "trip_headsign" "BLUE LOOP" 519
"trips.txt" "trip_headsign" "BLUE LOOP" 520
"trips.txt" "trip_headsign" "BLUE LOOP" 521
"trips.txt" "trip_headsign" "BLUE LOOP" 522
"trips.txt" "trip_headsign" "BLUE LOOP" 523
"trips.txt" "trip_headsign" "BLUE LOOP" 524
"trips.txt" "trip_headsign" "BLUE LOOP" 525
"trips.txt" "trip_headsign" "BLUE LOOP" 526
"trips.txt" "trip_headsign" "BLUE LOOP" 527
"trips.txt" "trip_headsign" "BLUE LOOP" 528
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.
351 "19760" "5S_1030" 8732 "7581240" "380 East 2600 North, N Logan" [41.77993875843615,-111.8253206721471] 115.91473144434057
351 "19760" "5S_1030" 8733 "7581241" "2489 North 400 East, N Logan" [41.77847870978566,-111.82293585082292] 116.3472184665688
351 "19760" "5S_1030" 8734 "7507813" "2371 North 400 East, N Logan" [41.77652031397902,-111.82307383863827] 116.33250754051102
351 "19760" "5S_1030" 8736 "7581274" "2169 North 200 East, N Logan" [41.772405556238226,-111.82847134650994] 107.47524985097866
351 "19760" "5S_1030" 8737 "7581275" "1765 North 200 East, N Logan" [41.76453131334672,-111.82880800011056] 116.33668467306195
351 "19760" "5S_1030" 8738 "7581276" "1581 North 200 East" [41.761868346509196,-111.82891614628956] 116.22830581348605
351 "19760" "5S_1030" 8739 "7569966" "1365 North 200 East" [41.75723672304867,-111.82915950688523] 116.31654606725891
351 "19760" "5S_1030" 8740 "7569971" "1201 North 200 East" [41.75385793691956,-111.82922671398357] 115.8323223916731
351 "19760" "5S_1030" 8741 "7569968" "979 North 200 East" [41.7506894265266,-111.8293637727002] 116.19611888314591
351 "19760" "5S_1030" 8743 "7504862" "150 East 500 North - Route 2" [41.74090649141658,-111.83198975679696] 113.91509201901908
trip_distance_exceeds_shape_distance_below_threshold WARNING 62

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 62 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" "19035" 27187.770238172678 27187.770238172634 0.0
"15_0530_O" "19035" 27187.770238172678 27187.770238172634 0.0
"15_0600_O" "19035" 27187.770238172678 27187.770238172634 0.0
"15_0630_O" "19035" 27187.770238172678 27187.770238172634 0.0
"15_0700_O" "19035" 27187.770238172678 27187.770238172634 0.0
"15_0730_O" "19035" 27187.770238172678 27187.770238172634 0.0
"15_0800_O" "19035" 27187.770238172678 27187.770238172634 0.0
"15_0830_O" "19035" 27187.770238172678 27187.770238172634 0.0
"15_0900_O" "19035" 27187.770238172678 27187.770238172634 0.0
"15_0930_O" "19035" 27187.770238172678 27187.770238172634 0.0
"15_1000_O" "19035" 27187.770238172678 27187.770238172634 0.0
"15_1030_O" "19035" 27187.770238172678 27187.770238172634 0.0
"15_1100_O" "19035" 27187.770238172678 27187.770238172634 0.0
"15_1130_O" "19035" 27187.770238172678 27187.770238172634 0.0
"15_1200_O" "19035" 27187.770238172678 27187.770238172634 0.0
"15_1230_O" "19035" 27187.770238172678 27187.770238172634 0.0
"15_1300_O" "19035" 27187.770238172678 27187.770238172634 0.0
"15_1330_O" "19035" 27187.770238172678 27187.770238172634 0.0
"15_1400_O" "19035" 27187.770238172678 27187.770238172634 0.0
"15_1430_O" "19035" 27187.770238172678 27187.770238172634 0.0
"15_1500_O" "19035" 27187.770238172678 27187.770238172634 0.0
"15_1530_O" "19035" 27187.770238172678 27187.770238172634 0.0
"15_1600_O" "19035" 27187.770238172678 27187.770238172634 0.0
"15_1630_O" "19035" 27187.770238172678 27187.770238172634 0.0
"15_1700_O" "19035" 27187.770238172678 27187.770238172634 0.0
"15_1730_O" "19035" 27187.770238172678 27187.770238172634 0.0
"15_1800_O" "19035" 27187.770238172678 27187.770238172634 0.0
"15_1830_O" "19035" 27187.770238172678 27187.770238172634 0.0
"15_1900_O" "19035" 27187.770238172678 27187.770238172634 0.0
"15S_0930_O" "19035" 27187.770238172678 27187.770238172634 0.0
"15S_1100_O" "19035" 27187.770238172678 27187.770238172634 0.0
"15S_1230_O" "19035" 27187.770238172678 27187.770238172634 0.0
"15S_1400_O" "19035" 27187.770238172678 27187.770238172634 0.0
"15S_1530_O" "19035" 27187.770238172678 27187.770238172634 0.0
"15S_1700_O" "19035" 27187.770238172678 27187.770238172634 0.0
"16_1625_O" "27490" 55460.077766420254 55460.06732973549 0.0
"16_1725_O" "27490" 55460.077766420254 55460.06732973549 0.0
"1S_1030" "19748" 9858.084842763517 9858.074872737145 0.0
"1S_1130" "19748" 9858.084842763517 9858.074872737145 0.0
"1S_1230" "19748" 9858.084842763517 9858.074872737145 0.0
"1S_1330" "19748" 9858.084842763517 9858.074872737145 0.0
"1S_1430" "19748" 9858.084842763517 9858.074872737145 0.0
"1S_1530" "19748" 9858.084842763517 9858.074872737145 0.0
"1S_1630" "19748" 9858.084842763517 9858.074872737145 0.0
"1S_1730" "19748" 9858.084842763517 9858.074872737145 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
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"