{
  "agency": {
    "country": "FR",
    "id": "t2c-clermont",
    "name": "T2C (Clermont Auvergne M\u00e9tropole)",
    "subdivision_code": "FR-ARA",
    "subdivision_name": "Auvergne-Rh\u00f4ne-Alpes"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 62.5,
          "stops_marked_accessible_pct": 100.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 100.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": 25.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.8,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 2090,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 8750,
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 100.0,
        "wheelchair_marked_accessible_pct": 100.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_accessible_unknown",
          "count": 8750,
          "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": "8750 of 8750 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the transit vehicle 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."
        },
        {
          "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": 62.5,
      "status": "measured",
      "summary": "100% of stops state wheelchair accessibility (100% 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": 10,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 26,
          "WARNING": 124
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "route_long_name_contains_short_name",
          "count": 54,
          "effort": "One field per flagged route.",
          "fix": "Drop the short name from route_long_name and keep the long name descriptive, like 'Downtown via 5th Ave'.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some route long names repeat the route's short name inside them.",
          "why": "Apps show both names together, so riders see the number twice, like '5 5 Downtown'."
        },
        {
          "code": "expired_calendar",
          "count": 37,
          "effort": "One setting in most export tools.",
          "fix": "Remove past service periods the next time you export the feed.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some service calendars in the feed have already ended.",
          "why": "Expired calendars are dead weight and can hide real schedule problems from your staff and vendors."
        },
        {
          "code": "fast_travel_between_consecutive_stops",
          "count": 19,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a transit vehicle can.",
          "why": "Usually a typo'd stop time; riders get arrival times no transit vehicle can meet."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 7,
          "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 transit vehicle route through the wrong path or point riders to the wrong boarding location."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 4,
          "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": 4.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": "fast_travel_between_far_stops",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'fast_travel_between_far_stops' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Fast travel between far stops (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "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."
        },
        {
          "code": "big_gap_in_service",
          "count": 23,
          "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.8,
          "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": "trip_headsign_matches_intermediate_stop",
          "count": 3,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Set trip_headsign to the trip's last stop or its overall destination.",
          "owner": "Likely your export tool",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some trip headsigns name a stop along the way, not the final destination.",
          "why": "The sign should tell riders where the transit vehicle ends up, so a midpoint name can send them the wrong way."
        }
      ],
      "name": "correctness",
      "score": 56.8,
      "status": "measured",
      "summary": "The MobilityData validator flagged 10 kinds of issue across 150 instances (0 error, 124 warning, 26 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 42,
        "effective_expiry_date": "2026-08-30",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2026-08-30",
        "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": 55.0,
      "status": "measured",
      "summary": "Service data covers the next 42 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 agency's own URL."
    ],
    "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 42 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 100% 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 100% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Licence Ouverte 2.0 (Etalab) as recorded on the French national access point transport.data.gouv.fr; reuse including commercial reuse is permitted with attribution to Clermont Auvergne M\u00e9tropole (r\u00e9seau T2C) and the update date.",
    "reachable": true,
    "sha256": "356ce2bf4e9c86e67a53e1c584362641bd76288eb5171a587982a274dc3f3f67",
    "size_bytes": 5405138,
    "static_url": "https://transport.data.gouv.fr/resources/83465/download"
  },
  "fetch": {
    "final_url": "https://opendata.clermontmetropole.eu/api/v2/catalog/datasets/gtfs-smtc/alternative_exports/gtfs",
    "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-19T00:00:00+00:00",
  "geo": {
    "bbox": [
      2.94507,
      45.69182,
      3.26578,
      45.89043
    ],
    "lat": 45.77513,
    "lon": 3.10414,
    "stop_count": 2090
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "tram",
        "label": "Tram / light rail",
        "route_count": 1,
        "trip_count": 455,
        "trip_share_pct": 5.2
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 55,
        "trip_count": 8295,
        "trip_share_pct": 94.8
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 56,
    "trip_count": 8750
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 58.1,
    "margin_to_next_band": 1.9,
    "score": 58.1
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 8,
      "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": "8 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (C, E2, E4, E5, E6, 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": 61,
      "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": "61 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"AULNAT St Exup\u00e9ry\", \"Av. du Pont\", \"St Verny\", 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."
    },
    {
      "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."
    }
  ],
  "routability": {
    "boardable_stops": 1409,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 8750
  },
  "route_map": {
    "drawn_route_count": 56,
    "has_shapes": true,
    "path": "data/artifacts/t2c-clermont/geometry.geojson",
    "route_count": 56,
    "routes": [
      {
        "color": "00AFCB",
        "color_name": "teal",
        "has_shape": true,
        "id": "10",
        "label": "S11",
        "long": "S11",
        "short": "S11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C00D0D",
        "color_name": "red",
        "has_shape": true,
        "id": "11822099345702955",
        "label": "VULCA",
        "long": "Navette des Volcans",
        "short": "VULCA",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "855693",
        "color_name": "purple",
        "has_shape": true,
        "id": "12",
        "label": "S14",
        "long": "S14",
        "short": "S14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B47B34",
        "color_name": "brown",
        "has_shape": true,
        "id": "13",
        "label": "S10",
        "long": "S10",
        "short": "S10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8C368C",
        "color_name": "purple",
        "has_shape": true,
        "id": "21",
        "label": "E3",
        "long": "E3",
        "short": "E3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CCBE00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "23",
        "label": "S15",
        "long": "S15",
        "short": "S15",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "5FB670",
        "color_name": "gray",
        "has_shape": true,
        "id": "24",
        "label": "S13",
        "long": "S13",
        "short": "S13",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F4AACC",
        "color_name": "white",
        "has_shape": true,
        "id": "26",
        "label": "P32",
        "long": "P32",
        "short": "P32",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00B1EB",
        "color_name": "teal",
        "has_shape": true,
        "id": "27",
        "label": "E6",
        "long": "E6",
        "short": "E6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B1A9D4",
        "color_name": "white",
        "has_shape": true,
        "id": "28",
        "label": "P37",
        "long": "P37",
        "short": "P37",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDC300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "3",
        "label": "E1",
        "long": "E1",
        "short": "E1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EDD48C",
        "color_name": "white",
        "has_shape": true,
        "id": "31",
        "label": "P33",
        "long": "P33",
        "short": "P33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F29FC5",
        "color_name": "white",
        "has_shape": true,
        "id": "34",
        "label": "P35",
        "long": "P35",
        "short": "P35",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E94190",
        "color_name": "pink",
        "has_shape": true,
        "id": "36",
        "label": "E5",
        "long": "E5",
        "short": "E5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": true,
        "id": "37",
        "label": "P38",
        "long": "P38",
        "short": "P38",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AFD39A",
        "color_name": "gray",
        "has_shape": true,
        "id": "38",
        "label": "P30",
        "long": "P30",
        "short": "P30",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "65B32E",
        "color_name": "green",
        "has_shape": true,
        "id": "4",
        "label": "E2",
        "long": "E2",
        "short": "E2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D0A5CD",
        "color_name": "white",
        "has_shape": true,
        "id": "40",
        "label": "P36",
        "long": "P36",
        "short": "P36",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDD069",
        "color_name": "yellow",
        "has_shape": true,
        "id": "41",
        "label": "P39",
        "long": "P39",
        "short": "P39",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1A9D4",
        "color_name": "white",
        "has_shape": true,
        "id": "42",
        "label": "P31",
        "long": "P31",
        "short": "P31",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "7A2382",
        "color_name": "purple",
        "has_shape": true,
        "id": "5",
        "label": "E7",
        "long": "E7",
        "short": "E7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E8BB8A",
        "color_name": "pink",
        "has_shape": true,
        "id": "7",
        "label": "P34",
        "long": "P34",
        "short": "P34",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E973A9",
        "color_name": "pink",
        "has_shape": true,
        "id": "8",
        "label": "S12",
        "long": "S12",
        "short": "S12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "9",
        "label": "E4",
        "long": "E4",
        "short": "E4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A81815",
        "color_name": "red",
        "has_shape": true,
        "id": "A",
        "label": "A",
        "long": "A",
        "short": "A",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "A81815",
        "color_name": "red",
        "has_shape": true,
        "id": "A1",
        "label": "A1",
        "long": "",
        "short": "A1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0069B4",
        "color_name": "teal",
        "has_shape": true,
        "id": "B",
        "label": "B",
        "long": "B",
        "short": "B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C3C",
        "color_name": "green",
        "has_shape": true,
        "id": "C",
        "label": "C",
        "long": "C",
        "short": "C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F7B080",
        "color_name": "pink",
        "has_shape": true,
        "id": "L28",
        "label": "P81",
        "long": "P81",
        "short": "P81",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E19AC3",
        "color_name": "pink",
        "has_shape": true,
        "id": "L29",
        "label": "P82",
        "long": "P82",
        "short": "P82",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D1DD7C",
        "color_name": "white",
        "has_shape": true,
        "id": "L30",
        "label": "P83",
        "long": "P83",
        "short": "P83",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E8BB8A",
        "color_name": "pink",
        "has_shape": true,
        "id": "L31",
        "label": "P41",
        "long": "P41",
        "short": "P41",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F6D378",
        "color_name": "yellow",
        "has_shape": true,
        "id": "L32",
        "label": "P84",
        "long": "P84",
        "short": "P84",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "93D5F6",
        "color_name": "white",
        "has_shape": true,
        "id": "L33",
        "label": "P75",
        "long": "P75",
        "short": "P75",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "L36",
        "label": "110",
        "long": "110",
        "short": "110",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "L37",
        "label": "120",
        "long": "120",
        "short": "120",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "L38",
        "label": "130",
        "long": "130",
        "short": "130",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "L39",
        "label": "140",
        "long": "140",
        "short": "140",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "L40",
        "label": "150",
        "long": "150",
        "short": "150",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "L41",
        "label": "160",
        "long": "160",
        "short": "160",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "L42",
        "label": "170",
        "long": "170",
        "short": "170",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "L43",
        "label": "180",
        "long": "180",
        "short": "180",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "L44",
        "label": "190",
        "long": "190",
        "short": "190",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "L45",
        "label": "200",
        "long": "200",
        "short": "200",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "L46",
        "label": "210",
        "long": "210",
        "short": "210",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "L47",
        "label": "220",
        "long": "220",
        "short": "220",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "L48",
        "label": "230",
        "long": "230",
        "short": "230",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "L49",
        "label": "310",
        "long": "310",
        "short": "310",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "L50",
        "label": "410",
        "long": "410",
        "short": "410",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "L51",
        "label": "420",
        "long": "420",
        "short": "420",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "L52",
        "label": "430",
        "long": "430",
        "short": "430",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "L53",
        "label": "LS258",
        "long": "LS258",
        "short": "LS258",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "L54",
        "label": "LS339",
        "long": "LS339",
        "short": "LS339",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "L55",
        "label": "LS041",
        "long": "LS041",
        "short": "LS041",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "L56",
        "label": "LS084",
        "long": "LS084",
        "short": "LS084",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D1DD7C",
        "color_name": "white",
        "has_shape": true,
        "id": "N-P",
        "label": "P40",
        "long": "P40",
        "short": "P40",
        "text_color": "000000",
        "type_label": "Bus"
      }
    ],
    "stop_count": 2090,
    "stop_points_capped": true
  },
  "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-19",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_accessible_unknown",
      "count": 8750,
      "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": 1,
      "severity": "WARNING",
      "what": "8750 of 8750 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
    },
    {
      "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": 2,
      "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": "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,
      "rank": 3,
      "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."
    }
  ],
  "validator_version": "8.0.1"
}
