{
  "agency": {
    "id": "county-connection-cccta-2421",
    "name": "County Connection (CCCTA)",
    "subdivision_code": "US-TN",
    "subdivision_name": "Tennessee"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 87.7,
          "stops_marked_accessible_pct": 80.1,
          "stops_marked_not_accessible_pct": 0.2,
          "stops_stated_pct": 80.3,
          "trips_stated_pct": 100.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 15.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 20.1,
          "wheelchair_trips": 15.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": 1553,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1222,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 1553,
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 80.3,
        "wheelchair_marked_accessible_pct": 80.1,
        "wheelchair_marked_not_accessible_pct": 0.2
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 241,
          "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": 4.9,
          "severity": "WARNING",
          "what": "241 of 1222 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_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."
        },
        {
          "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 connecting entrances, platforms, and any elevators, with a level for each.",
          "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": 87.6,
      "status": "measured",
      "summary": "80% of stops state wheelchair accessibility (80% 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": 7,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 6,
          "WARNING": 56
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "missing_recommended_field",
          "count": 53,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some files leave out fields that GTFS asks for but does not require.",
          "why": "Recommended fields like agency_phone or stop descriptions make the feed more useful to riders and trip planners."
        },
        {
          "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": "stop_without_stop_time",
          "count": 1,
          "effort": "A review pass in your scheduling software.",
          "fix": "Remove retired stops from the export, or add them back to the trips that should serve them.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some stops exist in the feed but no trip ever stops at them.",
          "why": "Riders may walk to a stop where no bus is scheduled to arrive."
        },
        {
          "code": "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."
        },
        {
          "code": "big_gap_in_service",
          "count": 3,
          "effort": "A review of your calendar dates.",
          "fix": "Check whether the gap is real, like a seasonal break; if not, add the missing dates to the calendar.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "The feed has a stretch of two weeks or more with no service running.",
          "why": "A long gap can mean dates were left out of the calendar. Apps then show no trips on those days."
        },
        {
          "code": "unknown_file",
          "count": 2,
          "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.5,
          "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": "future_calendar",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'future_calendar' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Future calendar (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 78.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 7 kinds of issue across 62 instances (0 error, 56 warning, 6 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 139,
        "effective_expiry_date": "2027-01-09",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2027-01-09",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "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": 85.0,
      "status": "measured",
      "summary": "Service data covers the next 139 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the configured feed URL. Publisher ownership of that URL is not verified."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 139 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 80% of stops and 100% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "One requirement remains for this feed to earn the conformance mark. States wheelchair access on 80% of stops and 100% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "feed": {
    "license_note": "No stated data license in the Mobility Database; verify before publishing.",
    "reachable": true,
    "sha256": "0e6236ffcb956ebc5c2a92fb1ffba978e7998ba4b97dce9b4075961952471609",
    "size_bytes": 971392,
    "source_provenance": "unverified",
    "static_url": "https://countyconnection.com/GTFS/google_transit.zip"
  },
  "fetch": {
    "final_url": "https://countyconnection.com/GTFS/google_transit.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-08-21T00:00:00+00:00",
  "geo": {
    "bbox": [
      -122.19432,
      37.65911,
      -121.77813,
      38.01941
    ],
    "lat": 37.92797,
    "lon": -122.04511,
    "stop_count": 1222
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 51,
        "trip_count": 1553,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 51,
    "trip_count": 1553
  },
  "ntd_id_alignment": {
    "detail": "Your feed's agency_id is 2; your National Transit Database ID is 90078. A feed that serves several agencies (a shared regional feed) can legitimately carry more than one agency_id. The values do not need to equal the five-digit NTD ID, so this difference is allowed and carries no score.",
    "feed_agency_ids": [
      "2"
    ],
    "fix": "Confirm that P-50 crosswalks agency_id 2 to NTD ID 90078, and keep the feed value stable. Do not change it solely to make the two values equal.",
    "ntd_id": "90078",
    "status": "mismatch"
  },
  "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 141 days.",
        "key": "current",
        "status": "ready"
      },
      {
        "detail": "agency.txt provides agency_id. For RY2026, keep one stable value for each NTD reporter represented in the feed and crosswalk each value on the P-50 form.",
        "key": "agency_id",
        "status": "ready"
      }
    ],
    "status": "ready",
    "summary": "Published at a public URL, valid, current, and identified with agency_id: the four feed checks for RY2026 all hold here. Only your own D-10 and P-50 filings make that official; this is a heads-up, not a determination."
  },
  "overall": {
    "grade": "B",
    "margin_to_lower_band": 3.0,
    "margin_to_next_band": 7.0,
    "score": 83.0
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 27,
      "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": "27 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (1, 10, 11, 14, 16, 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_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 whether a step-free route exists inside the station, and trip planners can't route anyone through it."
    }
  ],
  "recompute": {
    "as_of": "2026-08-23",
    "feed_fetched_date": "2026-08-22",
    "kind": "freshness"
  },
  "routability": {
    "boardable_stops": 1215,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 1,
        "effort": "A cleanup pass in your scheduling software.",
        "fix": "Remove stops no route serves, or add the trips that should call at them.",
        "owner": "Likely your export tool",
        "points": 0.0,
        "severity": "INFO",
        "what": "1 of 1215 boardable stops are never served by any trip.",
        "why": "Riders see these stops in apps and on the map but can never catch anything there, which erodes trust in the data."
      }
    ],
    "orphan_stops": 1,
    "single_stop_trips": 0,
    "trips_total": 1553
  },
  "route_map": {
    "drawn_route_count": 51,
    "has_shapes": true,
    "path": "data/artifacts/county-connection-cccta-2421/geometry.geojson",
    "route_count": 51,
    "routes": [
      {
        "color": "006493",
        "color_name": "teal",
        "has_shape": true,
        "id": "1",
        "label": "1",
        "long": "Rossmoor/Shadelands",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "006493",
        "color_name": "teal",
        "has_shape": true,
        "id": "10",
        "label": "10",
        "long": "Concord BART/Clayton Rd",
        "short": "10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "46A076",
        "color_name": "gray",
        "has_shape": true,
        "id": "11",
        "label": "11",
        "long": "Concord BART/Pleasant Hill BART",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "46A076",
        "color_name": "gray",
        "has_shape": true,
        "id": "14",
        "label": "14",
        "long": "Concord BART/Walnut Creek BART",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006493",
        "color_name": "teal",
        "has_shape": true,
        "id": "15",
        "label": "15",
        "long": "Concord BART/Pleasant Hill BART",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "46A076",
        "color_name": "gray",
        "has_shape": true,
        "id": "16",
        "label": "16",
        "long": "Martinez Amtrak/Concord BART",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006493",
        "color_name": "teal",
        "has_shape": true,
        "id": "17",
        "label": "17",
        "long": "Concord BART/North Concord BART",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006493",
        "color_name": "teal",
        "has_shape": true,
        "id": "18",
        "label": "18",
        "long": "Martinez Amtrak/Pleasant Hill BART",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006493",
        "color_name": "teal",
        "has_shape": true,
        "id": "19",
        "label": "19",
        "long": "Martinez Amtrak/Concord BART",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006493",
        "color_name": "teal",
        "has_shape": true,
        "id": "20",
        "label": "20",
        "long": "DVC/Concord BART",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006493",
        "color_name": "teal",
        "has_shape": true,
        "id": "21",
        "label": "21",
        "long": "Walnut Creek BART/San Ramon",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006493",
        "color_name": "teal",
        "has_shape": true,
        "id": "28",
        "label": "28",
        "long": "Concord BART/Amtrak",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9C629D",
        "color_name": "purple",
        "has_shape": true,
        "id": "301",
        "label": "301",
        "long": "Walnut Creek BART/N Via Monte",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9C629D",
        "color_name": "purple",
        "has_shape": true,
        "id": "310",
        "label": "310",
        "long": "Concord BART/Clayton Rd",
        "short": "310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "46A076",
        "color_name": "gray",
        "has_shape": true,
        "id": "311",
        "label": "311",
        "long": "Concord BART/Walnut Creek BART",
        "short": "311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "46A076",
        "color_name": "gray",
        "has_shape": true,
        "id": "314",
        "label": "314",
        "long": "Concord BART/DVC",
        "short": "314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9C629D",
        "color_name": "purple",
        "has_shape": true,
        "id": "315",
        "label": "315",
        "long": "Concord BART/Bel Air Dr",
        "short": "315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "46A076",
        "color_name": "gray",
        "has_shape": true,
        "id": "316",
        "label": "316",
        "long": "Martinez Amtrak/Pleasant Hill BART",
        "short": "316",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9C629D",
        "color_name": "purple",
        "has_shape": true,
        "id": "320",
        "label": "320",
        "long": "DVC/Concord BART",
        "short": "320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9C629D",
        "color_name": "purple",
        "has_shape": true,
        "id": "321",
        "label": "321",
        "long": "Walnut Creek BART/San Ramon",
        "short": "321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9C629D",
        "color_name": "purple",
        "has_shape": true,
        "id": "335",
        "label": "335",
        "long": "Dublin BART/San Ramon",
        "short": "335",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006493",
        "color_name": "teal",
        "has_shape": true,
        "id": "35",
        "label": "35",
        "long": "Dublin/Pleasanton BART/San Ramon",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "46A076",
        "color_name": "gray",
        "has_shape": true,
        "id": "4",
        "label": "4",
        "long": "Walnut Creek BART/Broadway Plaza",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "46A076",
        "color_name": "gray",
        "has_shape": true,
        "id": "5",
        "label": "5",
        "long": "Walnut Creek BART/Creekside Dr",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006493",
        "color_name": "teal",
        "has_shape": true,
        "id": "6",
        "label": "6",
        "long": "Lafayette BART/Orinda BART",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A99AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "601",
        "label": "601",
        "long": "Rossmoor/WCI",
        "short": "601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A99AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "602",
        "label": "602",
        "long": "Walnut Blvd/WCI",
        "short": "602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A99AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "605",
        "label": "605",
        "long": "Creekside/WCI",
        "short": "605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A99AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "606",
        "label": "606",
        "long": "Miramonte High/OIS/Orinda BART",
        "short": "606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A99AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "611",
        "label": "611",
        "long": "Oak Grove Middle/Concord BART",
        "short": "611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A99AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "612",
        "label": "612",
        "long": "Pine Hollow Middle/Concord BART",
        "short": "612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A99AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "613",
        "label": "613",
        "long": "Oak Grove Middle/Concord BART",
        "short": "613",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A99AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "615",
        "label": "615",
        "long": "Concord High/El Dorado/Concord BART",
        "short": "615",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A99AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "616",
        "label": "616",
        "long": "Oak Grove Middle/Concord BART",
        "short": "616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A99AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "619",
        "label": "619",
        "long": "Oak Grove Middle/Pleasant Hill BART",
        "short": "619",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A99AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "622",
        "label": "622",
        "long": "Cal High/Pine Valley Middle",
        "short": "622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A99AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "623",
        "label": "623",
        "long": "Monte Vista High/Annabel",
        "short": "623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A99AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "625",
        "label": "625",
        "long": "Acalanes High/Lafayette BART",
        "short": "625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A99AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "626",
        "label": "626",
        "long": "Saint Mary's College/Lafayette BART",
        "short": "626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A99AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "635",
        "label": "635",
        "long": "Bollinger Canyon/Camino Tassajara",
        "short": "635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A99AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "636",
        "label": "636",
        "long": "Broadmoor/Dublin/Pleasanton BART",
        "short": "636",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "46A076",
        "color_name": "gray",
        "has_shape": true,
        "id": "7",
        "label": "7",
        "long": "Pleasant Hill BART/Shadelands",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006493",
        "color_name": "teal",
        "has_shape": true,
        "id": "9",
        "label": "9",
        "long": "DVC/Walnut Creek BART",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE9634",
        "color_name": "orange",
        "has_shape": true,
        "id": "91X",
        "label": "91X",
        "long": "Concord Commuter Express",
        "short": "91X",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE9634",
        "color_name": "orange",
        "has_shape": true,
        "id": "92X",
        "label": "92X",
        "long": "Pleasanton ACE/Mitchell Dr",
        "short": "92X",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE9634",
        "color_name": "orange",
        "has_shape": true,
        "id": "93X",
        "label": "93X",
        "long": "Walnut Creek BART/Antioch BART",
        "short": "93X",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE9634",
        "color_name": "orange",
        "has_shape": true,
        "id": "95X",
        "label": "95X",
        "long": "San Ramon/BART Walnut Creek",
        "short": "95X",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE9634",
        "color_name": "orange",
        "has_shape": true,
        "id": "96X",
        "label": "96X",
        "long": "BART Walnut Creek/Bishop Ranch",
        "short": "96X",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE9634",
        "color_name": "orange",
        "has_shape": true,
        "id": "97X",
        "label": "97X",
        "long": "Dublin BART/Bishop Ranch",
        "short": "97X",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE9634",
        "color_name": "orange",
        "has_shape": true,
        "id": "98X",
        "label": "98X",
        "long": "Martinez Amtrak/Walnut Creek BART",
        "short": "98X",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "46A076",
        "color_name": "gray",
        "has_shape": true,
        "id": "99X",
        "label": "99X",
        "long": "Martinez Amtrak/North Concord BART",
        "short": "99X",
        "text_color": "000000",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1222,
    "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"
  },
  "shapes_readiness": {
    "detail": "All 1553 trips have a shape in shapes.txt.",
    "status": "ready",
    "total_trips": 1553,
    "trips_with_shape": 1553
  },
  "snapshot_date": "2026-08-23",
  "top_fixes": [
    {
      "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,
      "rank": 1,
      "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."
    },
    {
      "code": "missing_recommended_field",
      "count": 53,
      "effort": "A field at a time; not urgent.",
      "fix": "Review the flagged fields and fill in the ones your riders would use.",
      "owner": "",
      "points": 8.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "Some files leave out fields that GTFS asks for but does not require.",
      "why": "Recommended fields like agency_phone or stop descriptions make the feed more useful to riders and trip planners."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 241,
      "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": 4.9,
      "rank": 3,
      "severity": "WARNING",
      "what": "241 of 1222 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"
}
