connecttransit — Source Data Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-04-24T10:28:38Z,
for the dataset file:///shared/connecttransit_455b7f9a.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-03-15
Feed End Date:
N/A

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: 1
  • Blocks: 69
  • Routes: 17
  • Shapes: 32
  • Stops: 443
  • Trips: 2059

Specification Compliance report

612 notices reported (0 errors, 609 warnings, 3 infos)

Notice Code Severity Total
equal_shape_distance_same_coordinates WARNING 3

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`.
"29564" 1430 7792.877337285072 228 1429 7792.877337285072 227
"29836" 4926 8577.896797108791 322 4925 8577.896797108791 321
"29870" 5370 7058.619711315124 259 5369 7058.619711315124 258
leading_or_trailing_whitespaces WARNING 293

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.

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

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" 2 "stop_name" "Vernon & Sugar Creek "
"stops.txt" 7 "stop_name" "Landmark & Hunt "
"stops.txt" 9 "stop_name" "Landmark & Hunt "
"stops.txt" 10 "stop_name" "Downtown Bloomington "
"stops.txt" 11 "stop_name" "East & Douglas "
"stops.txt" 12 "stop_name" "Locust & Mclean "
"stops.txt" 13 "stop_name" "Locust & Clinton "
"stops.txt" 14 "stop_name" "Locust & Linden "
"stops.txt" 15 "stop_name" "Locust & Colton "
"stops.txt" 17 "stop_name" "Towanda & Towanda Service "
"stops.txt" 18 "stop_name" "Towanda & Fairway "
"stops.txt" 19 "stop_name" "Towanda & Cherrywood "
"stops.txt" 20 "stop_name" "Towanda & Jersey "
"stops.txt" 21 "stop_name" "Towanda & Kurt "
"stops.txt" 26 "stop_name" "Towanda & Fleetwood "
"stops.txt" 27 "stop_name" "Towanda & Emerson "
"stops.txt" 29 "stop_name" "Empire & Stortz "
"stops.txt" 30 "stop_name" "Empire & Colton "
"stops.txt" 31 "stop_name" "Empire & Linden "
"stops.txt" 32 "stop_name" "Empire & Clinton "
"stops.txt" 33 "stop_name" "Empire & Park "
"stops.txt" 34 "stop_name" "Empire & Main "
"stops.txt" 35 "stop_name" "Lee & Chestnut "
"stops.txt" 37 "stop_name" "Center & Market "
"stops.txt" 38 "stop_name" "Washington & McLean "
"stops.txt" 39 "stop_name" "Washington & Clinton "
"stops.txt" 40 "stop_name" "Washington & McClun "
"stops.txt" 41 "stop_name" "Washington & State "
"stops.txt" 43 "stop_name" "Washington & Regency "
"stops.txt" 44 "stop_name" "Washington & Rust "
"stops.txt" 49 "stop_name" "IAA & Rowe "
"stops.txt" 50 "stop_name" "IAA & Clearwater "
"stops.txt" 51 "stop_name" "Kurt & Towanda "
"stops.txt" 58 "stop_name" "College & Young "
"stops.txt" 60 "stop_name" "College & Blair "
"stops.txt" 61 "stop_name" "College & Grandview "
"stops.txt" 62 "stop_name" "College & Beech "
"stops.txt" 63 "stop_name" "Mulberry & Oak "
"stops.txt" 65 "stop_name" "College & Beech "
"stops.txt" 66 "stop_name" "College & Grandview "
"stops.txt" 67 "stop_name" "College & Blair "
"stops.txt" 68 "stop_name" "College & Orr "
"stops.txt" 69 "stop_name" "College & Young "
"stops.txt" 70 "stop_name" "Landmark & Visa "
"stops.txt" 71 "stop_name" "Landmark & Parkway Plaza "
"stops.txt" 73 "stop_name" "Susan & Patriot "
"stops.txt" 76 "stop_name" "Kurt & Towanda "
"stops.txt" 78 "stop_name" "IAA & Clearwater "
"stops.txt" 79 "stop_name" "IAA & Rowe "
"stops.txt" 84 "stop_name" "Washington & Rust "
missing_feed_info_date WARNING 1

missing_feed_info_date

One of feed_start_date or feed_end_date is specified, but not both.

Even though feed_info.start_date and feed_info.end_date are optional, if one field is provided the second one should also be provided.

You can see more about this notice here.

csvRowNumber (?) The row number of the faulty record. fieldName (?) Either `feed_end_date` or `feed_start_date`.
2 "feed_end_date"
missing_recommended_field WARNING 1

missing_recommended_field

A recommended field is missing.

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

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.
"feed_info.txt" 2 "feed_end_date"
same_name_and_description_for_route WARNING 4

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`.
6 "1847" "Redbird Express" "route_long_name"
15 "2701" "Silver" "route_long_name"
16 "5861" "Sapphire" "route_long_name"
18 "6895" "Mint" "route_long_name"
trip_distance_exceeds_shape_distance_below_threshold WARNING 307

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.

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

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.
"AQ-1036" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-1114" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-1123" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-1186" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-125" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-1321" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-1464" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-1468" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-1531" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-1558" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-1567" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-1738" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-1798" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-2012" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-2049" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-2170" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-2262" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-2401" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-2510" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-2556" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-2631" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-2833" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-2907" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-3165" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-3197" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-3227" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-3232" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-3276" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-3326" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-3411" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-3421" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-3489" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-354" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-3582" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-3629" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-363" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-413" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-62" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-736" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-763" "29531" 3717.494227520812 3717.475760254298 0.0
"AQ-785" "29531" 3717.494227520812 3717.475760254298 0.0
"OG-1009" "30045" 6325.933043596072 6325.93304359607 0.0
"OG-103" "30046" 7958.37498936031 7958.374989360309 0.0
"OG-1145" "30046" 7958.37498936031 7958.374989360309 0.0
"OG-1172" "30045" 6325.933043596072 6325.93304359607 0.0
"OG-1227" "30046" 7958.37498936031 7958.374989360309 0.0
"OG-1251" "30046" 7958.37498936031 7958.374989360309 0.0
"OG-1272" "30046" 7958.37498936031 7958.374989360309 0.0
"OG-1287" "30046" 7958.37498936031 7958.374989360309 0.0
"OG-1312" "30045" 6325.933043596072 6325.93304359607 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"