GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2025-12-12T23:18:42Z,
for the dataset file:///shared/syncromatics-uctransit.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:
2023-09-29
Feed End Date:
N/A

Files included


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

Counts


  • Agencies: 1
  • Blocks: 24
  • Routes: 5
  • Shapes: 10
  • Stops: 159
  • Trips: 460

Specification Compliance report

61 notices reported (0 errors, 58 warnings, 3 infos)

Notice Code Severity Total
equal_shape_distance_same_coordinates WARNING 7

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`.
"16011" 1423 5264.625331185869 106 1422 5264.625331185869 105
"16011" 1504 7820.206770251842 187 1503 7820.206770251842 186
"16004" 664 7607.213690234236 156 663 7607.213690234236 155
"16003" 482 8015.409128478444 154 481 8015.409128478444 153
"16001" 7 327.55752823982226 5 6 327.55752823982226 4
"16009" 1084 44.40933696572489 3 1083 44.40933696572489 2
"16009" 1179 4160.496840717068 98 1178 4160.496840717068 97
leading_or_trailing_whitespaces WARNING 40

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" 50 "stop_name" "Alvarado-Niles & Nidus "
"stops.txt" 63 "stop_name" "Union City Bl & Montevideo Ct "
"stops.txt" 107 "stop_name" "Industrial Parkway Southwest & Whipple Rd "
"stops.txt" 108 "stop_name" "Calaveras Landing Shopping Center "
"stops.txt" 109 "stop_name" "Industrial Parkway Southwest Mid-Block "
"stops.txt" 110 "stop_name" "Medallion Ave & Brenda Dr "
"stops.txt" 111 "stop_name" "Almaden Bl & Kawella Cir "
"stops.txt" 112 "stop_name" "Almaden Bl & Cumana Dr "
"stops.txt" 113 "stop_name" "Tropics "
"stops.txt" 114 "stop_name" "Almaden Bl & Chechester Dr "
"stops.txt" 115 "stop_name" "Almaden Bl & Horatio Ct "
"stops.txt" 116 "stop_name" "Almaden Bl & Sloccum Ct "
"stops.txt" 117 "stop_name" "Tamarack Dr & Moccasin Dr "
"stops.txt" 118 "stop_name" "Tamarack Dr & Sumac Dr "
"stops.txt" 119 "stop_name" "Tamarack Dr & Pulaski St "
"stops.txt" 124 "stop_name" "Veneto St & Corona Pl "
"stops.txt" 125 "stop_name" "Appian Wy & Mission Bl "
"stops.txt" 126 "stop_name" "7th St & Cheseapeake Dr "
"stops.txt" 127 "stop_name" "7th St & Daggett Ave "
"stops.txt" 130 "stop_name" "Decoto Rd & 9th St "
"stops.txt" 132 "stop_name" "7th St & Daggett Ave "
"stops.txt" 133 "stop_name" "7th St & Bedford Ave "
"stops.txt" 134 "stop_name" "7th St & Zwissig Ave "
"stops.txt" 135 "stop_name" "7th St & Cheseapeake Dr "
"stops.txt" 136 "stop_name" "Appian Wy & Mission Bl "
"stops.txt" 137 "stop_name" "Veneto St & Appian Wy "
"stops.txt" 138 "stop_name" "Veneto St & Famosa Ct "
"stops.txt" 139 "stop_name" "Masonic Home Main Entrance Gate "
"stops.txt" 140 "stop_name" "2nd St & Decoto Rd "
"stops.txt" 141 "stop_name" "2nd St & F St "
"stops.txt" 142 "stop_name" "2nd St & D St "
"stops.txt" 144 "stop_name" "Tamarack Dr & Castro St "
"stops.txt" 145 "stop_name" "Tamarack Dr & Pulaski St "
"stops.txt" 146 "stop_name" "Tamarack Dr & Sumac Dr "
"stops.txt" 147 "stop_name" "Tamarack Dr & Ithaca St "
"stops.txt" 148 "stop_name" "Dyer St & Alvarado-Niles Rd "
"stops.txt" 149 "stop_name" "Almaden Bl & Trefry Dr "
"stops.txt" 150 "stop_name" "Almaden Bl & Los Robles Apartments "
"stops.txt" 151 "stop_name" "Almaden Bl & Polynesia Wy "
"stops.txt" 152 "stop_name" "Medallion Ave & Brenda Dr "
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"
route_long_name_contains_short_name WARNING 5

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`.
"3494" 2 "1Delores" "1Delores"
"3495" 3 "2Whipple" "2Whipple"
"3496" 4 "5Dyer" "5Dyer"
"3649" 5 "3Almaden" "3Almaden"
"3650" 6 "4Tamarack" "4Tamarack"
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`.
3 "3495" "2Whipple" "route_short_name"
4 "3496" "5Dyer" "route_short_name"
5 "3649" "3Almaden" "route_short_name"
6 "3650" "4Tamarack" "route_short_name"
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"