niseko-bus — Enhanced Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-03-27T15:28:19Z,
for the dataset file:///shared/niseko-bus_760de999.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. translations.txt
  12. trips.txt

Counts


  • Agencies: 1
  • Blocks: 0
  • Routes: 7
  • Shapes: 13
  • Stops: 189
  • Trips: 186

Specification Compliance report

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

Notice Code Severity Total
duplicate_route_name WARNING 2

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 "1478-0203" 3 "1478-0204" "倶知安線" "" 3 "1478-5430001051804"
7 "1478-1501" 8 "1478-1503" "ニセコ周遊バス" "" 3 "1478-5430001051804"
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 "20260327" "20260331" "20260403"
missing_recommended_field WARNING 144

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.

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

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"
"fare_attributes.txt" 4 "agency_id"
"fare_attributes.txt" 5 "agency_id"
"fare_attributes.txt" 6 "agency_id"
"fare_attributes.txt" 7 "agency_id"
"fare_attributes.txt" 8 "agency_id"
"fare_attributes.txt" 9 "agency_id"
"fare_attributes.txt" 10 "agency_id"
"fare_attributes.txt" 11 "agency_id"
"fare_attributes.txt" 12 "agency_id"
"fare_attributes.txt" 13 "agency_id"
"fare_attributes.txt" 14 "agency_id"
"fare_attributes.txt" 15 "agency_id"
"fare_attributes.txt" 16 "agency_id"
"fare_attributes.txt" 17 "agency_id"
"fare_attributes.txt" 18 "agency_id"
"fare_attributes.txt" 19 "agency_id"
"fare_attributes.txt" 20 "agency_id"
"fare_attributes.txt" 21 "agency_id"
"fare_attributes.txt" 22 "agency_id"
"fare_attributes.txt" 23 "agency_id"
"fare_attributes.txt" 24 "agency_id"
"fare_attributes.txt" 25 "agency_id"
"fare_attributes.txt" 26 "agency_id"
"fare_attributes.txt" 27 "agency_id"
"fare_attributes.txt" 28 "agency_id"
"fare_attributes.txt" 29 "agency_id"
"fare_attributes.txt" 30 "agency_id"
"fare_attributes.txt" 31 "agency_id"
"fare_attributes.txt" 32 "agency_id"
"fare_attributes.txt" 33 "agency_id"
"fare_attributes.txt" 34 "agency_id"
"fare_attributes.txt" 35 "agency_id"
"fare_attributes.txt" 36 "agency_id"
"fare_attributes.txt" 37 "agency_id"
"fare_attributes.txt" 38 "agency_id"
"fare_attributes.txt" 39 "agency_id"
"fare_attributes.txt" 40 "agency_id"
"fare_attributes.txt" 41 "agency_id"
"fare_attributes.txt" 42 "agency_id"
"fare_attributes.txt" 43 "agency_id"
"fare_attributes.txt" 44 "agency_id"
"fare_attributes.txt" 45 "agency_id"
"fare_attributes.txt" 46 "agency_id"
"fare_attributes.txt" 47 "agency_id"
"fare_attributes.txt" 48 "agency_id"
"fare_attributes.txt" 49 "agency_id"
"fare_attributes.txt" 50 "agency_id"
"fare_attributes.txt" 51 "agency_id"
mixed_case_recommended_field WARNING 60

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 60 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.
"stops.txt" "stop_name" "東山(ニセコ町)" 7
"stops.txt" "stop_name" "東山(ニセコ町)" 8
"stops.txt" "stop_name" "東山(岩内町)" 92
"stops.txt" "stop_name" "東山(岩内町)" 93
"stops.txt" "stop_name" "大川6丁目" 141
"stops.txt" "stop_name" "大川6丁目" 142
"stops.txt" "stop_name" "大川12丁目" 145
"stops.txt" "stop_name" "大川12丁目" 146
"stops.txt" "stop_name" "長橋5丁目" 153
"stops.txt" "stop_name" "長橋5丁目" 154
"stops.txt" "stop_name" "ザ・グリーンリーフ・ニセコビレッジ" 157
"stops.txt" "stop_name" "ニセコ ノーザンリゾート・アンヌプリ" 179
"stops.txt" "stop_name" "いこいの湯宿 いろは" 180
"stops.txt" "stop_name" "ニセコ高校(ニセコ歯科前)" 182
"stops.txt" "stop_name" "ワンニセコ・リゾート・タワーズ" 188
"trips.txt" "trip_headsign" "いこいの湯宿 いろは行" 50
"trips.txt" "trip_headsign" "いこいの湯宿 いろは行" 51
"trips.txt" "trip_headsign" "いこいの湯宿 いろは行" 52
"trips.txt" "trip_headsign" "いこいの湯宿 いろは行" 53
"trips.txt" "trip_headsign" "いこいの湯宿 いろは行" 54
"trips.txt" "trip_headsign" "いこいの湯宿 いろは行" 55
"trips.txt" "trip_headsign" "いこいの湯宿 いろは行" 56
"trips.txt" "trip_headsign" "いこいの湯宿 いろは行" 57
"trips.txt" "trip_headsign" "いこいの湯宿 いろは行" 58
"trips.txt" "trip_headsign" "いこいの湯宿 いろは行" 59
"trips.txt" "trip_headsign" "いこいの湯宿 いろは行" 60
"trips.txt" "trip_headsign" "いこいの湯宿 いろは行" 61
"trips.txt" "trip_headsign" "いこいの湯宿 いろは行" 62
"trips.txt" "trip_headsign" "いこいの湯宿 いろは行" 63
"trips.txt" "trip_headsign" "いこいの湯宿 いろは行" 64
"trips.txt" "trip_headsign" "いこいの湯宿 いろは行" 80
"trips.txt" "trip_headsign" "いこいの湯宿 いろは行" 81
"trips.txt" "trip_headsign" "いこいの湯宿 いろは行" 82
"trips.txt" "trip_headsign" "いこいの湯宿 いろは行" 83
"trips.txt" "trip_headsign" "いこいの湯宿 いろは行" 84
"trips.txt" "trip_headsign" "いこいの湯宿 いろは行" 85
"trips.txt" "trip_headsign" "いこいの湯宿 いろは行" 86
"trips.txt" "trip_headsign" "いこいの湯宿 いろは行" 87
"trips.txt" "trip_headsign" "いこいの湯宿 いろは行" 88
"trips.txt" "trip_headsign" "いこいの湯宿 いろは行" 89
"trips.txt" "trip_headsign" "いこいの湯宿 いろは行" 90
"trips.txt" "trip_headsign" "いこいの湯宿 いろは行" 91
"trips.txt" "trip_headsign" "いこいの湯宿 いろは行" 92
"trips.txt" "trip_headsign" "いこいの湯宿 いろは行" 93
"trips.txt" "trip_headsign" "いこいの湯宿 いろは行" 94
"trips.txt" "trip_headsign" "いこいの湯宿 いろは行" 110
"trips.txt" "trip_headsign" "いこいの湯宿 いろは行" 111
"trips.txt" "trip_headsign" "いこいの湯宿 いろは行" 112
"trips.txt" "trip_headsign" "いこいの湯宿 いろは行" 113
"trips.txt" "trip_headsign" "いこいの湯宿 いろは行" 114
stop_too_far_from_shape WARNING 6

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.
145 "1478-1503" "1478-1503_01_01_01_0740" 3689 "1478-7005_01" "昆布温泉入口" [42.845784,140.62785] 626.0626492126216
145 "1478-1503" "1478-1503_01_01_01_0740" 3690 "1478-7006_01" "昆布温泉" [42.845784,140.62785] 1015.7057229140529
145 "1478-1503" "1478-1503_01_01_01_0740" 3691 "1478-7007_01" "ホテル甘露の森" [42.845784,140.62785] 369.38871616389883
145 "1478-1503" "1478-1503_01_01_01_0740" 3692 "1478-7008_01" "ワンニセコ・リゾート・タワーズ" [42.845916,140.627917] 224.852839273666
145 "1478-1503" "1478-1503_01_01_01_0740" 3694 "1478-6007_01" "いこいの湯宿 いろは" [42.848662000000004,140.6451] 337.1668133900384
145 "1478-1503" "1478-1503_01_01_01_0740" 3695 "1478-6006_01" "ニセコ ノーザンリゾート・アンヌプリ" [42.848921999999995,140.645281] 163.84571055392317
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.
"20260327" "20251201" "20260331"