GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-01-23T19:10:00Z,
for the dataset file:///shared/syncromatics-hptransit.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-09-04
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: 19
  • Routes: 12
  • Shapes: 28
  • Stops: 506
  • Trips: 506

Specification Compliance report

617 notices reported (25 errors, 589 warnings, 3 infos)

Notice Code Severity Total
decreasing_or_equal_stop_time_distance ERROR 25

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`.
"8-Nov" "10262163" 11030 876.1317070697602 3 11029 876.1317070697602 2
"11-428" "10262163" 2767 876.1317070697602 3 2766 876.1317070697602 2
"Nov-90" "10262163" 11498 876.1317070697602 3 11497 876.1317070697602 2
"11-404" "10262163" 2683 876.1317070697602 3 2682 876.1317070697602 2
"Nov-81" "10262163" 11461 876.1317070697602 3 11460 876.1317070697602 2
"11-460" "10262163" 2878 876.1317070697602 3 2877 876.1317070697602 2
"11-341" "10262163" 2479 876.1317070697602 3 2478 876.1317070697602 2
"11-228" "10262163" 2107 876.1317070697602 3 2106 876.1317070697602 2
"11-456" "10262163" 2804 876.1317070697602 3 2803 876.1317070697602 2
"11-458" "10262163" 2841 876.1317070697602 3 2840 876.1317070697602 2
"11-200" "10262163" 2042 876.1317070697602 3 2041 876.1317070697602 2
"11-320" "10262163" 2376 876.1317070697602 3 2375 876.1317070697602 2
"Nov-37" "10262163" 11168 876.1317070697602 3 11167 876.1317070697602 2
"11-161" "10262163" 1930 876.1317070697602 3 1929 876.1317070697602 2
"11-390" "10262163" 2646 876.1317070697602 3 2645 876.1317070697602 2
"11-134" "10262163" 1814 876.1317070697602 3 1813 876.1317070697602 2
"11-133" "10262163" 1777 876.1317070697602 3 1776 876.1317070697602 2
"11-499" "10262163" 3083 876.1317070697602 3 3082 876.1317070697602 2
"11-492" "10262163" 3018 876.1317070697602 3 3017 876.1317070697602 2
"11-260" "10262163" 2182 876.1317070697602 3 2181 876.1317070697602 2
"11-123" "10262163" 1652 876.1317070697602 3 1651 876.1317070697602 2
"11-124" "10262163" 1689 876.1317070697602 3 1688 876.1317070697602 2
"Nov-64" "10262163" 11321 876.1317070697602 3 11320 876.1317070697602 2
"11-297" "10262163" 2339 876.1317070697602 3 2338 876.1317070697602 2
"Nov-45" "10262163" 11261 876.1317070697602 3 11260 876.1317070697602 2
leading_or_trailing_whitespaces WARNING 1

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" 497 "stop_name" "NORTHPOINT AVE / KIRKWOOD ST "
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 505

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.

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

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" "ELM ST / CHURCH AVE" 2
"stops.txt" "stop_name" "ELM ST / GATEWOOD AVE" 3
"stops.txt" "stop_name" "ELM ST / WESTWOOD AVE" 4
"stops.txt" "stop_name" "WESTWOOD AVE / ELM ST HOSPITAL" 5
"stops.txt" "stop_name" "WESTWOOD AVE / PINE ST" 6
"stops.txt" "stop_name" "WESTWOOD AVE / LINDSAY ST" 7
"stops.txt" "stop_name" "LINDSAY ST & QUAKER LN" 8
"stops.txt" "stop_name" "LINDSAY ST / MAPLE PL" 10
"stops.txt" "stop_name" "MAIN ST / PARKWAY AVE" 11
"stops.txt" "stop_name" "MAIN ST / LOUISE AVE" 12
"stops.txt" "stop_name" "MAIN ST / FARRIS AVE" 13
"stops.txt" "stop_name" "MAIN ST / GUILFORD AVE" 14
"stops.txt" "stop_name" "MAIN ST / LEXINGTON AVE" 15
"stops.txt" "stop_name" "MAIN ST / KELLY PL" 16
"stops.txt" "stop_name" "MAIN ST / ROCKSPPRING RD" 17
"stops.txt" "stop_name" "MAIN ST / STATE AVE" 18
"stops.txt" "stop_name" "MAIN ST / DAYTON AVE" 19
"stops.txt" "stop_name" "MAIN ST / IDOL ST" 20
"stops.txt" "stop_name" "MAIN ST / IRBYWOOD DR" 21
"stops.txt" "stop_name" "MAIN ST / EASTCHESTER AVE" 22
"stops.txt" "stop_name" "MAIN ST / PARRIS AVE" 23
"stops.txt" "stop_name" "NORTHPOINT AVE OLD WINSTON RD" 24
"stops.txt" "stop_name" "NORTHPOINT AVE / KIRKWOOD ST" 25
"stops.txt" "stop_name" "KIRKWOOD AVE / 2205 KIRKWOOD AVE" 26
"stops.txt" "stop_name" "PARRIS AVE / KIRKWOOD ST" 27
"stops.txt" "stop_name" "LIRKWOOD AVE / HIGH POINT MALL" 28
"stops.txt" "stop_name" "N UNIVERSITY PKWY / 1400 N UNIVERSITY PKWY" 29
"stops.txt" "stop_name" "MALL LN / LIBERTY STEAKHOUSE" 30
"stops.txt" "stop_name" "ROY B CULLER SENIOR CTR" 31
"stops.txt" "stop_name" "COURTYARD MARRIOTT" 32
"stops.txt" "stop_name" "MALL LN & TARGET" 33
"stops.txt" "stop_name" "JAMES RD / CHANDLER PLACE CONDOS" 34
"stops.txt" "stop_name" "JAMES RD / JAMES CT" 35
"stops.txt" "stop_name" "JAMES RD / LAKECREST AVE" 36
"stops.txt" "stop_name" "JAMES RD / OAKVIEW ELEMENTARY SCH" 37
"stops.txt" "stop_name" "OAKVIEW RD / JACKLYN CT" 38
"stops.txt" "stop_name" "OAKVIEW RD / SECOND ST" 39
"stops.txt" "stop_name" "OAKVIEW RD / MONNELL DR" 40
"stops.txt" "stop_name" "OLD WINSTON RD / AVERY AVE" 41
"stops.txt" "stop_name" "OLD WINSTON RD / SHADYBROOK RD" 42
"stops.txt" "stop_name" "MAIN ST / BELLEVUE DR" 43
"stops.txt" "stop_name" "MAIN ST / WESTOVER DR" 44
"stops.txt" "stop_name" "MAIN ST / HARTLEY DR" 45
"stops.txt" "stop_name" "N UNIVERSITY PKWY / N MAIN ST" 46
"stops.txt" "stop_name" "N MAIN ST / N UNIVERSITY PKWY (IB)" 47
"stops.txt" "stop_name" "MAIN ST / W. PEACHTREE DR" 48
"stops.txt" "stop_name" "MAIN ST / PARRIS AVE (IB)" 49
"stops.txt" "stop_name" "MAIN ST / SCOTT AVE" 50
"stops.txt" "stop_name" "MAIN ST / FISHER AVE" 51
"stops.txt" "stop_name" "MAIN ST / IDOL ST (IB)" 52
route_long_name_contains_short_name WARNING 12

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`.
"6607" 2 "10" "10 N Main Street"
"6610" 3 "11" "11 S Main Street"
"6612" 4 "12" "12 W Green Drive"
"6615" 5 "13" "13 Montlieu Avenue"
"6617" 6 "14" "14 Westchester Drive"
"6620" 7 "15" "15 Oak Hollow Mall"
"6621" 8 "16" "16 Leonard Avenue"
"6628" 9 "17" "17 Washington Drive"
"6629" 10 "18" "18 E Green Drive"
"6630" 11 "19" "19 English Road"
"6633" 12 "20" "20 Kearns Avenue"
"6634" 13 "25" "25 GTCC / Jamestown"
stop_without_stop_time WARNING 34

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.
45 "10261498" "MAIN ST / HARTLEY DR"
88 "10262180" "PLAZA LN / 1ST DRIVEWAY MARKET ENT"
90 "10262182" "FAIRFIELD RD / PLAZA LN"
106 "10262198" "BAKER RD / GAINES AVE"
132 "10287804" "GREEN DR / TOMLINSON ST"
229 "10290504" "BURTON RD / HODGIN ST"
230 "10290505" "BURTON RD / MILLER ST"
233 "10290624" "SOUTH RD / VICKERS AV (IB)"
234 "10290625" "SOUTH RD / BURTON AV (IB)"
235 "10290626" "BURTON AV / SHADY LN (IB)"
236 "10290627" "BURTON AV / HODGIN ST (IB)"
257 "10290960" "CENTENNIAL ST / GRANTHAM DR (IB)"
258 "10290961" "CENTENNIAL ST / NORWOOD AVE (IB)"
259 "10290962" "COLLEGE VILLAGE SHOPPING CENTER (IB)"
261 "10290965" "CENTENNIAL ST / GUILFORD AVE (IB)"
262 "10290966" "CENTENNIAL ST / WOODROW AVE (IB)"
317 "10301480" "WASHINGTON DR / FOURTH ST (OB)"
318 "10301481" "WASHINGTON DR / HOBSON ST (OB)"
319 "10301482" "WASHINGTON DR / 738 WASHINGTON DR (OB)"
320 "10301483" "WASHINGTON DR / PENN-GRIFFIN SCHOOL (OB)"
322 "10301485" "WASHINGTON DR / 1215 E. WASHINGTON (OB)"
323 "10301486" "WASHINGTON DR / HOSKINS ST"
356 "10301554" "WASHINGTON DR / PENN-GRIFFIN SCHOOL (IB)"
357 "10301555" "WASHINGTON DR / 745 WASHINGTON DR (IB)"
358 "10301556" "WASHINGTON DR / HOBSON ST (IB)"
359 "10301557" "WASHINGTON DR / FOURTH ST (IB)"
360 "10301558" "CENTENNIAL ST / WASHINGTON DR (IB)"
411 "10301906" "DOROTHY ST / MORELAND AV (OB)"
412 "10301907" "DOROTHY ST / 262 DOROTHY ST (OB)"
413 "10301908" "DOROTHY ST / BURTON AV (OB)"
414 "10301909" "SOUTH RD / BURTON RD"
415 "10302013" "SOUTH RD / VICKERS AVE (OB)"
477 "10320413" "MAIN ST / POST OFFICE"
488 "10429988" "FAIRFIELD RD / EARLHAM PL"
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.
"10-117" "26538" 5537.752011731119 5534.18130614504 0.0
"10-152" "26538" 5537.752011731119 5534.18130614504 0.0
"10-296" "26538" 5537.752011731119 5534.18130614504 0.0
"10-364" "26538" 5537.752011731119 5534.18130614504 0.0
"10-453" "26538" 5537.752011731119 5534.18130614504 0.0
"10-466" "26538" 5537.752011731119 5534.18130614504 0.0
"14-107" "27054" 6535.818190828198 6535.818190828047 0.0
"14-109" "27054" 6535.818190828198 6535.818190828047 0.0
"14-13" "27054" 6535.818190828198 6535.818190828047 0.0
"14-176" "27054" 6535.818190828198 6535.818190828047 0.0
"14-202" "27054" 6535.818190828198 6535.818190828047 0.0
"14-206" "27054" 6535.818190828198 6535.818190828047 0.0
"14-221" "27054" 6535.818190828198 6535.818190828047 0.0
"14-225" "27054" 6535.818190828198 6535.818190828047 0.0
"14-257" "27054" 6535.818190828198 6535.818190828047 0.0
"14-258" "27054" 6535.818190828198 6535.818190828047 0.0
"14-265" "27054" 6535.818190828198 6535.818190828047 0.0
"14-278" "27054" 6535.818190828198 6535.818190828047 0.0
"14-280" "27054" 6535.818190828198 6535.818190828047 0.0
"14-302" "27054" 6535.818190828198 6535.818190828047 0.0
"14-31" "27054" 6535.818190828198 6535.818190828047 0.0
"14-324" "27054" 6535.818190828198 6535.818190828047 0.0
"14-332" "27054" 6535.818190828198 6535.818190828047 0.0
"14-337" "27054" 6535.818190828198 6535.818190828047 0.0
"14-366" "27054" 6535.818190828198 6535.818190828047 0.0
"14-377" "27054" 6535.818190828198 6535.818190828047 0.0
"14-403" "27054" 6535.818190828198 6535.818190828047 0.0
"14-414" "27054" 6535.818190828198 6535.818190828047 0.0
"14-430" "27054" 6535.818190828198 6535.818190828047 0.0
"14-451" "27054" 6535.818190828198 6535.818190828047 0.0
"14-475" "27054" 6535.818190828198 6535.818190828047 0.0
"14-500" "27054" 6535.818190828198 6535.818190828047 0.0
"14-52" "27054" 6535.818190828198 6535.818190828047 0.0
"Oct-38" "26538" 5537.752011731119 5534.18130614504 0.0
"Oct-88" "26538" 5537.752011731119 5534.18130614504 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"