GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2025-12-12T18:39:53Z,
for the dataset file:///shared/reds-meadow-shuttle.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
Trillium Solutions, Inc.
Feed Email:
support+test+easternsierra-ca-us@trilliumtransit.com
Feed Language:
English
Feed Start Date:
2025-04-28
Feed End Date:
2025-12-31

Files included


  1. agency.txt
  2. calendar.txt
  3. calendar_dates.txt
  4. fare_attributes.txt
  5. fare_rules.txt
  6. feed_info.txt
  7. routes.txt
  8. shapes.txt
  9. stop_times.txt
  10. stops.txt
  11. trips.txt

Counts


  • Agencies: 1
  • Blocks: 22
  • Routes: 12
  • Shapes: 31
  • Stops: 190
  • Trips: 543

Specification Compliance report

106 notices reported (0 errors, 74 warnings, 32 infos)

Notice Code Severity Total
expired_calendar WARNING 8

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 "c_71232_b_84673_d_8"
3 "c_71231_b_84670_d_96"
4 "c_71231_b_84669_d_96"
5 "c_70523_b_84672_d_127"
6 "c_70523_b_84671_d_127"
9 "c_4823_b_84646_d_127"
10 "c_3153_b_84645_d_112"
17 "c_1992_b_83557_d_127"
fast_travel_between_consecutive_stops WARNING 1

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.
335 "t_495109_b_17222_tn_0" "562" 272.04495147183496 27.204495147183497 593 6 "20254" "Olancha - Mobile, 105 US 395" "10:20:00" 594 7 "20503" "Coso Junction" "10:25:00"
fast_travel_between_far_stops WARNING 1

fast_travel_between_far_stops

A transit vehicle moves too fast between two far stops.

Two stops are considered "far" if they are more than 10 km apart. This normally indicates a more serious problem than too fast travel between consecutive stops.

The speed threshold depends on route type and are the same as fast_travel_between_consecutive_stops.

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.
335 "t_495109_b_17222_tn_0" "562" 272.04495147183496 27.204495147183497 593 6 "20254" "Olancha - Mobile, 105 US 395" "10:20:00" 594 7 "20503" "Coso Junction" "10:25:00"
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 "20251212" "20251231" "20260111"
route_color_contrast WARNING 1

route_color_contrast

Insufficient route color contrast.

A route's color and route_text_color should be contrasting.

You can see more about this notice here.

routeId (?) The id of the faulty record. csvRowNumber (?) The row number of the faulty record. routeColor (?) The faulty record's HTML route color. routeTextColor (?) The faulty record's HTML route text color.
"5014" 13 "#00FF00" "#725252"
same_stop_and_agency_url WARNING 1

same_stop_and_agency_url

Same stops.stop_url and agency.agency_url.

A stop should not have the same stops.stop_url as a record from agency.txt.

You can see more about this notice here.

stopCsvRowNumber (?) The row number of the faulty record from `stops.txt`. stopId (?) The faulty record's id. agencyName (?) The faulty record's `agency.agency_name`. stopUrl (?) The duplicate URL value. agencyCsvRowNumber (?) The row number of the faulty record from `agency.txt`.
162 "4230557" "Eastern Sierra Transit Authority" "https://www.estransit.com/" 2
same_stop_and_route_url WARNING 3

same_stop_and_route_url

Same stops.stop_url and routes.route_url.

A stop should not have the same stop.stop_url as a record from routes.txt.

You can see more about this notice here.

stopCsvRowNumber (?) The row number of the faulty record from `stops.txt`. stopId (?) The faulty record's id. stopUrl (?) The duplicate URL value. routeId (?) The faulty record's id from `routes.txt. routeCsvRowNumber (?) The row number of the faulty record from `routes.txt`.
102 "20376" "https://www.estransit.com/purple-line" "76755" 4
121 "20399" "https://www.estransit.com/reds-meadow-shuttle" "5014" 13
131 "20409" "https://www.estransit.com/reds-meadow-shuttle" "5014" 13
stop_without_stop_time WARNING 57

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.

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

csvRowNumber (?) The row number of the faulty record. stopId (?) The id of the faulty stop. stopName (?) The name of the faulty stop.
12 "20261" "Round Valley"
15 "20264" "Mammoth Airport"
18 "20268" "Mono City"
22 "20272" "Holbrook Station"
66 "20323" "Minaret Rd / Snowcreek Rd"
68 "20325" "Chateau Rd / Azimuth Dr"
70 "20327" "Chateau Rd / Old Mammoth Rd"
95 "20368" "Majestic Pines Dr / Silver Tip Ln"
96 "20369" "Kelley Rd / Majestic Pines Dr"
97 "20370" "Kelley Rd / Tyrol Ln"
98 "20371" "Kelley Rd / Tyrol Ln"
99 "20372" "Kelley Rd / Lake Mary Rd"
105 "20383" "Lake Mary Rd / Lee Rd"
106 "20384" "Lake Mary Rd / Lee Rd"
107 "20385" "Lake Mary Rd / Camp High Sierra Rd"
108 "20386" "Lake Mary Rd / Bridges Ln"
109 "20387" "Lake Mary Rd / Twin Lakes Vista"
110 "20388" "Twin Lakes Rd / Tamarack Lodge"
111 "20389" "Twin Lakes Rd / Upper Twin Rd"
112 "20390" "Lake Mary Rd / Twin Lakes Rd"
113 "20391" "Lake Mary Rd / Riding Stables"
114 "20392" "Lake Mary Loop Rd / Pine City Campground"
115 "20393" "Lake Mary Loop Rd / Lake Mary Marina"
116 "20394" "Lake Mary Loop Rd / Lake George Rd"
117 "20395" "Lake Mary Loop Rd / Pokonobe Lodge"
118 "20396" "Lake Mary Rd / Pokonobe Lodge"
119 "20397" "Lake Mary Rd / Twin Falls"
120 "20398" "Lake Mary Rd / Horseshoe Lake Parking"
129 "20407" "Rainbow Falls Trailhead"
132 "20412" "Majestic Pines Dr / Monterey Pine Rd"
133 "20413" "Majestic Pines Dr / Monterey Pine Rd"
136 "20502" "Topaz Lodge"
140 "20507" "Wilkerson"
142 "20509" "Benton - Smalley's Market"
144 "20511" "Benton Reservation"
146 "21053" "Lake Mary Rd / Juniper Dr"
149 "2324950" "Azimuth Dr / Meridian Blvd (South)"
169 "4250792" "Twin Lakes Rd / Upper Twin Rd"
170 "4250793" "Twin Lakes Rd / Tamarack Lodge"
171 "4250846" "Bishop - Dwayne's Pharmacy"
172 "4250847" "Bishop - Chamber of Commerce Stop Sign"
173 "4250848" "Bishop - Rural Health Clinic"
174 "4250849" "Bishop - DMV"
175 "4250850" "Bishop - Hospital"
176 "4250851" "Bishop - Church St & N Warren St"
178 "820655" "Lake Mary Rd / Old Mammoth Rd"
179 "840992" "June Lake Beach"
180 "840993" "Fire Station/Boulder Lodge"
181 "840994" "Gull Lake Marina"
182 "840995" "June Lake Brewing"
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" "20241115" "20251005"
unknown_column INFO 32

unknown_column

A column name is unknown.

You can see more about this notice here.

filename (?) The name of the faulty file. fieldName (?) The name of the unknown column. index (?) The index of the faulty column.
"agency.txt" "tts_agency_name" 8
"calendar.txt" "service_name" 2
"calendar_dates.txt" "holiday_name" 3
"feed_info.txt" "feed_license" 5
"feed_info.txt" "feed_id" 10
"routes.txt" "min_headway_minutes" 11
"routes.txt" "eligibility_restricted" 12
"routes.txt" "tts_route_short_name" 15
"routes.txt" "tts_route_long_name" 16
"stop_times.txt" "start_service_area_id" 11
"stop_times.txt" "end_service_area_id" 12
"stop_times.txt" "start_service_area_radius" 13
"stop_times.txt" "end_service_area_radius" 14
"stop_times.txt" "mean_duration_factor" 21
"stop_times.txt" "mean_duration_offset" 22
"stop_times.txt" "safe_duration_factor" 23
"stop_times.txt" "safe_duration_offset" 24
"stop_times.txt" "tts_stop_headsign" 25
"stop_times.txt" "min_arrival_time" 26
"stop_times.txt" "max_departure_time" 27
"trips.txt" "trip_type" 11
"trips.txt" "drt_max_travel_time" 12
"trips.txt" "drt_avg_travel_time" 13
"trips.txt" "drt_advance_book_min" 14
"trips.txt" "drt_pickup_message" 15
"trips.txt" "drt_drop_off_message" 16
"trips.txt" "continuous_pickup_message" 17
"trips.txt" "continuous_drop_off_message" 18
"trips.txt" "tts_trip_headsign" 19
"trips.txt" "tts_trip_short_name" 20
"stops.txt" "position" 13
"stops.txt" "direction" 14