GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2025-12-12T19:38:29Z,
for the dataset file:///shared/greenwaypublictransportation.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
Greenway Public Transportation
Feed Email:
tswann@mygreenway.org
Feed Language:
English
Feed Start Date:
2024-01-25
Feed End Date:
2028-06-01

Files included


  1. agency.txt
  2. calendar.txt
  3. calendar_dates.txt
  4. fare_attributes.txt
  5. fare_rules.txt
  6. feed_info.txt
  7. routes.txt
  8. shapes.txt
  9. stop_times.txt
  10. stops.txt
  11. transfers.txt
  12. trips.txt

Counts


  • Agencies: 1
  • Blocks: 0
  • Routes: 9
  • Shapes: 9
  • Stops: 336
  • Trips: 71

Specification Compliance report

25 notices reported (0 errors, 25 warnings, 0 infos)

Notice Code Severity Total
equal_shape_distance_diff_coordinates_distance_below_threshold WARNING 7

equal_shape_distance_diff_coordinates_distance_below_threshold

Two consecutive points have equal shape_dist_traveled and different lat/lon coordinates in shapes.txt and the distance between the two points is greater than 0 but less than 1.11m.

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 small difference of coordinates (greater than 0 but less than 1.11 m distance) result in a warning.

You can see more about this notice here.

shapeId (?) The id of the faulty shape. csvRowNumber (?) The row number from `shapes.txt`. shapeDistTraveled (?) The faulty record's `shape_dist_traveled` value. shapePtSequence (?) The faulty record's `shapes.shape_pt_sequence`. prevCsvRowNumber (?) The row number from `shapes.txt` of the previous shape point. prevShapeDistTraveled (?) The previous shape point's `shape_dist_traveled` value. prevShapePtSequence (?) The previous record's `shapes.shape_pt_sequence`. actualDistanceBetweenShapePoints (?) Actual distance traveled along the shape from the first shape point to the previous shape point.
"Red3" 1741 13.781 580 1740 13.781 579 0.9028228899324693
"Red4" 2043 0.14 11 2042 0.14 10 0.9034080111318034
"Red4" 2065 0.9 33 2064 0.9 32 0.9034098226644001
"Taylorsville_Flex" 4462 3.757 160 4461 3.757 159 0.900482005485378
"Green6" 5225 14.033 447 5224 14.033 446 0.9028772666113085
"Purple" 3971 14.97 510 3970 14.97 509 0.9022484897023324
"Purple" 4256 21.712 795 4255 21.712 794 0.9026159729371426
missing_recommended_field WARNING 2

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.
"fare_attributes.txt" 2 "agency_id"
"fare_attributes.txt" 3 "agency_id"
mixed_case_recommended_field WARNING 1

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" "US 70 and IHOP" 221
route_color_contrast WARNING 2

route_color_contrast

Insufficient route color contrast.

A route's color and route_text_color should be contrasting.

You can see more about this notice here.

routeId (?) The id of the faulty record. csvRowNumber (?) The row number of the faulty record. routeColor (?) The faulty record's HTML route color. routeTextColor (?) The faulty record's HTML route text color.
"1" 2 "#FFCC00" "#FFFFFF"
"Taylorsville" 10 "#DEA8EB" "#FFFFFF"
route_long_name_contains_short_name WARNING 1

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`.
"Taylorsville" 10 "Taylorsville Flex" "Taylorsville Flex Route"
route_short_name_too_long WARNING 2

route_short_name_too_long

Short name of a route is too long (more than 12 characters).

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`.
"Morganton" 9 "Morganton Loop"
"Taylorsville" 10 "Taylorsville Flex"
stop_too_far_from_shape WARNING 10

stop_too_far_from_shape

Stop too far from trip shape.

Per GTFS Best Practices, route alignments (in shapes.txt) should be within 100 meters of stop locations which a trip serves. This potentially indicates a problem with the location of the stop or the path of the shape.

You can see more about this notice here.

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.
18 "Red3" "Rt3_HKY_Conover_Newton_T01" 799 "30027" "CVMC Main Entrance" [35.71546,-81.26726000000001] 139.47731536698424
60 "Morganton_Loop" "Morganton_Loop_T01" 2417 "R1" "Good Samaritan Clinic - Request" [35.72867,-81.6516] 214.2084142847265
60 "Morganton_Loop" "Morganton_Loop_T01" 2418 "R2" "Medical Heights Drive - Request" [35.72867,-81.6516] 383.9692285478376
60 "Morganton_Loop" "Morganton_Loop_T01" 2419 "R3" "Cannon Pharmacy - Request" [35.7265,-81.65384] 321.90296996248844
60 "Morganton_Loop" "Morganton_Loop_T01" 2427 "R4" "Ingles - Request Stop" [35.728923,-81.704081] 1473.2603188041526
60 "Morganton_Loop" "Morganton_Loop_T01" 2440 "R5" "Food Lion - E Union St - Request Stop" [35.753949999999996,-81.66791] 1144.6140546688025
60 "Morganton_Loop" "Morganton_Loop_T01" 2455 "R6" "Goodwill - Request Stop" [35.75242881619269,-81.7055137279767] 901.2794804735721
60 "Morganton_Loop" "Morganton_Loop_T01" 2456 "R7" "Neighborhood Market - Request Stop" [35.75196,-81.70564] 1020.0765642291628
26 "Red4" "Rt4_Newton_Conover_HKY_T01" 1138 "40040" "CVMC Main Entrance (Inbound)" [35.71542574869902,-81.26747834840069] 142.22890178184528
38 "Green6" "Rt6_Conover_HWY70_HKY_T01" 1757 "40051" "17th St Dr SE at Bottom Dollar" [35.708192440009206,-81.30891402065336] 209.38877768723978