GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2025-12-05T17:36:09Z,
for the dataset file:///shared/schoharie-county-transit-1.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
Busmaps.com
Publisher URL:
https://busmaps.com
Feed Email:
alex@busmaps.com
Feed Language:
English
Feed Start Date:
2023-07-27
Feed End Date:
2025-12-31

Files included


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

Counts


  • Agencies: 1
  • Blocks: 3
  • Routes: 5
  • Shapes: 10
  • Stops: 47
  • Trips: 22

Specification Compliance report

77 notices reported (53 errors, 24 warnings, 0 infos)

Notice Code Severity Total
block_trips_with_overlapping_stop_times ERROR 5

block_trips_with_overlapping_stop_times

Trips with the same block id have overlapping stop times.

You can see more about this notice here.

csvRowNumberA (?) The row number from `trips.txt` of the first faulty trip. tripIdA (?) The id of first faulty trip. serviceIdA (?) The service id of the first faulty trip. csvRowNumberB (?) The row number from `trips.txt` of the second faulty trip. tripIdB (?) The id of the other faulty trip. serviceIdB (?) The service id of the other faulty trip. blockId (?) The `trips.block_id` of the overlapping trip. intersection (?) The overlapping period.
8 "103326-Route-1-Loop-4" "103326-WD23" 12 "103326-Route-1-Loop-4" "103326-WD23" "1" "20230727"
8 "103326-Route-1-Loop-4" "103326-WD23" 4 "103326-Route-1---Loop-2" "103326-WD23" "1" "20230727"
8 "103326-Route-1-Loop-4" "103326-WD23" 5 "103326-Route-1---Loop-3" "103326-WD23" "1" "20230727"
12 "103326-Route-1-Loop-4" "103326-WD23" 4 "103326-Route-1---Loop-2" "103326-WD23" "1" "20230727"
12 "103326-Route-1-Loop-4" "103326-WD23" 5 "103326-Route-1---Loop-3" "103326-WD23" "1" "20230727"
duplicate_key ERROR 25

duplicate_key

Duplicated entity.

The values of the given key and rows are duplicates.

You can see more about this notice here.

filename (?) The name of the faulty file oldCsvRowNumber (?) The row of the first occurrence. newCsvRowNumber (?) The row of the other occurrence. fieldName1 (?) Composite key's first field name. fieldValue1 (?) Composite key's first value.
"stop_times.txt" 130 203 "trip_id,stop_sequence" "103326-Route-1-Loop-4,0"
"stop_times.txt" 131 204 "trip_id,stop_sequence" "103326-Route-1-Loop-4,1"
"stop_times.txt" 132 205 "trip_id,stop_sequence" "103326-Route-1-Loop-4,2"
"stop_times.txt" 133 206 "trip_id,stop_sequence" "103326-Route-1-Loop-4,3"
"stop_times.txt" 134 207 "trip_id,stop_sequence" "103326-Route-1-Loop-4,4"
"stop_times.txt" 135 208 "trip_id,stop_sequence" "103326-Route-1-Loop-4,5"
"stop_times.txt" 136 209 "trip_id,stop_sequence" "103326-Route-1-Loop-4,6"
"stop_times.txt" 137 210 "trip_id,stop_sequence" "103326-Route-1-Loop-4,7"
"stop_times.txt" 138 211 "trip_id,stop_sequence" "103326-Route-1-Loop-4,8"
"stop_times.txt" 139 212 "trip_id,stop_sequence" "103326-Route-1-Loop-4,9"
"stop_times.txt" 140 213 "trip_id,stop_sequence" "103326-Route-1-Loop-4,10"
"stop_times.txt" 141 214 "trip_id,stop_sequence" "103326-Route-1-Loop-4,11"
"stop_times.txt" 142 215 "trip_id,stop_sequence" "103326-Route-1-Loop-4,12"
"stop_times.txt" 143 216 "trip_id,stop_sequence" "103326-Route-1-Loop-4,13"
"stop_times.txt" 144 217 "trip_id,stop_sequence" "103326-Route-1-Loop-4,14"
"stop_times.txt" 145 218 "trip_id,stop_sequence" "103326-Route-1-Loop-4,15"
"stop_times.txt" 146 219 "trip_id,stop_sequence" "103326-Route-1-Loop-4,16"
"stop_times.txt" 147 220 "trip_id,stop_sequence" "103326-Route-1-Loop-4,17"
"stop_times.txt" 148 221 "trip_id,stop_sequence" "103326-Route-1-Loop-4,18"
"stop_times.txt" 149 222 "trip_id,stop_sequence" "103326-Route-1-Loop-4,19"
"stop_times.txt" 150 223 "trip_id,stop_sequence" "103326-Route-1-Loop-4,20"
"stop_times.txt" 151 224 "trip_id,stop_sequence" "103326-Route-1-Loop-4,21"
"stop_times.txt" 152 225 "trip_id,stop_sequence" "103326-Route-1-Loop-4,22"
"stop_times.txt" 153 226 "trip_id,stop_sequence" "103326-Route-1-Loop-4,23"
"trips.txt" 8 12 "trip_id" "103326-Route-1-Loop-4"
stop_time_with_arrival_before_previous_departure_time ERROR 23

stop_time_with_arrival_before_previous_departure_time

Backwards time travel between stops in stop_times.txt

For a given trip_id, the arrival_time of (n+1)-th stoptime in sequence must not precede the departure_time of n-th stoptime in sequence in stop_times.txt.

You can see more about this notice here.

csvRowNumber (?) The row number of the faulty record. prevCsvRowNumber (?) The row of the previous stop time. tripId (?) The trip_id associated to the faulty record. arrivalTime (?) Arrival time at the faulty record. departureTime (?) Departure time at the previous stop time.
131 203 "103326-Route-1-Loop-4" "07:05:00" "13:43:00"
132 204 "103326-Route-1-Loop-4" "07:20:00" "13:45:00"
133 205 "103326-Route-1-Loop-4" "07:22:00" "13:45:00"
134 206 "103326-Route-1-Loop-4" "07:22:00" "13:45:00"
135 207 "103326-Route-1-Loop-4" "07:22:00" "13:57:00"
136 208 "103326-Route-1-Loop-4" "07:34:00" "14:01:00"
137 209 "103326-Route-1-Loop-4" "07:38:00" "14:05:00"
138 210 "103326-Route-1-Loop-4" "07:42:00" "14:05:00"
139 211 "103326-Route-1-Loop-4" "07:42:00" "14:21:00"
140 212 "103326-Route-1-Loop-4" "07:58:00" "14:32:00"
141 213 "103326-Route-1-Loop-4" "08:09:00" "14:44:00"
142 214 "103326-Route-1-Loop-4" "08:21:00" "14:48:00"
143 215 "103326-Route-1-Loop-4" "08:23:00" "14:57:00"
144 216 "103326-Route-1-Loop-4" "08:34:00" "14:57:00"
145 217 "103326-Route-1-Loop-4" "08:34:00" "15:17:00"
146 218 "103326-Route-1-Loop-4" "08:54:00" "15:21:00"
147 219 "103326-Route-1-Loop-4" "08:58:00" "15:26:00"
148 220 "103326-Route-1-Loop-4" "09:03:00" "15:26:00"
149 221 "103326-Route-1-Loop-4" "09:03:00" "15:26:00"
150 222 "103326-Route-1-Loop-4" "09:03:00" "15:38:00"
151 223 "103326-Route-1-Loop-4" "09:15:00" "15:40:00"
152 224 "103326-Route-1-Loop-4" "09:17:00" "15:40:00"
153 225 "103326-Route-1-Loop-4" "09:17:00" "15:55:00"
fast_travel_between_consecutive_stops WARNING 17

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.
5 "103326-Route-1---Loop-3" "103326-10948" 372.16742507069176 6.202790417844863 64 2 "103326-364279" "Richmondview Apartments" "11:25:00" 65 3 "103326-364286" "Suny Cobleskill, Knapp Circle" "11:25:00"
5 "103326-Route-1---Loop-3" "103326-10948" 611.7378980274166 10.195631633790276 68 6 "103326-364278" "Wal-Mart Plaza" "11:45:00" 69 7 "103326-364288" "Central Bridge Post Office" "11:45:00"
5 "103326-Route-1---Loop-3" "103326-10948" 372.87486234530155 6.214581039088359 79 17 "103326-364286" "Suny Cobleskill, Knapp Circle" "13:13:00" 80 18 "103326-23DW" "Candlewood Apartments" "13:13:00"
4 "103326-Route-1---Loop-2" "103326-10948" 372.16742507069176 6.202790417844863 42 2 "103326-364279" "Richmondview Apartments" "09:20:00" 43 3 "103326-364286" "Suny Cobleskill, Knapp Circle" "09:20:00"
4 "103326-Route-1---Loop-2" "103326-10948" 611.7378980274166 10.195631633790276 46 6 "103326-364278" "Wal-Mart Plaza" "09:40:00" 47 7 "103326-364288" "Central Bridge Post Office" "09:40:00"
4 "103326-Route-1---Loop-2" "103326-10948" 372.87486234530155 6.214581039088359 57 17 "103326-364286" "Suny Cobleskill, Knapp Circle" "11:08:00" 58 18 "103326-23DW" "Candlewood Apartments" "11:08:00"
3 "103326-SC-03-WD-01" "103326-10951" 151.26518773635937 2.521086462272656 34 17 "103326-364301" "Driftwood Apartments" "09:35:00" 35 18 "103326-STOP_8D264A57-DAF4-4AC8-A0C3-0B936F74FC99" "Schohaire Basset Clinic" "09:35:00"
8 "103326-Route-1-Loop-4" "103326-10948" 372.16742507069176 6.202790417844863 206 3 "103326-364286" "Suny Cobleskill, Knapp Circle" "13:45:00" 134 4 "103326-364279" "Richmondview Apartments" "07:22:00"
8 "103326-Route-1-Loop-4" "103326-10948" 611.7378980274166 10.195631633790276 210 7 "103326-364288" "Central Bridge Post Office" "14:05:00" 138 8 "103326-364278" "Wal-Mart Plaza" "07:42:00"
8 "103326-Route-1-Loop-4" "103326-10948" 262.769951376174 4.3794991896029005 212 9 "103326-364281" "County Office Building, Spring St." "14:32:00" 140 10 "103326-364291" "County Annex Building" "07:58:00"
8 "103326-Route-1-Loop-4" "103326-10948" 262.769951376174 4.3794991896029005 215 12 "103326-364291" "County Annex Building" "14:57:00" 143 13 "103326-364281" "County Office Building, Spring St." "08:23:00"
8 "103326-Route-1-Loop-4" "103326-10948" 611.7378980274166 10.195631633790276 217 14 "103326-364278" "Wal-Mart Plaza" "15:17:00" 145 15 "103326-364288" "Central Bridge Post Office" "08:34:00"
8 "103326-Route-1-Loop-4" "103326-10948" 372.87486234530155 6.214581039088359 221 18 "103326-23DW" "Candlewood Apartments" "15:26:00" 149 19 "103326-364286" "Suny Cobleskill, Knapp Circle" "09:03:00"
8 "103326-Route-1-Loop-4" "103326-10948" 456.5166142252843 7.608610237088071 225 22 "103326-364300" "Main & Center St., Cobleskill" "15:55:00" 153 23 "103326-364279" "Richmondview Apartments" "09:17:00"
6 "103326-SC-03-WD-02" "103326-10951" 151.26518773635937 2.521086462272656 101 17 "103326-364301" "Driftwood Apartments" "12:10:00" 102 18 "103326-STOP_8D264A57-DAF4-4AC8-A0C3-0B936F74FC99" "Schohaire Basset Clinic" "12:10:00"
9 "103326-SC-03-WD-03" "103326-10951" 151.26518773635937 2.521086462272656 171 17 "103326-364301" "Driftwood Apartments" "15:00:00" 172 18 "103326-STOP_8D264A57-DAF4-4AC8-A0C3-0B936F74FC99" "Schohaire Basset Clinic" "15:00:00"
7 "103326-SC-03-WD-04" "103326-10951" 151.26518773635937 2.521086462272656 124 17 "103326-364301" "Driftwood Apartments" "17:35:00" 125 18 "103326-STOP_8D264A57-DAF4-4AC8-A0C3-0B936F74FC99" "Schohaire Basset Clinic" "17:35:00"
fast_travel_between_far_stops WARNING 3

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.
5 "103326-Route-1---Loop-3" "103326-10948" 611.7378980274166 10.195631633790276 68 6 "103326-364278" "Wal-Mart Plaza" "11:45:00" 69 7 "103326-364288" "Central Bridge Post Office" "11:45:00"
4 "103326-Route-1---Loop-2" "103326-10948" 611.7378980274166 10.195631633790276 46 6 "103326-364278" "Wal-Mart Plaza" "09:40:00" 47 7 "103326-364288" "Central Bridge Post Office" "09:40:00"
8 "103326-Route-1-Loop-4" "103326-10948" 626.8568213925633 10.447613689876055 130 0 "103326-364271" "Price Chopper Plaza" "07:05:00" 131 1 "103326-23DW" "Candlewood Apartments" "07:05: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 "20251205" "20251231" "20260104"
stop_too_far_from_shape WARNING 3

stop_too_far_from_shape

Stop too far from trip shape.

Per GTFS Best Practices, route alignments (in shapes.txt) should be within 100 meters of stop locations which a trip serves. This potentially indicates a problem with the location of the stop or the path of the shape.

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.
8 "103326-dde0c201-7856-4d28-bf63-16f1d5610c9a" "103326-Route-1-Loop-4" 131 "103326-23DW" "Candlewood Apartments" [42.63505645329359,-74.55709235820572] 112.19618805143615
12 "103326-xddp" "103326-Route-1-Loop-4" 131 "103326-23DW" "Candlewood Apartments" [42.63505645329359,-74.55709235820572] 112.19618805143615
4 "103326-5146fb95-a519-496e-b5c7-1db018c40b8b" "103326-Route-1---Loop-2" 58 "103326-23DW" "Candlewood Apartments" [42.63505645329359,-74.55709235820572] 112.19618805143615