GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 8.0.1 at 2026-06-20T02:02:58Z,
for the dataset file:///shared/mon-valley_abd12956.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


  • Mid Mon Valley Transit

Feed Info


Publisher Name:
Mid Mon Valley Transit
Publisher URL:
https://www.mmvta.com/
Feed Email:
N/A
Feed Language:
English
Feed Start Date:
2026-05-29
Feed End Date:
2027-07-31

Files included


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

Counts


  • Agencies: 1
  • Blocks: 39
  • Routes: 8
  • Shapes: 34
  • Stops: 284
  • Trips: 480

Specification Compliance report

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

Notice Code Severity Total
missing_feed_contact_email_and_url WARNING 1

missing_feed_contact_email_and_url

Best Practices for feed_info.txt suggest providing at least one of feed_contact_email and feed_contact_url.

You can see more about this notice here.

csvRowNumber (?) The row number of the validated record.
2
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`.
"1" 2 "Commuter A" "Commuter A"
"3" 3 "Commuter Exp 1" "Commuter Exp 1"
"4" 4 "Commuter Exp 2" "Commuter Exp 2"
"6" 5 "Local 1" "Local 1"
"7" 6 "Local 2" "Local 2"
"8" 7 "Local 3" "Local 3"
"9" 8 "Local 4" "Local 4"
"10" 9 "Local 5" "Local 5"
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`.
"3" 3 "Commuter Exp 1"
"4" 4 "Commuter Exp 2"