f-hinton-ca — Source Data Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 8.0.1 at 2026-08-01T23:26:55Z,
for the dataset file:///shared/f-hinton-ca_56780e79.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
N/A
Publisher URL:
N/A
Feed Email:
N/A
Feed Language:
N/A

Files included


  1. agency.txt
  2. calendar.txt
  3. calendar_dates.txt
  4. frequencies.txt
  5. routes.txt
  6. shapes.txt
  7. stop_times.txt
  8. stops.txt
  9. trips.txt

Counts


  • Agencies: 1
  • Blocks: 0
  • Routes: 2
  • Shapes: 2
  • Stops: 33
  • Trips: 4

Specification Compliance report

30 notices reported (0 errors, 28 warnings, 2 infos)

Notice Code Severity Total
equal_shape_distance_diff_coordinates_distance_below_threshold WARNING 2

equal_shape_distance_diff_coordinates_distance_below_threshold

Two consecutive points have equal shape_dist_traveled and different lat/lon coordinates in shapes.txt and the distance between the two points is greater than 0 but less than 1.11m.

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 small difference of coordinates (greater than 0 but less than 1.11 m distance) result in a warning.

You can see more about this notice here.

shapeId (?) The id of the faulty shape. csvRowNumber (?) The row number from `shapes.txt`. shapeDistTraveled (?) The faulty record's `shape_dist_traveled` value. shapePtSequence (?) The faulty record's `shapes.shape_pt_sequence`. prevCsvRowNumber (?) The row number from `shapes.txt` of the previous shape point. prevShapeDistTraveled (?) The previous shape point's `shape_dist_traveled` value. prevShapePtSequence (?) The previous record's `shapes.shape_pt_sequence`. actualDistanceBetweenShapePoints (?) Actual distance traveled along the shape from the first shape point to the previous shape point.
"B_shp" 712 7043.5 636 711 7043.5 635 0.0011119511293433693
"A_shp" 128 3111.2 127 127 3111.2 126 0.006718925459902299
equal_shape_distance_same_coordinates WARNING 24

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`.
"B_shp" 456 952.2 280 455 952.2 279
"B_shp" 463 1565.8 287 462 1565.8 286
"B_shp" 504 2117.9 328 503 2117.9 327
"B_shp" 516 2595.6 340 515 2595.6 339
"B_shp" 521 3006.6 345 520 3006.6 344
"B_shp" 548 3417.8 372 547 3417.8 371
"B_shp" 681 6696.9 605 680 6696.9 604
"B_shp" 714 7202.3 638 713 7202.3 637
"B_shp" 715 7202.3 639 714 7202.3 638
"B_shp" 770 8196.7 694 769 8196.7 693
"B_shp" 850 9873.6 774 849 9873.6 773
"B_shp" 883 10232.2 807 882 10232.2 806
"B_shp" 884 10232.2 808 883 10232.2 807
"B_shp" 935 10761.5 859 934 10761.5 858
"A_shp" 16 290.0 15 15 290.0 14
"A_shp" 25 965.0 24 24 965.0 23
"A_shp" 77 1489.3 76 76 1489.3 75
"A_shp" 120 2666.1 119 119 2666.1 118
"A_shp" 125 2981.3 124 124 2981.3 123
"A_shp" 162 3474.9 161 161 3474.9 160
"A_shp" 164 3512.9 163 163 3512.9 162
"A_shp" 165 3512.9 164 164 3512.9 163
"A_shp" 223 3882.9 222 222 3882.9 221
"A_shp" 397 17504.9 1008 396 17504.9 1007
missing_recommended_file WARNING 1

missing_recommended_file

A recommended file is missing.

You can see more about this notice here.

filename (?) The name of the faulty file.
"feed_info.txt"
stops_match_shape_out_of_order WARNING 1

stops_match_shape_out_of_order

Two stop entries are different than their arrival-departure order defined by shapes.txt.

This could indicate a problem with the location of the stops, the path of the shape, or the sequence of the stops for their trip.

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. stopTimeCsvRowNumber1 (?) The row number of the first faulty record from `stop_times.txt`. stopId1 (?) The id of the first stop that is referred to. stopName1 (?) The name of the first stop that is referred to. match1 (?) Latitude and longitude pair of the first matching location. stopTimeCsvRowNumber2 (?) The row number of the second faulty record from `stop_times.txt`. stopId2 (?) The id of the second stop that is referred to. stopName2 (?) The name of the second stop that is referred to. match2 (?) Latitude and longitude pair of the second matching location.
2 "A_shp" "EW" 6 "5" "Boutin Avenue and Maurer Drive" [53.42366107802431,-117.53678193473753] 5 "4" "Boutin Avenue and Drinnan Way" [53.4226471,-117.54059800000002]
service_extends_far_in_the_future INFO 2

service_extends_far_in_the_future

A service end date is more than 2 years in the future.

You can see more about this notice here.

serviceId (?) The service_id that ends far in the future. serviceWindowEndDate (?) The end date of the service (YYYY-MM-DD format).
"HIN" "2030-01-01"
"HINSAT" "2029-12-29"