GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-01-23T18:16:16Z,
for the dataset file:///shared/gtfs07-daikohokubu.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
大交北部バス
Feed Email:
N/A
Feed Language:
Japanese
Feed Start Date:
2025-12-01
Feed End Date:
2026-10-01

Files included


  1. agency.txt
  2. agency_jp.txt
  3. calendar.txt
  4. calendar_dates.txt
  5. fare_attributes.txt
  6. fare_rules.txt
  7. feed_info.txt
  8. office_jp.txt
  9. pattern_jp.txt
  10. routes.txt
  11. shapes.txt
  12. stop_times.txt
  13. stops.txt
  14. transfers.txt
  15. translations.txt
  16. trips.txt

Counts


  • Agencies: 1
  • Blocks: 42
  • Routes: 53
  • Shapes: 53
  • Stops: 760
  • Trips: 412

Specification Compliance report

15225 notices reported (3 errors, 15217 warnings, 5 infos)

Notice Code Severity Total
missing_required_column ERROR 3

missing_required_column

A required column is missing in the input file.

You can see more about this notice here.

filename (?) The name of the faulty file. fieldName (?) The name of the missing column.
"translations.txt" "field_name"
"translations.txt" "language"
"translations.txt" "table_name"
duplicate_route_name WARNING 36

duplicate_route_name

Two distinct routes have either the same route_short_name, the same route_long_name, or the same combination of route_short_name and route_long_name.

All routes of the same route_type with the same agency_id should have unique combinations of route_short_name and route_long_name.

Note that there may be valid cases where routes have the same short and long name, e.g., if they serve different areas. However, different directions must be modeled as the same route.

Example of bad data:

route_id route_short_name route_long_name
route1 U1 Southern
route2 U1 Southern

You can see more about this notice here.

csvRowNumber1 (?) The row number of the first occurrence. routeId1 (?) The id of the the first occurrence. csvRowNumber2 (?) The row number of the other occurrence. routeId2 (?) The id of the the other occurrence. routeShortName (?) Common `routes.route_short_name`. routeLongName (?) Common `routes.route_long_name`. routeTypeValue (?) Common `routes.route_type`. agencyId (?) Common `routes.agency_id`.
10 "1881" 12 "1880" "" "中日線" 3 "7320001002007"
11 "1980" 13 "1981" "" "三保線" 3 "7320001002007"
4 "1650" 15 "1651" "" "中安線" 3 "7320001002007"
8 "1261" 16 "1271" "" "伊美線" 3 "7320001002007"
3 "1671" 18 "1530" "" "豊州線" 3 "7320001002007"
10 "1881" 20 "1871" "" "中日線" 3 "7320001002007"
10 "1881" 21 "1941" "" "中日線" 3 "7320001002007"
14 "1480" 23 "1481" "" "海岸中高線" 3 "7320001002007"
8 "1261" 24 "1270" "" "伊美線" 3 "7320001002007"
19 "1411" 25 "1443" "" "国道中高線" 3 "7320001002007"
10 "1881" 26 "1940" "" "中日線" 3 "7320001002007"
3 "1671" 27 "1670" "" "豊州線" 3 "7320001002007"
4 "1650" 28 "1661" "" "中安線" 3 "7320001002007"
19 "1411" 29 "1442" "" "国道中高線" 3 "7320001002007"
5 "1990" 30 "1991" "" "池永線" 3 "7320001002007"
19 "1411" 31 "1410" "" "国道中高線" 3 "7320001002007"
32 "3821" 33 "3820" "" "四日市線" 3 "7320001002007"
2 "1820" 34 "1821" "" "明治線" 3 "7320001002007"
9 "3370" 36 "2811" "" "耶馬渓線" 3 "7320001002007"
35 "3985" 37 "3984" "N" "大分空港線(ノースライナー)" 3 "7320001002007"
19 "1411" 38 "1440" "" "国道中高線" 3 "7320001002007"
9 "3370" 39 "3371" "" "耶馬渓線" 3 "7320001002007"
9 "3370" 41 "2790" "" "耶馬渓線" 3 "7320001002007"
3 "1671" 42 "1531" "" "豊州線" 3 "7320001002007"
5 "1990" 43 "1971" "" "池永線" 3 "7320001002007"
40 "2001" 44 "2000" "" "永添線" 3 "7320001002007"
5 "1990" 45 "1970" "" "池永線" 3 "7320001002007"
9 "3370" 46 "2791" "" "耶馬渓線" 3 "7320001002007"
22 "1611" 47 "1610" "" "乙女線" 3 "7320001002007"
6 "2010" 48 "2011" "" "田口線" 3 "7320001002007"
10 "1881" 49 "1870" "" "中日線" 3 "7320001002007"
8 "1261" 50 "1260" "" "伊美線" 3 "7320001002007"
9 "3370" 51 "2810" "" "耶馬渓線" 3 "7320001002007"
19 "1411" 52 "1441" "" "国道中高線" 3 "7320001002007"
17 "2060" 53 "2061" "" "深秣線" 3 "7320001002007"
7 "1770" 54 "1771" "" "津房線" 3 "7320001002007"
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
missing_timepoint_value WARNING 14614

missing_timepoint_value

stop_times.timepoint value is missing for a record.

When at least one of stop_times.arrival_time or stop_times.departure_time are provided, stop_times.timepoint should be defined

You can see more about this notice here.

Only the first 50 of 14614 affected records are displayed below.

csvRowNumber (?) The row number of the faulty record. tripId (?) The faulty record's `stop_times.trip_id`. stopSequence (?) The faulty record's `stop_times.stop_sequence`.
2 "09513ade-0c0c-43dc-919a-004dc50977cb" 1
3 "09513ade-0c0c-43dc-919a-004dc50977cb" 2
4 "09513ade-0c0c-43dc-919a-004dc50977cb" 3
5 "09513ade-0c0c-43dc-919a-004dc50977cb" 4
6 "09513ade-0c0c-43dc-919a-004dc50977cb" 5
7 "09513ade-0c0c-43dc-919a-004dc50977cb" 6
8 "09513ade-0c0c-43dc-919a-004dc50977cb" 7
9 "09513ade-0c0c-43dc-919a-004dc50977cb" 8
10 "09513ade-0c0c-43dc-919a-004dc50977cb" 9
11 "09513ade-0c0c-43dc-919a-004dc50977cb" 10
12 "09513ade-0c0c-43dc-919a-004dc50977cb" 11
13 "09513ade-0c0c-43dc-919a-004dc50977cb" 12
14 "09513ade-0c0c-43dc-919a-004dc50977cb" 13
15 "09513ade-0c0c-43dc-919a-004dc50977cb" 14
16 "09513ade-0c0c-43dc-919a-004dc50977cb" 15
17 "09513ade-0c0c-43dc-919a-004dc50977cb" 16
18 "09513ade-0c0c-43dc-919a-004dc50977cb" 17
19 "09513ade-0c0c-43dc-919a-004dc50977cb" 18
20 "09513ade-0c0c-43dc-919a-004dc50977cb" 19
21 "09513ade-0c0c-43dc-919a-004dc50977cb" 20
22 "09513ade-0c0c-43dc-919a-004dc50977cb" 21
23 "09513ade-0c0c-43dc-919a-004dc50977cb" 22
24 "09513ade-0c0c-43dc-919a-004dc50977cb" 23
25 "09513ade-0c0c-43dc-919a-004dc50977cb" 24
26 "09513ade-0c0c-43dc-919a-004dc50977cb" 25
27 "09513ade-0c0c-43dc-919a-004dc50977cb" 26
28 "09513ade-0c0c-43dc-919a-004dc50977cb" 27
29 "09513ade-0c0c-43dc-919a-004dc50977cb" 28
30 "09513ade-0c0c-43dc-919a-004dc50977cb" 29
31 "09513ade-0c0c-43dc-919a-004dc50977cb" 30
32 "09513ade-0c0c-43dc-919a-004dc50977cb" 31
33 "09513ade-0c0c-43dc-919a-004dc50977cb" 32
34 "09513ade-0c0c-43dc-919a-004dc50977cb" 33
35 "09513ade-0c0c-43dc-919a-004dc50977cb" 34
36 "09513ade-0c0c-43dc-919a-004dc50977cb" 35
37 "09513ade-0c0c-43dc-919a-004dc50977cb" 36
38 "09513ade-0c0c-43dc-919a-004dc50977cb" 37
39 "09513ade-0c0c-43dc-919a-004dc50977cb" 38
40 "09513ade-0c0c-43dc-919a-004dc50977cb" 39
41 "09513ade-0c0c-43dc-919a-004dc50977cb" 40
42 "09513ade-0c0c-43dc-919a-004dc50977cb" 41
43 "09513ade-0c0c-43dc-919a-004dc50977cb" 42
44 "09513ade-0c0c-43dc-919a-004dc50977cb" 43
45 "09513ade-0c0c-43dc-919a-004dc50977cb" 44
46 "09513ade-0c0c-43dc-919a-004dc50977cb" 45
47 "09513ade-0c0c-43dc-919a-004dc50977cb" 46
48 "09513ade-0c0c-43dc-919a-004dc50977cb" 47
49 "09513ade-0c0c-43dc-919a-004dc50977cb" 48
50 "09513ade-0c0c-43dc-919a-004dc50977cb" 49
51 "09513ade-0c0c-43dc-919a-004dc50977cb" 50
mixed_case_recommended_field WARNING 4

mixed_case_recommended_field

This field has customer-facing text and should use Mixed Case (should contain upper and lower case letters).

This field contains customer-facing text and should use Mixed Case (upper and lower case letters) to ensure good readability when displayed to riders. Avoid the use of abbreviations throughout the feed (e.g. St. for Street) unless a location is called by its abbreviated name (e.g. “JFK Airport”). Abbreviations may be problematic for accessibility by screen reader software and voice user interfaces.

Good examples:
Field Text Dataset
"Schwerin, Hauptbahnhof" Verkehrsverbund Berlin-Brandenburg
"Red Hook/Atlantic Basin" NYC Ferry
"Campo Grande Norte" Carris
Bad examples:
Field Text
"GALLERIA MALL"
"3427 GG 17"
"21 Clark Rd Est"

You can see more about this notice here.

filename (?) Name of the faulty file. fieldName (?) Name of the faulty field. fieldValue (?) Faulty value. csvRowNumber (?) The row number of the faulty record.
"stops.txt" "stop_name" "中央町1丁目" 643
"stops.txt" "stop_name" "中央町1丁目" 644
"routes.txt" "route_long_name" "大分空港線(ノースライナー)" 35
"routes.txt" "route_long_name" "大分空港線(ノースライナー)" 37
non_ascii_or_non_printable_char WARNING 562

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.

Only the first 50 of 562 affected records are displayed below.

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.
"calendar.txt" 2 "service_id" "15_平日(共通)"
"calendar.txt" 3 "service_id" "15_土曜(共通)"
"calendar.txt" 4 "service_id" "15_日祝(共通)"
"calendar.txt" 5 "service_id" "54_平日(共通)"
"calendar.txt" 6 "service_id" "54_土曜(共通)"
"calendar.txt" 7 "service_id" "54_日祝(共通)"
"calendar.txt" 8 "service_id" "55_平日(共通)"
"calendar.txt" 9 "service_id" "55_土曜(共通)"
"calendar.txt" 10 "service_id" "55_日祝(共通)"
"calendar.txt" 11 "service_id" "58_平日(共通)"
"calendar.txt" 12 "service_id" "58_土曜(共通)"
"calendar.txt" 13 "service_id" "58_日祝(共通)"
"calendar.txt" 14 "service_id" "60_平日(共通)"
"calendar.txt" 15 "service_id" "60_土曜(共通)"
"calendar.txt" 16 "service_id" "60_日祝(共通)"
"calendar_dates.txt" 98 "service_id" "60_平日(共通)"
"calendar_dates.txt" 99 "service_id" "60_日祝(共通)"
"calendar_dates.txt" 100 "service_id" "54_平日(共通)"
"calendar_dates.txt" 101 "service_id" "54_日祝(共通)"
"calendar_dates.txt" 102 "service_id" "58_平日(共通)"
"calendar_dates.txt" 103 "service_id" "58_日祝(共通)"
"calendar_dates.txt" 104 "service_id" "15_平日(共通)"
"calendar_dates.txt" 105 "service_id" "15_日祝(共通)"
"calendar_dates.txt" 106 "service_id" "55_平日(共通)"
"calendar_dates.txt" 107 "service_id" "55_日祝(共通)"
"calendar_dates.txt" 135 "service_id" "60_平日(共通)"
"calendar_dates.txt" 136 "service_id" "60_日祝(共通)"
"calendar_dates.txt" 137 "service_id" "54_平日(共通)"
"calendar_dates.txt" 138 "service_id" "54_日祝(共通)"
"calendar_dates.txt" 139 "service_id" "58_平日(共通)"
"calendar_dates.txt" 140 "service_id" "58_日祝(共通)"
"calendar_dates.txt" 141 "service_id" "15_平日(共通)"
"calendar_dates.txt" 142 "service_id" "15_日祝(共通)"
"calendar_dates.txt" 143 "service_id" "55_平日(共通)"
"calendar_dates.txt" 144 "service_id" "55_日祝(共通)"
"calendar_dates.txt" 234 "service_id" "60_平日(共通)"
"calendar_dates.txt" 235 "service_id" "60_日祝(共通)"
"calendar_dates.txt" 236 "service_id" "54_平日(共通)"
"calendar_dates.txt" 237 "service_id" "54_日祝(共通)"
"calendar_dates.txt" 238 "service_id" "58_平日(共通)"
"calendar_dates.txt" 239 "service_id" "58_日祝(共通)"
"calendar_dates.txt" 240 "service_id" "15_平日(共通)"
"calendar_dates.txt" 241 "service_id" "15_日祝(共通)"
"calendar_dates.txt" 242 "service_id" "55_平日(共通)"
"calendar_dates.txt" 243 "service_id" "55_日祝(共通)"
"calendar_dates.txt" 275 "service_id" "60_平日(共通)"
"calendar_dates.txt" 276 "service_id" "60_日祝(共通)"
"calendar_dates.txt" 277 "service_id" "54_平日(共通)"
"calendar_dates.txt" 278 "service_id" "54_日祝(共通)"
"calendar_dates.txt" 279 "service_id" "58_平日(共通)"
unknown_column INFO 2

unknown_column

A column name is unknown.

You can see more about this notice here.

filename (?) The name of the faulty file. fieldName (?) The name of the unknown column. index (?) The index of the faulty column.
"translations.txt" "trans_id" 1
"translations.txt" "lang" 2
unknown_file INFO 3

unknown_file

A file is unknown.

You can see more about this notice here.

filename (?) The name of the unknown file.
"agency_jp.txt"
"pattern_jp.txt"
"office_jp.txt"