{
  "agency": {
    "country": "JP",
    "id": "nippon-chuo-bus-maebashi",
    "name": "Nippon Chuo Bus Maebashi Area (\u65e5\u672c\u4e2d\u592e\u30d0\u30b9 \u524d\u6a4b\u30a8\u30ea\u30a2)",
    "operating_note": "Nippon Chuo Bus's Maebashi-area services. The operator publishes by area, and this is the area archive available on the portal.",
    "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": 800,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 99.1,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 580,
        "translations": {
          "feed_lang": "ja",
          "has_translations": true,
          "languages": [
            "en",
            "en-us",
            "id",
            "ja",
            "ja-hrkt",
            "ko",
            "ko-kr",
            "th",
            "vi",
            "zh-hans",
            "zh-hans-cn",
            "zh-hant",
            "zh-hant-hk"
          ],
          "translated_tables": [
            "routes",
            "stop_times",
            "stops"
          ],
          "translation_count": 2969
        },
        "trips": 800,
        "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": 580,
          "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": "580 of 580 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": 800,
          "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": "800 of 800 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_station_no_pathways",
          "count": 1,
          "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
          "fix": "Add pathways.txt to link entrances, platforms, and elevators. Give each one a level.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "This feed models stations or entrances but has no pathways.txt.",
          "why": "Trip planners can't guide riders through the station, and there is no step-free route information for wheelchair users."
        }
      ],
      "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": 6,
          "WARNING": 73066
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "non_ascii_or_non_printable_char",
          "count": 72552,
          "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": 512,
          "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": "duplicate_route_name",
          "count": 2,
          "effort": "One field per route.",
          "fix": "Give each route a distinct short or long name.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Two or more routes share the same name.",
          "why": "Riders can't tell the routes apart in apps."
        },
        {
          "code": "platform_without_parent_station",
          "count": 6,
          "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 73072 instances (0 error, 73066 warning, 6 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 207,
        "effective_expiry_date": "2027-03-31",
        "feed_end_date": "2027-03-31",
        "feed_start_date": "2026-04-01",
        "feed_version": "20260401_2026\u5e7404\u670801\u65e5\uff08260401\u5e02\u5185\u57ce\u5357\u505c\u540d\u5909\u66f4260401\u9ad8\u901f\u904b\u8cc3\u6539\u5b9a260401\u5965\u591a\u91ce\u6539\u6b63\uff09 \u305d\u306e\u7b4b\u5c4b 2.500\u6539\u3000\u3010\u65e5\u672c\u30d0\u30b9\u60c5\u5831\u5354\u4f1a\u306e\u95a2\u4fc2\u8005\u30fb\u652f\u6301\u8005\u306f\u5229\u7528\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-03-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 207 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 207 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 Nippon Chuo Bus through the Public Transportation Open Data Center (ODPT). Credit Nippon Chuo Bus and ODPT.",
    "reachable": true,
    "sha256": "0454e6f0c591f5979811d9f9aa9fd630d0df86b95c5be06933ea09824404bac9",
    "size_bytes": 1159548,
    "source_provenance": "official",
    "static_url": "https://api-public.odpt.org/api/v4/files/odpt/NipponChuoBus/Maebashi_Area.zip?date=current"
  },
  "fetch": {
    "final_url": "https://dataodpt.blob.core.windows.net/files-open/odpt/NipponChuoBus/Maebashi_Area-20260401.zip?st=2026-09-05T17%3A02%3A47Z&se=2026-09-05T17%3A04%3A47Z&sp=r&sv=2018-03-28&sr=b&sig=dHOHTHJNk5pmyT7tVoDNuujL7fIruNO3c5YvUNso60c%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": [
      135.43274,
      34.66656,
      140.88432,
      38.25945
    ],
    "lat": 36.38369,
    "lon": 139.06017,
    "stop_count": 580
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 30,
        "trip_count": 800,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 30,
    "trip_count": 800
  },
  "overall": {
    "grade": "C",
    "margin_to_lower_band": 8.4,
    "margin_to_next_band": 1.6,
    "score": 78.4
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 5,
      "effort": "A per-route color setting in your scheduling software.",
      "fix": "Adjust route_color or route_text_color so each pair clears 4.5:1. Often switching the text between black and white is enough.",
      "owner": "Likely your export tool",
      "points": 0.0,
      "severity": "WARNING",
      "what": "5 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (42B \u5e83\u702c\u7dda, 42A \u5e83\u702c\u7dda, 51 \u9752\u67f3\u5bcc\u58eb\u898b\u7dda, 59A \u30b7\u30e3\u30c8\u30eb\u30d0\u30b9, 59B \u30b7\u30e3\u30c8\u30eb\u30d0\u30b9).",
      "why": "Riders with low vision struggle to read a low-contrast route badge. It also washes out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_station_missing_step_free_data",
      "count": 2,
      "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
      "fix": "Add pathways.txt connecting entrances, platforms, and elevators, and levels.txt for each floor, so the step-free route is described.",
      "owner": "",
      "points": 0.0,
      "severity": "WARNING",
      "what": "This feed models stations or entrances but has no pathways.txt and levels.txt.",
      "why": "Without pathways and levels, a wheelchair user can't tell if a step-free route exists inside the station. Trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 577,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 800
  },
  "route_map": {
    "drawn_route_count": 30,
    "has_shapes": true,
    "path": "data/artifacts/nippon-chuo-bus-maebashi/geometry.geojson",
    "route_count": 30,
    "routes": [
      {
        "color": "FF4400",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u30b7\u30e3\u30c8\u30eb\u30d0\u30b9_A",
        "label": "59A \u30b7\u30e3\u30c8\u30eb\u30d0\u30b9",
        "long": "59A \u30b7\u30e3\u30c8\u30eb\u30d0\u30b9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF4400",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u30b7\u30e3\u30c8\u30eb\u30d0\u30b9_B",
        "label": "59B \u30b7\u30e3\u30c8\u30eb\u30d0\u30b9",
        "long": "59B \u30b7\u30e3\u30c8\u30eb\u30d0\u30b9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "\u30b7\u30eb\u30af\u30e9\u30a4\u30ca\u30fc_A",
        "label": "\u9ad8\u901f\u30d0\u30b9 \u30b7\u30eb\u30af\u30e9\u30a4\u30ca\u30fc",
        "long": "\u9ad8\u901f\u30d0\u30b9 \u30b7\u30eb\u30af\u30e9\u30a4\u30ca\u30fc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "\u30b7\u30eb\u30af\u30e9\u30a4\u30ca\u30fc_B",
        "label": "\u9ad8\u901f\u30d0\u30b9 \u30b7\u30eb\u30af\u30e9\u30a4\u30ca\u30fc",
        "long": "\u9ad8\u901f\u30d0\u30b9 \u30b7\u30eb\u30af\u30e9\u30a4\u30ca\u30fc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "\u4f0a\u52e2\u5d0e\u30fb\u6850\u751f\u30fb\u592a\u7530\u30fb\u9928\u6797\uff5e\u7fbd\u7530\u7a7a\u6e2f\u7dda_A",
        "label": "\u9ad8\u901f\u30d0\u30b9 \u6850\u751f\u30fb\u592a\u7530\u30fb\u9928\u6797\uff5e\u7fbd\u7530\u7a7a\u6e2f\u7dda",
        "long": "\u9ad8\u901f\u30d0\u30b9 \u6850\u751f\u30fb\u592a\u7530\u30fb\u9928\u6797\uff5e\u7fbd\u7530\u7a7a\u6e2f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "\u524d\u6a4b\u30fb\u9ad8\u5d0e\u30fb\u85e4\u5ca1\uff5e\u6c60\u888b\u30fb\u65b0\u5bbf\u30fb\u79cb\u8449\u539f\u7dda_F",
        "label": "\u9ad8\u901f\u30d0\u30b9 \u524d\u6a4b\u30fb\u9ad8\u5d0e\uff5e\u6c60\u888b\u30fb\u65b0\u5bbf\u7dda",
        "long": "\u9ad8\u901f\u30d0\u30b9 \u524d\u6a4b\u30fb\u9ad8\u5d0e\uff5e\u6c60\u888b\u30fb\u65b0\u5bbf\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "\u524d\u6a4b\u30fb\u9ad8\u5d0e\u30fb\u85e4\u5ca1\uff5e\u6c60\u888b\u30fb\u65b0\u5bbf\u30fb\u79cb\u8449\u539f\u7dda_J",
        "label": "\u9ad8\u901f\u30d0\u30b9 \u524d\u6a4b\u30fb\u9ad8\u5d0e\uff5e\u6c60\u888b\u30fb\u65b0\u5bbf\u30fb\u6771\u4eac\u99c5\u7dda",
        "long": "\u9ad8\u901f\u30d0\u30b9 \u524d\u6a4b\u30fb\u9ad8\u5d0e\uff5e\u6c60\u888b\u30fb\u65b0\u5bbf\u30fb\u6771\u4eac\u99c5\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "\u524d\u6a4b\u30fb\u9ad8\u5d0e\u30fb\u85e4\u5ca1\uff5e\u6c60\u888b\u30fb\u65b0\u5bbf\u30fb\u79cb\u8449\u539f\u7dda_K",
        "label": "\u9ad8\u901f\u30d0\u30b9 \u524d\u6a4b\u30fb\u9ad8\u5d0e\uff5e\u6771\u4eac\u99c5\u7dda",
        "long": "\u9ad8\u901f\u30d0\u30b9 \u524d\u6a4b\u30fb\u9ad8\u5d0e\uff5e\u6771\u4eac\u99c5\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "\u524d\u6a4b\u30fb\u9ad8\u5d0e\u30fb\u85e4\u5ca1\uff5e\u7fbd\u7530\u7a7a\u6e2f\u7dda_A",
        "label": "\u9ad8\u901f\u30d0\u30b9 \u524d\u6a4b\u30fb\u9ad8\u5d0e\uff5e\u7fbd\u7530\u7a7a\u6e2f\u7dda",
        "long": "\u9ad8\u901f\u30d0\u30b9 \u524d\u6a4b\u30fb\u9ad8\u5d0e\uff5e\u7fbd\u7530\u7a7a\u6e2f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "\u524d\u6a4b\u5409\u5ca1\u7dda_B",
        "label": "19B \u524d\u6a4b\u5409\u5ca1\u7dda",
        "long": "19B \u524d\u6a4b\u5409\u5ca1\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "\u524d\u6a4b\u5409\u5ca1\u7dda_C",
        "label": "19C \u524d\u6a4b\u5409\u5ca1\u7dda",
        "long": "19C \u524d\u6a4b\u5409\u5ca1\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "\u524d\u6a4b\u5409\u5ca1\u7dda_E",
        "label": "19E \u524d\u6a4b\u5409\u5ca1\u7dda",
        "long": "19E \u524d\u6a4b\u5409\u5ca1\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000099",
        "color_name": "blue",
        "has_shape": true,
        "id": "\u524d\u6a4b\u699b\u6771\u7dda_A",
        "label": "18A \u524d\u6a4b\u699b\u6771\u7dda",
        "long": "18A \u524d\u6a4b\u699b\u6771\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000099",
        "color_name": "blue",
        "has_shape": true,
        "id": "\u524d\u6a4b\u699b\u6771\u7dda_B",
        "label": "18B \u524d\u6a4b\u699b\u6771\u7dda",
        "long": "18B \u524d\u6a4b\u699b\u6771\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000099",
        "color_name": "blue",
        "has_shape": true,
        "id": "\u524d\u6a4b\u699b\u6771\u7dda_C",
        "label": "18C \u524d\u6a4b\u699b\u6771\u7dda",
        "long": "18C \u524d\u6a4b\u699b\u6771\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000099",
        "color_name": "blue",
        "has_shape": true,
        "id": "\u524d\u6a4b\u699b\u6771\u7dda_E",
        "label": "18E \u524d\u6a4b\u699b\u6771\u7dda",
        "long": "18E \u524d\u6a4b\u699b\u6771\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000099",
        "color_name": "blue",
        "has_shape": true,
        "id": "\u524d\u6a4b\u699b\u6771\u7dda_F",
        "label": "18F \u524d\u6a4b\u699b\u6771\u7dda",
        "long": "18F \u524d\u6a4b\u699b\u6771\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000099",
        "color_name": "blue",
        "has_shape": true,
        "id": "\u524d\u6a4b\u699b\u6771\u7dda_G",
        "label": "18G \u524d\u6a4b\u699b\u6771\u7dda",
        "long": "18G \u524d\u6a4b\u699b\u6771\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008100",
        "color_name": "green",
        "has_shape": true,
        "id": "\u57ce\u5357\u904b\u52d5\u516c\u5712\u7dda_A",
        "label": "41A \u57ce\u5357\u904b\u52d5\u516c\u5712\u7dda",
        "long": "41A \u57ce\u5357\u904b\u52d5\u516c\u5712\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008100",
        "color_name": "green",
        "has_shape": true,
        "id": "\u57ce\u5357\u904b\u52d5\u516c\u5712\u7dda_B",
        "label": "41B \u57ce\u5357\u904b\u52d5\u516c\u5712\u7dda",
        "long": "41B \u57ce\u5357\u904b\u52d5\u516c\u5712\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008100",
        "color_name": "green",
        "has_shape": true,
        "id": "\u57ce\u5357\u904b\u52d5\u516c\u5712\u7dda_C",
        "label": "57 \u77f3\u95a2\u753a\u524d\u6a4b\u99c5\u7dda",
        "long": "57 \u77f3\u95a2\u753a\u524d\u6a4b\u99c5\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u5965\u591a\u91ce\u7dda_A",
        "label": "\u5965\u591a\u91ce\u7dda",
        "long": "\u5965\u591a\u91ce\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u5965\u591a\u91ce\u7dda_C",
        "label": "\u5965\u591a\u91ce\u7dda",
        "long": "\u5965\u591a\u91ce\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF80FF",
        "color_name": "white",
        "has_shape": true,
        "id": "\u5ddd\u66f2\u7dda_A",
        "label": "43A \u5ddd\u66f2\u7dda",
        "long": "43A \u5ddd\u66f2\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF80FF",
        "color_name": "white",
        "has_shape": true,
        "id": "\u5ddd\u66f2\u7dda_B",
        "label": "43B \u5ddd\u66f2\u7dda",
        "long": "43B \u5ddd\u66f2\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF6666",
        "color_name": "pink",
        "has_shape": true,
        "id": "\u5e83\u702c\u7dda_A",
        "label": "42A \u5e83\u702c\u7dda",
        "long": "42A \u5e83\u702c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF6666",
        "color_name": "pink",
        "has_shape": true,
        "id": "\u5e83\u702c\u7dda_B",
        "label": "42B \u5e83\u702c\u7dda",
        "long": "42B \u5e83\u702c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "\u6771\u4eac\u30fb\u3055\u3044\u305f\u307e\u30fb\u7fa4\u99ac\uff5e\u5bcc\u5c71\u30fb\u91d1\u6ca2\u7dda_A",
        "label": "\u9ad8\u901f\u30d0\u30b9 \u6771\u4eac\u30fb\u3055\u3044\u305f\u307e\u30fb\u7fa4\u99ac\uff5e\u5bcc\u5c71\u30fb\u91d1\u6ca2\u7dda",
        "long": "\u9ad8\u901f\u30d0\u30b9 \u6771\u4eac\u30fb\u3055\u3044\u305f\u307e\u30fb\u7fa4\u99ac\uff5e\u5bcc\u5c71\u30fb\u91d1\u6ca2\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "\u7fa4\u99ac\uff5e\u4ed9\u53f0\u7dda_A",
        "label": "\u9ad8\u901f\u30d0\u30b9 \u7fa4\u99ac\uff5e\u4ed9\u53f0\u7dda",
        "long": "\u9ad8\u901f\u30d0\u30b9 \u7fa4\u99ac\uff5e\u4ed9\u53f0\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u9752\u67f3\u5bcc\u58eb\u898b\u7dda_A",
        "label": "51 \u9752\u67f3\u5bcc\u58eb\u898b\u7dda",
        "long": "51 \u9752\u67f3\u5bcc\u58eb\u898b\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 580,
    "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": "scorecard_wheelchair_boarding_unknown",
      "count": 580,
      "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": "580 of 580 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": 800,
      "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": "800 of 800 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": 72552,
      "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"
}
