axo — Source Data Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 8.0.1 at 2026-08-08T07:57:20Z,
for the dataset file:///shared/axo_9c30c5fc.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. routes.txt
  5. shapes.txt
  6. stop_times.txt
  7. stops.txt
  8. transfers.txt
  9. trips.txt

Counts


  • Agencies: 1
  • Blocks: 0
  • Routes: 25
  • Shapes: 73
  • Stops: 271
  • Trips: 1645

Specification Compliance report

763 notices reported (0 errors, 756 warnings, 7 infos)

Notice Code Severity Total
equal_shape_distance_diff_coordinates_distance_below_threshold WARNING 9

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.
"4090$SCO9$LSCO9P7$10$5" 4860 6571.0 325 4859 6571.0 324 0.08649792495228957
"4090$C2$LC2P58$4$46" 22451 5552.0 210 22450 5552.0 209 0.017294999785024655
"4090$SCO2$LSCO2P4$11$1" 6322 4457.0 173 6321 4457.0 172 0.017316523605205907
"4090$E$LEP3$6$73" 26205 13510.0 629 26204 13510.0 628 0.4255888520831719
"4090$S5$LS5P2$22$57" 17443 0.0 1 17442 0.0 0 0.0346041206731942
"4090$S1$LS1P2$20$48" 15957 6492.0 251 15956 6492.0 250 0.44988782503436664
"4090$C2$LC2P56$4$45" 21891 5552.0 210 21890 5552.0 209 0.017294999785024655
"4090$D$LDP5$5$80" 25258 0.0 1 25257 0.0 0 0.0865559373524305
"4090$SCO7$LSCO7P5$9$8" 27959 2742.0 150 27958 2742.0 149 0.017301587272345154
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"
route_long_name_contains_short_name WARNING 10

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`.
"CREV" 16 "CREV" "CREV"
"SCO1" 18 "SCO1" "SCO1"
"SCO2" 19 "SCO2" "SCO2"
"SCO3" 20 "SCO3" "SCO3"
"SCO4" 21 "SCO4" "SCO4"
"SCO5" 22 "SCO5" "SCO5"
"SCO6" 23 "SCO6" "SCO6"
"SCO7" 24 "SCO7" "SCO7"
"SCO8" 25 "SCO8" "SCO8"
"SCO9" 26 "SCO9" "SCO9"
stop_without_stop_time WARNING 3

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.
246 "svmfete1" "Pôle Louise Michel"
247 "svmmich1" "Le Grand Pressoir"
248 "svmmich2" "Le Grand Pressoir"
trip_coverage_not_active_for_next7_days WARNING 1

trip_coverage_not_active_for_next7_days

Trips data should be valid for at least the next seven days.

This notice is triggered if the date range where a significant number of trips are running ends in less than 7 days.

You can see more about this notice here.

currentDate (?) Current date (YYYYMMDD format). serviceWindowStartDate (?) The start date of the majority service window. serviceWindowEndDate (?) The end date of the majority service window.
"20260808" "20260824" "20261231"
trip_distance_exceeds_shape_distance_below_threshold WARNING 732

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 732 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.
"11003" "4090$C1$LC1P63$3$65" 13350.0 13336.0 3.7650156477307473
"11004" "4090$C2$LC2P56$4$45" 12185.0 12159.0 3.7650156477307473
"11006" "4090$C1$LC1P63$3$65" 13350.0 13336.0 3.7650156477307473
"11007" "4090$C2$LC2P56$4$45" 12185.0 12159.0 3.7650156477307473
"11008" "4090$C1$LC1P63$3$65" 13350.0 13336.0 3.7650156477307473
"11010" "4090$C2$LC2P56$4$45" 12185.0 12159.0 3.7650156477307473
"11011" "4090$C1$LC1P63$3$65" 13350.0 13336.0 3.7650156477307473
"11014" "4090$C2$LC2P56$4$45" 12185.0 12159.0 3.7650156477307473
"11016" "4090$C1$LC1P63$3$65" 13350.0 13336.0 3.7650156477307473
"11018" "4090$C2$LC2P56$4$45" 12185.0 12159.0 3.7650156477307473
"11019" "4090$C1$LC1P63$3$65" 13350.0 13336.0 3.7650156477307473
"11022" "4090$C2$LC2P56$4$45" 12185.0 12159.0 3.7650156477307473
"11024" "4090$C1$LC1P63$3$65" 13350.0 13336.0 3.7650156477307473
"11026" "4090$C2$LC2P56$4$45" 12185.0 12159.0 3.7650156477307473
"11027" "4090$C1$LC1P63$3$65" 13350.0 13336.0 3.7650156477307473
"11029" "4090$C2$LC2P56$4$45" 12185.0 12159.0 3.7650156477307473
"11030" "4090$C1$LC1P63$3$65" 13350.0 13336.0 3.7650156477307473
"11031" "4090$C2$LC2P56$4$45" 12185.0 12159.0 3.7650156477307473
"11032" "4090$C1$LC1P63$3$65" 13350.0 13336.0 3.7650156477307473
"11034" "4090$C2$LC2P56$4$45" 12185.0 12159.0 3.7650156477307473
"11035" "4090$C1$LC1P63$3$65" 13350.0 13336.0 3.7650156477307473
"11036" "4090$C2$LC2P56$4$45" 12185.0 12159.0 3.7650156477307473
"11038" "4090$C1$LC1P63$3$65" 13350.0 13336.0 3.7650156477307473
"11039" "4090$C2$LC2P56$4$45" 12185.0 12159.0 3.7650156477307473
"11040" "4090$C1$LC1P63$3$65" 13350.0 13336.0 3.7650156477307473
"11041" "4090$C2$LC2P56$4$45" 12185.0 12159.0 3.7650156477307473
"11043" "4090$C1$LC1P63$3$65" 13350.0 13336.0 3.7650156477307473
"11044" "4090$C2$LC2P56$4$45" 12185.0 12159.0 3.7650156477307473
"11045" "4090$C1$LC1P63$3$65" 13350.0 13336.0 3.7650156477307473
"11046" "4090$C2$LC2P56$4$45" 12185.0 12159.0 3.7650156477307473
"11048" "4090$C1$LC1P63$3$65" 13350.0 13336.0 3.7650156477307473
"11049" "4090$C2$LC2P56$4$45" 12185.0 12159.0 3.7650156477307473
"11050" "4090$C1$LC1P63$3$65" 13350.0 13336.0 3.7650156477307473
"11051" "4090$C2$LC2P56$4$45" 12185.0 12159.0 3.7650156477307473
"11053" "4090$C1$LC1P63$3$65" 13350.0 13336.0 3.7650156477307473
"11054" "4090$C2$LC2P56$4$45" 12185.0 12159.0 3.7650156477307473
"11055" "4090$C1$LC1P63$3$65" 13350.0 13336.0 3.7650156477307473
"11056" "4090$C2$LC2P56$4$45" 12185.0 12159.0 3.7650156477307473
"11058" "4090$C1$LC1P63$3$65" 13350.0 13336.0 3.7650156477307473
"11059" "4090$C2$LC2P56$4$45" 12185.0 12159.0 3.7650156477307473
"11060" "4090$C1$LC1P63$3$65" 13350.0 13336.0 3.7650156477307473
"11062" "4090$C2$LC2P56$4$45" 12185.0 12159.0 3.7650156477307473
"11065" "4090$C1$LC1P63$3$65" 13350.0 13336.0 3.7650156477307473
"11067" "4090$C2$LC2P56$4$45" 12185.0 12159.0 3.7650156477307473
"11068" "4090$C1$LC1P63$3$65" 13350.0 13336.0 3.7650156477307473
"11070" "4090$C2$LC2P56$4$45" 12185.0 12159.0 3.7650156477307473
"11073" "4090$C1$LC1P63$3$65" 13350.0 13336.0 3.7650156477307473
"11075" "4090$C2$LC2P56$4$45" 12185.0 12159.0 3.7650156477307473
"11076" "4090$C1$LC1P63$3$65" 13350.0 13336.0 3.7650156477307473
"11078" "4090$C2$LC2P56$4$45" 12185.0 12159.0 3.7650156477307473
big_gap_in_service INFO 7

big_gap_in_service

A service has a gap of more than 13 days between active service dates.

You can see more about this notice here.

serviceId (?) The service_id that has the gap. gapStartDate (?) The first day of the gap. gapEndDate (?) The last day of the gap. gapDurationDays (?) The number of days in the gap.
"AutoGen_2" "2026-10-16" "2026-11-02" 16
"AutoGen_1" "2026-10-16" "2026-11-02" 16
"AutoGen_3" "2026-10-14" "2026-11-04" 20
"AutoGen_6" "2026-08-31" "2026-10-19" 48
"AutoGen_6" "2026-10-30" "2026-12-21" 51
"AutoGen_7" "2026-08-26" "2026-10-21" 55
"AutoGen_7" "2026-10-28" "2026-12-23" 55