GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-01-23T15:06:53Z,
for the dataset file:///shared/mwrta.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
N/A
Publisher URL:
N/A
Feed Email:
N/A
Feed Language:
N/A

Files included


  1. agency.txt
  2. calendar_dates.txt
  3. routes.txt
  4. shapes.txt
  5. stop_times.txt
  6. stops.txt
  7. trips.txt

Counts


  • Agencies: 1
  • Blocks: 70
  • Routes: 19
  • Shapes: 116
  • Stops: 125
  • Trips: 758

Specification Compliance report

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

Notice Code Severity Total
leading_or_trailing_whitespaces WARNING 2

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.
"routes.txt" 13 "route_desc" "Waverly St Natick Mall Shoppers World MetroWest Medical "
"trips.txt" 282 "trip_headsign" "Newton and Weed "
missing_recommended_file WARNING 1

missing_recommended_file

A recommended file is missing.

You can see more about this notice here.

filename (?) The name of the faulty file.
"feed_info.txt"
same_name_and_description_for_route WARNING 4

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`.
5 "d58fcf6b-c7df-4b44-a7f7-5d4e2ae08a74" "MathWorks Natick Shuttle" "route_long_name"
7 "2ac6a357-1ab0-4521-b234-0d9d04829b50" "MathWorks Framingham Shuttle" "route_long_name"
9 "a0b30afc-85b4-4a94-9462-862c2bbabcd1" "Mass Bay Campus to Campus Shuttle" "route_long_name"
18 "20555cb8-bb9b-41e6-b509-70131a7ddfdb" "Mass Bay Riverside Shuttle" "route_long_name"