{
  "agency": {
    "country": "JP",
    "id": "bihoku-kotsu",
    "name": "Bihoku Kotsu (\u5099\u5317\u4ea4\u901a)",
    "operating_note": "Bihoku Kotsu's local bus network in the Shobara and Miyoshi area of northern Hiroshima Prefecture.",
    "subdivision_code": "JP-34",
    "subdivision_name": "Hiroshima"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.0,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 15.0,
          "headsigns": 1.8,
          "stop_names": 14.7,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": true,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "legacy",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": true,
        "headsign_applicable_trips": 614,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 11.9,
        "headsign_scored_pct": 11.9,
        "mixed_case_stop_name_pct": 97.7,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1154,
        "translations": {
          "feed_lang": "ja",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 614,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 0.0,
        "wheelchair_marked_accessible_pct": 0.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 1154,
          "effort": "A column in stops.txt; your scheduling software likely has it.",
          "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
          "owner": "Likely your team",
          "points": 25.0,
          "severity": "WARNING",
          "what": "1154 of 1154 stops don't say whether a wheelchair user can board there.",
          "why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
        },
        {
          "code": "scorecard_wheelchair_accessible_unknown",
          "count": 614,
          "effort": "A default or per-trip field in your export.",
          "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "614 of 614 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the bus itself can take them."
        },
        {
          "code": "scorecard_missing_headsigns",
          "count": 541,
          "effort": "Usually one value per route pattern in your scheduling source.",
          "fix": "Add the destination, direction, or 'via' label riders actually see to trip_headsign. Do not copy the route name. If the label changes during the trip, use stop_headsign.",
          "owner": "",
          "points": 13.2,
          "severity": "WARNING",
          "what": "541 of 614 trips have no headsign, the text that tells riders where the bus is going.",
          "why": "When a route has multiple directions or patterns, the route name alone may not tell riders which service is coming."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "App makers and state data programs have nobody to email when they spot a problem. Small errors then sit in the feed for months."
        }
      ],
      "name": "completeness",
      "score": 38.9,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 12,
        "instances_by_severity": {
          "ERROR": 3,
          "INFO": 21,
          "WARNING": 20083
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "missing_required_column",
          "count": 3,
          "effort": "Often an export setting; ask your vendor if it recurs.",
          "fix": "Add the required column named in the finding to the flagged file.",
          "owner": "Likely your export tool",
          "points": 12.0,
          "severity": "ERROR",
          "what": "A file is missing a column that GTFS requires.",
          "why": "Apps may reject the whole file, so riders could lose the affected routes or stops."
        },
        {
          "code": "missing_timepoint_value",
          "count": 19354,
          "effort": "Usually one export setting.",
          "fix": "Set timepoint=1 on stops that are real time checks and 0 on the rest. If every published time is a scheduled one, mark them all 1.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some rows in stop_times.txt leave the timepoint column blank.",
          "why": "That column says whether a time is a real checkpoint or an estimate. Blank leaves apps guessing, and they may show your estimates as promises."
        },
        {
          "code": "non_ascii_or_non_printable_char",
          "count": 639,
          "effort": "A planned ID change, not a quick text cleanup.",
          "fix": "Only change the flagged IDs if an app needs basic ASCII values. Update each place that uses the ID. Keep all names and headsigns in their original language.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some internal IDs use characters outside the basic text set.",
          "why": "These IDs are valid UTF-8 data. This warning is only about support in older apps. It does not mean that names in other languages are wrong."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 68,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 8,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the bus route through the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "duplicate_route_name",
          "count": 6,
          "effort": "One field per route.",
          "fix": "Give each route a distinct short or long name.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Two or more routes share the same name.",
          "why": "Riders can't tell the routes apart in apps."
        },
        {
          "code": "unused_shape",
          "count": 6,
          "effort": "One setting.",
          "fix": "Turn on 'remove unused shapes' (or the like) in your export tool.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "The feed contains route shapes no trip uses.",
          "why": "Harmless to riders, but it bloats the feed and suggests stale export data."
        },
        {
          "code": "missing_feed_contact_email_and_url",
          "count": 1,
          "effort": "One field, set once in export settings.",
          "fix": "Add feed_contact_email or feed_contact_url to feed_info.txt.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "feed_info.txt lists no contact email and no contact URL.",
          "why": "Without a contact, apps like Google Maps can't reach you when they find a problem in the feed."
        },
        {
          "code": "stop_without_stop_time",
          "count": 1,
          "effort": "A review pass in your scheduling software.",
          "fix": "Remove retired stops from the export, or add them back to the trips that should serve them.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some stops exist in the feed but no trip ever stops at them.",
          "why": "Riders may walk to a stop where no bus is scheduled to arrive."
        },
        {
          "code": "unknown_file",
          "count": 11,
          "effort": "A quick look at the flagged file.",
          "fix": "Check the flagged file name for a typo of a standard GTFS file. Remove it if it is a vendor extra.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "The feed includes a file that is not part of the GTFS spec.",
          "why": "Apps ignore files they don't know, and a stray file can hide a misspelled standard file name."
        },
        {
          "code": "platform_without_parent_station",
          "count": 8,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'platform_without_parent_station' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "Platform without parent station (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unknown_column",
          "count": 2,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        }
      ],
      "name": "correctness",
      "score": 36.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 12 kinds of issue across 20107 instances (3 error, 20083 warning, 21 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 129,
        "effective_expiry_date": "2027-01-12",
        "feed_end_date": "2027-01-12",
        "feed_start_date": "2026-07-12",
        "feed_version": "20260712",
        "has_feed_info": true,
        "last_service_date": "2027-01-12",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 100.0,
      "status": "measured",
      "summary": "Service data covers the next 129 days.",
      "weight": 0.2
    },
    "realtime": {
      "details": {
        "alerts_content": {
          "alerts": 0,
          "ended_over_30_days_ago": 0,
          "with_cause_and_effect": 0,
          "with_description": 0,
          "with_header_text": 0,
          "with_informed_entity": 0
        },
        "configured_kinds": [
          "trip_updates",
          "vehicle_positions",
          "service_alerts"
        ],
        "coverage_pct": null,
        "kinds_configured": 3,
        "kinds_reachable": 3,
        "reachable_kinds": [
          "trip_updates",
          "vehicle_positions",
          "service_alerts"
        ],
        "rt_freshness": "fresh",
        "samples": 9,
        "scheduled_trips_in_window": 0,
        "worst_lag_seconds": 23
      },
      "findings": [],
      "name": "realtime",
      "score": 100.0,
      "status": "measured",
      "summary": "Sampled 9 times outside service hours: 3 of 3 configured feeds healthy; vehicle position plausibility was not measurable.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "high",
    "measured_categories": 4,
    "notes": [
      "All four score categories were measured this run.",
      "Realtime was sampled in one bounded window of 9 snapshots.",
      "The feed was downloaded from the official feed URL on file."
    ],
    "rt_windows": 1,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "1 validator error to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 129 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "Two requirements remain for this feed to earn the conformance mark. 1 validator error to resolve. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "feed": {
    "license_note": "CC0 public domain dedication, stated on the Hiroshima Bus Association GTFS open data site that publishes the feed. No attribution is required.",
    "reachable": true,
    "sha256": "ab2b725a63d703a610ee78933ef84abda625acf3dd13e317d843e1b65cf1f823",
    "size_bytes": 2452081,
    "source_provenance": "official",
    "static_url": "https://ajt-mobusta-gtfs.mcapps.jp/static/12/current_data.zip"
  },
  "fetch": {
    "final_url": "https://ajt-mobusta-gtfs.mcapps.jp/static/12/current_data.zip",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-09-05T00:00:00+00:00",
  "geo": {
    "bbox": [
      132.39546,
      34.39617,
      133.29196,
      35.03768
    ],
    "lat": 34.84366,
    "lon": 132.89656,
    "stop_count": 1154
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 49,
        "trip_count": 614,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 49,
    "trip_count": 614
  },
  "overall": {
    "grade": "D",
    "margin_to_lower_band": 2.3,
    "margin_to_next_band": 7.7,
    "score": 62.3
  },
  "recommendations": [],
  "routability": {
    "boardable_stops": 1154,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 1,
        "effort": "A cleanup pass in your scheduling software.",
        "fix": "Remove stops no route serves, or add the trips that should call at them.",
        "owner": "Likely your export tool",
        "points": 0.0,
        "severity": "INFO",
        "what": "1 of 1154 boardable stops are never served by any trip.",
        "why": "Riders see these stops in apps and on the map but can never catch anything there, which erodes trust in the data."
      }
    ],
    "orphan_stops": 1,
    "single_stop_trips": 0,
    "trips_total": 614
  },
  "route_map": {
    "drawn_route_count": 49,
    "has_shapes": true,
    "path": "data/artifacts/bihoku-kotsu/geometry.geojson",
    "route_count": 49,
    "routes": [
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1585841209",
        "label": "\u4e0b\u9ad8\u91ce\u7dda",
        "long": "\u4e0b\u9ad8\u91ce\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1617148066",
        "label": "\u5c0f\u5974\u53ef\u7dda\uff08\u7c9f\u7530\uff09",
        "long": "\u5c0f\u5974\u53ef\u7dda\uff08\u7c9f\u7530\uff09",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1677966273",
        "label": "\u9ad8\u901f\uff1a\u6771\u57ce\uff5e\u5e84\u539f\u7dda",
        "long": "\u9ad8\u901f\uff1a\u6771\u57ce\uff5e\u5e84\u539f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1935967071",
        "label": "\u9ad8\u91ce\u7dda",
        "long": "\u9ad8\u91ce\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2010039002",
        "label": "\u6577\u540d\u5efb\u795e\u7dda/\u4e0a\u7530\u5c0f\u7dda",
        "long": "\u6577\u540d\u5efb\u795e\u7dda/\u4e0a\u7530\u5c0f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2108524318",
        "label": "\u5c0f\u5974\u53ef\u7dda\uff08\u65e5\u91ce\u539f\uff09",
        "long": "\u5c0f\u5974\u53ef\u7dda\uff08\u65e5\u91ce\u539f\uff09",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2133785649",
        "label": "\u3072\u307e\u308f\u308a\u30d0\u30b9",
        "long": "\u3072\u307e\u308f\u308a\u30d0\u30b9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2342965103",
        "label": "\u770c\u5927\u7dda",
        "long": "\u770c\u5927\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2363215440",
        "label": "\u4e09\u826f\u5742\u7dda",
        "long": "\u4e09\u826f\u5742\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2531580290",
        "label": "\u4e09\u57ce\u7dda",
        "long": "\u4e09\u57ce\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2629305760",
        "label": "\u6e6f\u6728\u7dda",
        "long": "\u6e6f\u6728\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "279517487",
        "label": "\u4e09\u6b21\u5409\u7530\u7dda",
        "long": "\u4e09\u6b21\u5409\u7530\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2820692300",
        "label": "\u4e09\u6b21\u5e02\u5185\u7dda",
        "long": "\u4e09\u6b21\u5e02\u5185\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2843705126",
        "label": "\u4e09\u57ce\u7dda\uff08\u897f\u57ce\uff5e\u5e84\u539f\uff09",
        "long": "\u4e09\u57ce\u7dda\uff08\u897f\u57ce\uff5e\u5e84\u539f\uff09",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2894458260",
        "label": "\u672c\u6751\u7dda",
        "long": "\u672c\u6751\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2945424403",
        "label": "\u4f5c\u6728\u7dda",
        "long": "\u4f5c\u6728\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3000524979",
        "label": "\u6577\u540d\u7dda",
        "long": "\u6577\u540d\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34291000",
        "label": "\u9ad8\u901f\u5e83\u5cf6\u7dda",
        "long": "\u685c\u82b1\u306e\u90f7\u30e9\u30d5\u30a9\u30fc\u30ec\u5e84\u539f\u2192\u5e83\u5cf6\u99c5\u65b0\u5e79\u7dda\u53e3",
        "short": "\u9ad8\u901f\u5e83\u5cf6\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34291009",
        "label": "\u9ad8\u901f\u5e83\u5cf6\u7dda",
        "long": "\u5e83\u5cf6\u99c5\u65b0\u5e79\u7dda\u53e3\u2192\u685c\u82b1\u306e\u90f7\u30e9\u30d5\u30a9\u30fc\u30ec\u5e84\u539f",
        "short": "\u9ad8\u901f\u5e83\u5cf6\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34381000",
        "label": "\u9ad8\u901f\u5e83\u5cf6\u7dda",
        "long": "\u6771\u57ce\u2192\u30ce\u30f3\u30fb\u4e94\u65e5\u5e02\u2192\u65b0\u5e79\u7dda",
        "short": "\u9ad8\u901f\u5e83\u5cf6\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34381009",
        "label": "\u9ad8\u901f\u5e83\u5cf6\u7dda",
        "long": "\u65b0\u5e79\u7dda\u2192\u30ce\u30f3\u30fb\u4e94\u65e5\u5e02\u2192\u6771\u57ce",
        "short": "\u9ad8\u901f\u5e83\u5cf6\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34382000",
        "label": "\u9ad8\u901f\u5e83\u5cf6\u7dda",
        "long": "\u5e1d\u91c8\u2192\u30ce\u30f3\u30fb\u4e94\u65e5\u5e02\u2192\u65b0\u5e79\u7dda",
        "short": "\u9ad8\u901f\u5e83\u5cf6\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34382009",
        "label": "\u9ad8\u901f\u5e83\u5cf6\u7dda",
        "long": "\u65b0\u5e79\u7dda\u2192\u30ce\u30f3\u30fb\u4e94\u65e5\u5e02\u2192\u5e1d\u91c8",
        "short": "\u9ad8\u901f\u5e83\u5cf6\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34391000",
        "label": "\u9ad8\u901f\u5e83\u5cf6\u7dda",
        "long": "\u6771\u57ce\u99c5\u524d\u2192\u5e83\u5cf6\u99c5\u65b0\u5e79\u7dda\u53e3",
        "short": "\u9ad8\u901f\u5e83\u5cf6\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34391009",
        "label": "\u9ad8\u901f\u5e83\u5cf6\u7dda",
        "long": "\u5e83\u5cf6\u99c5\u65b0\u5e79\u7dda\u53e3\u2192\u6771\u57ce\u99c5\u524d",
        "short": "\u9ad8\u901f\u5e83\u5cf6\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3579469604",
        "label": "\u8d64\u540d\u7dda",
        "long": "\u8d64\u540d\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3594007467",
        "label": "\u7560\u6577\u7dda",
        "long": "\u7560\u6577\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3639980207",
        "label": "\u9ad8\u901f\uff1a\u5e84\u539f\uff5e\u5e83\u5cf6\u7dda",
        "long": "\u9ad8\u901f\uff1a\u5e84\u539f\uff5e\u5e83\u5cf6\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40600009",
        "label": "\u2605\u5099\u5f8c\u843d\u5408\u99c5\u524d\u2192\u6771\u57ce\u99c5\u524d",
        "long": "\u2605\u5099\u5f8c\u843d\u5408\u99c5\u524d\u2192\u6771\u57ce\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40701000",
        "label": "\u6771\u57ce\u99c5\u524d\u2192\u2605\u5099\u5f8c\u843d\u5408\u99c5\u524d",
        "long": "\u6771\u57ce\u99c5\u524d\u2192\u2605\u5099\u5f8c\u843d\u5408\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40801000",
        "label": "\u6771\u57ce\u99c5\u524d\u2192\u2605\u5099\u5f8c\u843d\u5408\u99c5\u524d",
        "long": "\u6771\u57ce\u99c5\u524d\u2192\u2605\u5099\u5f8c\u843d\u5408\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40802009",
        "label": "\u2605\u5099\u5f8c\u843d\u5408\u99c5\u524d\u2192\u6771\u57ce\u99c5\u524d",
        "long": "\u2605\u5099\u5f8c\u843d\u5408\u99c5\u524d\u2192\u6771\u57ce\u99c5\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4089288656",
        "label": "\u9ad8\u7530\u5357\u90e8\u7dda",
        "long": "\u9ad8\u7530\u5357\u90e8\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40902000",
        "label": "\u2605\u5099\u5f8c\u897f\u57ce\u99c5\u2192\u5e84\u539f\u99c5",
        "long": "\u2605\u5099\u5f8c\u897f\u57ce\u99c5\u2192\u5e84\u539f\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41002009",
        "label": "\u5e84\u539f\u99c5\u2192\u2605\u5099\u5f8c\u897f\u57ce\u99c5",
        "long": "\u5e84\u539f\u99c5\u2192\u2605\u5099\u5f8c\u897f\u57ce\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41102000",
        "label": "\u2605\u5099\u5f8c\u897f\u57ce\u99c5\u2192\u5e84\u539f\u99c5",
        "long": "\u2605\u5099\u5f8c\u897f\u57ce\u99c5\u2192\u5e84\u539f\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41323000",
        "label": "\u2605\u5099\u5f8c\u897f\u57ce\u99c5\u2192\u5e84\u539f\u99c5",
        "long": "\u2605\u5099\u5f8c\u897f\u57ce\u99c5\u2192\u5e84\u539f\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41402009",
        "label": "\u5e84\u539f\u99c5\u2192\u2605\u5099\u5f8c\u897f\u57ce\u99c5",
        "long": "\u5e84\u539f\u99c5\u2192\u2605\u5099\u5f8c\u897f\u57ce\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41500009",
        "label": "\u5e84\u539f\u99c5\u2192\u2605\u5099\u5f8c\u897f\u57ce\u99c5",
        "long": "\u5e84\u539f\u99c5\u2192\u2605\u5099\u5f8c\u897f\u57ce\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4225438671",
        "label": "\u6771\u57ce\u5e02\u8857\u5730\u5faa\u74b0\u30d0\u30b9",
        "long": "\u6771\u57ce\u5e02\u8857\u5730\u5faa\u74b0\u30d0\u30b9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "626816974",
        "label": "\u4fdd\u7530\u7dda",
        "long": "\u4fdd\u7530\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "674604999",
        "label": "\u4e09\u826f\u5742\u5b9f\u7559\u7dda",
        "long": "\u4e09\u826f\u5742\u5b9f\u7559\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "708436803",
        "label": "\u9ad8\u901f\uff1a\u4e09\u6b21\uff5e\u5e83\u5cf6\u7dda",
        "long": "\u9ad8\u901f\uff1a\u4e09\u6b21\uff5e\u5e83\u5cf6\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "90055000",
        "label": "\u8d64\u540d\u7dda",
        "long": "\u8d64\u540d\u2192\u3086\u3081\u30e9\u30f3\u30c9\u5e03\u91ce",
        "short": "\u8d64\u540d\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "90055009",
        "label": "\u8d64\u540d\u7dda",
        "long": "\u3086\u3081\u30e9\u30f3\u30c9\u5e03\u91ce\u2192\u8d64\u540d",
        "short": "\u8d64\u540d\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "90744000",
        "label": "\u4e09\u57ce\u7dda",
        "long": "\u5e84\u539f\u99c5\u2192\u4e09\u6b21\u99c5\u524d",
        "short": "\u4e09\u57ce\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "90852000",
        "label": "\u6bd4\u548c\u30d0\u30a4\u30d1\u30b9\u2192\u5e84\u539f\u99c5",
        "long": "\u6bd4\u548c\u30d0\u30a4\u30d1\u30b9\u2192\u5e84\u539f\u99c5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "90852009",
        "label": "\u9ad8\u91ce\u7dda",
        "long": "\u5e84\u539f\u99c5\u2192\u6bd4\u548c\uff08\u30d0\u30a4\u30d1\u30b9\uff09",
        "short": "\u9ad8\u91ce\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "935591245",
        "label": "\u53e3\u548c\u7dda",
        "long": "\u53e3\u548c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1154,
    "stop_points_capped": false
  },
  "rubric_version": "1.3",
  "schema_version": "1.18",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.3",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.3"
  },
  "snapshot_date": "2026-09-05",
  "top_fixes": [
    {
      "code": "missing_required_column",
      "count": 3,
      "effort": "Often an export setting; ask your vendor if it recurs.",
      "fix": "Add the required column named in the finding to the flagged file.",
      "owner": "Likely your export tool",
      "points": 12.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "A file is missing a column that GTFS requires.",
      "why": "Apps may reject the whole file, so riders could lose the affected routes or stops."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 1154,
      "effort": "A column in stops.txt; your scheduling software likely has it.",
      "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
      "owner": "Likely your team",
      "points": 25.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "1154 of 1154 stops don't say whether a wheelchair user can board there.",
      "why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
    },
    {
      "code": "scorecard_wheelchair_accessible_unknown",
      "count": 614,
      "effort": "A default or per-trip field in your export.",
      "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "614 of 614 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the bus itself can take them."
    }
  ],
  "validator_version": "8.0.1"
}
