{
  "agency": {
    "id": "los-angeles-county-department-of-public-works-the-link-and-shuttles-28",
    "name": "Los Angeles County Department of Public Works (the LINK and shuttles)"
  },
  "autofix": {
    "available": true,
    "download_path": "data/artifacts/los-angeles-county-department-of-public-works-the-link-and-shuttles-28/corrected.zip",
    "fixes": [
      {
        "code": "autofix_trim_whitespace",
        "count": 1,
        "examples": [
          "'route_long_name': 'Marina Del Rey Beach Bus ' -> 'Marina Del Rey Beach Bus'"
        ],
        "label": "Trimmed surrounding whitespace"
      }
    ],
    "total": 1
  },
  "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",
        "components": {
          "contact": 15.0,
          "fares": 15.0,
          "headsigns": 12.2,
          "stop_names": 15.0,
          "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": true
        },
        "has_fares": true,
        "headsign_pct": 81.3,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 921,
        "trips": 921,
        "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": 921,
          "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": "921 of 921 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": 921,
          "effort": "Often one default setting in your export.",
          "fix": "Set wheelchair_accessible on every trip (most small-agency fleets are 100% accessible, so this is often a single default).",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "921 of 921 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": 172,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Populate trip_headsign to match what the bus displays.",
          "owner": "Likely your export tool",
          "points": 2.8,
          "severity": "WARNING",
          "what": "172 of 921 trips have no headsign.",
          "why": "Riders at the stop can't tell which direction a bus is going."
        },
        {
          "code": "scorecard_flex_no_booking_rules",
          "count": 1,
          "effort": "A small file; one rule often covers the whole service.",
          "fix": "Add booking_rules.txt saying how far ahead and how to book (phone, app, or web).",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "This feed describes flexible (demand-responsive) service but has no booking_rules.txt.",
          "why": "Riders can see the service area but not how or when to reserve a trip, so they can't actually use the service."
        }
      ],
      "name": "completeness",
      "score": 57.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": 3,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 53,
          "WARNING": 0
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "unknown_column",
          "count": 34,
          "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.8,
          "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."
        },
        {
          "code": "service_window_outside_feed_period",
          "count": 11,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'service_window_outside_feed_period' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "Service window outside feed period (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unknown_file",
          "count": 8,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unknown_file' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "Unknown file (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 97.8,
      "status": "measured",
      "summary": "The MobilityData validator flagged 3 kinds of issue across 53 instances (0 error, 0 warning, 53 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 115,
        "feed_end_date": "2026-11-01",
        "feed_start_date": "2026-05-25",
        "feed_version": "UTC: 25-May-2026 21:02",
        "has_feed_info": true,
        "last_service_date": "2026-11-01",
        "seasonal_boundary": false,
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 100.0,
      "status": "measured",
      "summary": "Service data covers the next 115 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 124 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": "This feed is close to the conformance mark. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "No stated data license in the Mobility Database; verify before publishing.",
    "reachable": true,
    "sha256": "11afef8fb98734fbf5eba88250bbe875e1fed97ac5f929bed88befb8a4dab39d",
    "size_bytes": 440801,
    "static_url": "http://data.trilliumtransit.com/gtfs/dpwlacounty-ca-us/dpwlacounty-ca-us.zip"
  },
  "generated_at": "2026-06-30T00:00:00+00:00",
  "geo": {
    "bbox": [
      -118.52574,
      33.90851,
      -117.88042,
      34.49329
    ],
    "lat": 33.97958,
    "lon": -118.16654,
    "stop_count": 921
  },
  "ntd_id_alignment": {
    "detail": "If you report to the National Transit Database, your GTFS agency_id should be your five-digit NTD ID by report year 2026 (2025 for full reporters). We don't have your NTD ID on file, so this one is not checked yet.",
    "feed_agency_ids": [
      "1466"
    ],
    "status": "unknown"
  },
  "ntd_readiness": {
    "pillars": [
      {
        "detail": "Published at a public URL.",
        "key": "published",
        "status": "ready"
      },
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "status": "ready"
      },
      {
        "detail": "Service data covers the next 124 days.",
        "key": "current",
        "status": "ready"
      }
    ],
    "status": "ready",
    "summary": "This feed looks ready for your NTD certification: published at a public URL, valid, and current. The official check is still your D-10 certification."
  },
  "overall": {
    "grade": "B",
    "margin_to_lower_band": 5.7,
    "margin_to_next_band": 4.3,
    "score": 85.7
  },
  "recommendations": [
    {
      "code": "scorecard_flex_completeness_no_booking_rules",
      "count": 1,
      "effort": "A small file; one rule often covers the whole service.",
      "fix": "Add booking_rules.txt with how far ahead and how to reserve (phone, app, or web).",
      "owner": "",
      "points": 0.0,
      "severity": "WARNING",
      "what": "Flex zones are published but no booking_rules.txt is present.",
      "why": "Riders can see the service area but not how to book, so they can't complete a trip."
    },
    {
      "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 (Sunshine Shuttle Route A, The Link - Willowbrook A, The Link - Willowbrook B, Union Pacific/Salazar Park, Whittier Boulevard/Saybrook Park).",
      "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."
    },
    {
      "code": "scorecard_stop_name_needs_tts",
      "count": 897,
      "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": "897 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Workman Mill Rd & Crossroads Pkwy\", \"Kella Ave & Kathleen Ave\", \"Pellissier Rd & Mardel Ave\", 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."
    }
  ],
  "recompute": {
    "as_of": "2026-07-09",
    "feed_fetched_date": "2026-07-08",
    "kind": "freshness"
  },
  "routability": {
    "boardable_stops": 921,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 921
  },
  "route_map": {
    "drawn_route_count": 20,
    "has_shapes": true,
    "path": "data/artifacts/los-angeles-county-department-of-public-works-the-link-and-shuttles-28/geometry.geojson",
    "route_count": 20,
    "routes": [
      {
        "color": "4B5941",
        "color_name": "green",
        "has_shape": true,
        "id": "13050",
        "label": "Avocado Heights/Bassett/West Valinda Shuttle",
        "long": "Avocado Heights/Bassett/West Valinda Shuttle",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "864D95",
        "color_name": "purple",
        "has_shape": true,
        "id": "13051",
        "label": "East Valinda Shuttle",
        "long": "East Valinda Shuttle",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D2C583",
        "color_name": "gray",
        "has_shape": true,
        "id": "13052",
        "label": "Acton & Agua Dulce Shuttle",
        "long": "Acton & Agua Dulce Shuttle",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3178B5",
        "color_name": "teal",
        "has_shape": true,
        "id": "13053",
        "label": "Heights Hopper Shuttle",
        "long": "Heights Hopper Shuttle",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "23567F",
        "color_name": "teal",
        "has_shape": true,
        "id": "13054",
        "label": "Edmund D. Edelman Children\u2019s Court Shuttle",
        "long": "Edmund D. Edelman Children\u2019s Court Shuttle",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "338CF7",
        "color_name": "teal",
        "has_shape": true,
        "id": "13055",
        "label": "Union Pacific/Salazar Park",
        "long": "Union Pacific/Salazar Park",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F5A841",
        "color_name": "yellow",
        "has_shape": true,
        "id": "13056",
        "label": "City Terrace/ELAC",
        "long": "City Terrace/ELAC",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B350F8",
        "color_name": "purple",
        "has_shape": true,
        "id": "13057",
        "label": "Whittier Boulevard/Saybrook Park",
        "long": "Whittier Boulevard/Saybrook Park",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "89BB73",
        "color_name": "gray",
        "has_shape": true,
        "id": "13058",
        "label": "Sunshine Shuttle Route C",
        "long": "Sunshine Shuttle Route C",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E3653E",
        "color_name": "orange",
        "has_shape": true,
        "id": "13059",
        "label": "Sunshine Shuttle Route A",
        "long": "Sunshine Shuttle Route A",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4EBFEC",
        "color_name": "teal",
        "has_shape": true,
        "id": "13060",
        "label": "Sunshine Shuttle Route B",
        "long": "Sunshine Shuttle Route B",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EA984B",
        "color_name": "orange",
        "has_shape": true,
        "id": "13061",
        "label": "Wellness Center Shuttle",
        "long": "Wellness Center Shuttle",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F6B255",
        "color_name": "yellow",
        "has_shape": true,
        "id": "13062",
        "label": "The Link - Athens",
        "long": "The Link - Athens",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "63E1CD",
        "color_name": "teal",
        "has_shape": true,
        "id": "13063",
        "label": "The Link - Baldwin Hills Parklands",
        "long": "The Link - Baldwin Hills Parklands",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E66575",
        "color_name": "pink",
        "has_shape": true,
        "id": "13065",
        "label": "The Link - Florence-Firestone/Walnut Park",
        "long": "The Link - Florence-Firestone/Walnut Park",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AED387",
        "color_name": "gray",
        "has_shape": true,
        "id": "13066",
        "label": "The Link - King Medical Center",
        "long": "The Link - King Medical Center",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C9CD47",
        "color_name": "yellow",
        "has_shape": true,
        "id": "13067",
        "label": "The Link - Lennox",
        "long": "The Link - Lennox",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4AADA1",
        "color_name": "teal",
        "has_shape": true,
        "id": "13068",
        "label": "The Link - Willowbrook A",
        "long": "The Link - Willowbrook A",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4AADA1",
        "color_name": "teal",
        "has_shape": true,
        "id": "13315",
        "label": "The Link - Willowbrook B",
        "long": "The Link - Willowbrook B",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BEFD",
        "color_name": "teal",
        "has_shape": true,
        "id": "77463",
        "label": "Marina Del Rey Beach Bus",
        "long": "Marina Del Rey Beach Bus",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      }
    ],
    "stop_count": 921,
    "stop_points_capped": false
  },
  "rubric_version": "1.1",
  "schema_version": "1.4",
  "snapshot_date": "2026-07-09",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 921,
      "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": "921 of 921 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": 921,
      "effort": "Often one default setting in your export.",
      "fix": "Set wheelchair_accessible on every trip (most small-agency fleets are 100% accessible, so this is often a single default).",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "921 of 921 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": 172,
      "effort": "Usually a bulk edit in your scheduling software.",
      "fix": "Populate trip_headsign to match what the bus displays.",
      "owner": "Likely your export tool",
      "points": 2.8,
      "rank": 3,
      "severity": "WARNING",
      "what": "172 of 921 trips have no headsign.",
      "why": "Riders at the stop can't tell which direction a bus is going."
    }
  ],
  "validator_version": "8.0.1"
}
