mycyride — Source Data Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-06-12T00:53:42Z,
for the dataset file:///shared/mycyride_7ad34756.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:
GMV Syncromatics
Feed Email:
support@gmvsync.com
Feed Language:
English
Feed Start Date:
2026-06-01
Feed End Date:
2026-08-16

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: 47
  • Routes: 16
  • Shapes: 18
  • Stops: 356
  • Trips: 876

Specification Compliance report

171 notices reported (0 errors, 168 warnings, 3 infos)

Notice Code Severity Total
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`.
"12753" 249 1162.3152848198945 8 248 1162.3152848198945 7
route_long_name_contains_short_name WARNING 16

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`.
"4528" 2 "1" "1 Red West"
"4529" 3 "1" "1 Red East"
"4530" 4 "2" "2 Green West"
"4531" 5 "2" "2 Green East"
"4532" 6 "3" "3 Blue"
"4533" 7 "5" "5 Yellow"
"4534" 8 "6" "6 Brown South"
"4535" 9 "6" "6 Brown North"
"4536" 10 "7" "7 Purple"
"4537" 11 "8" "8 Aqua"
"4538" 12 "9" "9 Plum"
"4539" 13 "11" "11 Cherry"
"4540" 14 "14" "14 Peach"
"4541" 15 "23" "23 Orange"
"4570" 16 "21" "21 Cardinal"
"4922" 17 "25" "25 Gold"
same_name_and_description_for_route WARNING 15

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`.
3 "4529" "1 Red East" "route_long_name"
4 "4530" "2 Green West" "route_long_name"
5 "4531" "2 Green East" "route_long_name"
6 "4532" "3 Blue" "route_long_name"
7 "4533" "5 Yellow" "route_long_name"
8 "4534" "6 Brown South" "route_long_name"
9 "4535" "6 Brown North" "route_long_name"
10 "4536" "7 Purple" "route_long_name"
11 "4537" "8 Aqua" "route_long_name"
12 "4538" "9 Plum" "route_long_name"
13 "4539" "11 Cherry" "route_long_name"
14 "4540" "14 Peach" "route_long_name"
15 "4541" "23 Orange" "route_long_name"
16 "4570" "21 Cardinal" "route_long_name"
17 "4922" "25 Gold" "route_long_name"
stop_without_stop_time WARNING 8

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.
340 "5108906" "Campanile"
342 "5108909" "Food Sciences Building"
346 "5108919" "42 Frederiksen"
347 "5108920" "33 Frederiksen"
348 "5108921" "31 Frederiksen"
349 "5108922" "22 Frederiksen"
350 "5108923" "11 Frederiksen"
353 "6169751" "Wallace Road at Gerdin Hall"
trip_distance_exceeds_shape_distance_below_threshold WARNING 128

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 128 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.
"2002" "12988" 12446.614856421835 12446.614856421002 0.0
"2004" "12988" 12446.614856421835 12446.614856421002 0.0
"2006" "12988" 12446.614856421835 12446.614856421002 0.0
"2008" "12988" 12446.614856421835 12446.614856421002 0.0
"2010" "12988" 12446.614856421835 12446.614856421002 0.0
"2012" "12988" 12446.614856421835 12446.614856421002 0.0
"2014" "12988" 12446.614856421835 12446.614856421002 0.0
"2016" "12988" 12446.614856421835 12446.614856421002 0.0
"2018" "12988" 12446.614856421835 12446.614856421002 0.0
"2020" "12988" 12446.614856421835 12446.614856421002 0.0
"2022" "12988" 12446.614856421835 12446.614856421002 0.0
"2024" "12988" 12446.614856421835 12446.614856421002 0.0
"2026" "12988" 12446.614856421835 12446.614856421002 0.0
"2028" "12988" 12446.614856421835 12446.614856421002 0.0
"2030" "12988" 12446.614856421835 12446.614856421002 0.0
"2032" "12988" 12446.614856421835 12446.614856421002 0.0
"2034" "12988" 12446.614856421835 12446.614856421002 0.0
"2036" "12988" 12446.614856421835 12446.614856421002 0.0
"2038" "12988" 12446.614856421835 12446.614856421002 0.0
"2040" "12988" 12446.614856421835 12446.614856421002 0.0
"2042" "12988" 12446.614856421835 12446.614856421002 0.0
"2044" "12988" 12446.614856421835 12446.614856421002 0.0
"2046" "12988" 12446.614856421835 12446.614856421002 0.0
"2048" "12988" 12446.614856421835 12446.614856421002 0.0
"2050" "12988" 12446.614856421835 12446.614856421002 0.0
"2052" "12988" 12446.614856421835 12446.614856421002 0.0
"2054" "12988" 12446.614856421835 12446.614856421002 0.0
"2056" "12988" 12446.614856421835 12446.614856421002 0.0
"2058" "12988" 12446.614856421835 12446.614856421002 0.0
"2060" "12988" 12446.614856421835 12446.614856421002 0.0
"2062" "12988" 12446.614856421835 12446.614856421002 0.0
"2064" "12988" 12446.614856421835 12446.614856421002 0.0
"2066" "12988" 12446.614856421835 12446.614856421002 0.0
"2068" "12988" 12446.614856421835 12446.614856421002 0.0
"2070" "12988" 12446.614856421835 12446.614856421002 0.0
"2072" "12988" 12446.614856421835 12446.614856421002 0.0
"2074" "12988" 12446.614856421835 12446.614856421002 0.0
"2076" "12988" 12446.614856421835 12446.614856421002 0.0
"2078" "12988" 12446.614856421835 12446.614856421002 0.0
"2602" "12988" 12446.614856421835 12446.614856421002 0.0
"2604" "12988" 12446.614856421835 12446.614856421002 0.0
"2606" "12988" 12446.614856421835 12446.614856421002 0.0
"2608" "12988" 12446.614856421835 12446.614856421002 0.0
"2610" "12988" 12446.614856421835 12446.614856421002 0.0
"2612" "12988" 12446.614856421835 12446.614856421002 0.0
"2614" "12988" 12446.614856421835 12446.614856421002 0.0
"2616" "12988" 12446.614856421835 12446.614856421002 0.0
"2618" "12988" 12446.614856421835 12446.614856421002 0.0
"2620" "12988" 12446.614856421835 12446.614856421002 0.0
"2622" "12988" 12446.614856421835 12446.614856421002 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"