town-of-winter-park — Enhanced Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-04-03T16:38:59Z,
for the dataset file:///shared/town-of-winter-park_8f9afc9b.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:
2025-11-20
Feed End Date:
2026-04-19

Files included


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

Counts


  • Agencies: 1
  • Blocks: 15
  • Routes: 10
  • Shapes: 10
  • Stops: 118
  • Trips: 128

Specification Compliance report

13 notices reported (1 errors, 12 warnings, 0 infos)

Notice Code Severity Total
block_trips_with_overlapping_stop_times ERROR 1

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.
66 "2758-TL-7707" "2758-TL-95" 56 "2758-TL-7603" "2758-TL-95" "Purple_01" "20251120"
fast_travel_between_far_stops WARNING 9

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.
127 "2758-TL-7715" "2758-TL-9" 1754.2631197334879 29.237718662224797 2730 0 "2758-TL-131" "Winter Park Resort - Lower Circle" "19:05:00" 2742 12 "2758-TL-103" "Silver Creek Inn - Door Q" "19:05:00"
124 "2758-TL-7712" "2758-TL-9" 1641.919840058643 27.365330667644052 2658 18 "2758-TL-109" "Worldmark by Wyndam" "17:57:00" 2669 29 "2758-TL-35" "Old Town Winter Park" "17:57:00"
31 "2758-TL-7688" "2758-TL-16" 876.4081970939676 14.60680328489946 727 0 "2758-TL-19" "Winter Park Resort" "18:00:00" 749 22 "2758-TL-18" "Cooper Creek Transit Center" "18:00:00"
126 "2758-TL-7714" "2758-TL-9" 1754.2631197334879 29.237718662224797 2700 0 "2758-TL-131" "Winter Park Resort - Lower Circle" "05:40:00" 2712 12 "2758-TL-103" "Silver Creek Inn - Door Q" "05:40:00"
121 "2758-TL-7709" "2758-TL-9" 1754.2631197334879 29.237718662224797 2550 0 "2758-TL-131" "Winter Park Resort - Lower Circle" "06:40:00" 2562 12 "2758-TL-103" "Silver Creek Inn - Door Q" "06:40:00"
23 "2758-TL-7680" "2758-TL-16" 876.4081970939676 14.60680328489946 527 0 "2758-TL-19" "Winter Park Resort" "17:30:00" 549 22 "2758-TL-18" "Cooper Creek Transit Center" "17:30:00"
37 "2758-TL-7694" "2758-TL-16" 876.4081970939676 14.60680328489946 877 0 "2758-TL-19" "Winter Park Resort" "00:00:00" 899 22 "2758-TL-18" "Cooper Creek Transit Center" "00:00:00"
129 "2758-TL-7717" "2758-TL-9" 1569.2606962367722 26.15434493727954 2809 19 "2758-TL-110" "City Market" "23:00:00" 2819 29 "2758-TL-35" "Old Town Winter Park" "23:00:00"
125 "2758-TL-7713" "2758-TL-9" 1569.2606962367722 26.15434493727954 2689 19 "2758-TL-110" "City Market" "19:03:00" 2699 29 "2758-TL-35" "Old Town Winter Park" "19:03: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 "20260403" "20260419" "20260503"
stops_match_shape_out_of_order WARNING 2

stops_match_shape_out_of_order

Two stop entries are different than their arrival-departure order defined by shapes.txt.

This could indicate a problem with the location of the stops, the path of the shape, or the sequence of the stops for their trip.

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. stopTimeCsvRowNumber1 (?) The row number of the first faulty record from `stop_times.txt`. stopId1 (?) The id of the first stop that is referred to. stopName1 (?) The name of the first stop that is referred to. match1 (?) Latitude and longitude pair of the first matching location. stopTimeCsvRowNumber2 (?) The row number of the second faulty record from `stop_times.txt`. stopId2 (?) The id of the second stop that is referred to. stopName2 (?) The name of the second stop that is referred to. match2 (?) Latitude and longitude pair of the second matching location.
46 "2758-TL-17" "2758-TL-7593" 1107 "2758-TL-4" "Rosie's Way Northbound" [39.923129215631214,-105.78661096572701] 1106 "2758-TL-3" "Miller Road Northbound" [39.92108604138433,-105.78574167404456]
109 "2758-TL-6" "2758-TL-7622" 2329 "2758-TL-94" "Hi Country Haus 15 & 19" [39.92543281040655,-105.7852373928955] 2328 "2758-TL-6" "Telemark Drive Northbound" [39.927221701921184,-105.78813294235249]