colum-busa-usa — Source Data Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 8.0.1 at 2026-08-08T09:54:42Z,
for the dataset file:///shared/colum-busa-usa_e913ec9c.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-07-13
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: 10
  • Routes: 5
  • Shapes: 7
  • Stops: 192
  • Trips: 115

Specification Compliance report

103 notices reported (0 errors, 98 warnings, 5 infos)

Notice Code Severity Total
leading_or_trailing_whitespaces WARNING 33

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" 7 "stop_name" "Gladstone Ave & 16th "
"stops.txt" 33 "stop_name" "Gladstone Apts on Gladstone "
"stops.txt" 34 "stop_name" "Gladstone & Indiana "
"stops.txt" 45 "stop_name" "State & Pence Calla "
"stops.txt" 50 "stop_name" "16th & Pearl "
"stops.txt" 51 "stop_name" "16th & California "
"stops.txt" 55 "stop_name" "Cummins/St Peter's on California "
"stops.txt" 56 "stop_name" "Goodwill on Carr Hill "
"stops.txt" 57 "stop_name" "Franklin & 4th "
"stops.txt" 60 "stop_name" "Washington & 8th "
"stops.txt" 109 "stop_name" "Indianapolis Rd & Arcadia "
"stops.txt" 113 "stop_name" "8th & Washington "
"stops.txt" 132 "stop_name" "3rd & Sycamore "
"stops.txt" 145 "stop_name" "Nexus Park on Herman Darlage "
"stops.txt" 148 "stop_name" "22nd & Cottage "
"stops.txt" 152 "stop_name" "Eastgate & Lockerbie "
"stops.txt" 154 "stop_name" "22nd & Maple "
"stops.txt" 157 "stop_name" "Washington & 19th "
"stops.txt" 171 "stop_name" "West Hill Shopping Center "
"stops.txt" 172 "stop_name" "27th & Lafayette "
"stops.txt" 178 "stop_name" "8th & Jackson "
"stops.txt" 180 "stop_name" "Lafayette & 17th "
"stops.txt" 181 "stop_name" "Washington & 14th "
"stops.txt" 183 "stop_name" "Central Ave & 18th "
"stops.txt" 184 "stop_name" "Central Ave & 13th "
"stops.txt" 193 "stop_name" "3rd & Jackson "
"routes.txt" 2 "route_long_name" "Blue "
"routes.txt" 3 "route_short_name" "Green "
"routes.txt" 3 "route_long_name" "Green "
"routes.txt" 4 "route_short_name" "Orange "
"routes.txt" 4 "route_long_name" "Orange "
"routes.txt" 5 "route_short_name" "Purple "
"routes.txt" 5 "route_long_name" "Purple "
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 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`.
"6991" 3 "Green" "Green"
"6992" 4 "Orange" "Orange"
"6993" 5 "Purple" "Purple"
"7003" 6 "Red" "Red"
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`.
6 "7003" "Red" "route_short_name"
stop_too_far_from_shape_using_user_distance WARNING 58

stop_too_far_from_shape_using_user_distance

Stop time too far from shape.

A stop time entry that is a large distance away from the location of the shape in shapes.txt as defined by shape_dist_traveled values.

You can see more about this notice here.

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

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. stopTimeCsvRowNumber (?) The row number of the faulty record from `stop_times.txt`. stopId (?) The id of the stop that is referred to. stopName (?) The name of the stop that is referred to. match (?) Latitude and longitude pair of the location. geoDistanceToShape (?) Distance from stop to shape.
9 "31230" "BLB-2" 249 "4390799" "Quail Run on Gladstone Ave" [39.207746616532575,-85.89448618830565] 180.46149923439913
9 "31230" "BLB-2" 250 "11796898" "Gladstone Ave & 16th" [39.21329196195635,-85.8945535090425] 180.28362466312174
9 "31230" "BLB-2" 251 "4390824" "Columbus Regional Hospital on 17th" [39.215763588504096,-85.89458319048424] 160.24818188546533
9 "31230" "BLB-2" 252 "9420583" "Lincoln Park on Hawcreek Ave" [39.21591653448877,-85.89884116363474] 158.55925835223474
9 "31230" "BLB-2" 253 "9429383" "Nexus Park on 25th" [39.22257609410296,-85.89915261774514] 142.04445392714433
9 "31230" "BLB-2" 254 "11796899" "Nexus Park CRH" [39.22362949983552,-85.90181881041052] 145.6794299091047
9 "31230" "BLB-2" 255 "4390820" "Nexus Park on Herman Darlage" [39.22618887304162,-85.89787901127073] 151.3886085967298
9 "31230" "BLB-2" 256 "11798893" "Nexus Park on 25th (2)" [39.223114355803006,-85.89849141995617] 179.93813508075917
9 "31230" "BLB-2" 257 "4391261" "25th & Central Ave" [39.223128098396764,-85.90180876724457] 179.62544366358958
9 "31230" "BLB-2" 258 "6709627" "Kroger on Central Ave" [39.22685354005749,-85.90411] 180.08699329950386
9 "31230" "BLB-2" 259 "11796900" "Central Ave & Broadmoor Ln" [39.2334929664579,-85.9041461643766] 180.69932631570455
9 "31230" "BLB-2" 260 "11068036" "Central Ave & Parkside Dr" [39.23909462662688,-85.90411870958587] 180.63390278299053
9 "31230" "BLB-2" 261 "8090129" "Central Ave & Whitney Ct" [39.24327549443175,-85.90412399483141] 180.64298968748054
9 "31230" "BLB-2" 262 "8090130" "Ivy Tech on Poshard" [39.24809071399717,-85.90413803534574] 123.81981867497794
9 "31230" "BLB-2" 263 "8090131" "BMV, Social Security & Family Services" [39.248951328041564,-85.90004228317297] 213.49469826104394
9 "31230" "BLB-2" 264 "8090132" "Middle, Cessna & Doup" [39.24770351242432,-85.89482472791524] 141.7897824318093
9 "31230" "BLB-2" 265 "4391543" "Middle & Parkside Dr" [39.24517993661973,-85.89484882898367] 296.9306041600686
9 "31230" "BLB-2" 266 "8090133" "Middle & Rocky Ford" [39.2424539581797,-85.89488852940119] 296.2348495273835
9 "31230" "BLB-2" 267 "12227856" "Middle & Wyndham" [39.23842801330075,-85.89503572494381] 295.6703591962001
9 "31230" "BLB-2" 268 "4391538" "Middle & Northpark" [39.233519818452976,-85.89694355517761] 297.7480582198734
9 "31230" "BLB-2" 269 "11798976" "Nexus Park on Herman Darlage #2" [39.227368440274944,-85.89783064803923] 278.1832414179567
9 "31230" "BLB-2" 270 "11798975" "Nexus Park on 25th" [39.223226381678856,-85.89723228643051] 284.40481008271064
9 "31230" "BLB-2" 271 "6709628" "Central Ave & 23rd" [39.22309340001164,-85.90277271178228] 222.27624708804865
9 "31230" "BLB-2" 272 "4391259" "22nd & Cottage" [39.221751895723365,-85.90423501466496] 210.69638308491582
9 "31230" "BLB-2" 273 "4391281" "22nd & Maple" [39.220251851620134,-85.90494234287098] 296.8307950927004
9 "31230" "BLB-2" 274 "4391282" "22nd & Home" [39.22022146631711,-85.90852723112276] 296.4925784583705
9 "31230" "BLB-2" 275 "11797248" "22nd & Chestnut" [39.22019227020217,-85.91186570548484] 296.13580998625514
9 "31230" "BLB-2" 276 "8093651" "22nd & Pearl" [39.22012051235525,-85.91449851143035] 296.1884655622829
9 "31230" "BLB-2" 277 "8093652" "Lafayette & 17th" [39.21852541376287,-85.91918872715145] 298.17508352645535
9 "31230" "BLB-2" 278 "8093653" "Washington & 14th" [39.214369353047026,-85.9204866838301] 232.87245450012475
9 "31230" "BLB-2" 279 "11798389" "Washington & 8th" [39.20946914853079,-85.92150546956425] 298.22487467426316
9 "31230" "BLB-2" 280 "8090155" "8th & Jackson" [39.208573868293435,-85.92142306725549] 219.18039173010374
9 "31230" "BLB-2" 281 "4388701" "Columbus Transit Depot" [39.206707247842175,-85.92383242652079] 189.96593496624473
2 "31209" "BLA-1" 11 "4390799" "Quail Run on Gladstone Ave" [39.20771387084756,-85.89447220266514] 184.07484703505514
2 "31209" "BLA-1" 12 "11796898" "Gladstone Ave & 16th" [39.213255045744624,-85.89455678175135] 184.39323153269007
2 "31209" "BLA-1" 13 "4390824" "Columbus Regional Hospital on 17th" [39.215711069382635,-85.89458009257706] 161.51482182603723
2 "31209" "BLA-1" 14 "9420583" "Lincoln Park on Hawcreek Ave" [39.21591361131416,-85.89879487067091] 159.41295463277046
2 "31209" "BLA-1" 15 "9429383" "Nexus Park on 25th" [39.22256361541531,-85.89915844911646] 142.20615703848617
2 "31209" "BLA-1" 16 "11796899" "Nexus Park CRH" [39.223609636874215,-85.90174070230968] 148.36761067650778
2 "31209" "BLA-1" 17 "4390820" "Nexus Park on Herman Darlage" [39.22617966492238,-85.89792242165909] 151.8997907055093
2 "31209" "BLA-1" 18 "11798893" "Nexus Park on 25th (2)" [39.22310639129166,-85.89845496695897] 183.09432158723394
2 "31209" "BLA-1" 19 "4391261" "25th & Central Ave" [39.22309800277339,-85.90175836979863] 183.9950151201976
2 "31209" "BLA-1" 20 "6709627" "Kroger on Central Ave" [39.22681573547007,-85.90411469323315] 184.30288331451527
2 "31209" "BLA-1" 21 "11796900" "Central Ave & Broadmoor Ln" [39.23345514765745,-85.90414387876676] 184.90340844446723
2 "31209" "BLA-1" 22 "11796901" "Rocky Ford & Arlington" [39.23758998663976,-85.90493261890276] 184.0989593656909
2 "31209" "BLA-1" 23 "4391724" "Rocky Ford & Westenedge" [39.23754066447351,-85.90911350398721] 184.09970149782123
2 "31209" "BLA-1" 24 "11798388" "Rocky Ford & Sycamore" [39.2379216353309,-85.91549962818134] 184.1752324243203
2 "31209" "BLA-1" 25 "11796902" "Rocky Ford & Washington" [39.23773023910108,-85.9189971771939] 183.48846684342956
2 "31209" "BLA-1" 26 "11796903" "Washington & National Rd" [39.234651063937534,-85.92126215210767] 184.9257981032471
2 "31209" "BLA-1" 27 "11796904" "Southern Indiana Orthopedics" [39.245872891663154,-85.94114001168859] 184.94304040603154
service_extends_far_in_the_future INFO 2

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).
"1" "2099-12-31"
"2" "2099-12-26"
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"