mountain-line-az — Source Data Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 8.0.1 at 2026-08-08T10:21:08Z,
for the dataset file:///shared/mountain-line-az_8317cb59.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-08-06
Feed End Date:
2026-08-24

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: 62
  • Routes: 9
  • Shapes: 14
  • Stops: 180
  • Trips: 1436

Specification Compliance report

35 notices reported (0 errors, 32 warnings, 3 infos)

Notice Code Severity Total
equal_shape_distance_same_coordinates WARNING 9

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`.
"22857" 9 833.5241796115844 7 8 833.5241796115844 6
"27107" 586 11489.603210730344 186 585 11489.603210730344 185
"31470" 1559 3843.8064405987593 43 1558 3843.8064405987593 42
"31470" 1601 9308.679041237594 85 1600 9308.679041237594 84
"31470" 1614 10203.879446908555 98 1613 10203.879446908555 97
"22982" 334 2040.2632523982631 20 333 2040.2632523982631 19
"27936" 638 2163.4531772848645 35 637 2163.4531772848645 34
"22865" 240 5773.108762474767 89 239 5773.108762474767 88
"30156" 1342 659.6802394808519 8 1341 659.6802394808519 7
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 "20260808" "20260824" "20260907"
leading_or_trailing_whitespaces WARNING 5

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" 6 "stop_name" "Rt. 66 / Northwestern St. (Wildwood Hills) "
"stops.txt" 14 "stop_name" "N. 89 (Sacred Peaks Access) "
"routes.txt" 5 "route_long_name" "Route 05 - Orange "
"routes.txt" 7 "route_long_name" "Route 07 - Purple "
"routes.txt" 8 "route_long_name" "Route 10 - Maroon "
stop_too_far_from_shape_using_user_distance WARNING 7

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.
12 "27938" "Fri_0tj6lna" 216 "9189345" "Fourth / Cedar SB" [35.2179738245651,-111.61403562465175] 196.73070579356968
19 "27936" "Fri_1hkhb5y" 368 "9164684" "Beaver (FMC) SB" [35.209573780884696,-111.64488380905377] 100.49193219281241
19 "27936" "Fri_1hkhb5y" 369 "9164685" "Beaver / Hunt" [35.205372406071156,-111.64680749020403] 100.48034782203703
19 "27936" "Fri_1hkhb5y" 370 "9164686" "Beaver / Birch" [35.20070055535605,-111.64897841514197] 100.41668505454122
5 "29271" "Fri_08jpyb4" 77 "9165110" "Butler / Elden WB" [35.19152537667248,-111.64472381256762] 288.61988951105377
5 "29271" "Fri_08jpyb4" 78 "9165111" "Butler / San Francisco WB" [35.192700465632186,-111.64753467972663] 263.74605123215605
5 "29271" "Fri_08jpyb4" 79 "9164687" "Downtown Connection Center" [35.195071421888386,-111.65400914980864] 286.0664280544575
stop_without_stop_time WARNING 1

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.
10 "10988570" "McAllister Ranch Rd./ Alvan Clark Blvd. (Atlas Timber Sky)"
trip_distance_exceeds_shape_distance_below_threshold WARNING 9

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.

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.
"Fri_932v4pg" "27107" 12269.89590774264 12267.316327815344 0.0
"Fri_ddlg8dz" "27107" 12269.89590774264 12267.316327815344 0.0
"Fri_sflo2m8" "22865" 11462.694632626195 11461.410293171397 0.0
"Fri_ycyxvxv" "22865" 11462.694632626195 11461.410293171397 0.0
"M-Th_1c3i5fw" "22865" 11462.694632626195 11461.410293171397 0.0
"M-Th_eeg5f72" "27107" 12269.89590774264 12267.316327815344 0.0
"M-Th_fwpcig1" "22865" 11462.694632626195 11461.410293171397 0.0
"M-Th_h1agysz" "27107" 12269.89590774264 12267.316327815344 0.0
"M-Th_ydr13of" "22865" 11462.694632626195 11461.410293171397 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"