GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2025-12-12T23:13:02Z,
for the dataset file:///shared/syncromatics-mercedthebus.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:
2025-12-03
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: 43
  • Routes: 15
  • Shapes: 45
  • Stops: 363
  • Trips: 570

Specification Compliance report

125 notices reported (5 errors, 117 warnings, 3 infos)

Notice Code Severity Total
decreasing_or_equal_stop_time_distance ERROR 5

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`.
"PASAT-8" "361779" 10496 535.784656752135 1 10495 51391.273192216235 0
"LAWKN D-5" "358798" 1735 969.7190835038173 1 1734 61972.21122638964 0
"LAWKN D-7" "358798" 1816 969.7190835038173 1 1815 61972.21122638964 0
"LAWKN D-9" "358798" 1897 969.7190835038173 1 1896 61972.21122638964 0
"LAWKN D-3" "358798" 1654 969.7190835038173 1 1653 61972.21122638964 0
leading_or_trailing_whitespaces WARNING 8

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" 10 "stop_name" "Loughborough Dr @ M St "
"stops.txt" 41 "stop_name" "Mansionette @ Redwing/St Patricks "
"stops.txt" 209 "stop_name" "Atwater Target "
"stops.txt" 211 "stop_name" "Atwater Target "
"stops.txt" 342 "stop_name" "University Transit Center "
"stops.txt" 345 "stop_name" "Mains St at C St Southbound "
"stops.txt" 361 "stop_name" "Merced Rescue Mission "
"routes.txt" 2 "route_long_name" "UC-UC Merced "
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"
mixed_case_recommended_field WARNING 2

mixed_case_recommended_field

This field has customer-facing text and should use Mixed Case (should contain upper and lower case letters).

This field contains customer-facing text and should use Mixed Case (upper and lower case letters) to ensure good readability when displayed to riders. Avoid the use of abbreviations throughout the feed (e.g. St. for Street) unless a location is called by its abbreviated name (e.g. “JFK Airport”). Abbreviations may be problematic for accessibility by screen reader software and voice user interfaces.

Good examples:
Field Text Dataset
"Schwerin, Hauptbahnhof" Verkehrsverbund Berlin-Brandenburg
"Red Hook/Atlantic Basin" NYC Ferry
"Campo Grande Norte" Carris
Bad examples:
Field Text
"GALLERIA MALL"
"3427 GG 17"
"21 Clark Rd Est"

You can see more about this notice here.

filename (?) Name of the faulty file. fieldName (?) Name of the faulty field. fieldValue (?) Faulty value. csvRowNumber (?) The row number of the faulty record.
"stops.txt" "stop_name" "DMV (eastbound)" 20
"stops.txt" "stop_name" "21st @ G ST (westbound)" 328
route_long_name_contains_short_name WARNING 15

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`.
"1225" 2 "UC" "UC-UC Merced"
"18" 3 "L" "L - Livingston Commuter"
"19" 4 "LB" "LB - Los Banos Commuter"
"20" 5 "M1" "M1 - Merced West"
"21" 6 "M2" "M2 - R Street Route"
"22" 7 "M3" "M3 - M Street Route"
"23" 8 "M4" "M4 - G Street Route"
"24" 9 "M5" "M5 - Merced South-East"
"25" 10 "M6" "M6 - Olive Loops"
"5889" 11 "M7" "M7 - South G Street Route"
"953" 12 "A2" "A2 - Winton Way"
"957" 13 "A1" "A1 - Atwater Loop"
"958" 14 "P" "P - Planada Commuter"
"972" 15 "T" "T - Turlock Commuter"
"973" 16 "W1" "W1 - Winton Commuter"
stop_too_far_from_shape_using_user_distance WARNING 55

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 55 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.
85 "29028" "LAWKN D-3" 1653 "349823" "Merced College" [37.385861,-120.73286500000003] 23237.05985587899
85 "29028" "LAWKN D-3" 1654 "358798" "M St @ Donna (southbound)" [37.385861,-120.73286500000003] 23325.185667934802
85 "29028" "LAWKN D-3" 1655 "359775" "M St @ Villages Apts (southbound)" [37.385861,-120.73286500000003] 23510.15336413296
85 "29028" "LAWKN D-3" 1656 "358826" "Loughborough Dr @ Laurel Glen Apts (westbound)" [37.385861,-120.73286500000003] 23287.342082792773
85 "29028" "LAWKN D-3" 1657 "350125" "Loughborough @ Target/Merced Mall (westbound)" [37.385861,-120.73286500000003] 22927.53656392139
85 "29028" "LAWKN D-3" 1658 "350131" "R St @ Olive (southbound)" [37.385861,-120.73286500000003] 22932.88504213636
85 "29028" "LAWKN D-3" 1659 "358892" "Olive @ Food 4 Less (southbound)" [37.385861,-120.73286500000003] 22763.790183948084
85 "29028" "LAWKN D-3" 1660 "359154" "Meadows @ Olivewood" [37.385861,-120.73286500000003] 22688.83844096926
85 "29028" "LAWKN D-3" 1661 "359160" "Devondwood @ Dogwood (westbound)" [37.385861,-120.73286500000003] 22592.88388879889
85 "29028" "LAWKN D-3" 1662 "475001" "Wal-Mart (northbound)" [37.385861,-120.73286500000003] 21982.02810411253
85 "29028" "LAWKN D-3" 1663 "474801" "Dan Ward Rd @ Beachwood Dr (westbound)" [37.385861,-120.73286500000003] 19053.91278065481
85 "29028" "LAWKN D-3" 1664 "474802" "Dan Ward Rd @ Franklin Rd (westbound)" [37.385861,-120.73286500000003] 18033.475870630497
85 "29028" "LAWKN D-3" 1665 "2230689" "Castle Clinic (to Atwater/Winton)" [37.385861,-120.73286500000003] 13855.363547647146
85 "29028" "LAWKN D-3" 1666 "361758" "Buchach @ Bellevue (southbound)" [37.385861,-120.73286500000003] 14056.239983629823
85 "29028" "LAWKN D-3" 1667 "361759" "Bellevue @ Secretariat (westbound)" [37.385861,-120.73286500000003] 13912.53307321136
85 "29028" "LAWKN D-3" 1668 "361760" "Bellevue @ Bellevue Elementary (westbound)" [37.385861,-120.73286500000003] 13399.41426691582
85 "29028" "LAWKN D-3" 1669 "361763" "Bellevue @ Brownell (westbound)" [37.385861,-120.73286500000003] 12597.454051074912
85 "29028" "LAWKN D-3" 1670 "363291" "Bellevue @ Atwater Plaza Shopping" [37.385861,-120.73286500000003] 12325.558878840897
85 "29028" "LAWKN D-3" 1671 "361764" "Bellevue @ Redwood (westbound)" [37.385861,-120.73286500000003] 11902.975643419119
85 "29028" "LAWKN D-3" 1672 "361765" "Bellevue @ 5th (westbound)" [37.385861,-120.73286500000003] 11388.563691304955
85 "29028" "LAWKN D-3" 1673 "361766" "Bellevue @ Winton (westbound)" [37.385861,-120.73286500000003] 11011.596739443714
85 "29028" "LAWKN D-3" 1674 "361767" "Winton @ Bellevue/SaveMart (northbound)" [37.385861,-120.73286500000003] 10860.840082543124
85 "29028" "LAWKN D-3" 1675 "361768" "Winton @ Fruitland/Atwater HS (northbound)" [37.385861,-120.73286500000003] 10802.143854319656
85 "29028" "LAWKN D-3" 1676 "474753" "Winton Way @ Gertrude Ave (northbound)" [37.385861,-120.73286500000003] 10611.631421542368
85 "29028" "LAWKN D-3" 1677 "361770" "Winton @ Doris/Winton PO (northbound)" [37.385861,-120.73286500000003] 10569.322269986704
85 "29028" "LAWKN D-3" 1678 "474754" "Winton Way @ Crawfort St (northbound)" [37.385861,-120.73286500000003] 10552.562572524059
85 "29028" "LAWKN D-3" 1679 "361738" "Center @ Walnut/Winton Library (northbound)" [37.385861,-120.73286500000003] 10445.52615524249
85 "29028" "LAWKN D-3" 1680 "474799" "Walnut Ave @ Barbera Ave (westbound)" [37.385861,-120.73286500000003] 9193.13764274891
85 "29028" "LAWKN D-3" 1681 "474793" "Walnut Ave @ Dwight Way (westbound)" [37.385861,-120.73286500000003] 2517.3394957913833
85 "29028" "LAWKN D-3" 1682 "474794" "Walnut Ave @ Hammatt Ave (westbound)" [37.385861,-120.73286500000003] 1847.0707513820907
85 "29028" "LAWKN D-3" 1683 "474795" "Walnut Ave @ Celia Dr (westbound)" [37.385861,-120.73286500000003] 1363.676245662585
85 "29028" "LAWKN D-3" 1684 "2231795" "Foster Farms (To Livingston)" [37.385861,-120.73286500000003] 1095.6441179642352
85 "29028" "LAWKN D-3" 1685 "1356870" "Main St @ Davis St (southbound)" [37.385861,-120.73286500000003] 1121.1167344638618
85 "29028" "LAWKN D-3" 1686 "474789" "Main St @ B St (southbound)" [37.385861,-120.73286500000003] 844.2714098549247
85 "29028" "LAWKN D-3" 1687 "8062817" "Mains St at C St Southbound" [37.385861,-120.73286500000003] 841.138426883144
85 "29028" "LAWKN D-3" 1688 "361729" "Main @ C St/Livingston City Hall (southbound)" [37.385861,-120.73286500000003] 855.3123119421855
85 "29028" "LAWKN D-3" 1689 "8062818" "F St at 6th St (eastbound)" [37.385861,-120.73286500000003] 1226.2676588502368
85 "29028" "LAWKN D-3" 1690 "8059494" "8th St @ F St (southbound)" [37.385861,-120.73286500000003] 1508.4943336255915
85 "29028" "LAWKN D-3" 1691 "8062819" "Park St @ 7th St (westbound)" [37.385861,-120.73286500000003] 1471.7231991506114
85 "29028" "LAWKN D-3" 1692 "8062820" "Main St at Park St (Southbound)" [37.385861,-120.73286500000003] 1164.6698132537226
85 "29028" "LAWKN D-3" 1693 "8062821" "Peach Ave @ Main St (westbound)" [37.385861,-120.73286500000003] 1436.7455253809667
85 "29028" "LAWKN D-3" 1694 "8062822" "Peach Ave at Palace Ln (eastbound)" [37.385861,-120.73286500000003] 1207.4175319672863
85 "29028" "LAWKN D-3" 1695 "8062823" "Winton Parkway @ Mont Cliff Way (northboud)" [37.385861,-120.73286500000003] 761.8654568271647
85 "29028" "LAWKN D-3" 1696 "8062824" "F St at Robin Ave (westbound)" [37.385861,-120.73286500000003] 842.8821626294841
446 "29032" "PASAT-8" 10495 "8065946" "E Jackson St at McDowell (westbound)" [37.301815,-120.48821000000001] 22082.150465699004
446 "29032" "PASAT-8" 10496 "361779" "Jefferson @ Le Grand/Community Ctr" [37.301815,-120.48821000000001] 22424.410304731373
446 "29032" "PASAT-8" 10497 "365503" "Le Grand @ Washington" [37.301815,-120.48821000000001] 22770.690413963213
446 "29032" "PASAT-8" 10498 "361771" "Planada/Golden Valley Clinic (to Merced)" [37.301815,-120.48821000000001] 14844.354600964403
446 "29032" "PASAT-8" 10499 "474907" "Broadway @ Cabrillo St (eastbound)" [37.301815,-120.48821000000001] 15369.953268816573
446 "29032" "PASAT-8" 10500 "361772" "Sutter @ El Mercado (to Merced)" [37.301815,-120.48821000000001] 14827.755849998774
trip_distance_exceeds_shape_distance_below_threshold WARNING 35

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.
"6258706" "29020" 66519.17601434224 66519.17601434221 0.0
"A2A-11" "28993" 9054.484139240953 9054.405449641474 0.0
"A2A-13" "28993" 9054.484139240953 9054.405449641474 0.0
"A2A-15" "28993" 9054.484139240953 9054.405449641474 0.0
"A2A-17" "28993" 9054.484139240953 9054.405449641474 0.0
"A2A-19" "28993" 9054.484139240953 9054.405449641474 0.0
"A2A-21" "28993" 9054.484139240953 9054.405449641474 0.0
"A2A-23" "28993" 9054.484139240953 9054.405449641474 0.0
"A2A-25" "28993" 9054.484139240953 9054.405449641474 0.0
"A2A-3" "28993" 9054.484139240953 9054.405449641474 0.0
"A2A-5" "28993" 9054.484139240953 9054.405449641474 0.0
"A2A-7" "28993" 9054.484139240953 9054.405449641474 0.0
"A2A-9" "28993" 9054.484139240953 9054.405449641474 0.0
"A2AWKND-1" "28993" 9054.484139240953 9054.405449641474 0.0
"A2AWKND-11" "28993" 9054.484139240953 9054.405449641474 0.0
"A2AWKND-13" "28993" 9054.484139240953 9054.405449641474 0.0
"A2AWKND-15" "28993" 9054.484139240953 9054.405449641474 0.0
"A2AWKND-17" "28993" 9054.484139240953 9054.405449641474 0.0
"A2AWKND-3" "28993" 9054.484139240953 9054.405449641474 0.0
"A2AWKND-5" "28993" 9054.484139240953 9054.405449641474 0.0
"A2AWKND-7" "28993" 9054.484139240953 9054.405449641474 0.0
"A2AWKND-9" "28993" 9054.484139240953 9054.405449641474 0.0
"LAWKN D-1" "29028" 85407.74020123157 38614.31676488437 0.0
"LAWKN D-3" "29028" 85407.74020123157 38614.31676488437 0.0
"LAWKN D-5" "29028" 85407.74020123157 38614.31676488437 0.0
"LAWKN D-7" "29028" 85407.74020123157 38614.31676488437 0.0
"LAWKN D-9" "29028" 85407.74020123157 38614.31676488437 0.0
"LBA-1" "29020" 66519.17601434224 66519.17601434221 0.0
"LBA-3" "29020" 66519.17601434224 66519.17601434221 0.0
"LBA-5" "29020" 66519.17601434224 66519.17601434221 0.0
"LBA-7" "29020" 66519.17601434224 66519.17601434221 0.0
"LBB-2" "29020" 66519.17601434224 66519.17601434221 0.0
"LBB-6" "29020" 66519.17601434224 66519.17601434221 0.0
"LBB-8" "29020" 66519.17601434224 66519.17601434221 0.0
"PASAT-8" "29032" 73664.96900065785 29208.487213636257 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"