GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2025-11-29T15:30:25Z,
for the dataset file:///shared/yaotsu-city.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
Busmaps.com
Publisher URL:
https://busmaps.com
Feed Email:
alex@busmaps.com
Feed Language:
Japanese
Feed Start Date:
2023-04-20
Feed End Date:
2024-04-29

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. trips.txt

Counts


  • Agencies: 1
  • Blocks: 0
  • Routes: 2
  • Shapes: 1
  • Stops: 60
  • Trips: 13

Specification Compliance report

18 notices reported (4 errors, 14 warnings, 0 infos)

Notice Code Severity Total
duplicate_key ERROR 4

duplicate_key

Duplicated entity.

The values of the given key and rows are duplicates.

You can see more about this notice here.

filename (?) The name of the faulty file oldCsvRowNumber (?) The row of the first occurrence. newCsvRowNumber (?) The row of the other occurrence. fieldName1 (?) Composite key's first field name. fieldValue1 (?) Composite key's first value.
"fare_rules.txt" 2 3 "fare_id,route_id" "105133-均一運賃200_00,105133-R1"
"fare_rules.txt" 2 4 "fare_id,route_id" "105133-均一運賃200_00,105133-R1"
"fare_rules.txt" 2 5 "fare_id,route_id" "105133-均一運賃200_00,105133-R1"
"fare_rules.txt" 6 7 "fare_id,route_id" "105133-無料運賃_00,105133-R5"
expired_calendar WARNING 2

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 "105133-S1"
3 "105133-S2"
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 "20251129" "20240429" "20251206"
missing_recommended_field WARNING 2

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.
"fare_attributes.txt" 2 "agency_id"
"fare_attributes.txt" 3 "agency_id"
non_ascii_or_non_printable_char WARNING 8

non_ascii_or_non_printable_char

Non ascii or non printable char in ID field.

A value of a field with type ID contains non ASCII or non printable characters. This is not recommended.

You can see more about this notice here.

filename (?) Name of the faulty file. csvRowNumber (?) Row number of the faulty record. columnName (?) Name of the column where the error occurred. fieldValue (?) Faulty value.
"fare_rules.txt" 2 "fare_id" "105133-均一運賃200_00"
"fare_rules.txt" 3 "fare_id" "105133-均一運賃200_00"
"fare_rules.txt" 4 "fare_id" "105133-均一運賃200_00"
"fare_rules.txt" 5 "fare_id" "105133-均一運賃200_00"
"fare_rules.txt" 6 "fare_id" "105133-無料運賃_00"
"fare_rules.txt" 7 "fare_id" "105133-無料運賃_00"
"fare_attributes.txt" 2 "fare_id" "105133-均一運賃200_00"
"fare_attributes.txt" 3 "fare_id" "105133-無料運賃_00"
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.
"20251129" "20230429" "20240429"