chutetsu — Enhanced Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-04-23T18:20:10Z,
for the dataset file:///shared/chutetsu_9fc5196c.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 Language:
Japanese
Feed Start Date:
2025-12-31
Feed End Date:
2026-05-16

Files included


  1. agency.txt
  2. calendar.txt
  3. feed_info.txt
  4. routes.txt
  5. shapes.txt
  6. stop_times.txt
  7. stops.txt
  8. translations.txt
  9. trips.txt

Counts


  • Agencies: 1
  • Blocks: 0
  • Routes: 11
  • Shapes: 19
  • Stops: 224
  • Trips: 106

Specification Compliance report

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

Notice Code Severity Total
duplicate_route_name WARNING 6

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 "1517-1_200_1" 3 "1517-1_201_1" "" "天満屋・岡山駅⇔180号線方面" 3 "1517-6260001004381"
2 "1517-1_200_1" 4 "1517-1_240_1" "" "天満屋・岡山駅⇔180号線方面" 3 "1517-6260001004381"
2 "1517-1_200_1" 5 "1517-1_260_1" "" "天満屋・岡山駅⇔180号線方面" 3 "1517-6260001004381"
2 "1517-1_200_1" 6 "1517-1_391_1" "" "天満屋・岡山駅⇔180号線方面" 3 "1517-6260001004381"
2 "1517-1_200_1" 7 "1517-1_400_1" "" "天満屋・岡山駅⇔180号線方面" 3 "1517-6260001004381"
10 "1517-304_3010_1" 11 "1517-304_3011_1" "岡山神戸" "" 3 "1517-6260001004381"
fast_travel_between_consecutive_stops WARNING 5

fast_travel_between_consecutive_stops

A transit vehicle moves too fast between two consecutive stops.

The speed threshold depends on route type:

Route type Description Threshold, km/h
0 Light rail 100
1 Subway 150
2 Rail 500
3 Bus 150
4 Ferry 80
5 Cable tram 30
6 Aerial lift 50
7 Funicular 50
11 Trolleybus 150
12 Monorail 150
- Unknown 200

You can see more about this notice here.

tripCsvRowNumber (?) The row number of the problematic trip. tripId (?) `trip_id` of the problematic trip. routeId (?) `route_id` of the problematic trip. speedKph (?) Travel speed (km/h). distanceKm (?) Distance between stops (km). csvRowNumber1 (?) The row number of the first stop time. stopSequence1 (?) `stop_sequence` of the first stop. stopId1 (?) `stop_id` of the first stop. stopName1 (?) `stop_name` of the first stop. departureTime1 (?) `departure_time` of the first stop. csvRowNumber2 (?) The row number of the second stop time. stopSequence2 (?) `stop_sequence` of the second stop. stopId2 (?) `stop_id` of the second stop. stopName2 (?) `stop_name` of the second stop. arrivalTime2 (?) `arrival_time` of the second stop.
99 "1517-4_2322_20251231" "1517-304_3011_1" 494.28224717773355 8.238037452962226 3338 5 "1517-224_6" "岡山駅西口" "18:40:00" 3339 6 "1517-10522_2" "瀬戸大橋温泉" "18:40:00"
99 "1517-4_2322_20251231" "1517-304_3011_1" 315.5053166116905 5.258421943528175 3340 7 "1517-10526_2" "川崎医大前" "18:40:00" 3341 8 "1517-11029_9" "倉敷駅北口" "18:40:00"
98 "1517-4_2320_20251231" "1517-304_3010_1" 7109.048170221431 118.48413617035719 3329 5 "1517-11036_9" "神戸三ノ宮駅前" "11:05:00" 3330 6 "1517-11039_1" "岡山インター" "11:05:00"
98 "1517-4_2320_20251231" "1517-304_3010_1" 739.7416516731578 12.329027527885962 3330 6 "1517-11039_1" "岡山インター" "11:05:00" 3331 7 "1517-11047_1" "山陽インター" "11:05:00"
98 "1517-4_2320_20251231" "1517-304_3010_1" 6423.740588786078 107.06234314643463 3331 7 "1517-11047_1" "山陽インター" "11:05:00" 3332 8 "1517-11036_9" "神戸三ノ宮駅前" "11:05:00"
fast_travel_between_far_stops WARNING 2

fast_travel_between_far_stops

A transit vehicle moves too fast between two far stops.

Two stops are considered "far" if they are more than 10 km apart. This normally indicates a more serious problem than too fast travel between consecutive stops.

The speed threshold depends on route type and are the same as fast_travel_between_consecutive_stops.

You can see more about this notice here.

tripCsvRowNumber (?) The row number of the problematic trip. tripId (?) `trip_id` of the problematic trip. routeId (?) `route_id` of the problematic trip. speedKph (?) Travel speed (km/h). distanceKm (?) Distance between stops (km). csvRowNumber1 (?) The row number of the first stop time. stopSequence1 (?) `stop_sequence` of the first stop. stopId1 (?) `stop_id` of the first stop. stopName1 (?) `stop_name` of the first stop. departureTime1 (?) `departure_time` of the first stop. csvRowNumber2 (?) The row number of the second stop time. stopSequence2 (?) `stop_sequence` of the second stop. stopId2 (?) `stop_id` of the second stop. stopName2 (?) `stop_name` of the second stop. arrivalTime2 (?) `arrival_time` of the second stop.
99 "1517-4_2322_20251231" "1517-304_3011_1" 633.0520177820163 10.550866963033604 3338 5 "1517-224_6" "岡山駅西口" "18:40:00" 3340 7 "1517-10526_2" "川崎医大前" "18:40:00"
98 "1517-4_2320_20251231" "1517-304_3010_1" 7109.048170221431 118.48413617035719 3329 5 "1517-11036_9" "神戸三ノ宮駅前" "11:05:00" 3330 6 "1517-11039_1" "岡山インター" "11:05:00"
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 "20260423" "20260516" "20260523"
mixed_case_recommended_field WARNING 8

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.
"routes.txt" "route_long_name" "天満屋・岡山駅⇔180号線方面" 2
"routes.txt" "route_long_name" "天満屋・岡山駅⇔180号線方面" 3
"routes.txt" "route_long_name" "天満屋・岡山駅⇔180号線方面" 4
"routes.txt" "route_long_name" "天満屋・岡山駅⇔180号線方面" 5
"routes.txt" "route_long_name" "天満屋・岡山駅⇔180号線方面" 6
"routes.txt" "route_long_name" "天満屋・岡山駅⇔180号線方面" 7
"routes.txt" "route_short_name" "53号線" 8
"routes.txt" "route_long_name" "岡山⇔真庭方面(落合・久世・勝山)" 12
platform_without_parent_station INFO 1

platform_without_parent_station

A platform has no parent_station field set.

This is different from location_without_parent_station since it is less severe.

You can see more about this notice here.

csvRowNumber (?) Row number of the faulty record. stopId (?) The id of the faulty record. stopName (?) The stop name of the faulty record.
208 "1517-11029_9" "倉敷駅北口"