pullman-transit — Source Data Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 8.0.1 at 2026-08-01T09:29:31Z,
for the dataset file:///shared/pullman-transit_06411a99.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-22
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: 42
  • Routes: 11
  • Shapes: 13
  • Stops: 135
  • Trips: 292

Specification Compliance report

64 notices reported (0 errors, 56 warnings, 8 infos)

Notice Code Severity Total
equal_shape_distance_same_coordinates WARNING 21

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`.
"31465" 3604 364.366969837716 14 3603 364.366969837716 13
"31465" 3611 634.9645760334811 21 3610 634.9645760334811 20
"31465" 3620 827.3819242267247 30 3619 827.3819242267247 29
"31465" 3702 4682.590278357115 112 3701 4682.590278357115 111
"31465" 3739 6114.863193014232 149 3738 6114.863193014232 148
"31465" 3748 6409.975709320252 158 3747 6409.975709320252 157
"31465" 3757 6671.858191035613 167 3756 6671.858191035613 166
"31465" 3766 6984.317310917846 176 3765 6984.317310917846 175
"31465" 3785 7392.371296954725 195 3784 7392.371296954725 194
"31465" 3833 9357.94569058263 243 3832 9357.94569058263 242
"31465" 3935 12548.184894310747 345 3934 12548.184894310747 344
"28665" 665 609.6876963976421 15 664 609.6876963976421 14
"28665" 672 843.5736407595424 22 671 843.5736407595424 21
"28665" 687 1329.9145159953625 37 686 1329.9145159953625 36
"28665" 694 1533.0126295640935 44 693 1533.0126295640935 43
"28665" 717 2441.948485872928 67 716 2441.948485872928 66
"28665" 736 3037.1262876414335 86 735 3037.1262876414335 85
"28665" 798 5687.646814278268 148 797 5687.646814278268 147
"28665" 813 6430.7608366175 163 812 6430.7608366175 162
"28665" 821 6738.712849823061 171 820 6738.712849823061 170
"28665" 849 7745.623453191167 199 848 7745.623453191167 198
expired_calendar WARNING 8

expired_calendar

Dataset should not contain date ranges for services that have already expired.

This warning takes into account the calendar_dates.txt file as well as the calendar.txt file.

You can see more about this notice here.

csvRowNumber (?) The row of the faulty record. serviceId (?) The service id of the faulty record.
2 "1"
7 "2"
8 "3"
9 "4"
10 "5"
11 "6"
12 "7"
13 "8"
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 8

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`.
"3135" 2 "Blue" "Blue"
"3137" 3 "Silver" "Silver"
"3138" 4 "Loop" "Loop"
"3544" 5 "Paradise" "Paradise"
"3545" 6 "Wheat" "Wheat"
"3549" 7 "Lentil" "Lentil"
"6307" 9 "Airport - Departures (full route)" "Airport - Departures (full route)"
"6848" 11 "Airport - Departures (direct route)" "Airport - Departures (direct route)"
route_short_name_too_long WARNING 5

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`.
"3989" 8 "Comm. Service Express"
"6307" 9 "Airport - Departures (full route)"
"6448" 10 "From Airport - direct"
"6848" 11 "Airport - Departures (direct route)"
"6857" 12 "From Airport - on-demand"
same_name_and_description_for_route WARNING 8

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 "3137" "Silver" "route_short_name"
4 "3138" "Loop" "route_short_name"
6 "3545" "Wheat" "route_short_name"
8 "3989" "Comm. Service Express" "route_short_name"
9 "6307" "Airport - Departures (full route)" "route_short_name"
10 "6448" "From Airport - direct" "route_short_name"
11 "6848" "Airport - Departures (direct route)" "route_short_name"
12 "6857" "From Airport - on-demand" "route_short_name"
stop_without_stop_time WARNING 1

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.
53 "3052787" "Grocery Outlet"
trip_distance_exceeds_shape_distance_below_threshold WARNING 3

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.
"Arrival1341-Direct" "31026" 10161.050512304564 10161.050512304562 0.0
"Arrival1353-Direct" "31026" 10161.050512304564 10161.050512304562 0.0
"Arrival1353-Direct-9" "31026" 10161.050512304564 10161.050512304562 0.0
service_extends_far_in_the_future INFO 5

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).
"10" "2099-12-27"
"11" "2099-12-27"
"12" "2099-12-26"
"13" "2099-12-31"
"9" "2099-12-31"
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"