GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2025-12-12T16:58:12Z,
for the dataset file:///shared/mountain-rides.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. fare_attributes.txt
  5. fare_rules.txt
  6. frequencies.txt
  7. routes.txt
  8. shapes.txt
  9. stop_times.txt
  10. stops.txt
  11. transfers.txt
  12. trips.txt

Counts


  • Agencies: 1
  • Blocks: 0
  • Routes: 8
  • Shapes: 14
  • Stops: 216
  • Trips: 36

Specification Compliance report

43 notices reported (0 errors, 43 warnings, 0 infos)

Notice Code Severity Total
equal_shape_distance_same_coordinates WARNING 3

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`.
"P_SBMF04" 2441 6215.388 28 2440 6215.388 27
"P_SBMF01" 2730 5284.962 36 2729 5284.962 35
"PSBALL" 2232 21171.27 94 2231 21171.27 93
expired_calendar WARNING 9

expired_calendar

Dataset should not contain date ranges for services that have already expired.

This warning takes into account the calendar_dates.txt file as well as the calendar.txt file.

You can see more about this notice here.

csvRowNumber (?) The row of the faulty record. serviceId (?) The service id of the faulty record.
2 "SUMMER"
3 "WINTER"
4 "SPRING"
5 "FALL"
6 "PEAK_MF"
7 "PEAK_SS"
8 "PEAK_SAT_A"
9 "YEARROUND"
10 "PEAK WINTER"
leading_or_trailing_whitespaces WARNING 1

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.
"routes.txt" 3 "route_desc" "The PEAK route provide services from Sun Valley to Bellevue through Ketchum and Hailey "
missing_recommended_field WARNING 3

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.
"fare_attributes.txt" 2 "agency_id"
"fare_attributes.txt" 3 "agency_id"
"fare_attributes.txt" 4 "agency_id"
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"
stop_without_stop_time WARNING 25

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.
20 "989" "West Ridge Condos E"
24 "995" "West Ridge Condos W"
25 "996" "Serenade Lane and 2nd Ave NW"
63 "1035" "Highlands S"
64 "1036" "The Bluffs E"
66 "1038" "Skyline Drive N"
70 "1043" "Cottonwoods E"
72 "1045" "Clarion Inn"
113 "1088" "2nd Ave and 6th St E"
114 "1089" "Evergreen SW"
115 "1090" "Rember Dr. W"
116 "1092" "Pennay's S"
117 "1093" "Snow Star Condos E"
118 "1095" "1st St and 3rd Ave S"
123 "1103" "1st St and 3rd Ave E"
124 "1104" "Snow Star Condos W"
125 "1105" "Pennay's N"
126 "1106" "Rember Dr. E"
127 "1107" "Bird and 5th"
186 "1166" "Thunder Springs"
187 "1167" "2nd Ave and 6th St S"
188 "1168" "Apples"
193 "1173" "Elkhorn Rd. and Hwy 75 Light SE"
195 "2772" "Elkhorn Rd & Village Way E"
217 "2854" "Tyrolean Lodge NE"
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.
"20251212" "20090102" "20100330"