GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2025-12-05T20:35:18Z,
for the dataset file:///shared/kutchancho-com.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-12-01
Feed End Date:
2026-03-31

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: 3
  • Blocks: 0
  • Routes: 25
  • Shapes: 25
  • Stops: 77
  • Trips: 438

Specification Compliance report

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

Notice Code Severity Total
mixed_case_recommended_field WARNING 25

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.
"agency.txt" "agency_name" "日本ハーモニー・リゾート" 4
"routes.txt" "route_long_name" "じゃがりん号 東西ルート:時計まわり" 3
"routes.txt" "route_long_name" "じゃがりん号 東西ルート:時計まわり[快速]" 4
"routes.txt" "route_long_name" "じゃがりん号 東西ルート:反時計まわり" 5
"routes.txt" "route_long_name" "じゃがりん号 東西ルート:反時計まわり[旭ヶ丘経由]" 6
"routes.txt" "route_long_name" "じゃがりん号 東西ルート:反時計まわり[快速]" 7
"routes.txt" "route_long_name" "じゃがりん号 東西ルート:反時計まわり[快速][旭ヶ丘経由]" 8
"routes.txt" "route_long_name" "じゃがりん号 南北ルート:時計まわり" 10
"routes.txt" "route_long_name" "じゃがりん号 南北ルート:時計まわり[旭ヶ丘/DCM 倶知安店経由]" 11
"routes.txt" "route_long_name" "じゃがりん号 南北ルート:時計まわり[旭ヶ丘経由]" 12
"routes.txt" "route_long_name" "じゃがりん号 南北ルート:時計まわり[快速]" 13
"routes.txt" "route_long_name" "じゃがりん号 南北ルート:反時計まわり" 14
"routes.txt" "route_long_name" "じゃがりん号 南北ルート:反時計まわり[旭ヶ丘経由]" 15
"routes.txt" "route_long_name" "じゃがりん号 南北ルート:反時計まわり[快速]" 17
"stops.txt" "stop_name" "生協・白樺会内科クリニック" 8
"stops.txt" "stop_name" "生協・白樺会内科クリニック" 9
"stops.txt" "stop_name" "公民館・絵本館" 17
"stops.txt" "stop_name" "柴崎測量・セイコーマート" 20
"stops.txt" "stop_name" "美術館・風土館" 21
"stops.txt" "stop_name" "羊蹄団地・ニセコ脳神経外科" 24
"stops.txt" "stop_name" "DCM 倶知安店" 29
"stops.txt" "stop_name" "道営南4条団地" 40
"stops.txt" "stop_name" "南8条東1丁目通" 42
"stops.txt" "stop_name" "レルヒ公園前(マックスバリュ)" 68
"stops.txt" "stop_name" "パークハイアット ニセコhanazono" 72
stop_too_far_from_shape WARNING 2

stop_too_far_from_shape

Stop too far from trip shape.

Per GTFS Best Practices, route alignments (in shapes.txt) should be within 100 meters of stop locations which a trip serves. This potentially indicates a problem with the location of the stop or the path of the shape.

You can see more about this notice here.

tripCsvRowNumber (?) The row number of the faulty record from `trips.txt`. shapeId (?) The id of the shape that is referred to. tripId (?) The id of the trip that is referred to. stopTimeCsvRowNumber (?) The row number of the faulty record from `stop_times.txt`. stopId (?) The id of the stop that is referred to. stopName (?) The name of the stop that is referred to. match (?) Latitude and longitude pair of the location. geoDistanceToShape (?) Distance from stop to shape.
22 "101300-0350" "101300-0013_01_02_01_1700" 519 "101300-0310_01" "泉郷" [42.86154244050419,140.70797685729153] 228.71801005782984
35 "101300-0360" "101300-0030_01_02_01_0630" 629 "101300-0001_01" "Jr倶知安駅" [42.900600000000004,140.75148] 452.8538002483351
stops_match_shape_out_of_order WARNING 1

stops_match_shape_out_of_order

Two stop entries are different than their arrival-departure order defined by shapes.txt.

This could indicate a problem with the location of the stops, the path of the shape, or the sequence of the stops for their trip.

You can see more about this notice here.

tripCsvRowNumber (?) The row number of the faulty record from `trips.txt`. shapeId (?) The id of the shape that is referred to. tripId (?) The id of the trip that is referred to. stopTimeCsvRowNumber1 (?) The row number of the first faulty record from `stop_times.txt`. stopId1 (?) The id of the first stop that is referred to. stopName1 (?) The name of the first stop that is referred to. match1 (?) Latitude and longitude pair of the first matching location. stopTimeCsvRowNumber2 (?) The row number of the second faulty record from `stop_times.txt`. stopId2 (?) The id of the second stop that is referred to. stopName2 (?) The name of the second stop that is referred to. match2 (?) Latitude and longitude pair of the second matching location.
15 "101300-0271" "101300-0002_04_01_01_1038" 337 "101300-0106_01" "さとう内科" [42.902365208322465,140.74976026043362] 336 "101300-0105_01" "まちの駅ぷらっと" [42.90155396051783,140.75028555454963]