GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-01-23T19:18:02Z,
for the dataset file:///shared/capital-area-rural-transportation.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: 16
  • Routes: 6
  • Shapes: 18
  • Stops: 22
  • Trips: 112

Specification Compliance report

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

Notice Code Severity Total
expired_calendar WARNING 5

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 "33b6bfc4-1ced-4464-a726-c02b130a2bd1"
7 "1643521f-aef9-4933-8135-2ceab0325230"
23 "aa06231e-26b7-4e13-b611-1d7ec4564672"
95 "47de7466-ecdc-474f-b5de-07778c06a2e4"
121 "e4541fef-278d-4451-913b-4478a581ada5"
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 6

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`.
2 "1518" "1518" "route_short_name"
3 "1517X" "1517X" "route_short_name"
4 "1517R" "1517R" "route_short_name"
5 "1516" "1516" "route_short_name"
6 "1510" "1510" "route_short_name"
7 "1514" "1514" "route_short_name"
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" "20250127" "20251212"