static-track — Source Data Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 8.0.1 at 2026-06-19T14:15:56Z,
for the dataset file:///shared/static-track_b5b86745.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


    Feed Info


    Publisher Name:
    Ужгородська міська рада
    Feed Email:
    N/A
    Feed Language:
    Ukrainian
    Feed Start Date:
    2026-05-25
    Feed End Date:
    2029-07-31

    Files included


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

    Counts


    • Agencies: 0
    • Blocks: 141
    • Routes: 18
    • Shapes: 40
    • Stops: 217
    • Trips: 2376

    Specification Compliance report

    33 notices reported (3 errors, 25 warnings, 5 infos)

    Notice Code Severity Total
    missing_required_field ERROR 3

    missing_required_field

    A required field is missing.

    The given field has no value in some input row, even though values are required.

    You can see more about this notice here.

    filename (?) The name of the faulty file. csvRowNumber (?) The row of the faulty record. fieldName (?) The name of the missing field.
    "agency.txt" 3 "agency_url"
    "agency.txt" 4 "agency_url"
    "agency.txt" 5 "agency_url"
    equal_shape_distance_same_coordinates WARNING 2

    equal_shape_distance_same_coordinates

    Two consecutive points have equal shape_dist_traveled and the same lat/lon coordinates in shapes.txt.

    When sorted by shape.shape_pt_sequence, the values for shape_dist_traveled must increase along a shape. Two consecutive points with equal values for shape_dist_traveled and the same coordinates indicate a duplicative shape point.

    You can see more about this notice here.

    shapeId (?) The id of the faulty shape. csvRowNumber (?) The row number from `shapes.txt`. shapeDistTraveled (?) Actual distance traveled along the shape from the first shape point to the faulty record. shapePtSequence (?) The faulty record's `shapes.shape_pt_sequence`. prevCsvRowNumber (?) The row number from `shapes.txt` of the previous shape point. prevShapeDistTraveled (?) Actual distance traveled along the shape from the first shape point to the previous shape point. prevShapePtSequence (?) The previous record's `shapes.shape_pt_sequence`.
    "8469" 1762 5530.07348944575 54 1761 5530.07348944575 53
    "8469" 1763 5530.07348944575 55 1762 5530.07348944575 54
    missing_feed_contact_email_and_url WARNING 1

    missing_feed_contact_email_and_url

    Best Practices for feed_info.txt suggest providing at least one of feed_contact_email and feed_contact_url.

    You can see more about this notice here.

    csvRowNumber (?) The row number of the validated record.
    2
    route_color_contrast WARNING 18

    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.
    "1021" 2 "#0032FA" "#0032FA"
    "1025" 3 "#FFFFFF" "#FFFFFF"
    "1036" 4 "#556B2F" "#556B2F"
    "1037" 5 "#556B2F" "#556B2F"
    "2237" 6 "#556B2F" "#556B2F"
    "2239" 7 "#FFFFFF" "#FFFFFF"
    "2335" 8 "#556B2F" "#556B2F"
    "2580" 9 "#556B2F" "#556B2F"
    "2581" 10 "#556B2F" "#556B2F"
    "2582" 11 "#556B2F" "#556B2F"
    "2583" 12 "#556B2F" "#556B2F"
    "2584" 13 "#556B2F" "#556B2F"
    "2585" 14 "#556B2F" "#556B2F"
    "2586" 15 "#556B2F" "#556B2F"
    "2587" 16 "#556B2F" "#556B2F"
    "2588" 17 "#556B2F" "#556B2F"
    "2589" 18 "#556B2F" "#556B2F"
    "2590" 19 "#556B2F" "#556B2F"
    stop_without_stop_time WARNING 2

    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.

    csvRowNumber (?) The row number of the faulty record. stopId (?) The id of the faulty stop. stopName (?) The name of the faulty stop.
    181 "2562928" "Гербера (183)"
    182 "2562924" "Володимирська (179)"
    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.
    216 "8463" "24521_0_1" 4730 "45171" "Коледж Культури (46)" [48.60424160742631,22.28436666611314] 4729 "45392" "Ринок (19)" [48.62882576232699,22.277550246674284]
    131 "8460" "24514_0_1" 1591 "45171" "Коледж Культури (46)" [48.60424160742631,22.28436666611314] 1590 "45392" "Ринок (19)" [48.62882576232699,22.277550246674284]
    service_extends_far_in_the_future INFO 5

    service_extends_far_in_the_future

    A service end date is more than 2 years in the future.

    You can see more about this notice here.

    serviceId (?) The service_id that ends far in the future. serviceWindowEndDate (?) The end date of the service (YYYY-MM-DD format).
    "31" "2029-07-31"
    "96" "2029-07-29"
    "159" "2029-07-31"
    "160" "2029-07-28"
    "224" "2029-07-29"