{
  "agency": {
    "country": "GB",
    "id": "cardiff-bus",
    "name": "Cardiff Bus (Bws Caerdydd)",
    "subdivision_code": "GB-CRF",
    "subdivision_name": "Cardiff [Caerdydd GB-CRD]"
  },
  "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": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 99.9,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1667,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 4959,
        "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": 1667,
          "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": "1667 of 1667 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": 4959,
          "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": "4959 of 4959 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_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "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": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        }
      ],
      "name": "completeness",
      "score": 37.5,
      "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 not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 5,
        "instances_by_severity": {
          "ERROR": 63,
          "INFO": 0,
          "WARNING": 67
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "block_trips_with_overlapping_stop_times",
          "count": 63,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'block_trips_with_overlapping_stop_times' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Block trips with overlapping stop times (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "service_has_no_active_day_of_the_week",
          "count": 59,
          "effort": "A few minutes in your scheduling software.",
          "fix": "Delete the empty calendars or set their service days.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some service calendars have no days of the week switched on.",
          "why": "Trips tied to these calendars never run; they are dead data that can mask real schedule problems."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 6,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the bus route through the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "missing_recommended_file",
          "count": 1,
          "effort": "One small file, set once in export settings.",
          "fix": "Add feed_info.txt with publisher name, URL, language, and feed_start_date/feed_end_date.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "A file GTFS asks for (usually feed_info.txt) is missing.",
          "why": "feed_info.txt tells apps who publishes the feed and when it expires; without it nobody is warned before data goes stale."
        },
        {
          "code": "trip_coverage_not_active_for_next7_days",
          "count": 1,
          "effort": "One setting in most export tools.",
          "fix": "Trim past service periods the next time you export.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Many of the feed's trips don't run at all in the next 7 days.",
          "why": "It usually means old service periods are still in the export, making the feed bigger and harder to check."
        }
      ],
      "name": "correctness",
      "score": 54.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 5 kinds of issue across 130 instances (63 error, 67 warning, 0 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 0,
        "effective_expiry_date": "2026-07-18",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2026-07-18",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_feed_expired",
          "count": 1,
          "effort": "Usually one export setting; export on a schedule so it never lapses again.",
          "fix": "Re-export the feed with a calendar that reaches further out, and set feed_info feed_end_date past your next service change.",
          "owner": "Likely your export tool",
          "points": 100.0,
          "severity": "ERROR",
          "what": "Service data ended 0 day(s) ago.",
          "why": "When the calendar runs out, trip planners stop showing this agency even though the buses are still running. Riders are told the service does not exist."
        },
        {
          "code": "scorecard_missing_feed_info_dates",
          "count": 1,
          "effort": "Two fields, set once in export settings.",
          "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
          "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
        }
      ],
      "name": "freshness",
      "score": 0.0,
      "status": "measured",
      "summary": "Service data ended 0 day(s) ago. Trip planners have likely already dropped this feed.",
      "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 agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "1 validator error to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data expired 0 days ago.",
        "key": "current",
        "met": false
      },
      {
        "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": "This feed is close to the conformance mark. 1 validator error to resolve. Service data expired 0 days ago. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Open Government Licence v3.0 through the operator's Passenger open data feed; credit Cardiff Bus as the source and do not imply endorsement.",
    "reachable": true,
    "sha256": "f682d183ae114b36f6502c6cf6a13f0bbf6cd20ddc6c430a6c85bfc1f50269e6",
    "size_bytes": 4556927,
    "static_url": "https://data.discoverpassenger.com/operator/ccts/dataset/current/download/gtfs"
  },
  "fetch": {
    "final_url": "https://s3-eu-west-1.amazonaws.com/passenger-sources/ccts/gtfs/ccts_1784113245.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-07-18T00:00:00+00:00",
  "geo": {
    "bbox": [
      -3.33053,
      51.39201,
      -2.99161,
      51.58796
    ],
    "lat": 51.49087,
    "lon": -3.18944,
    "stop_count": 1667
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 63,
        "trip_count": 4959,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 63,
    "trip_count": 4959
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 35.3,
    "margin_to_next_band": 24.7,
    "score": 35.3
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 23,
      "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": "23 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (1, 2, 8, 9, 13, and more).",
      "why": "Low-contrast route badges are hard to read for riders with low vision and wash out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 144,
      "effort": "A short text field per affected stop; start with the busiest.",
      "fix": "Add tts_stop_name with the spoken form, e.g. 'Main Street and Second Avenue', for the affected stops.",
      "owner": "",
      "points": 0.0,
      "severity": "INFO",
      "what": "144 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Arnold Ave\", \"Arnold Ave\", \"Ball Road/Ball Lane\", and more).",
      "why": "Riders who use a screen reader hear the raw name, so 'Main St & 2nd Ave' can come out as 'Main saint' or drop the ampersand."
    }
  ],
  "routability": {
    "boardable_stops": 1667,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 4959
  },
  "route_map": {
    "drawn_route_count": 63,
    "has_shapes": true,
    "path": "data/artifacts/cardiff-bus/geometry.geojson",
    "route_count": 63,
    "routes": [
      {
        "color": "A3A3A5",
        "color_name": "gray",
        "has_shape": true,
        "id": "CB:1",
        "label": "1",
        "long": "",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "CB:101",
        "label": "101",
        "long": "",
        "short": "101",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "CB:102",
        "label": "102",
        "long": "",
        "short": "102",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "CB:11",
        "label": "11",
        "long": "",
        "short": "11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFB400",
        "color_name": "yellow",
        "has_shape": true,
        "id": "CB:13",
        "label": "13",
        "long": "",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "CB:136",
        "label": "136",
        "long": "",
        "short": "136",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "CB:14",
        "label": "14",
        "long": "",
        "short": "14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FE000B",
        "color_name": "red",
        "has_shape": true,
        "id": "CB:17",
        "label": "17",
        "long": "",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FE000B",
        "color_name": "red",
        "has_shape": true,
        "id": "CB:18",
        "label": "18",
        "long": "",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "CB:1A",
        "label": "1A",
        "long": "",
        "short": "1A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A3A3A5",
        "color_name": "gray",
        "has_shape": true,
        "id": "CB:2",
        "label": "2",
        "long": "",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B256",
        "color_name": "green",
        "has_shape": true,
        "id": "CB:21",
        "label": "21",
        "long": "",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "18AB5C",
        "color_name": "green",
        "has_shape": true,
        "id": "CB:23",
        "label": "23",
        "long": "",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "136930",
        "color_name": "green",
        "has_shape": true,
        "id": "CB:24",
        "label": "24",
        "long": "",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "136930",
        "color_name": "green",
        "has_shape": true,
        "id": "CB:25",
        "label": "25",
        "long": "",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "CB:25A",
        "label": "25A",
        "long": "",
        "short": "25A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AAD600",
        "color_name": "yellow",
        "has_shape": true,
        "id": "CB:27",
        "label": "27",
        "long": "",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007567",
        "color_name": "green",
        "has_shape": true,
        "id": "CB:28",
        "label": "28",
        "long": "",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "CB:29",
        "label": "29",
        "long": "",
        "short": "29",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "CB:2A",
        "label": "2A",
        "long": "",
        "short": "2A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "5A0E84",
        "color_name": "purple",
        "has_shape": true,
        "id": "CB:30",
        "label": "30",
        "long": "",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "CB:305",
        "label": "305",
        "long": "",
        "short": "305",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "CB:32",
        "label": "32",
        "long": "",
        "short": "32",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "806DB0",
        "color_name": "purple",
        "has_shape": true,
        "id": "CB:35",
        "label": "35",
        "long": "",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "454448",
        "color_name": "green",
        "has_shape": true,
        "id": "CB:4",
        "label": "4",
        "long": "",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "464647",
        "color_name": "green",
        "has_shape": true,
        "id": "CB:44",
        "label": "44",
        "long": "",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "464647",
        "color_name": "green",
        "has_shape": true,
        "id": "CB:45",
        "label": "45",
        "long": "",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A96036",
        "color_name": "brown",
        "has_shape": true,
        "id": "CB:49",
        "label": "49",
        "long": "",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A96036",
        "color_name": "brown",
        "has_shape": true,
        "id": "CB:50",
        "label": "50",
        "long": "",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A2128F",
        "color_name": "purple",
        "has_shape": true,
        "id": "CB:52",
        "label": "52",
        "long": "",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A2128F",
        "color_name": "purple",
        "has_shape": true,
        "id": "CB:54",
        "label": "54",
        "long": "",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2398D9",
        "color_name": "teal",
        "has_shape": true,
        "id": "CB:57",
        "label": "57",
        "long": "",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2398D9",
        "color_name": "teal",
        "has_shape": true,
        "id": "CB:58",
        "label": "58",
        "long": "",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "084290",
        "color_name": "teal",
        "has_shape": true,
        "id": "CB:6",
        "label": "6",
        "long": "",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "767676",
        "color_name": "gray",
        "has_shape": true,
        "id": "CB:604",
        "label": "604",
        "long": "",
        "short": "604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "767676",
        "color_name": "gray",
        "has_shape": true,
        "id": "CB:606",
        "label": "606",
        "long": "",
        "short": "606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "767676",
        "color_name": "gray",
        "has_shape": true,
        "id": "CB:608",
        "label": "608",
        "long": "",
        "short": "608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "767676",
        "color_name": "gray",
        "has_shape": true,
        "id": "CB:609",
        "label": "609",
        "long": "",
        "short": "609",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FE000B",
        "color_name": "red",
        "has_shape": true,
        "id": "CB:61",
        "label": "61",
        "long": "",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "767676",
        "color_name": "gray",
        "has_shape": true,
        "id": "CB:610",
        "label": "610",
        "long": "",
        "short": "610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "767676",
        "color_name": "gray",
        "has_shape": true,
        "id": "CB:611",
        "label": "611",
        "long": "",
        "short": "611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "CB:619",
        "label": "619",
        "long": "",
        "short": "619",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "CB:62",
        "label": "62",
        "long": "",
        "short": "62",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4C2408",
        "color_name": "black",
        "has_shape": true,
        "id": "CB:63",
        "label": "63",
        "long": "",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "829F97",
        "color_name": "gray",
        "has_shape": true,
        "id": "CB:64",
        "label": "64",
        "long": "",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "CB:7",
        "label": "7",
        "long": "",
        "short": "7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4BA99F",
        "color_name": "teal",
        "has_shape": true,
        "id": "CB:8",
        "label": "8",
        "long": "",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "CB:86",
        "label": "86",
        "long": "",
        "short": "86",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D69F52",
        "color_name": "yellow",
        "has_shape": true,
        "id": "CB:9",
        "label": "9",
        "long": "",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "CB:91",
        "label": "91",
        "long": "",
        "short": "91",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF4B71",
        "color_name": "pink",
        "has_shape": true,
        "id": "CB:92",
        "label": "92",
        "long": "",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF4B71",
        "color_name": "pink",
        "has_shape": true,
        "id": "CB:92B",
        "label": "92B",
        "long": "",
        "short": "92B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF4B71",
        "color_name": "pink",
        "has_shape": true,
        "id": "CB:93",
        "label": "93",
        "long": "",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF4B71",
        "color_name": "pink",
        "has_shape": true,
        "id": "CB:93S",
        "label": "93S",
        "long": "",
        "short": "93S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF4B71",
        "color_name": "pink",
        "has_shape": true,
        "id": "CB:94",
        "label": "94",
        "long": "",
        "short": "94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9E1F3A",
        "color_name": "red",
        "has_shape": true,
        "id": "CB:95",
        "label": "95",
        "long": "",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5A8486",
        "color_name": "gray",
        "has_shape": true,
        "id": "CB:96",
        "label": "96",
        "long": "",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "CB:B1",
        "label": "B1",
        "long": "",
        "short": "B1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "CB:B2",
        "label": "B2",
        "long": "",
        "short": "B2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "009EDD",
        "color_name": "teal",
        "has_shape": true,
        "id": "CB:H59",
        "label": "H59",
        "long": "",
        "short": "H59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A6A6A7",
        "color_name": "gray",
        "has_shape": true,
        "id": "CB:M1",
        "label": "M1",
        "long": "",
        "short": "M1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "CB:Sky",
        "label": "Sky",
        "long": "",
        "short": "Sky",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "NB:30",
        "label": "30",
        "long": "",
        "short": "30",
        "text_color": "000000",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1667,
    "stop_points_capped": false
  },
  "rubric_version": "1.2",
  "schema_version": "1.15",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "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.2"
  },
  "snapshot_date": "2026-07-18",
  "top_fixes": [
    {
      "code": "scorecard_feed_expired",
      "count": 1,
      "effort": "Usually one export setting; export on a schedule so it never lapses again.",
      "fix": "Re-export the feed with a calendar that reaches further out, and set feed_info feed_end_date past your next service change.",
      "owner": "Likely your export tool",
      "points": 100.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Service data ended 0 day(s) ago.",
      "why": "When the calendar runs out, trip planners stop showing this agency even though the buses are still running. Riders are told the service does not exist."
    },
    {
      "code": "block_trips_with_overlapping_stop_times",
      "count": 63,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'block_trips_with_overlapping_stop_times' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 24.0,
      "rank": 2,
      "severity": "ERROR",
      "what": "Block trips with overlapping stop times (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 1667,
      "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": 3,
      "severity": "WARNING",
      "what": "1667 of 1667 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."
    }
  ],
  "validator_version": "8.0.1"
}
