{
  "agency": {
    "country": "JP",
    "id": "hiroshima-kotsu",
    "name": "Hiroshima Kotsu (\u5e83\u5cf6\u4ea4\u901a)",
    "operating_note": "Hiroshima Kotsu's route network north of Hiroshima City. The archive also carries its affiliate Hirokou Kanko (\u5e83\u4ea4\u89b3\u5149), including the Ibara line.",
    "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": 13.8,
          "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": 2420,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 92.0,
        "headsign_scored_pct": 92.0,
        "mixed_case_stop_name_pct": 99.5,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1374,
        "translations": {
          "feed_lang": "ja",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 2420,
        "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": 1374,
          "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": "1374 of 1374 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": 2420,
          "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": "2420 of 2420 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": 194,
          "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": 1.2,
          "severity": "WARNING",
          "what": "194 of 2420 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."
        },
        {
          "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": 51.2,
      "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": 8,
        "instances_by_severity": {
          "ERROR": 3,
          "INFO": 78,
          "WARNING": 94734
        },
        "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": 90499,
          "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": 2528,
          "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": 1706,
          "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": "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": "platform_without_parent_station",
          "count": 65,
          "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": 1.0,
          "severity": "INFO",
          "what": "Platform without parent station (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "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": "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": 57.8,
      "status": "measured",
      "summary": "The MobilityData validator flagged 8 kinds of issue across 94815 instances (3 error, 94734 warning, 78 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 149,
        "effective_expiry_date": "2027-02-01",
        "feed_end_date": "2027-02-01",
        "feed_start_date": "2026-08-01",
        "feed_version": "20260801",
        "has_feed_info": true,
        "last_service_date": "2027-02-01",
        "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 149 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": 11
      },
      "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 149 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": "0a7a3770ae12ad0b8b380dc79d24562664bc84e8011a21cf0d642199eb8b2eeb",
    "size_bytes": 4384855,
    "source_provenance": "official",
    "static_url": "https://ajt-mobusta-gtfs.mcapps.jp/static/10/current_data.zip"
  },
  "fetch": {
    "final_url": "https://ajt-mobusta-gtfs.mcapps.jp/static/10/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.39932,
      34.36731,
      132.68527,
      34.69069
    ],
    "lat": 34.48541,
    "lon": 132.49255,
    "stop_count": 1374
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 86,
        "trip_count": 2420,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 86,
    "trip_count": 2420
  },
  "overall": {
    "grade": "C",
    "margin_to_lower_band": 3.0,
    "margin_to_next_band": 7.0,
    "score": 73.0
  },
  "recommendations": [
    {
      "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": 1373,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 2420
  },
  "route_map": {
    "drawn_route_count": 86,
    "has_shapes": true,
    "path": "data/artifacts/hiroshima-kotsu/geometry.geojson",
    "route_count": 86,
    "routes": [
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1065032397",
        "label": "72G",
        "long": "\u5357\u539f\u7dda",
        "short": "72G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1114500517",
        "label": "32H",
        "long": "\u53ef\u90e8\u30fb\u6df1\u5ddd\u7dda",
        "short": "32H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1170335453",
        "label": "71-6",
        "long": "\u5ddd\u5185\u7dda",
        "short": "71-6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1222503343",
        "label": "72K",
        "long": "\u5927\u6797\u7dda",
        "short": "72K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1247387644",
        "label": "72-7",
        "long": "\u6850\u967d\u53f0\u7dda",
        "short": "72-7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1252202389",
        "label": "32H",
        "long": "\u6df1\u5ddd\u7dda",
        "short": "32H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1390480161",
        "label": "72G",
        "long": "\u5927\u6797\u7dda",
        "short": "72G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1428165821",
        "label": "71-5",
        "long": "\u7d4c\u6e08\u5927\u5b66\u7dda",
        "short": "71-5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1439318914",
        "label": "33-4",
        "long": "\u6df1\u5ddd\u7dda",
        "short": "33-4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1471646934",
        "label": "71H",
        "long": "\u5c71\u672c\u7dda",
        "short": "71H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1548276257",
        "label": "74-1",
        "long": "\u4e0a\u539f\u7dda",
        "short": "74-1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1562499358",
        "label": "\u52dd\u6728\u7dda",
        "long": "\u52dd\u6728\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1637568899",
        "label": "\u53ef\u90e8\u5343\u4ee3\u7530\u7dda",
        "long": "\u53ef\u90e8\u5343\u4ee3\u7530\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1663926106",
        "label": "73-3",
        "long": "\u52dd\u6728\u7dda",
        "short": "73-3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1742253927",
        "label": "73-1",
        "long": "\u52dd\u6728\u7dda",
        "short": "73-1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "176712073",
        "label": "73G",
        "long": "\u5927\u7551\u7dda",
        "short": "73G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1797315958",
        "label": "74-2",
        "long": "\u5357\u539f\u7dda",
        "short": "74-2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1839392144",
        "label": "73G",
        "long": "\u52dd\u6728\u7dda",
        "short": "73G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1843881801",
        "label": "71H",
        "long": "\u5e73\u539f\u7dda",
        "short": "71H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1848839965",
        "label": "73-5",
        "long": "\u52dd\u6728\u7dda",
        "short": "73-5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1865073557",
        "label": "72-1",
        "long": "\u5357\u539f\u7dda",
        "short": "72-1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1866891795",
        "label": "30-7",
        "long": "\u53ef\u90e8\u30fb\u6df1\u5ddd\u7dda",
        "short": "30-7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1884837000",
        "label": "\u5927\u753a\u7dda",
        "long": "\u5927\u753a\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1915245434",
        "label": "70G",
        "long": "\u6bd8\u6c99\u9580\u53f0\u7dda",
        "short": "70G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1927205364",
        "label": "\u53ef\u90e8\u5faa\u74b0\u7dda",
        "long": "\u53ef\u90e8\u5faa\u74b0\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1955103154",
        "label": "30-4",
        "long": "\u6df1\u5ddd\u7dda\uff08\u6df1\u591c\uff09",
        "short": "30-4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2006844702",
        "label": "73K",
        "long": "\u52dd\u6728\u7dda",
        "short": "73K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2049348568",
        "label": "33G",
        "long": "\u6df1\u5ddd\u7dda",
        "short": "33G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2231677982",
        "label": "73-6",
        "long": "\u52dd\u6728\u7dda",
        "short": "73-6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2318177041",
        "label": "\u307e\u3061\u306e\u308f\u30eb\u30fc\u30d7\uff08\u5de6\u56de\u308a\uff09",
        "long": "\u307e\u3061\u306e\u308f\u30eb\u30fc\u30d7\uff08\u5de6\u56de\u308a\uff09",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2340586350",
        "label": "32-7",
        "long": "\u53ef\u90e8\u30fb\u6df1\u5ddd\u7dda",
        "short": "32-7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2364478564",
        "label": "73-2",
        "long": "\u52dd\u6728\u7dda",
        "short": "73-2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2464014423",
        "label": "\u6867\u5c71\u7dda",
        "long": "\u6867\u5c71\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2479084925",
        "label": "\u7dd1\u4e95\u30fb\u9ad8\u967d\u30fb\u5317\u90e8\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u7dda",
        "long": "\u7dd1\u4e95\u30fb\u9ad8\u967d\u30fb\u5317\u90e8\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2506637465",
        "label": "\u9ad8\u967d\u30fb\u6bd8\u6c99\u9580\u53f0\u7dda",
        "long": "\u9ad8\u967d\u30fb\u6bd8\u6c99\u9580\u53f0\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2625998033",
        "label": "\u6850\u539f\u7dda",
        "long": "\u6850\u539f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2628369949",
        "label": "73H",
        "long": "\u52dd\u6728\u7dda",
        "short": "73H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "264533936",
        "label": "\u6850\u539f\u4e0a\u539f\u7dda",
        "long": "\u6850\u539f\u4e0a\u539f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2750042284",
        "label": "72H",
        "long": "\u5927\u6797\u7dda",
        "short": "72H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2760591082",
        "label": "\u5b87\u6d25\u53ef\u90e8\u7dda",
        "long": "\u5b87\u6d25\u53ef\u90e8\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "280267015",
        "label": "73K",
        "long": "\u5927\u7551\u7dda",
        "short": "73K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "296584276",
        "label": "74K",
        "long": "\u4e0a\u539f\u7dda",
        "short": "74K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3043187940",
        "label": "\u6850\u967d\u53f0\u7dda",
        "long": "\u6850\u967d\u53f0\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3072143035",
        "label": "\u53ef\u90e8\u30fb\u6df1\u5ddd\u7dda",
        "long": "\u53ef\u90e8\u30fb\u6df1\u5ddd\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3126776980",
        "label": "\u6bd8\u6c99\u9580\u53f0\u7dda",
        "long": "\u6bd8\u6c99\u9580\u53f0\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3169915574",
        "label": "\u5f18\u5104\u7dda",
        "long": "\u5f18\u5104\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3175988806",
        "label": "72-7",
        "long": "\u6850\u967d\u53f0\u7dda\uff08\u6df1\u591c\uff09",
        "short": "72-7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3209780507",
        "label": "70K",
        "long": "\u6850\u967d\u53f0\u7dda",
        "short": "70K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3230173707",
        "label": "30-3",
        "long": "\u6df1\u5ddd\u7dda",
        "short": "30-3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3248137869",
        "label": "\u4e95\u539f\u7dda",
        "long": "\u4e95\u539f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3297058893",
        "label": "72G",
        "long": "\u6850\u967d\u53f0\u7dda",
        "short": "72G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3357349280",
        "label": "32-8",
        "long": "\u53ef\u90e8\u30fb\u6df1\u5ddd\u7dda",
        "short": "32-8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3399147472",
        "label": "32-6",
        "long": "\u6df1\u5ddd\u7dda",
        "short": "32-6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3409710567",
        "label": "30G",
        "long": "\u53ef\u90e8\u30fb\u6df1\u5ddd\u7dda",
        "short": "30G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3453118499",
        "label": "71H",
        "long": "\u7d4c\u6e08\u5927\u5b66\u7dda",
        "short": "71H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3455201280",
        "label": "74K",
        "long": "\u5357\u539f\u7dda",
        "short": "74K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3461566996",
        "label": "\u5c71\u672c\u7dda",
        "long": "\u5c71\u672c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3463903619",
        "label": "\u5357\u539f\u7dda",
        "long": "\u5357\u539f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3574235314",
        "label": "70K",
        "long": "\u6bd8\u6c99\u9580\u53f0\u7dda",
        "short": "70K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3606006069",
        "label": "\u4e03\u8ed2\u8336\u5c4b\u7dda\uff08\u6df1\u591c\uff09",
        "long": "\u4e03\u8ed2\u8336\u5c4b\u7dda\uff08\u6df1\u591c\uff09",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3620655246",
        "label": "74G",
        "long": "\u5357\u539f\u7dda",
        "short": "74G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3639966203",
        "label": "70-1",
        "long": "\u6bd8\u6c99\u9580\u53f0\u7dda",
        "short": "70-1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3640816612",
        "label": "\u307e\u3061\u306e\u308f\u30eb\u30fc\u30d7\uff08\u53f3\u56de\u308a\uff09",
        "long": "\u307e\u3061\u306e\u308f\u30eb\u30fc\u30d7\uff08\u53f3\u56de\u308a\uff09",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3659670003",
        "label": "\u4eca\u5409\u7530\u7dda",
        "long": "\u4eca\u5409\u7530\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3695385859",
        "label": "73-3",
        "long": "\u52dd\u6728\u7dda\uff08\u6df1\u591c\uff09",
        "short": "73-3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3757219496",
        "label": "71-4",
        "long": "\u5c71\u672c\u7dda\uff08\u6df1\u591c\uff09",
        "short": "71-4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3821336025",
        "label": "30G",
        "long": "\u6df1\u5ddd\u7dda",
        "short": "30G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3824547192",
        "label": "72H",
        "long": "\u6850\u967d\u53f0\u7dda",
        "short": "72H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3873171514",
        "label": "73-4",
        "long": "\u5927\u7551\u7dda",
        "short": "73-4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3896232832",
        "label": "71H",
        "long": "\u5ddd\u5185\u7dda",
        "short": "71H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3917965690",
        "label": "72-2",
        "long": "\u5927\u6797\u7dda",
        "short": "72-2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4047359241",
        "label": "70-2",
        "long": "\u6bd8\u6c99\u9580\u53f0\u7dda",
        "short": "70-2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4087742961",
        "label": "71-2",
        "long": "\u5c71\u672c\u7dda",
        "short": "71-2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4193785175",
        "label": "30K",
        "long": "\u6df1\u5ddd\u7dda",
        "short": "30K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4272290227",
        "label": "72-8",
        "long": "\u5927\u6797\u7dda",
        "short": "72-8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4273500598",
        "label": "71-4",
        "long": "\u5c71\u672c\u7dda",
        "short": "71-4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "492215886",
        "label": "30",
        "long": "\u6df1\u5ddd\u7dda",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "565011667",
        "label": "32-5",
        "long": "\u6df1\u5ddd\u7dda",
        "short": "32-5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "575967602",
        "label": "30-4",
        "long": "\u6df1\u5ddd\u7dda",
        "short": "30-4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "583094637",
        "label": "71-1",
        "long": "\u5e73\u539f\u7dda",
        "short": "71-1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "621576590",
        "label": "70-6",
        "long": "\u6bd8\u6c99\u9580\u53f0\u7dda",
        "short": "70-6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "648102223",
        "label": "30-6",
        "long": "\u6df1\u5ddd\u7dda",
        "short": "30-6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "675726505",
        "label": "32-1",
        "long": "\u6df1\u5ddd\u7dda",
        "short": "32-1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "737484160",
        "label": "30K",
        "long": "\u53ef\u90e8\u30fb\u6df1\u5ddd\u7dda",
        "short": "30K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "749933716",
        "label": "32-3",
        "long": "\u6df1\u5ddd\u7dda",
        "short": "32-3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "752424157",
        "label": "30-8",
        "long": "\u53ef\u90e8\u30fb\u6df1\u5ddd\u7dda",
        "short": "30-8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1374,
    "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": 1374,
      "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": "1374 of 1374 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": 2420,
      "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": "2420 of 2420 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"
}
