GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-01-23T16:30:41Z,
for the dataset file:///shared/expressarrow.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
Transnnovation Inc
Publisher URL:
https://www.mjcaction.com
Feed Email:
marcy@mjcaction.com
Feed Language:
English
Feed Start Date:
2022-06-01
Feed End Date:
2024-04-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: 4
  • Shapes: 8
  • Stops: 31
  • Trips: 8

Specification Compliance report

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

Notice Code Severity Total
equal_shape_distance_diff_coordinates_distance_below_threshold WARNING 16

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.
"885_2Billings_1119" 26049 729.556 5272 26048 729.556 5271 0.7898517336403026
"883_2Denver_1119" 4464 182.276 861 4463 182.276 860 0.8151203164349504
"883_2Denver_1119" 5436 351.071 1833 5435 351.071 1832 0.8247210284329245
"883_2Denver_1119" 7343 648.223 3740 7342 648.223 3739 0.8539977822878246
"883_2Denver_1119" 7488 656.186 3885 7487 656.186 3884 0.8547007191204405
"880_2Omaha" 3360 214.001 1566 3359 214.001 1565 0.835145745771658
"881_2Omaha" 12093 57.75 543 12092 57.75 542 0.8504268566738519
"881_2Omaha" 12819 299.638 1269 12818 299.638 1268 0.8388629686315636
"885_2Chey_1119" 28462 122.157 1108 28461 122.157 1107 0.7876404312529284
"885_2Chey_1119" 28571 142.24 1217 28570 142.24 1216 0.7898517336403026
"885_2Chey_1119" 31914 512.781 4560 31913 512.781 4559 0.8126177347010456
"880_2Norfolk" 307 18.129 306 306 18.129 305 0.8347659783841004
"881_2Denver" 16239 4.207 73 16238 4.207 72 0.83627027718408
"881_2Denver" 16853 72.217 687 16852 72.217 686 0.8405213299400583
"881_2Denver" 17962 311.028 1796 17961 311.028 1795 0.8433760265094619
"881_2Denver" 20017 763.844 3851 20016 763.844 3850 0.8485019145310979
expired_calendar WARNING 4

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 "wkday_holiday"
3 "tr"
4 "mon_wed"
5 "daily"
feed_expiration_date7_days WARNING 1

feed_expiration_date7_days

Dataset should be valid for at least the next 7 days.

The dataset expiration date defined in feed_info.txt is in seven days or less. At any time, the published GTFS dataset should be valid for at least the next 7 days.

You can see more about this notice here.

csvRowNumber (?) The row number of the faulty record. currentDate (?) Current date (YYYYMMDD format). feedEndDate (?) Feed end date (YYYYMMDD format). suggestedExpirationDate (?) Suggested expiration date (YYYYMMDD format).
2 "20260123" "20240401" "20260130"
trip_coverage_not_active_for_next7_days WARNING 1

trip_coverage_not_active_for_next7_days

Trips data should be valid for at least the next seven days.

This notice is triggered if the date range where a significant number of trips are running ends in less than 7 days.

You can see more about this notice here.

currentDate (?) Current date (YYYYMMDD format). serviceWindowStartDate (?) The start date of the majority service window. serviceWindowEndDate (?) The end date of the majority service window.
"20260123" "20220601" "20240401"