{
  "agency": {
    "country": "JP",
    "id": "kan-etsu-transportation",
    "name": "Kan-etsu Transportation (\u95a2\u8d8a\u4ea4\u901a)",
    "operating_note": "Kan-etsu Transportation's route network in northern Gunma, including Numata, Shibukawa, and the Oze and Minakami approaches.",
    "subdivision_code": "JP-10",
    "subdivision_name": "Gunma"
  },
  "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": 15.0,
          "fares": 15.0,
          "headsigns": 15.0,
          "stop_names": 14.9,
          "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": 2953,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 99.4,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 2213,
        "translations": {
          "feed_lang": "ja",
          "has_translations": true,
          "languages": [
            "en",
            "ja-hrkt"
          ],
          "translated_tables": [
            "routes",
            "stop_times",
            "stops"
          ],
          "translation_count": 2681
        },
        "trips": 2953,
        "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": 2213,
          "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": "2213 of 2213 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": 2953,
          "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": "2953 of 2953 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."
        }
      ],
      "name": "completeness",
      "score": 59.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": 4,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 45,
          "WARNING": 194429
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "non_ascii_or_non_printable_char",
          "count": 192215,
          "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": 2211,
          "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_without_stop_time",
          "count": 3,
          "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": "platform_without_parent_station",
          "count": 45,
          "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."
        }
      ],
      "name": "correctness",
      "score": 79.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 4 kinds of issue across 194474 instances (0 error, 194429 warning, 45 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 360,
        "effective_expiry_date": "2027-08-31",
        "feed_end_date": "2027-08-31",
        "feed_start_date": "2026-09-01",
        "feed_version": "2026/08/31 14:32:49 \uff08GTFS\u51fa\u529b\u65e5\u6642\uff09 \u4ed8\u52a0\u60c5\u5831\uff1a20260901_2026\u5e7409\u670801\u65e5\uff08\u57fa\u790e\uff09 \u305d\u306e\u7b4b\u5c4b 2.510\u3010\u65e5\u672c\u30d0\u30b9\u60c5\u5831\u5354\u4f1a\u306e\u95a2\u4fc2\u8005\u30fb\u652f\u6301\u8005\u306f\u5229\u7528\u7981\u6b62\u3002GTFS\u30c7\u30fc\u30bf\u30ea\u30dd\u30b8\u30c8\u30ea\u3078\u306eCC\u30e9\u30a4\u30bb\u30f3\u30b9\u3067\u306e\u767b\u9332\u7981\u6b62\u3011 https://gtfs-jp.org/bus/ \u203b\u4e00\u822c\u306e\u30d0\u30b9\u5229\u7528\u8005\u3078\u306e\u6848\u5185\u5229\u7528\u306f\u30d0\u30b9\u4f1a\u793e\u306b\u516c\u958b\u8a31\u53ef\u3092\u5f97\u307e\u3057\u3087\u3046\u3002",
        "has_feed_info": true,
        "last_service_date": "2027-08-31",
        "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 360 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the official feed URL on file."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 360 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": "One requirement remains for this feed to earn the conformance mark. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "feed": {
    "license_note": "CC BY 4.0; published by Kan-etsu Transportation through the Public Transportation Open Data Center (ODPT). Credit Kan-etsu Transportation and ODPT.",
    "reachable": true,
    "sha256": "357911380998b8fe7f8275f90a7d1869c724534a8550b411f73f84412e8682d7",
    "size_bytes": 2309869,
    "source_provenance": "official",
    "static_url": "https://api-public.odpt.org/api/v4/files/odpt/Kan_etsuTransportation/AllLines.zip?date=current"
  },
  "fetch": {
    "final_url": "https://dataodpt.blob.core.windows.net/files-open/odpt/Kan_etsuTransportation/AllLines-20260901.zip?st=2026-09-05T16%3A50%3A27Z&se=2026-09-05T16%3A52%3A27Z&sp=r&sv=2018-03-28&sr=b&sig=J4SyiQ4iRZ9zpAX%2B2wvO5brUDZoo9lyIBSVS46dJslg%3D",
    "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": [
      138.73002,
      36.32163,
      139.42296,
      36.87631
    ],
    "lat": 36.55448,
    "lon": 139.02363,
    "stop_count": 2213
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 72,
        "trip_count": 2953,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 72,
    "trip_count": 2953
  },
  "overall": {
    "grade": "C",
    "margin_to_lower_band": 8.4,
    "margin_to_next_band": 1.6,
    "score": 78.4
  },
  "recommendations": [],
  "routability": {
    "boardable_stops": 2213,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 3,
        "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": "3 of 2213 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": 3,
    "single_stop_trips": 0,
    "trips_total": 2953
  },
  "route_map": {
    "drawn_route_count": 71,
    "has_shapes": true,
    "path": "data/artifacts/kan-etsu-transportation/geometry.geojson",
    "route_count": 72,
    "routes": [
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u304b\u307f\u3064\u3051\u306e\u91cc\u7dda_A",
        "label": "21 \u3050\u308b\u308a\u3093\u3000\u304b\u307f\u3064\u3051\u306e\u91cc\u7dda",
        "long": "21 \u3050\u308b\u308a\u3093\u3000\u304b\u307f\u3064\u3051\u306e\u91cc\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u304b\u307f\u3064\u3051\u306e\u91cc\u7dda_B",
        "label": "22 \u3050\u308b\u308a\u3093\u3000\u304b\u307f\u3064\u3051\u306e\u91cc\u7dda",
        "long": "22 \u3050\u308b\u308a\u3093\u3000\u304b\u307f\u3064\u3051\u306e\u91cc\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u3053\u3046\u3065\u3051\u56fd\u5206\u5bfa\u7dda_A",
        "label": "19 \u3050\u308b\u308a\u3093\u3000\u3053\u3046\u3065\u3051\u56fd\u5206\u5bfa\u7dda",
        "long": "19 \u3050\u308b\u308a\u3093\u3000\u3053\u3046\u3065\u3051\u56fd\u5206\u5bfa\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u3053\u3046\u3065\u3051\u56fd\u5206\u5bfa\u7dda_B",
        "label": "20 \u3050\u308b\u308a\u3093\u3000\u3053\u3046\u3065\u3051\u56fd\u5206\u5bfa\u7dda",
        "long": "20 \u3050\u308b\u308a\u3093\u3000\u3053\u3046\u3065\u3051\u56fd\u5206\u5bfa\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u30a2\u30c3\u30d7\u30eb\u53f7_A",
        "label": "\u30a2\u30c3\u30d7\u30eb\u53f7",
        "long": "\u30a2\u30c3\u30d7\u30eb\u53f7",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u30de\u30a4\u30d0\u30b9\u5317\u5faa\u74b0\u7dda(951)",
        "label": "73 \u30de\u30a4\u30d0\u30b9\u5317\u5faa\u74b0\u7dda",
        "long": "73 \u30de\u30a4\u30d0\u30b9\u5317\u5faa\u74b0\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u30de\u30a4\u30d0\u30b9\u5357\u5faa\u74b0\u7dda(952)",
        "label": "72 \u30de\u30a4\u30d0\u30b9\u5357\u5faa\u74b0\u7dda",
        "long": "72 \u30de\u30a4\u30d0\u30b9\u5357\u5faa\u74b0\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u4e2d\u5c71\u672c\u5bbf\u7dda_A",
        "label": "\u4e2d\u5c71\u672c\u5bbf\u7dda",
        "long": "\u4e2d\u5c71\u672c\u5bbf\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u4e2d\u91ce\u5faa\u74b0\u7dda_A",
        "label": "\u4e2d\u91ce\u5faa\u74b0\u7dda",
        "long": "\u4e2d\u91ce\u5faa\u74b0\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u4f0a\u9999\u4fdd\u30bf\u30a6\u30f3\u30d0\u30b9\uff13\u53f7\u7dda_A",
        "label": "\u4f0a\u9999\u4fdd\u30bf\u30a6\u30f3\u30d0\u30b9\uff13\u53f7\u7dda",
        "long": "\u4f0a\u9999\u4fdd\u30bf\u30a6\u30f3\u30d0\u30b9\uff13\u53f7\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u4f50\u5c71\u7dda_A",
        "label": "\u4f50\u5c71\u7dda",
        "long": "\u4f50\u5c71\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u524d\u6a4b\u516c\u5712\u7dda_A",
        "label": "55A \u524d\u6a4b\u516c\u5712\u7dda",
        "long": "55A \u524d\u6a4b\u516c\u5712\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u524d\u6a4b\u516c\u5712\u7dda_B",
        "label": "55B \u524d\u6a4b\u516c\u5712\u7dda",
        "long": "55B \u524d\u6a4b\u516c\u5712\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u524d\u6a4b\u516c\u5712\u7dda_C",
        "label": "55C \u524d\u6a4b\u516c\u5712\u7dda",
        "long": "55C \u524d\u6a4b\u516c\u5712\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u524d\u6a4b\u516c\u5712\u7dda_E",
        "label": "55E \u524d\u6a4b\u516c\u5712\u7dda",
        "long": "55E \u524d\u6a4b\u516c\u5712\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u524d\u6a4b\u571f\u5c4b\u6587\u660e\u7dda_A",
        "label": "26A \u524d\u6a4b\u571f\u5c4b\u6587\u660e\u7dda",
        "long": "26A \u524d\u6a4b\u571f\u5c4b\u6587\u660e\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u524d\u6a4b\u571f\u5c4b\u6587\u660e\u7dda_B",
        "label": "26B \u524d\u6a4b\u571f\u5c4b\u6587\u660e\u7dda",
        "long": "26B \u524d\u6a4b\u571f\u5c4b\u6587\u660e\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u524d\u6a4b\u6e0b\u5ddd\u7dda_A",
        "label": "22A \u524d\u6a4b\u6e0b\u5ddd\u7dda",
        "long": "22A \u524d\u6a4b\u6e0b\u5ddd\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u524d\u6a4b\u6e0b\u5ddd\u7dda_B",
        "label": "22B \u524d\u6a4b\u6e0b\u5ddd\u7dda",
        "long": "22B \u524d\u6a4b\u6e0b\u5ddd\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u524d\u6a4b\u6e0b\u5ddd\u7dda_C",
        "label": "22C \u524d\u6a4b\u6e0b\u5ddd\u7dda",
        "long": "22C \u524d\u6a4b\u6e0b\u5ddd\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u524d\u6a4b\u6e0b\u5ddd\u7dda_E",
        "label": "22E \u524d\u6a4b\u6e0b\u5ddd\u7dda",
        "long": "22E \u524d\u6a4b\u6e0b\u5ddd\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u524d\u6a4b\u6e0b\u5ddd\u7dda_F",
        "label": "22F \u524d\u6a4b\u6e0b\u5ddd\u7dda",
        "long": "22F \u524d\u6a4b\u6e0b\u5ddd\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u524d\u6a4b\u6e0b\u5ddd\u7dda_G",
        "label": "22G \u524d\u6a4b\u6e0b\u5ddd\u7dda",
        "long": "22G \u524d\u6a4b\u6e0b\u5ddd\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u524d\u6a4b\u6e0b\u5ddd\u7dda_H",
        "label": "22H \u524d\u6a4b\u6e0b\u5ddd\u7dda",
        "long": "22H \u524d\u6a4b\u6e0b\u5ddd\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u524d\u6a4b\u6e0b\u5ddd\u7dda_J",
        "label": "22J \u524d\u6a4b\u6e0b\u5ddd\u7dda",
        "long": "22J \u524d\u6a4b\u6e0b\u5ddd\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u524d\u6a4b\u6e0b\u5ddd\u7dda_K",
        "label": "22K \u524d\u6a4b\u6e0b\u5ddd\u7dda",
        "long": "22K \u524d\u6a4b\u6e0b\u5ddd\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u524d\u6a4b\u6e0b\u5ddd\u7dda_L",
        "label": "22L \u524d\u6a4b\u6e0b\u5ddd\u7dda",
        "long": "22L \u524d\u6a4b\u6e0b\u5ddd\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u524d\u6a4b\u6e0b\u5ddd\u7dda_M",
        "label": "22M \u524d\u6a4b\u6e0b\u5ddd\u7dda",
        "long": "22M \u524d\u6a4b\u6e0b\u5ddd\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u524d\u6a4b\u8d64\u57ce\u5c71\u7dda_A",
        "label": "48A \u524d\u6a4b\u8d64\u57ce\u5c71\u7dda",
        "long": "48A \u524d\u6a4b\u8d64\u57ce\u5c71\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u524d\u6a4b\u8d64\u57ce\u5c71\u7dda_B",
        "label": "48B \u524d\u6a4b\u8d64\u57ce\u5c71\u7dda",
        "long": "48B \u524d\u6a4b\u8d64\u57ce\u5c71\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u524d\u6a4b\u8d64\u57ce\u5c71\u7dda_C",
        "label": "48C \u524d\u6a4b\u8d64\u57ce\u5c71\u7dda",
        "long": "48C \u524d\u6a4b\u8d64\u57ce\u5c71\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u524d\u6a4b\u91d1\u53e4\u738b\u585a\u53f0\u7dda_A",
        "label": "25A \u524d\u6a4b\u91d1\u53e4\u738b\u585a\u53f0\u7dda",
        "long": "25A \u524d\u6a4b\u91d1\u53e4\u738b\u585a\u53f0\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u524d\u6a4b\u91d1\u53e4\u738b\u585a\u53f0\u7dda_B",
        "label": "25B \u524d\u6a4b\u91d1\u53e4\u738b\u585a\u53f0\u7dda",
        "long": "25B \u524d\u6a4b\u91d1\u53e4\u738b\u585a\u53f0\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u52dd\u4fdd\u6ca2\u7dda_A",
        "label": "\u52dd\u4fdd\u6ca2\u7dda",
        "long": "\u52dd\u4fdd\u6ca2\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": false,
        "id": "\u5343\u672c\u685c\u30b7\u30e3\u30c8\u30eb\u30d0\u30b9_A",
        "label": "\u5343\u672c\u685c\u30b7\u30e3\u30c8\u30eb\u30d0\u30b9",
        "long": "\u5343\u672c\u685c\u30b7\u30e3\u30c8\u30eb\u30d0\u30b9",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u5357\u67cf\u6728\u7dda_A",
        "label": "\u5357\u67cf\u6728\u7dda",
        "long": "\u5357\u67cf\u6728\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u5357\u90f7\u7dda_A",
        "label": "\u5357\u90f7\u7dda",
        "long": "\u5357\u90f7\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u539f\u7f8e\u8853\u9928\uff21\uff32\uff23\u7dda_A",
        "label": "\u539f\u7f8e\u8853\u9928\uff21\uff32\uff23\u7dda",
        "long": "\u539f\u7f8e\u8853\u9928\uff21\uff32\uff23\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u56db\u4e07\u6e29\u6cc9\u7dda_A",
        "label": "\u56db\u4e07\u6e29\u6cc9\u7dda",
        "long": "\u56db\u4e07\u6e29\u6cc9\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u5927\u516b\u6728\u7dda_A",
        "label": "5 \u3050\u308b\u308a\u3093\u3000\u5927\u516b\u6728\u7dda",
        "long": "5 \u3050\u308b\u308a\u3093\u3000\u5927\u516b\u6728\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u5927\u516b\u6728\u7dda_B",
        "label": "6 \u3050\u308b\u308a\u3093\u3000\u5927\u516b\u6728\u7dda",
        "long": "6 \u3050\u308b\u308a\u3093\u3000\u5927\u516b\u6728\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u5927\u6238\u7dda_A",
        "label": "\u5927\u6238\u7dda",
        "long": "\u5927\u6238\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u5927\u6e21\u753a\u7dda_A",
        "label": "46 \u5927\u6e21\u753a\u7dda",
        "long": "46 \u5927\u6e21\u753a\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u5929\u72d7\u306e\u6e6f\u5faa\u74b0\u7dda_A",
        "label": "\u5929\u72d7\u306e\u6e6f\u5faa\u74b0\u7dda",
        "long": "\u5929\u72d7\u306e\u6e6f\u5faa\u74b0\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u5bcc\u58eb\u898b\u6e29\u6cc9\u7dda_A",
        "label": "50A \u5bcc\u58eb\u898b\u6e29\u6cc9\u7dda",
        "long": "50A \u5bcc\u58eb\u898b\u6e29\u6cc9\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u5bcc\u58eb\u898b\u6e29\u6cc9\u7dda_B",
        "label": "50B \u5bcc\u58eb\u898b\u6e29\u6cc9\u7dda",
        "long": "50B \u5bcc\u58eb\u898b\u6e29\u6cc9\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u5bcc\u58eb\u898b\u6e29\u6cc9\u7dda_C",
        "label": "50C \u5bcc\u58eb\u898b\u6e29\u6cc9\u7dda",
        "long": "50C \u5bcc\u58eb\u898b\u6e29\u6cc9\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u5bcc\u58eb\u898b\u6e29\u6cc9\u7dda_E",
        "label": "50E \u5bcc\u58eb\u898b\u6e29\u6cc9\u7dda",
        "long": "50E \u5bcc\u58eb\u898b\u6e29\u6cc9\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u5bcc\u58eb\u898b\u6e29\u6cc9\u7dda_F",
        "label": "50F \u5bcc\u58eb\u898b\u6e29\u6cc9\u7dda",
        "long": "50F \u5bcc\u58eb\u898b\u6e29\u6cc9\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u5bcc\u58eb\u898b\u8d64\u57ce\u5c71\u7dda_A",
        "label": "49 \u5bcc\u58eb\u898b\u8d64\u57ce\u5c71\u7dda",
        "long": "49 \u5bcc\u58eb\u898b\u8d64\u57ce\u5c71\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u5ca9\u672c\u7dda_A",
        "label": "\u5ca9\u672c\u7dda",
        "long": "\u5ca9\u672c\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u5ddd\u539f\u753a\u7dda\uff08\u7dd1\u304c\u4e18\u7d4c\u7531\uff09_A",
        "label": "44A \u5ddd\u539f\u753a\u7dda\uff08\u7dd1\u304c\u4e18\u7d4c\u7531\uff09",
        "long": "44A \u5ddd\u539f\u753a\u7dda\uff08\u7dd1\u304c\u4e18\u7d4c\u7531\uff09",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u5ddd\u539f\u753a\u7dda\uff08\u7dd1\u304c\u4e18\u7d4c\u7531\uff09_B",
        "label": "44B \u5ddd\u539f\u753a\u7dda\uff08\u7dd1\u304c\u4e18\u7d4c\u7531\uff09",
        "long": "44B \u5ddd\u539f\u753a\u7dda\uff08\u7dd1\u304c\u4e18\u7d4c\u7531\uff09",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u5ddd\u539f\u753a\u7dda\uff08\u9644\u5c5e\u5c0f\u7d4c\u7531\uff09_A",
        "label": "45A \u5ddd\u539f\u753a\u7dda\uff08\u9644\u5c5e\u5c0f\u7d4c\u7531\uff09",
        "long": "45A \u5ddd\u539f\u753a\u7dda\uff08\u9644\u5c5e\u5c0f\u7d4c\u7531\uff09",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u5ddd\u539f\u753a\u7dda\uff08\u9644\u5c5e\u5c0f\u7d4c\u7531\uff09_B",
        "label": "45B \u5ddd\u539f\u753a\u7dda\uff08\u9644\u5c5e\u5c0f\u7d4c\u7531\uff09",
        "long": "45B \u5ddd\u539f\u753a\u7dda\uff08\u9644\u5c5e\u5c0f\u7d4c\u7531\uff09",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u5ddd\u5834\u5faa\u74b0\u7dda_A",
        "label": "\u5ddd\u5834\u5faa\u74b0\u7dda",
        "long": "\u5ddd\u5834\u5faa\u74b0\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u685c\u306e\u6728\u7dda_A",
        "label": "\u685c\u306e\u6728\u7dda",
        "long": "\u685c\u306e\u6728\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u6c34\u4e0a\u7dda\uff08\u590f\u5b63\uff09_A",
        "label": "\u6c34\u4e0a\u7dda",
        "long": "\u6c34\u4e0a\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u6c38\u4e95\u7dda_A",
        "label": "\u6c38\u4e95\u7dda",
        "long": "\u6c38\u4e95\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u6ca2\u6e21\u7dda_A",
        "label": "\u6ca2\u6e21\u7dda",
        "long": "\u6ca2\u6e21\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u6e0b\u5ddd\u4f0a\u9999\u4fdd\u6e29\u6cc9\u7dda\uff08\u590f\u5b63\uff09_A",
        "label": "\u6e0b\u5ddd\u4f0a\u9999\u4fdd\u6e29\u6cc9\u7dda",
        "long": "\u6e0b\u5ddd\u4f0a\u9999\u4fdd\u6e29\u6cc9\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u6e0b\u5ddd\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u7dda_A",
        "label": "\u6e0b\u5ddd\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u7dda",
        "long": "\u6e0b\u5ddd\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u6e0b\u5ddd\u6e29\u6cc9\u308a\u3093\u3054\u56e3\u5730\u7dda_A",
        "label": "\u6e0b\u5ddd\u6e29\u6cc9\u308a\u3093\u3054\u56e3\u5730\u7dda",
        "long": "\u6e0b\u5ddd\u6e29\u6cc9\u308a\u3093\u3054\u56e3\u5730\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u6e6f\u4e2d\u5b50\u7dda_A",
        "label": "\u6e6f\u4e2d\u5b50\u7dda",
        "long": "\u6e6f\u4e2d\u5b50\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u6e6f\u5143\u6e29\u6cc9\u7dda_A",
        "label": "\u6e6f\u5143\u6e29\u6cc9\u7dda",
        "long": "\u6e6f\u5143\u6e29\u6cc9\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u733f\u30f6\u4eac\u7dda\uff08\u590f\u5b63\uff09_A",
        "label": "\u733f\u30f6\u4eac\u7dda",
        "long": "\u733f\u30f6\u4eac\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u795e\u7530\u539f\u30fb\u7956\u6bcd\u5cf6\u7dda_A",
        "label": "\u795e\u7530\u539f\u30fb\u7956\u6bcd\u5cf6\u7dda",
        "long": "\u795e\u7530\u539f\u30fb\u7956\u6bcd\u5cf6\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u8d64\u8c37\u5faa\u74b0\u7dda\uff08\u590f\u5b63\uff09_A",
        "label": "\u8d64\u8c37\u5faa\u74b0\u7dda",
        "long": "\u8d64\u8c37\u5faa\u74b0\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u8fe6\u8449\u5c71\u7dda_A",
        "label": "\u8fe6\u8449\u5c71\u7dda",
        "long": "\u8fe6\u8449\u5c71\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u938c\u7530\u7dda\uff08\u590f\u5b63\uff09_A",
        "label": "\u938c\u7530\u7dda",
        "long": "\u938c\u7530\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u9752\u8449\u53f0\u30fb\u308a\u3093\u3054\u56e3\u5730\u7dda_A",
        "label": "\u9752\u8449\u53f0\u30fb\u308a\u3093\u3054\u56e3\u5730\u7dda",
        "long": "\u9752\u8449\u53f0\u30fb\u308a\u3093\u3054\u56e3\u5730\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u9ad8\u5d0e\u6e0b\u5ddd\u7dda_A",
        "label": "\u9ad8\u5d0e\u6e0b\u5ddd\u7dda",
        "long": "\u9ad8\u5d0e\u6e0b\u5ddd\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      }
    ],
    "stop_count": 2213,
    "stop_points_capped": true
  },
  "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": "scorecard_wheelchair_boarding_unknown",
      "count": 2213,
      "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": 1,
      "severity": "WARNING",
      "what": "2213 of 2213 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": 2953,
      "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": 2,
      "severity": "WARNING",
      "what": "2953 of 2953 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": "non_ascii_or_non_printable_char",
      "count": 192215,
      "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,
      "rank": 3,
      "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."
    }
  ],
  "validator_version": "8.0.1"
}
