town-of-winter-park — Source Data Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-05-23T02:52:49Z,
for the dataset file:///shared/town-of-winter-park_2fccd318.zip. No country code was provided.

Use this report alongside our documentation.

A new version of the Canonical GTFS Schedule validator is available! Please update to get the latest/best validation results.

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: 0
    • Blocks: 1
    • Routes: 4
    • Shapes: 2
    • Stops: 92
    • Trips: 58

    Specification Compliance report

    114 notices reported (22 errors, 92 warnings, 0 infos)

    Notice Code Severity Total
    block_trips_with_overlapping_stop_times ERROR 20

    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.
    40 "TL-8545" "TL-108" 41 "TL-8546" "TL-108" "Summer Black Line" "20260601"
    41 "TL-8546" "TL-108" 42 "TL-8547" "TL-108" "Summer Black Line" "20260601"
    42 "TL-8547" "TL-108" 43 "TL-8548" "TL-108" "Summer Black Line" "20260601"
    43 "TL-8548" "TL-108" 44 "TL-8549" "TL-108" "Summer Black Line" "20260601"
    44 "TL-8549" "TL-108" 45 "TL-8550" "TL-108" "Summer Black Line" "20260601"
    45 "TL-8550" "TL-108" 46 "TL-8551" "TL-108" "Summer Black Line" "20260601"
    46 "TL-8551" "TL-108" 47 "TL-8552" "TL-108" "Summer Black Line" "20260601"
    47 "TL-8552" "TL-108" 48 "TL-8553" "TL-108" "Summer Black Line" "20260601"
    47 "TL-8552" "TL-108" 49 "TL-8554" "TL-108" "Summer Black Line" "20260601"
    48 "TL-8553" "TL-108" 49 "TL-8554" "TL-108" "Summer Black Line" "20260601"
    48 "TL-8553" "TL-108" 50 "TL-8555" "TL-108" "Summer Black Line" "20260601"
    49 "TL-8554" "TL-108" 50 "TL-8555" "TL-108" "Summer Black Line" "20260601"
    50 "TL-8555" "TL-108" 51 "TL-8556" "TL-108" "Summer Black Line" "20260601"
    51 "TL-8556" "TL-108" 52 "TL-8557" "TL-108" "Summer Black Line" "20260601"
    52 "TL-8557" "TL-108" 53 "TL-8558" "TL-108" "Summer Black Line" "20260601"
    53 "TL-8558" "TL-108" 54 "TL-8559" "TL-108" "Summer Black Line" "20260601"
    54 "TL-8559" "TL-108" 55 "TL-8560" "TL-108" "Summer Black Line" "20260601"
    55 "TL-8560" "TL-108" 56 "TL-8561" "TL-108" "Summer Black Line" "20260601"
    56 "TL-8561" "TL-108" 57 "TL-8562" "TL-108" "Summer Black Line" "20260601"
    57 "TL-8562" "TL-108" 58 "TL-8563" "TL-108" "Summer Black Line" "20260601"
    invalid_url ERROR 1

    invalid_url

    A field contains a malformed URL.

    Definitions for valid URLs are quite vague. We perform strict validation using the Apache Commons UrlValidator.

    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.
    "agency.txt" 2 "agency_url" "theliftwp.transloc.com"
    stop_time_with_arrival_before_previous_departure_time ERROR 1

    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.
    3602 3600 "TL-8563" "00:00:00" "23:54:00"
    fast_travel_between_consecutive_stops WARNING 6

    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.
    3 "TL-8508" "TL-9" 194.85216179193037 6.495072059731012 51 190 "TL-110" "City Market" "09:18:00" 52 200 "TL-111" "Snow Mountain Ranch - YMCA" "09:19:00"
    11 "TL-8516" "TL-9" 194.85216179193037 6.495072059731012 291 190 "TL-110" "City Market" "18:49:00" 292 200 "TL-111" "Snow Mountain Ranch - YMCA" "18:50:00"
    8 "TL-8513" "TL-9" 194.85216179193037 6.495072059731012 201 190 "TL-110" "City Market" "15:18:00" 202 200 "TL-111" "Snow Mountain Ranch - YMCA" "15:19:00"
    12 "TL-8517" "TL-9" 194.85216179193037 6.495072059731012 321 190 "TL-110" "City Market" "20:49:00" 322 200 "TL-111" "Snow Mountain Ranch - YMCA" "20:50:00"
    6 "TL-8511" "TL-9" 194.85216179193037 6.495072059731012 141 190 "TL-110" "City Market" "12:18:00" 142 200 "TL-111" "Snow Mountain Ranch - YMCA" "12:19:00"
    10 "TL-8515" "TL-9" 194.85216179193037 6.495072059731012 261 190 "TL-110" "City Market" "17:18:00" 262 200 "TL-111" "Snow Mountain Ranch - YMCA" "17:19:00"
    fast_travel_between_far_stops WARNING 56

    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.

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

    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.
    57 "TL-8562" "TL-23" 230.07062904149672 30.676083872199563 3540 340 "TL-18" "Cooper Creek Transit Center" "23:43:00" 3572 400 "TL-19" "Winter Park Resort" "23:50:00"
    3 "TL-8508" "TL-9" 1754.2672444942843 29.237787408238074 32 1 "TL-131" "Winter Park Resort - Lower Circle" "09:00:00" 44 120 "TL-103" "Silver Creek Inn - Door Q" "09:00:00"
    21 "TL-8526" "TL-23" 777.1763941635818 25.905879805452727 915 343 "TL-77" "Winter Park Mountain Lodge - Flex" "14:50:00" 945 410 "TL-164" "Connifer Commons" "14:51:00"
    30 "TL-8535" "TL-23" 777.1763941635818 25.905879805452727 1572 343 "TL-77" "Winter Park Mountain Lodge - Flex" "23:50:00" 1602 410 "TL-164" "Connifer Commons" "23:51:00"
    32 "TL-8537" "TL-23" 230.07062904149672 30.676083872199563 1715 340 "TL-18" "Cooper Creek Transit Center" "07:43:00" 1747 400 "TL-19" "Winter Park Resort" "07:50:00"
    36 "TL-8541" "TL-23" 230.07062904149672 30.676083872199563 2007 340 "TL-18" "Cooper Creek Transit Center" "11:43:00" 2039 400 "TL-19" "Winter Park Resort" "11:50:00"
    26 "TL-8531" "TL-23" 777.1763941635818 25.905879805452727 1280 343 "TL-77" "Winter Park Mountain Lodge - Flex" "19:50:00" 1310 410 "TL-164" "Connifer Commons" "19:51:00"
    9 "TL-8514" "TL-9" 1569.2580103517041 26.1543001725284 231 190 "TL-110" "City Market" "16:49:00" 241 290 "TL-35" "Old Town Winter Park" "16:49:00"
    54 "TL-8559" "TL-23" 230.07062904149672 30.676083872199563 3321 340 "TL-18" "Cooper Creek Transit Center" "22:13:00" 3353 400 "TL-19" "Winter Park Resort" "22:20:00"
    41 "TL-8546" "TL-23" 230.07062904149672 30.676083872199563 2372 340 "TL-18" "Cooper Creek Transit Center" "16:13:00" 2404 400 "TL-19" "Winter Park Resort" "16:20:00"
    7 "TL-8512" "TL-9" 1569.2580103517041 26.1543001725284 171 190 "TL-110" "City Market" "13:49:00" 181 290 "TL-35" "Old Town Winter Park" "13:49:00"
    23 "TL-8528" "TL-23" 777.1763941635818 25.905879805452727 1061 343 "TL-77" "Winter Park Mountain Lodge - Flex" "16:50:00" 1091 410 "TL-164" "Connifer Commons" "16:51:00"
    51 "TL-8556" "TL-23" 230.07062904149672 30.676083872199563 3102 340 "TL-18" "Cooper Creek Transit Center" "20:43:00" 3134 400 "TL-19" "Winter Park Resort" "20:50:00"
    45 "TL-8550" "TL-23" 230.07062904149672 30.676083872199563 2664 340 "TL-18" "Cooper Creek Transit Center" "18:13:00" 2696 400 "TL-19" "Winter Park Resort" "18:20:00"
    40 "TL-8545" "TL-23" 230.07062904149672 30.676083872199563 2299 340 "TL-18" "Cooper Creek Transit Center" "15:43:00" 2331 400 "TL-19" "Winter Park Resort" "15:50:00"
    47 "TL-8552" "TL-23" 230.07062904149672 30.676083872199563 2810 340 "TL-18" "Cooper Creek Transit Center" "19:13:00" 2842 400 "TL-19" "Winter Park Resort" "19:20:00"
    2 "TL-8507" "TL-9" 1569.2580103517041 26.1543001725284 21 190 "TL-110" "City Market" "08:49:00" 31 290 "TL-35" "Old Town Winter Park" "08:49:00"
    8 "TL-8513" "TL-9" 1754.2672444942843 29.237787408238074 182 1 "TL-131" "Winter Park Resort - Lower Circle" "15:00:00" 194 120 "TL-103" "Silver Creek Inn - Door Q" "15:00:00"
    48 "TL-8553" "TL-23" 230.07062904149672 30.676083872199563 2883 340 "TL-18" "Cooper Creek Transit Center" "19:43:00" 2915 400 "TL-19" "Winter Park Resort" "19:50:00"
    49 "TL-8554" "TL-23" 230.07062904149672 30.676083872199563 2956 340 "TL-18" "Cooper Creek Transit Center" "19:43:00" 2988 400 "TL-19" "Winter Park Resort" "19:50:00"
    14 "TL-8519" "TL-23" 777.1763941635818 25.905879805452727 404 343 "TL-77" "Winter Park Mountain Lodge - Flex" "07:50:00" 434 410 "TL-164" "Connifer Commons" "07:51:00"
    58 "TL-8563" "TL-23" 603.5776195276438 10.059626992127399 3575 20 "TL-2" "Hideaway Park Northbound" "23:30:00" 3606 270 "TL-172" "Old Victory Rd & Meadow Trail (IB)" "00:03:00"
    25 "TL-8530" "TL-23" 777.1763941635818 25.905879805452727 1207 343 "TL-77" "Winter Park Mountain Lodge - Flex" "18:50:00" 1237 410 "TL-164" "Connifer Commons" "18:51:00"
    53 "TL-8558" "TL-23" 230.07062904149672 30.676083872199563 3248 340 "TL-18" "Cooper Creek Transit Center" "21:43:00" 3280 400 "TL-19" "Winter Park Resort" "21:50:00"
    29 "TL-8534" "TL-23" 777.1763941635818 25.905879805452727 1499 343 "TL-77" "Winter Park Mountain Lodge - Flex" "22:50:00" 1529 410 "TL-164" "Connifer Commons" "22:51:00"
    33 "TL-8538" "TL-23" 230.07062904149672 30.676083872199563 1788 340 "TL-18" "Cooper Creek Transit Center" "08:43:00" 1820 400 "TL-19" "Winter Park Resort" "08:50:00"
    24 "TL-8529" "TL-23" 777.1763941635818 25.905879805452727 1134 343 "TL-77" "Winter Park Mountain Lodge - Flex" "17:50:00" 1164 410 "TL-164" "Connifer Commons" "17:51:00"
    35 "TL-8540" "TL-23" 230.07062904149672 30.676083872199563 1934 340 "TL-18" "Cooper Creek Transit Center" "10:43:00" 1966 400 "TL-19" "Winter Park Resort" "10:50:00"
    59 "TL-8564" "TL-23" 230.07062904149672 30.676083872199563 3686 340 "TL-18" "Cooper Creek Transit Center" "00:43:00" 3718 400 "TL-19" "Winter Park Resort" "00:50:00"
    46 "TL-8551" "TL-23" 230.07062904149672 30.676083872199563 2737 340 "TL-18" "Cooper Creek Transit Center" "18:43:00" 2769 400 "TL-19" "Winter Park Resort" "18:50:00"
    43 "TL-8548" "TL-23" 230.07062904149672 30.676083872199563 2518 340 "TL-18" "Cooper Creek Transit Center" "17:13:00" 2550 400 "TL-19" "Winter Park Resort" "17:20:00"
    20 "TL-8525" "TL-23" 777.1763941635818 25.905879805452727 842 343 "TL-77" "Winter Park Mountain Lodge - Flex" "13:50:00" 872 410 "TL-164" "Connifer Commons" "13:51:00"
    6 "TL-8511" "TL-9" 1754.2672444942843 29.237787408238074 122 1 "TL-131" "Winter Park Resort - Lower Circle" "12:00:00" 134 120 "TL-103" "Silver Creek Inn - Door Q" "12:00:00"
    5 "TL-8510" "TL-9" 1569.2580103517041 26.1543001725284 111 190 "TL-110" "City Market" "10:49:00" 121 290 "TL-35" "Old Town Winter Park" "10:49:00"
    13 "TL-8518" "TL-9" 1641.9205606040623 27.36534267673437 350 180 "TL-109" "Worldmark by Wyndam" "23:16:00" 361 290 "TL-35" "Old Town Winter Park" "23:16:00"
    22 "TL-8527" "TL-23" 777.1763941635818 25.905879805452727 988 343 "TL-77" "Winter Park Mountain Lodge - Flex" "15:50:00" 1018 410 "TL-164" "Connifer Commons" "15:51:00"
    55 "TL-8560" "TL-23" 230.07062904149672 30.676083872199563 3394 340 "TL-18" "Cooper Creek Transit Center" "22:43:00" 3426 400 "TL-19" "Winter Park Resort" "22:50:00"
    56 "TL-8561" "TL-23" 230.07062904149672 30.676083872199563 3467 340 "TL-18" "Cooper Creek Transit Center" "23:13:00" 3499 400 "TL-19" "Winter Park Resort" "23:20:00"
    16 "TL-8521" "TL-23" 777.1763941635818 25.905879805452727 550 343 "TL-77" "Winter Park Mountain Lodge - Flex" "09:50:00" 580 410 "TL-164" "Connifer Commons" "09:51:00"
    52 "TL-8557" "TL-23" 230.07062904149672 30.676083872199563 3175 340 "TL-18" "Cooper Creek Transit Center" "21:13:00" 3207 400 "TL-19" "Winter Park Resort" "21:20:00"
    44 "TL-8549" "TL-23" 230.07062904149672 30.676083872199563 2591 340 "TL-18" "Cooper Creek Transit Center" "17:43:00" 2623 400 "TL-19" "Winter Park Resort" "17:50:00"
    38 "TL-8543" "TL-23" 230.07062904149672 30.676083872199563 2153 340 "TL-18" "Cooper Creek Transit Center" "13:43:00" 2185 400 "TL-19" "Winter Park Resort" "13:50:00"
    19 "TL-8524" "TL-23" 777.1763941635818 25.905879805452727 769 343 "TL-77" "Winter Park Mountain Lodge - Flex" "12:50:00" 799 410 "TL-164" "Connifer Commons" "12:51:00"
    34 "TL-8539" "TL-23" 230.07062904149672 30.676083872199563 1861 340 "TL-18" "Cooper Creek Transit Center" "09:43:00" 1893 400 "TL-19" "Winter Park Resort" "09:50:00"
    18 "TL-8523" "TL-23" 777.1763941635818 25.905879805452727 696 343 "TL-77" "Winter Park Mountain Lodge - Flex" "11:50:00" 726 410 "TL-164" "Connifer Commons" "11:51:00"
    31 "TL-8536" "TL-23" 777.1763941635818 25.905879805452727 1645 343 "TL-77" "Winter Park Mountain Lodge - Flex" "00:50:00" 1675 410 "TL-164" "Connifer Commons" "00:51:00"
    39 "TL-8544" "TL-23" 230.07062904149672 30.676083872199563 2226 340 "TL-18" "Cooper Creek Transit Center" "14:43:00" 2258 400 "TL-19" "Winter Park Resort" "14:50:00"
    4 "TL-8509" "TL-9" 1754.2672444942843 29.237787408238074 62 1 "TL-131" "Winter Park Resort - Lower Circle" "07:00:00" 74 120 "TL-103" "Silver Creek Inn - Door Q" "07:00:00"
    10 "TL-8515" "TL-9" 1754.2672444942843 29.237787408238074 242 1 "TL-131" "Winter Park Resort - Lower Circle" "17:00:00" 254 120 "TL-103" "Silver Creek Inn - Door Q" "17:00:00"
    28 "TL-8533" "TL-23" 777.1763941635818 25.905879805452727 1426 343 "TL-77" "Winter Park Mountain Lodge - Flex" "21:50:00" 1456 410 "TL-164" "Connifer Commons" "21:51:00"
    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"
    mixed_case_recommended_field WARNING 2

    mixed_case_recommended_field

    This field has customer-facing text and should use Mixed Case (should contain upper and lower case letters).

    This field contains customer-facing text and should use Mixed Case (upper and lower case letters) to ensure good readability when displayed to riders. Avoid the use of abbreviations throughout the feed (e.g. St. for Street) unless a location is called by its abbreviated name (e.g. “JFK Airport”). Abbreviations may be problematic for accessibility by screen reader software and voice user interfaces.

    Good examples:
    Field Text Dataset
    "Schwerin, Hauptbahnhof" Verkehrsverbund Berlin-Brandenburg
    "Red Hook/Atlantic Basin" NYC Ferry
    "Campo Grande Norte" Carris
    Bad examples:
    Field Text
    "GALLERIA MALL"
    "3427 GG 17"
    "21 Clark Rd Est"

    You can see more about this notice here.

    filename (?) Name of the faulty file. fieldName (?) Name of the faulty field. fieldValue (?) Faulty value. csvRowNumber (?) The row number of the faulty record.
    "stops.txt" "stop_name" "US 40 & CR85/87" 9
    "stops.txt" "stop_name" "US 40 & CR5" 21
    stop_too_far_from_shape WARNING 27

    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.
    14 "TL-23" "TL-8519" 389 "TL-72" "Fraser Valley Elementary - Flex" [39.94812,-105.81752000000002] 214.07865536107647
    14 "TL-23" "TL-8519" 402 "TL-75" "Iron Horse Resort - Flex" [39.88094824816271,-105.75924888896981] 134.43670118302393
    14 "TL-23" "TL-8519" 403 "TL-76" "The Vintage - Flex" [39.88098300564835,-105.75928818013615] 131.05265653552942
    14 "TL-23" "TL-8519" 409 "TL-79" "Timber Run - Flex" [39.91704254017466,-105.784931397237] 609.6162777500234
    14 "TL-23" "TL-8519" 410 "TL-80" "Silverado I - Flex" [39.917267157477,-105.78495199579625] 471.3517898523034
    14 "TL-23" "TL-8519" 411 "TL-81" "Silverado II - Flex" [39.92017315967851,-105.78535496839463] 376.0369409827491
    14 "TL-23" "TL-8519" 412 "TL-82" "Kings Crossing Condos - Flex" [39.92825,-105.79316] 220.09700493591973
    14 "TL-23" "TL-8519" 413 "TL-83" "Trestle Drive - Flex" [39.92621732599446,-105.78789679281775] 182.29394471929177
    14 "TL-23" "TL-8519" 414 "TL-43" "Pine Cone Lane - Flex" [39.9174263638,-105.784956617] 676.1117758584676
    14 "TL-23" "TL-8519" 415 "TL-84" "Vasquez Run - Flex" [39.910540000000005,-105.78188] 808.5184066913415
    14 "TL-23" "TL-8519" 416 "TL-85" "Timber/Arapaho - Flex" [39.912384437862734,-105.78218109236838] 762.6485558281953
    14 "TL-23" "TL-8519" 417 "TL-86" "Van Anderson @ Vasquez - Flex" [39.916924011000006,-105.78491389130001] 935.302760402055
    14 "TL-23" "TL-8519" 418 "TL-40" "Woodspur - Flex" [39.916924011000006,-105.78491389130001] 1212.1538923151732
    14 "TL-23" "TL-8519" 419 "TL-87" "Hideaway Village - Flex" [39.91131,-105.78203000000002] 1072.127303455852
    14 "TL-23" "TL-8519" 420 "TL-88" "Timber Lake Condos - Flex" [39.916924011000006,-105.78491389130001] 798.865018412625
    14 "TL-23" "TL-8519" 421 "TL-89" "Lake Trl/Sundance - Flex" [39.916924011000006,-105.78491389130001] 784.9727141655807
    14 "TL-23" "TL-8519" 422 "TL-90" "Elk Trl/Moose Trl - Flex" [39.92066376685907,-105.78556017556453] 799.6836658137474
    14 "TL-23" "TL-8519" 423 "TL-41" "Moose Trail @ Foxtail - Flex" [39.9173464001513,-105.78495429593175] 1033.911564313028
    14 "TL-23" "TL-8519" 424 "TL-91" "Elk Run - Flex" [39.916924011000006,-105.78491389130001] 926.55754692394
    14 "TL-23" "TL-8519" 425 "TL-44" "Tall Pines - Flex" [39.92067838011303,-105.78556609984689] 529.1053445289049
    14 "TL-23" "TL-8519" 426 "TL-92" "Miller's Inn - Flex" [39.916924011000006,-105.78491389130001] 237.650308733404
    14 "TL-23" "TL-8519" 427 "TL-94" "Hi Country Haus 15 & 19 - Flex" [39.92490041630312,-105.78733669071052] 195.06521830874684
    14 "TL-23" "TL-8519" 428 "TL-95" "Hi Country Haus 11-33 22 - Flex" [39.92637008240307,-105.78796175872402] 236.57663468767612
    14 "TL-23" "TL-8519" 429 "TL-96" "Hi Country Haus Clubhouse -Flex" [39.927131356320075,-105.78827871607416] 309.16744607503273
    14 "TL-23" "TL-8519" 430 "TL-97" "Hi Country Haus 14 - Flex" [39.928907030100405,-105.78897988267688] 302.87485190328096
    14 "TL-23" "TL-8519" 431 "TL-98" "Wolf Park - Flex" [39.92432663716781,-105.78710210512457] 271.59990029007633
    14 "TL-23" "TL-8519" 432 "TL-45" "Forest Trail - Flex" [39.92358028316598,-105.78680216967686] 544.2585645835187