GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2025-12-05T21:54:06Z,
for the dataset file:///shared/kagoshimacity-aibus.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:
2025-01-04
Feed End Date:
2025-12-30

Files included


  1. agency.txt
  2. calendar.txt
  3. fare_attributes.txt
  4. fare_rules.txt
  5. feed_info.txt
  6. routes.txt
  7. stop_times.txt
  8. stops.txt
  9. transfers.txt
  10. trips.txt

Counts


  • Agencies: 1
  • Blocks: 0
  • Routes: 49
  • Shapes: 0
  • Stops: 1965
  • Trips: 168

Specification Compliance report

8373 notices reported (41 errors, 8332 warnings, 0 infos)

Notice Code Severity Total
duplicate_key ERROR 41

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" 3 4 "fare_id,route_id" "101685-150,101685-79501"
"fare_rules.txt" 5 6 "fare_id,route_id" "101685-150,101685-79401"
"fare_rules.txt" 8 9 "fare_id,route_id" "101685-150,101685-79201"
"fare_rules.txt" 10 11 "fare_id,route_id" "101685-150,101685-79101"
"fare_rules.txt" 3 13 "fare_id,route_id" "101685-150,101685-79501"
"fare_rules.txt" 14 15 "fare_id,route_id" "101685-150,101685-6371"
"fare_rules.txt" 16 17 "fare_id,route_id" "101685-150,101685-6361"
"fare_rules.txt" 22 23 "fare_id,route_id" "101685-150,101685-6291"
"fare_rules.txt" 26 27 "fare_id,route_id" "101685-150,101685-97201"
"fare_rules.txt" 28 29 "fare_id,route_id" "101685-150,101685-97101"
"fare_rules.txt" 25 31 "fare_id,route_id" "101685-150,101685-96901"
"fare_rules.txt" 32 33 "fare_id,route_id" "101685-150,101685-96701"
"fare_rules.txt" 24 34 "fare_id,route_id" "101685-150,101685-96001"
"fare_rules.txt" 24 36 "fare_id,route_id" "101685-150,101685-96001"
"fare_rules.txt" 38 39 "fare_id,route_id" "101685-150,101685-95701"
"fare_rules.txt" 40 41 "fare_id,route_id" "101685-150,101685-95601"
"fare_rules.txt" 42 43 "fare_id,route_id" "101685-150,101685-95301"
"fare_rules.txt" 44 45 "fare_id,route_id" "101685-150,101685-95201"
"fare_rules.txt" 47 48 "fare_id,route_id" "101685-150,101685-48401"
"fare_rules.txt" 49 50 "fare_id,route_id" "101685-150,101685-48601"
"fare_rules.txt" 47 51 "fare_id,route_id" "101685-150,101685-48401"
"fare_rules.txt" 52 53 "fare_id,route_id" "101685-150,101685-15101"
"fare_rules.txt" 52 55 "fare_id,route_id" "101685-150,101685-15101"
"fare_rules.txt" 46 56 "fare_id,route_id" "101685-150,101685-46701"
"fare_rules.txt" 58 59 "fare_id,route_id" "101685-150,101685-46501"
"fare_rules.txt" 60 61 "fare_id,route_id" "101685-150,101685-45601"
"fare_rules.txt" 52 63 "fare_id,route_id" "101685-150,101685-15101"
"fare_rules.txt" 52 64 "fare_id,route_id" "101685-150,101685-15101"
"fare_rules.txt" 65 66 "fare_id,route_id" "101685-150,101685-12801"
"fare_rules.txt" 35 67 "fare_id,route_id" "101685-150,101685-12201"
"fare_rules.txt" 72 73 "fare_id,route_id" "101685-150,101685-6231"
"fare_rules.txt" 74 75 "fare_id,route_id" "101685-150,101685-6211"
"fare_rules.txt" 77 78 "fare_id,route_id" "101685-150,101685-6181"
"fare_rules.txt" 80 81 "fare_id,route_id" "101685-150,101685-6141"
"fare_rules.txt" 80 82 "fare_id,route_id" "101685-150,101685-6141"
"fare_rules.txt" 80 83 "fare_id,route_id" "101685-150,101685-6141"
"fare_rules.txt" 84 85 "fare_id,route_id" "101685-150,101685-6131"
"fare_rules.txt" 86 87 "fare_id,route_id" "101685-150,101685-6121"
"fare_rules.txt" 68 88 "fare_id,route_id" "101685-150,101685-6081"
"fare_rules.txt" 21 89 "fare_id,route_id" "101685-150,101685-6011"
"fare_rules.txt" 90 91 "fare_id,route_id" "101685-160,101685-5531"
duplicate_route_name WARNING 38

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`.
2 "101685-12201" 3 "101685-12801" "あいばす⑥谷山北部地域" "" 3 "101685-1000020462012_4"
2 "101685-12201" 5 "101685-45501" "あいばす⑥谷山北部地域" "" 3 "101685-1000020462012_4"
2 "101685-12201" 6 "101685-45601" "あいばす⑥谷山北部地域" "" 3 "101685-1000020462012_4"
2 "101685-12201" 7 "101685-46501" "あいばす⑥谷山北部地域" "" 3 "101685-1000020462012_4"
2 "101685-12201" 8 "101685-46701" "あいばす⑥谷山北部地域" "" 3 "101685-1000020462012_4"
4 "101685-15101" 9 "101685-47401" "あいばす②谷山地域" "" 3 "101685-1000020462012_4"
10 "101685-48401" 11 "101685-48601" "あいばす⑦谷山南部地域" "" 3 "101685-1000020462012_4"
15 "101685-6121" 16 "101685-6131" "あいばす①吉野地域" "" 3 "101685-1000020462012_4"
15 "101685-6121" 17 "101685-6141" "あいばす①吉野地域" "" 3 "101685-1000020462012_4"
18 "101685-6171" 19 "101685-6181" "あいばす④伊敷東部地域" "" 3 "101685-1000020462012_4"
18 "101685-6171" 20 "101685-6201" "あいばす④伊敷東部地域" "" 3 "101685-1000020462012_4"
18 "101685-6171" 21 "101685-6211" "あいばす④伊敷東部地域" "" 3 "101685-1000020462012_4"
13 "101685-6011" 22 "101685-6231" "あいばす⑧吉田地域" "" 3 "101685-1000020462012_4"
13 "101685-6011" 23 "101685-6241" "あいばす⑧吉田地域" "" 3 "101685-1000020462012_4"
13 "101685-6011" 24 "101685-6251" "あいばす⑧吉田地域" "" 3 "101685-1000020462012_4"
13 "101685-6011" 25 "101685-6262" "あいばす⑧吉田地域" "" 3 "101685-1000020462012_4"
13 "101685-6011" 26 "101685-6281" "あいばす⑧吉田地域" "" 3 "101685-1000020462012_4"
13 "101685-6011" 27 "101685-6291" "あいばす⑧吉田地域" "" 3 "101685-1000020462012_4"
13 "101685-6011" 28 "101685-6311" "あいばす⑧吉田地域" "" 3 "101685-1000020462012_4"
14 "101685-6081" 29 "101685-6321" "あいばす⑨松元地域" "" 3 "101685-1000020462012_4"
14 "101685-6081" 30 "101685-6351" "あいばす⑨松元地域" "" 3 "101685-1000020462012_4"
14 "101685-6081" 31 "101685-6361" "あいばす⑨松元地域" "" 3 "101685-1000020462012_4"
14 "101685-6081" 32 "101685-6371" "あいばす⑨松元地域" "" 3 "101685-1000020462012_4"
18 "101685-6171" 33 "101685-6491" "あいばす④伊敷東部地域" "" 3 "101685-1000020462012_4"
13 "101685-6011" 34 "101685-6501" "あいばす⑧吉田地域" "" 3 "101685-1000020462012_4"
35 "101685-79101" 36 "101685-79201" "あいばす③喜入地域" "" 3 "101685-1000020462012_4"
35 "101685-79101" 37 "101685-79301" "あいばす③喜入地域" "" 3 "101685-1000020462012_4"
35 "101685-79101" 38 "101685-79401" "あいばす③喜入地域" "" 3 "101685-1000020462012_4"
35 "101685-79101" 39 "101685-79501" "あいばす③喜入地域" "" 3 "101685-1000020462012_4"
40 "101685-95201" 41 "101685-95301" "あいばす⑩郡山地域" "" 3 "101685-1000020462012_4"
40 "101685-95201" 42 "101685-95601" "あいばす⑩郡山地域" "" 3 "101685-1000020462012_4"
40 "101685-95201" 43 "101685-95701" "あいばす⑩郡山地域" "" 3 "101685-1000020462012_4"
44 "101685-95901" 45 "101685-96001" "あいばす⑤伊敷西部地域" "" 3 "101685-1000020462012_4"
44 "101685-95901" 46 "101685-96701" "あいばす⑤伊敷西部地域" "" 3 "101685-1000020462012_4"
44 "101685-95901" 47 "101685-96901" "あいばす⑤伊敷西部地域" "" 3 "101685-1000020462012_4"
44 "101685-95901" 48 "101685-97001" "あいばす⑤伊敷西部地域" "" 3 "101685-1000020462012_4"
44 "101685-95901" 49 "101685-97101" "あいばす⑤伊敷西部地域" "" 3 "101685-1000020462012_4"
44 "101685-95901" 50 "101685-97201" "あいばす⑤伊敷西部地域" "" 3 "101685-1000020462012_4"
feed_expiration_date30_days WARNING 1

feed_expiration_date30_days

Dataset should cover at least the next 30 days of service.

At any time, the GTFS dataset should cover at least the next 30 days of service, and ideally for as long as the operator is confident that the schedule will continue to be operated.

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 "20251205" "20251230" "20260104"
mixed_case_recommended_field WARNING 316

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.

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

filename (?) Name of the faulty file. fieldName (?) Name of the faulty field. fieldValue (?) Faulty value. csvRowNumber (?) The row number of the faulty record.
"agency.txt" "agency_name" "かごしま市コミュニティバス「あいばす」" 2
"routes.txt" "route_short_name" "あいばす⑥谷山北部地域" 2
"routes.txt" "route_short_name" "あいばす⑥谷山北部地域" 3
"routes.txt" "route_short_name" "あいばす②谷山地域" 4
"routes.txt" "route_short_name" "あいばす⑥谷山北部地域" 5
"routes.txt" "route_short_name" "あいばす⑥谷山北部地域" 6
"routes.txt" "route_short_name" "あいばす⑥谷山北部地域" 7
"routes.txt" "route_short_name" "あいばす⑥谷山北部地域" 8
"routes.txt" "route_short_name" "あいばす②谷山地域" 9
"routes.txt" "route_short_name" "あいばす⑦谷山南部地域" 10
"routes.txt" "route_short_name" "あいばす⑦谷山南部地域" 11
"routes.txt" "route_short_name" "あいばす⑪小原地域" 12
"routes.txt" "route_short_name" "あいばす⑧吉田地域" 13
"routes.txt" "route_short_name" "あいばす⑨松元地域" 14
"routes.txt" "route_short_name" "あいばす①吉野地域" 15
"routes.txt" "route_short_name" "あいばす①吉野地域" 16
"routes.txt" "route_short_name" "あいばす①吉野地域" 17
"routes.txt" "route_short_name" "あいばす④伊敷東部地域" 18
"routes.txt" "route_short_name" "あいばす④伊敷東部地域" 19
"routes.txt" "route_short_name" "あいばす④伊敷東部地域" 20
"routes.txt" "route_short_name" "あいばす④伊敷東部地域" 21
"routes.txt" "route_short_name" "あいばす⑧吉田地域" 22
"routes.txt" "route_short_name" "あいばす⑧吉田地域" 23
"routes.txt" "route_short_name" "あいばす⑧吉田地域" 24
"routes.txt" "route_short_name" "あいばす⑧吉田地域" 25
"routes.txt" "route_short_name" "あいばす⑧吉田地域" 26
"routes.txt" "route_short_name" "あいばす⑧吉田地域" 27
"routes.txt" "route_short_name" "あいばす⑧吉田地域" 28
"routes.txt" "route_short_name" "あいばす⑨松元地域" 29
"routes.txt" "route_short_name" "あいばす⑨松元地域" 30
"routes.txt" "route_short_name" "あいばす⑨松元地域" 31
"routes.txt" "route_short_name" "あいばす⑨松元地域" 32
"routes.txt" "route_short_name" "あいばす④伊敷東部地域" 33
"routes.txt" "route_short_name" "あいばす⑧吉田地域" 34
"routes.txt" "route_short_name" "あいばす③喜入地域" 35
"routes.txt" "route_short_name" "あいばす③喜入地域" 36
"routes.txt" "route_short_name" "あいばす③喜入地域" 37
"routes.txt" "route_short_name" "あいばす③喜入地域" 38
"routes.txt" "route_short_name" "あいばす③喜入地域" 39
"routes.txt" "route_short_name" "あいばす⑩郡山地域" 40
"routes.txt" "route_short_name" "あいばす⑩郡山地域" 41
"routes.txt" "route_short_name" "あいばす⑩郡山地域" 42
"routes.txt" "route_short_name" "あいばす⑩郡山地域" 43
"routes.txt" "route_short_name" "あいばす⑤伊敷西部地域" 44
"routes.txt" "route_short_name" "あいばす⑤伊敷西部地域" 45
"routes.txt" "route_short_name" "あいばす⑤伊敷西部地域" 46
"routes.txt" "route_short_name" "あいばす⑤伊敷西部地域" 47
"routes.txt" "route_short_name" "あいばす⑤伊敷西部地域" 48
"routes.txt" "route_short_name" "あいばす⑤伊敷西部地域" 49
"routes.txt" "route_short_name" "あいばす⑤伊敷西部地域" 50
non_ascii_or_non_printable_char WARNING 7977

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 7977 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" "101685-日曜以外"
"calendar.txt" 3 "service_id" "101685-月水金"
"calendar.txt" 4 "service_id" "101685-火木土"
"stop_times.txt" 2 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 3 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 4 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 5 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 6 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 7 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 8 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 9 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 10 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 11 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 12 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 13 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 14 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 15 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 16 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 17 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 18 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 19 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 20 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 21 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 22 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 23 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 24 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 25 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 26 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 27 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 28 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 29 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 30 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 31 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 32 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 33 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 34 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 35 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 36 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 37 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 38 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 39 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 40 "trip_id" "101685-12201_月水金_11"
"stop_times.txt" 41 "trip_id" "101685-12202_月水金_4"
"stop_times.txt" 42 "trip_id" "101685-12202_月水金_4"
"stop_times.txt" 43 "trip_id" "101685-12202_月水金_4"
"stop_times.txt" 44 "trip_id" "101685-12202_月水金_4"
"stop_times.txt" 45 "trip_id" "101685-12202_月水金_4"
"stop_times.txt" 46 "trip_id" "101685-12202_月水金_4"
"stop_times.txt" 47 "trip_id" "101685-12202_月水金_4"
"stop_times.txt" 48 "trip_id" "101685-12202_月水金_4"