ridestreamline — Source Data Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 8.0.1 at 2026-07-24T23:27:14Z,
for the dataset file:///shared/ridestreamline_ea9ef7b0.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


    Feed Info


    Publisher Name:
    GMV Syncromatics
    Feed Email:
    support@gmvsync.com
    Feed Language:
    English
    Feed Start Date:
    2026-06-14
    Feed End Date:
    2026-08-15

    Files included


    1. agency.txt
    2. calendar.txt
    3. calendar_attributes.txt
    4. calendar_dates.txt
    5. directions.txt
    6. feed_info.txt
    7. realtime_routes.txt
    8. routes.txt
    9. shapes.txt
    10. stop_times.txt
    11. stops.txt
    12. trips.txt

    Counts


    • Agencies: 0
    • Blocks: 18
    • Routes: 6
    • Shapes: 17
    • Stops: 161
    • Trips: 192

    Specification Compliance report

    36 notices reported (4 errors, 29 warnings, 3 infos)

    Notice Code Severity Total
    decreasing_or_equal_stop_time_distance ERROR 3

    decreasing_or_equal_stop_time_distance

    Decreasing or equal shape_dist_traveled in stop_times.txt.

    When sorted by stop_times.stop_sequence, two consecutive entries in stop_times.txt should have increasing distance, based on the field shape_dist_traveled. If the values are equal, this is considered as an error.

    You can see more about this notice here.

    tripId (?) The id of the faulty trip. stopId (?) The id of the faulty stop. csvRowNumber (?) The row number from `stop_times.txt`. shapeDistTraveled (?) Actual distance traveled along the shape from the first shape point to the faulty record. stopSequence (?) The faulty record's `stop_times.stop_sequence`. prevCsvRowNumber (?) The row number from `stop_times.txt` of the previous stop time. prevShapeDistTraveled (?) Actual distance traveled along the shape from the first shape point to the previous stop time. prevStopSequence (?) The previous record's `stop_times.stop_sequence`.
    "WKND-R1-7" "11235824" 2832 0.0 1 2831 0.0 0
    "WKND-R1-25" "11235824" 2739 0.0 1 2738 0.0 0
    "WKND-R1-16" "11235824" 2582 0.0 1 2581 0.0 0
    missing_required_field ERROR 1

    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" 2 "agency_url"
    equal_shape_distance_same_coordinates WARNING 1

    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`.
    "28766" 149 11738.296218728105 147 148 11738.296218728105 146
    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 "20260724" "20260815" "20260823"
    leading_or_trailing_whitespaces WARNING 1

    leading_or_trailing_whitespaces

    The value in CSV file has leading or trailing whitespaces.

    This notice is emitted for values protected with double quotes since whitespaces for non-protected values are trimmed automatically by CSV parser.

    The validator strips whitespaces from protected values. We do not see any use case when such a whitespace may be needed. On the other hand, some real-world feeds use trailing whitespaces for some values and omit them for the others. This is causing the largest problem when a primary key and a foreign key differ just by a whitespace: it is clear that they are intended to be the same, that is why we always strip whitespaces.

    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.
    "stops.txt" 162 "stop_name" "27th & Catron "
    route_long_name_contains_short_name WARNING 4

    route_long_name_contains_short_name

    Long name should not contain short name for a single route.

    In routes.txt, route_long_name should not contain the value for route_short_name, because when both are provided, they are often combined by transit applications. Note that only one of the two fields is required. If there is no short name used for a route, use route_long_name only.

    Good examples:

    route_short_name/route_long_name Dataset
    "N"/"Judah" Muni San Fransisco
    "6"/"ML King Jr Blvd" Trimet Portland Streetcar
    "55"/"Boulevard Saint Laurent" STM Montreal
    "1"/"Rangiora/Cashmere" Metro Christchurch

    Bad examples:

    route_short_name/route_long_name
    "604"/"604"
    "14"/"Route 14"
    "2"/"Route 2: Bellows Falls In-Town"

    You can see more about this notice here.

    routeId (?) The id of the faulty record. csvRowNumber (?) The row number of the faulty record. routeShortName (?) The faulty record's `route_short_name`. routeLongName (?) The faulty record's `route_long_name`.
    "6850" 2 "Blueline" "Blueline"
    "6852" 3 "Purpleline" "Purpleline"
    "6854" 5 "Brownline" "Brownline"
    "6855" 6 "Pinkline" "Pinkline"
    same_name_and_description_for_route WARNING 1

    same_name_and_description_for_route

    Same name and description for route.

    The GTFS spec defines routes.txt route_desc as:

    Description of a route that provides useful, quality information. Do not simply duplicate the name of the route.

    See the GTFS and GTFS Best Practices links below for more examples of how to populate the route_short_name, route_long_name, and route_desc fields.

    You can see more about this notice here.

    csvRowNumber (?) The row number of the faulty record. routeId (?) The id of the faulty record. routeDesc (?) The `routes.routes_desc` of the faulty record. specifiedField (?) Either `route_short_name` or `route_long_name`.
    7 "6856" "Northeast Bozeman Shuttle" "route_long_name"
    trip_distance_exceeds_shape_distance_below_threshold WARNING 21

    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.
    "BROWN-C-2" "28778" 7880.453381593752 7875.118334478388 0.0
    "BROWN-C-4" "28778" 7880.453381593752 7875.118334478388 0.0
    "BROWN-C-6" "28778" 7880.453381593752 7875.118334478388 0.0
    "BROWN-E-10" "28778" 7880.453381593752 7875.118334478388 0.0
    "BROWN-E-12" "28778" 7880.453381593752 7875.118334478388 0.0
    "BROWN-E-14" "28778" 7880.453381593752 7875.118334478388 0.0
    "BROWN-E-16" "28778" 7880.453381593752 7875.118334478388 0.0
    "BROWN-E-2" "28778" 7880.453381593752 7875.118334478388 0.0
    "BROWN-E-4" "28778" 7880.453381593752 7875.118334478388 0.0
    "BROWN-E-6" "28778" 7880.453381593752 7875.118334478388 0.0
    "BROWN-E-8" "28778" 7880.453381593752 7875.118334478388 0.0
    "PURPLE-C-1" "28785" 2881.83247158824 2876.6423560218295 0.0
    "WKND-R1-12" "28778" 7880.453381593752 7875.118334478388 0.0
    "WKND-R1-21" "28778" 7880.453381593752 7875.118334478388 0.0
    "WKND-R1-3" "28778" 7880.453381593752 7875.118334478388 0.0
    "WKND-R2-15" "28778" 7880.453381593752 7875.118334478388 0.0
    "WKND-R2-24" "28778" 7880.453381593752 7875.118334478388 0.0
    "WKND-R2-6" "28778" 7880.453381593752 7875.118334478388 0.0
    "WKND-R3-1" "28778" 7880.453381593752 7875.118334478388 0.0
    "WKND-R3-10" "28778" 7880.453381593752 7875.118334478388 0.0
    "WKND-R3-19" "28778" 7880.453381593752 7875.118334478388 0.0
    unknown_file INFO 3

    unknown_file

    A file is unknown.

    You can see more about this notice here.

    filename (?) The name of the unknown file.
    "calendar_attributes.txt"
    "realtime_routes.txt"
    "directions.txt"