{
  "agency": {
    "country": "FR",
    "id": "fr-pan-83735",
    "name": "Sank\u00e9o (Perpignan M\u00e9diterran\u00e9e M\u00e9tropole)",
    "operating_note": "The same dataset also publishes a regular-lines-only export. That export ran only to 2026-09-14 when checked on 2026-09-01, so this combined resource is the one recorded.",
    "subdivision_code": "FR-OCC",
    "subdivision_name": "Occitanie"
  },
  "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_applicable_trips": 13029,
        "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": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1052,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 13029,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 0.0,
        "wheelchair_marked_accessible_pct": 0.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 1052,
          "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": "1052 of 1052 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": 13029,
          "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": "13029 of 13029 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": "App makers and state data programs have nobody to email when they spot a problem. Small errors then sit in the feed for months."
        }
      ],
      "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": 0,
          "INFO": 18,
          "WARNING": 1112
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "mixed_case_recommended_field",
          "count": 1089,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "expired_calendar",
          "count": 20,
          "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": "route_color_contrast",
          "count": 2,
          "effort": "One field per route.",
          "fix": "Pick a darker/lighter route_text_color for the flagged routes.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some route colors don't contrast with their text color.",
          "why": "Route badges get hard to read, most of all for riders with low vision."
        },
        {
          "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": "big_gap_in_service",
          "count": 18,
          "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."
        }
      ],
      "name": "correctness",
      "score": 77.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 5 kinds of issue across 1130 instances (0 error, 1112 warning, 18 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 117,
        "effective_expiry_date": "2026-12-31",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2026-12-31",
        "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 117 days.",
      "weight": 0.2
    },
    "realtime": {
      "details": {
        "configured_kinds": [
          "trip_updates"
        ],
        "coverage_pct": 0.0,
        "covered_trips": 0,
        "drift": {
          "median_seconds": 32,
          "observations": 2120,
          "on_time_share_pct": 82.5,
          "p90_abs_seconds": 248
        },
        "kinds_configured": 1,
        "kinds_reachable": 1,
        "reachable_kinds": [
          "trip_updates"
        ],
        "rt_freshness": "fresh",
        "samples": 3,
        "scheduled_trips_in_window": 55,
        "worst_lag_seconds": 42
      },
      "findings": [
        {
          "code": "scorecard_rt_trip_coverage",
          "count": 55,
          "effort": "A vendor data-mapping question.",
          "fix": "Ask your AVL vendor to check that every vehicle assignment reaches TripUpdates. School-day and tripper runs are the ones most often left out.",
          "owner": "",
          "points": 41.2,
          "severity": "WARNING",
          "what": "55 of 55 trips scheduled during the sampling window had no live predictions.",
          "why": "Riders on those trips get schedule times labeled as live. Caltrans asks that every trip you run shows up in TripUpdates."
        }
      ],
      "name": "realtime",
      "score": 58.8,
      "status": "measured",
      "summary": "Sampled 3 times: 1 of 1 configured feed healthy; 0.0% of scheduled trips had live predictions; predictions ran a median of 32s behind schedule.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "high",
    "measured_categories": 4,
    "notes": [
      "All four score categories were measured this run.",
      "Realtime was sampled in one bounded window of 3 snapshots.",
      "The feed was downloaded from the official feed URL on file."
    ],
    "rt_windows": 1,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 117 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": "One requirement remains for this feed to earn the conformance mark. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "feed": {
    "license_note": "Licence Ouverte 2.0 (Etalab), recorded by France's National Access Point; reuse including commercial reuse is permitted with attribution to Perpignan M\u00e9diterran\u00e9e M\u00e9tropole and the update date.",
    "reachable": true,
    "sha256": "e88e55c0ac0bcfb15e72dfba3454225b3bd31e6568c7608007192c5dc8741bee",
    "size_bytes": 5145295,
    "source_provenance": "official",
    "static_url": "https://www.data.gouv.fr/api/1/datasets/r/2afffa1f-aa4a-4fe4-9802-4b5f82bb96c6"
  },
  "fetch": {
    "final_url": "https://static.data.gouv.fr/resources/gtfs-sankeo/20260724-111849/gtfssankeo.zip",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-09-05T00:00:00+00:00",
  "geo": {
    "bbox": [
      2.61144,
      42.6168,
      3.03958,
      42.86975
    ],
    "lat": 42.69776,
    "lon": 2.89663,
    "stop_count": 1052
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 42,
        "trip_count": 13029,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 42,
    "trip_count": 13029
  },
  "overall": {
    "grade": "D",
    "margin_to_lower_band": 5.2,
    "margin_to_next_band": 4.8,
    "score": 65.2
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 29,
      "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": "29 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (2, 3, 5, 7, 8, and more).",
      "why": "Riders with low vision struggle to read a low-contrast route badge. It also washes out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 4,
      "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": "4 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Annibal - St-Laurent / Slque\", \"Annibal - St-Laurent / Slque\", \"Mairie - Villelongue / Slq\", and more).",
      "why": "A screen reader speaks the raw name. 'Main St & 2nd Ave' can come out as 'Main saint', or lose the ampersand."
    }
  ],
  "routability": {
    "boardable_stops": 1052,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 13029
  },
  "route_map": {
    "drawn_route_count": 42,
    "has_shapes": true,
    "path": "data/artifacts/fr-pan-83735/geometry.geojson",
    "route_count": 42,
    "routes": [
      {
        "color": "86569E",
        "color_name": "purple",
        "has_shape": true,
        "id": "1",
        "label": "1",
        "long": "St-F\u00e9liu d'Avall <> Le Soler <> Orfila / Roseraie",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6EA2D7",
        "color_name": "gray",
        "has_shape": true,
        "id": "10",
        "label": "10",
        "long": "Le Barcar\u00e8s <> Languedoc <> Gare TGV",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6EA2D7",
        "color_name": "gray",
        "has_shape": true,
        "id": "10EX",
        "label": "10EX",
        "long": "Le Barcar\u00e8s <> Gare TGV",
        "short": "10EX",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EC479",
        "color_name": "gray",
        "has_shape": true,
        "id": "11",
        "label": "11",
        "long": "St-Laurent-de-la-Salanque <> Gare TGV",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EC479",
        "color_name": "gray",
        "has_shape": true,
        "id": "12EX",
        "label": "12EX",
        "long": "Torreilles <> Bompas <> Catalogne",
        "short": "12EX",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EC479",
        "color_name": "gray",
        "has_shape": true,
        "id": "15",
        "label": "15",
        "long": "Castillet <> Pollestres",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D0AAD0",
        "color_name": "white",
        "has_shape": true,
        "id": "16",
        "label": "16",
        "long": "Cap Roussillon <> Rivesaltes <> Languedoc",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "53C4F1",
        "color_name": "teal",
        "has_shape": true,
        "id": "17",
        "label": "17",
        "long": "Cassagnes <> Estagel",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9BC31B",
        "color_name": "yellow",
        "has_shape": true,
        "id": "18",
        "label": "18",
        "long": "Baixas <> Calce",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE7103",
        "color_name": "orange",
        "has_shape": true,
        "id": "19",
        "label": "19",
        "long": "Opoul <> Rivesaltes <> Gare Routi\u00e8re",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "53C4F1",
        "color_name": "teal",
        "has_shape": true,
        "id": "2",
        "label": "2",
        "long": "Corneilla/St-Est\u00e8ve <> Saleilles/Villeneuve-Raho",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15A565",
        "color_name": "green",
        "has_shape": true,
        "id": "20",
        "label": "20",
        "long": "Gare Routi\u00e8re <> Llupia",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15A565",
        "color_name": "green",
        "has_shape": true,
        "id": "21",
        "label": "21",
        "long": "Rivesaltes <> Espace Entreprises <> Gare TGV",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15A565",
        "color_name": "green",
        "has_shape": true,
        "id": "22",
        "label": "22",
        "long": "Canet Plage <> St-Nazaire <> Massilia",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15A565",
        "color_name": "green",
        "has_shape": true,
        "id": "23",
        "label": "23",
        "long": "Gare Routi\u00e8re <> Canoh\u00e8s",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15A565",
        "color_name": "green",
        "has_shape": true,
        "id": "24",
        "label": "24",
        "long": "La Lunette <> Parc des Sports <> Picasso/Massilia",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "943471",
        "color_name": "purple",
        "has_shape": true,
        "id": "25",
        "label": "25",
        "long": "Catalogne <> Bois des Pins",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15A565",
        "color_name": "green",
        "has_shape": true,
        "id": "26",
        "label": "26",
        "long": "Lyc\u00e9e Maillol <> Chefdebien",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "53C4F1",
        "color_name": "teal",
        "has_shape": true,
        "id": "2EX",
        "label": "2EX",
        "long": "Corneilla <> Gare Routi\u00e8re",
        "short": "2EX",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E37F08",
        "color_name": "orange",
        "has_shape": true,
        "id": "3",
        "label": "3",
        "long": "Canet Sud <> Gare TGV",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E37F08",
        "color_name": "orange",
        "has_shape": true,
        "id": "3EX",
        "label": "3EX",
        "long": "Canet <> Catalogne",
        "short": "3EX",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FACA00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "4",
        "label": "4",
        "long": "Caratg <> Canoh\u00e8s <> Bompas <> Torreilles Plage",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FACA00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "4EX",
        "label": "4EX",
        "long": "Canoh\u00e8s <> Toulouges <> Catalogne",
        "short": "4EX",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "65A6DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5",
        "label": "5",
        "long": "Ste-Marie Plage <> Bompas <> Gare TGV",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "65A6DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "5EX",
        "label": "5EX",
        "long": "Ste-Marie <> Villelongue <> Catalogne",
        "short": "5EX",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006633",
        "color_name": "green",
        "has_shape": true,
        "id": "6",
        "label": "6",
        "long": "Baixas <> A\u00e9roport <> Gare TGV",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006633",
        "color_name": "green",
        "has_shape": true,
        "id": "6EX",
        "label": "6EX",
        "long": "Baixas <> Peyrestortes <> Catalogne",
        "short": "6EX",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D0AAD0",
        "color_name": "white",
        "has_shape": true,
        "id": "7",
        "label": "7",
        "long": "Diderot <> Parc des Sports",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA5284",
        "color_name": "pink",
        "has_shape": true,
        "id": "8",
        "label": "8",
        "long": "Cabestany <> Catalogne",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "672D87",
        "color_name": "purple",
        "has_shape": true,
        "id": "9",
        "label": "9",
        "long": "Vingrau <> Languedoc <> Gare Routi\u00e8re",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "672D87",
        "color_name": "purple",
        "has_shape": true,
        "id": "9EX",
        "label": "9EX",
        "long": "Espira de l'Agly <> Rivesaltes <> Gare Routi\u00e8re",
        "short": "9EX",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D71016",
        "color_name": "red",
        "has_shape": true,
        "id": "A",
        "label": "A",
        "long": "Languedoc <> Parc des Sports > Tecnosud 2",
        "short": "A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "414D9C",
        "color_name": "blue",
        "has_shape": true,
        "id": "B",
        "label": "B",
        "long": "Roseraie <> Cit\u00e9 St-Assiscle",
        "short": "B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "329937",
        "color_name": "green",
        "has_shape": true,
        "id": "C",
        "label": "C",
        "long": "Sankeo <> Flandres Dunkerque",
        "short": "C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ED7402",
        "color_name": "orange",
        "has_shape": true,
        "id": "D",
        "label": "D",
        "long": "Bas Vernet <> Baillat / Tourn\u00e9",
        "short": "D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1887C9",
        "color_name": "teal",
        "has_shape": true,
        "id": "NCAN",
        "label": "NCAN",
        "long": "Canet Sud <> Vert Vallon",
        "short": "NCAN",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "NCDV",
        "label": "NCDV",
        "long": "Navette Coeur de Ville",
        "short": "NCDV",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAB200",
        "color_name": "yellow",
        "has_shape": true,
        "id": "NCMI",
        "label": "NCMI",
        "long": "Parking Universitaire <> Campus Mailly",
        "short": "NCMI",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A06A1A",
        "color_name": "brown",
        "has_shape": true,
        "id": "NCSU",
        "label": "NCSU",
        "long": "Navette Cimeti\u00e8re Sud",
        "short": "NCSU",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FC7A00",
        "color_name": "orange",
        "has_shape": true,
        "id": "NDEC",
        "label": "NDEC",
        "long": "Navette D\u00e9couverte",
        "short": "NDEC",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "232259",
        "color_name": "black",
        "has_shape": true,
        "id": "NITB",
        "label": "NITB",
        "long": "Cit\u00e9 Universitaire <> Castillet",
        "short": "NITB",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E6B33E",
        "color_name": "yellow",
        "has_shape": true,
        "id": "NRAY",
        "label": "NRAY",
        "long": "Navette Les Rayonnantes",
        "short": "NRAY",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1052,
    "stop_points_capped": false
  },
  "rubric_version": "1.3",
  "schema_version": "1.18",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.3",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.3"
  },
  "snapshot_date": "2026-09-05",
  "top_fixes": [
    {
      "code": "scorecard_rt_trip_coverage",
      "count": 55,
      "effort": "A vendor data-mapping question.",
      "fix": "Ask your AVL vendor to check that every vehicle assignment reaches TripUpdates. School-day and tripper runs are the ones most often left out.",
      "owner": "",
      "points": 41.2,
      "rank": 1,
      "severity": "WARNING",
      "what": "55 of 55 trips scheduled during the sampling window had no live predictions.",
      "why": "Riders on those trips get schedule times labeled as live. Caltrans asks that every trip you run shows up in TripUpdates."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 1052,
      "effort": "A column in stops.txt; your scheduling software likely has it.",
      "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
      "owner": "Likely your team",
      "points": 25.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "1052 of 1052 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": 13029,
      "effort": "A default or per-trip field in your export.",
      "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "13029 of 13029 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the bus itself can take them."
    }
  ],
  "validator_version": "8.0.1"
}
