GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2025-12-13T08:20:22Z,
for the dataset file:///shared/maps-tds-ai-3.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
Transcor Data Services, LLC
Publisher URL:
https://tds.ai/
Feed Email:
info@tds.ai
Feed Language:
English
Feed Start Date:
2025-12-11
Feed End Date:
2028-12-11

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: 0
  • Routes: 106
  • Shapes: 106
  • Stops: 122
  • Trips: 106

Specification Compliance report

46 notices reported (2 errors, 44 warnings, 0 infos)

Notice Code Severity Total
trip_distance_exceeds_shape_distance ERROR 2

trip_distance_exceeds_shape_distance

The distance between the last shape point and last stop point is greater than or equal to the 11.1m threshold.

You can see more about this notice here.

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.
"104651" "104651" 409041.26 409040.26 21.49071985213439
"104652" "104652" 807655.04 807654.04 39.165042332357196
fast_travel_between_consecutive_stops WARNING 2

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.
75 "103321" "26957" 152.0190163765092 2.53365027294182 742 3 "12165" "Willow" "17:45:00" 743 4 "12164" "Lake Hill" "17:45:00"
81 "104608" "27557" 154.2908260288934 18.000596370037563 886 5 "12181" "Cooperstown" "09:35:00" 887 6 "12182" "Richfield Springs" "09:41: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.
81 "104608" "27557" 154.2908260288934 18.000596370037563 886 5 "12181" "Cooperstown" "09:35:00" 887 6 "12182" "Richfield Springs" "09:41:00"
stop_too_far_from_shape WARNING 7

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.
42 "100986" "100986" 468 "1474" "Ray Brook" [44.291313,-74.093984] 109.24113261892485
43 "100987" "100987" 495 "1474" "Ray Brook" [44.291313,-74.093984] 109.24113261892485
84 "104620" "104620" 970 "12178" "Delhi (SUNY)" [42.271162999999994,-74.925369] 148.03779175481768
32 "79601" "79601" 288 "1474" "Ray Brook" [44.291313,-74.093984] 109.24113261892485
33 "79602" "79602" 315 "1474" "Ray Brook" [44.291313,-74.093984] 109.24113261892485
78 "104602" "104602" 821 "12178" "Delhi (SUNY)" [42.271162999999994,-74.925369] 148.03779175481768
79 "104603" "104603" 852 "12178" "Delhi (SUNY)" [42.271162999999994,-74.925369] 148.03779175481768
stop_too_far_from_shape_using_user_distance WARNING 27

stop_too_far_from_shape_using_user_distance

Stop time too far from shape.

A stop time entry that is a large distance away from the location of the shape in shapes.txt as defined by shape_dist_traveled values.

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.
63 "103309" "103309" 647 "1455" "Saratoga Springs" [43.30876599999999,-73.644795] 28466.408576591977
63 "103309" "103309" 648 "1413" "Glens Falls" [44.696011000000006,-73.451817] 155017.50851894598
63 "103309" "103309" 649 "1447" "Plattsburgh" [45.52470399999999,-73.522797] 92267.1637471687
63 "103309" "103309" 650 "1427" "Longueuil" [45.51664199999999,-73.563917] 3333.840995173074
62 "103308" "103308" 640 "1387" "Albany (Trailways Bus Terminal)" [42.641062999999995,-73.740998] 1113.4098099804478
62 "103308" "103308" 641 "8538" "Albany - Rensselaer (Amtrak)" [40.991435,-74.096249] 185777.7436134321
62 "103308" "103308" 642 "1451" "Ridgewood" [40.75654,-73.990296] 27595.707587138168
101 "104652" "104652" 1124 "1395" "Binghamton" [42.438679,-76.497407] 61157.012772383525
101 "104652" "104652" 1125 "6651" "Ithaca" [42.8692,-76.98119600000001] 62114.42460455251
101 "104652" "104652" 1126 "12143" "Geneva" [43.161605,-77.60739800000002] 60407.85511852223
101 "104652" "104652" 1127 "12144" "Rochester" [43.016625,-78.194163] 50301.016344409974
101 "104652" "104652" 1128 "12141" "Batavia" [42.934084,-78.729645] 44514.91766077317
101 "104652" "104652" 1129 "12160" "Buffalo (Airport)" [42.883428,-78.872757] 12943.71581833899
101 "104652" "104652" 1130 "12142" "Buffalo" [43.10837599999999,-79.063498] 29442.306068168265
101 "104652" "104652" 1131 "12185" "Niagara Falls (Ontario - Bus Terminal)" [43.54218,-79.712053] 71254.77951529063
101 "104652" "104652" 1132 "12300" "Mississauga (Winston Churchill)" [43.643715,-79.377064] 29246.92000477751
100 "104651" "104651" 1120 "1395" "Binghamton" [42.601134,-76.175489] 59680.92991458919
100 "104651" "104651" 1121 "5712" "Cortland" [43.076606,-76.16941] 52877.0093409855
51 "101343" "101343" 558 "1451" "Ridgewood" [40.75654,-73.990296] 27595.707587138168
12 "99904" "99904" 126 "1451" "Ridgewood" [40.75654,-73.990296] 27595.707587138168
17 "101332" "101332" 166 "1455" "Saratoga Springs" [43.30876599999999,-73.644795] 28466.408576591977
17 "101332" "101332" 167 "1413" "Glens Falls" [44.696011000000006,-73.451817] 155017.50851894598
17 "101332" "101332" 168 "1447" "Plattsburgh" [45.52470399999999,-73.522797] 92267.1637471687
17 "101332" "101332" 169 "1427" "Longueuil" [45.51664199999999,-73.563917] 3333.840995173074
5 "101333" "101333" 63 "1387" "Albany (Trailways Bus Terminal)" [42.641062999999995,-73.740998] 1113.4098099804478
5 "101333" "101333" 64 "8538" "Albany - Rensselaer (Amtrak)" [40.991435,-74.096249] 185777.7436134321
5 "101333" "101333" 65 "1451" "Ridgewood" [40.75654,-73.990296] 27595.707587138168
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.
"20251213" "20260101" "20260616"
trip_distance_exceeds_shape_distance_below_threshold WARNING 6

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.

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.
"101333" "101333" 602690.96 602689.96 1.629779646736089
"99904" "99904" 246317.94 246316.94 1.629779646736089
"101332" "101332" 610879.07 610878.07 3.7575500147918595
"101343" "101343" 246317.94 246316.94 1.629779646736089
"103308" "103308" 602690.96 602689.96 1.629779646736089
"103309" "103309" 610879.07 610878.07 3.7575500147918595