{
  "agency": {
    "country": "FR",
    "id": "fr-pan-81116",
    "name": "R\u00e9seau urbain Kar'Ouest",
    "subdivision_code": "FR-974",
    "subdivision_name": "La R\u00e9union"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 15.8,
          "stops_marked_accessible_pct": 15.9,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 15.9,
          "trips_stated_pct": 15.7
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 14.9,
          "wheelchair_stops": 4.0,
          "wheelchair_trips": 2.4
        },
        "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": 4297,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 99.5,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 2283,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 4297,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 15.7,
        "wheelchair_boarding_pct": 15.9,
        "wheelchair_marked_accessible_pct": 15.9,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 1920,
          "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": 21.0,
          "severity": "WARNING",
          "what": "1920 of 2283 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": 3621,
          "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": 12.6,
          "severity": "WARNING",
          "what": "3621 of 4297 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": 43.8,
      "status": "measured",
      "summary": "16% of stops state wheelchair accessibility (16% 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": 200,
          "INFO": 4445,
          "WARNING": 251883
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "block_trips_with_overlapping_stop_times",
          "count": 120,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'block_trips_with_overlapping_stop_times' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Block trips with overlapping stop times (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "decreasing_or_equal_stop_time_distance",
          "count": 80,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Re-generate shape distances in your export; flag to your vendor if it persists.",
          "owner": "Likely your export tool",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Some trips have stop times whose distances along the route go backwards.",
          "why": "Apps can show buses jumping backwards or mis-order stops."
        },
        {
          "code": "missing_timepoint_value",
          "count": 129431,
          "effort": "Usually one export setting.",
          "fix": "Set timepoint=1 on stops that are real time checks and 0 on the rest. If every published time is a scheduled one, mark them all 1.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some rows in stop_times.txt leave the timepoint column blank.",
          "why": "That column says whether a time is a real checkpoint or an estimate. Blank leaves apps guessing, and they may show your estimates as promises."
        },
        {
          "code": "non_ascii_or_non_printable_char",
          "count": 118263,
          "effort": "A planned ID change, not a quick text cleanup.",
          "fix": "Only change the flagged IDs if an app needs basic ASCII values. Update each place that uses the ID. Keep all names and headsigns in their original language.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some internal IDs use characters outside the basic text set.",
          "why": "These IDs are valid UTF-8 data. This warning is only about support in older apps. It does not mean that names in other languages are wrong."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 4112,
          "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": "missing_recommended_field",
          "count": 76,
          "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": "trip_with_shape_dist_traveled_but_no_shape_distances",
          "count": 4297,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_with_shape_dist_traveled_but_no_shape_distances' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Trip with shape dist traveled but no shape distances (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 138,
          "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": 1.0,
          "severity": "INFO",
          "what": "Some trip headsigns name a stop along the way, not the final destination.",
          "why": "The sign should tell riders where the bus ends up, so a midpoint name can send them the wrong way."
        },
        {
          "code": "big_gap_in_service",
          "count": 10,
          "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": 13.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 10 kinds of issue across 256528 instances (200 error, 251883 warning, 4445 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 121,
        "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 121 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 official feed URL on file."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "2 validator errors to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 121 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 16% of stops and 16% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "Two requirements remain for this feed to earn the conformance mark. 2 validator errors to resolve. States wheelchair access on 16% of stops and 16% 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 CA Territoire de la C\u00f4te Ouest (TCO) and the update date.",
    "reachable": true,
    "sha256": "0920c1eeed6770c017edfe2300ada13ad628162c2f4d18419488ce306458f545",
    "size_bytes": 3062432,
    "source_provenance": "official",
    "static_url": "https://www.data.gouv.fr/api/1/datasets/r/c9c2f609-d0cd-4233-ad1b-cf86b9bf2dc8"
  },
  "fetch": {
    "final_url": "https://static.data.gouv.fr/resources/reseau-karouest/20260817-142540/gtfs-koa1808.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-01T00:00:00+00:00",
  "geo": {
    "bbox": [
      55.21878,
      -21.25053,
      55.39446,
      -20.92283
    ],
    "lat": -21.05779,
    "lon": 55.3023,
    "stop_count": 2283
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 76,
        "trip_count": 4297,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 76,
    "trip_count": 4297
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 40.7,
    "margin_to_next_band": 19.3,
    "score": 40.7
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 21,
      "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": "21 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (1, 10, 11, 16, 17, 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": 24,
      "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": "24 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Centre Commercial St G.Bains\", \"Centre Commercial St G.Bains\", \"Av. de la Palestine\", 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": 2283,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 4297
  },
  "route_map": {
    "drawn_route_count": 76,
    "has_shapes": true,
    "path": "data/artifacts/fr-pan-81116/geometry.geojson",
    "route_count": 76,
    "routes": [
      {
        "color": "0066FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "1",
        "label": "1",
        "long": "Saint-Paul ligne 1",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "993300",
        "color_name": "brown",
        "has_shape": true,
        "id": "10",
        "label": "10",
        "long": "Port - Possession ligne 10",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "11",
        "label": "11",
        "long": "Port - possession ligne 11",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00FF00",
        "color_name": "green",
        "has_shape": true,
        "id": "12",
        "label": "12",
        "long": "Port - possession ligne 12",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF00FF",
        "color_name": "pink",
        "has_shape": true,
        "id": "13",
        "label": "13",
        "long": "Port - possession ligne 13",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "14",
        "label": "14",
        "long": "Port - Possession ligne 14",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF6600",
        "color_name": "orange",
        "has_shape": true,
        "id": "15",
        "label": "15",
        "long": "Port - possession ligne 15",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "16",
        "label": "16",
        "long": "Port - possession ligne 16",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "800080",
        "color_name": "purple",
        "has_shape": true,
        "id": "17",
        "label": "17",
        "long": "Port - Possession ligne 17",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2E75B6",
        "color_name": "teal",
        "has_shape": true,
        "id": "18",
        "label": "18",
        "long": "Port - Possession ligne 18",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "19",
        "label": "19",
        "long": "Port - Possession ligne 19",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CC0000",
        "color_name": "red",
        "has_shape": true,
        "id": "2",
        "label": "2",
        "long": "Saint-Paul ligne 2",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "20",
        "label": "20",
        "long": "Port - Possession ligne 20",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "21",
        "label": "21",
        "long": "Port - Possession ligne 21",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "993300",
        "color_name": "brown",
        "has_shape": true,
        "id": "22",
        "label": "22",
        "long": "Port - Possession ligne 22",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008080",
        "color_name": "teal",
        "has_shape": true,
        "id": "23",
        "label": "23",
        "long": "Port - Possession ligne 23",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E5006D",
        "color_name": "red",
        "has_shape": true,
        "id": "24",
        "label": "24",
        "long": "Port - Possession ligne 24",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "25",
        "label": "25",
        "long": "Port - Possession ligne 25",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CC4608",
        "color_name": "red",
        "has_shape": true,
        "id": "3",
        "label": "3",
        "long": "Saint-Paul ligne 3",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "30",
        "label": "30",
        "long": "Saint-Leu ligne 30",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF6600",
        "color_name": "orange",
        "has_shape": true,
        "id": "31",
        "label": "31",
        "long": "Saint-Leu ligne 31",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "800080",
        "color_name": "purple",
        "has_shape": true,
        "id": "32",
        "label": "32",
        "long": "Saint-Leu ligne 32",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "33",
        "label": "33",
        "long": "Saint-Leu ligne 33",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00CCFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "34",
        "label": "34",
        "long": "Saint-Leu ligne 34",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "35",
        "label": "35",
        "long": "Saint-Leu ligne 35",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "99CC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "36",
        "label": "36",
        "long": "Saint-Leu ligne 36",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9999FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "37",
        "label": "37",
        "long": "Saint-Leu ligne 37",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "99CCFF",
        "color_name": "white",
        "has_shape": true,
        "id": "38",
        "label": "38",
        "long": "Saint-Leu ligne 38",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF00FF",
        "color_name": "pink",
        "has_shape": true,
        "id": "39",
        "label": "39",
        "long": "Saint-Leu ligne 39",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006600",
        "color_name": "green",
        "has_shape": true,
        "id": "4",
        "label": "4",
        "long": "Trois-Bassins ligne 4",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF8080",
        "color_name": "pink",
        "has_shape": true,
        "id": "40",
        "label": "40",
        "long": "Saint-Leu ligne 40",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0066FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "41",
        "label": "41",
        "long": "Saint-Leu ligne 41",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "993300",
        "color_name": "brown",
        "has_shape": true,
        "id": "42",
        "label": "42",
        "long": "Saint-Leu ligne 42",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A295",
        "color_name": "teal",
        "has_shape": true,
        "id": "43",
        "label": "43",
        "long": "Saint-Leu ligne 43",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B2B2B2",
        "color_name": "gray",
        "has_shape": true,
        "id": "44",
        "label": "44",
        "long": "Saint-Leu ligne 44",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005680",
        "color_name": "teal",
        "has_shape": true,
        "id": "45",
        "label": "45",
        "long": "Saint-Leu ligne 45",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C04F4C",
        "color_name": "red",
        "has_shape": true,
        "id": "5",
        "label": "5",
        "long": "Trois-Bassins ligne 5",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "50",
        "label": "50",
        "long": "Trois-Bassins ligne 50",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "339966",
        "color_name": "green",
        "has_shape": true,
        "id": "51",
        "label": "51",
        "long": "Trois-Bassins ligne 51",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00CC00",
        "color_name": "green",
        "has_shape": true,
        "id": "52",
        "label": "52",
        "long": "Trois-Bassins ligne 52",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "53",
        "label": "53",
        "long": "Trois-Bassins ligne 53",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "99CC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "60",
        "label": "60",
        "long": "Saint-Paul ligne 60",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "61",
        "label": "61",
        "long": "Saint-Paul ligne 61",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF6600",
        "color_name": "orange",
        "has_shape": true,
        "id": "62",
        "label": "62",
        "long": "Saint-Paul ligne 62",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF3300",
        "color_name": "red",
        "has_shape": true,
        "id": "63",
        "label": "63",
        "long": "Saint-Paul ligne 63",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDC300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "64A",
        "label": "64A",
        "long": "Saint-Paul ligne 64A",
        "short": "64A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDC300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "64B",
        "label": "64B",
        "long": "Saint-Paul ligne 64B",
        "short": "64B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDC300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "64C",
        "label": "64C",
        "long": "Saint-Paul ligne 64C",
        "short": "64C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDC300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "64D",
        "label": "64D",
        "long": "Saint-Paul ligne 64D",
        "short": "64D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDC300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "64E",
        "label": "64E",
        "long": "Saint-Paul ligne 64E",
        "short": "64E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDC300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "64F",
        "label": "64F",
        "long": "Saint-Paul ligne 64F",
        "short": "64F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDC300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "64G",
        "label": "64G",
        "long": "Saint-Paul ligne 64G",
        "short": "64G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDC300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "64H",
        "label": "64H",
        "long": "Saint-Paul ligne 64H",
        "short": "64H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B0F0",
        "color_name": "teal",
        "has_shape": true,
        "id": "65",
        "label": "65",
        "long": "Saint-Paul ligne 65",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "66",
        "label": "66",
        "long": "Saint-Paul ligne 66",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CC99FF",
        "color_name": "white",
        "has_shape": true,
        "id": "67",
        "label": "67",
        "long": "Saint-Paul ligne 67",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CC3399",
        "color_name": "pink",
        "has_shape": true,
        "id": "68",
        "label": "68",
        "long": "Saint-Paul ligne 68",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "800080",
        "color_name": "purple",
        "has_shape": true,
        "id": "69",
        "label": "69",
        "long": "Saint-Paul ligne 69",
        "short": "69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "99CCFF",
        "color_name": "white",
        "has_shape": true,
        "id": "70",
        "label": "70",
        "long": "Saint-Paul ligne 70",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "66CCFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "71",
        "label": "71",
        "long": "Saint-Paul ligne 71",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CCFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "72",
        "label": "72",
        "long": "Saint-Paul ligne 72",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00CCFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "73",
        "label": "73",
        "long": "Saint-Paul ligne 73",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0099CC",
        "color_name": "teal",
        "has_shape": true,
        "id": "74",
        "label": "74",
        "long": "Saint-Paul ligne 74",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "75",
        "label": "75",
        "long": "Saint-Paul ligne 75",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "76",
        "label": "76",
        "long": "Saint-Paul ligne 76",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC66",
        "color_name": "yellow",
        "has_shape": true,
        "id": "77",
        "label": "77",
        "long": "Saint-Paul ligne 77",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC99",
        "color_name": "white",
        "has_shape": true,
        "id": "78",
        "label": "78",
        "long": "Saint-Paul ligne 78",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "548235",
        "color_name": "green",
        "has_shape": true,
        "id": "79",
        "label": "79",
        "long": "Saint-Paul ligne 79",
        "short": "79",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "80",
        "label": "80",
        "long": "Saint-Paul ligne 80",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009902",
        "color_name": "green",
        "has_shape": true,
        "id": "81",
        "label": "81",
        "long": "Saint-Paul ligne 81",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF00FF",
        "color_name": "pink",
        "has_shape": true,
        "id": "82",
        "label": "82",
        "long": "Saint-Paul ligne 82",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DEC800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "83",
        "label": "83",
        "long": "Saint-Paul ligne 83",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "968B28",
        "color_name": "brown",
        "has_shape": true,
        "id": "84",
        "label": "84",
        "long": "Saint-Paul ligne 84",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007AA2",
        "color_name": "teal",
        "has_shape": true,
        "id": "85",
        "label": "85",
        "long": "Saint-Paul ligne 85",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D04608",
        "color_name": "red",
        "has_shape": true,
        "id": "CH",
        "label": "CH",
        "long": "Saint-Paul ligne CH",
        "short": "CH",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "993300",
        "color_name": "brown",
        "has_shape": true,
        "id": "LGO",
        "label": "LGO",
        "long": "Saint-Paul ligne LGO",
        "short": "LGO",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 2283,
    "stop_points_capped": true
  },
  "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-01",
  "top_fixes": [
    {
      "code": "block_trips_with_overlapping_stop_times",
      "count": 120,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'block_trips_with_overlapping_stop_times' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 24.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Block trips with overlapping stop times (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "decreasing_or_equal_stop_time_distance",
      "count": 80,
      "effort": "Usually an export-tool fix, not hand editing.",
      "fix": "Re-generate shape distances in your export; flag to your vendor if it persists.",
      "owner": "Likely your export tool",
      "points": 24.0,
      "rank": 2,
      "severity": "ERROR",
      "what": "Some trips have stop times whose distances along the route go backwards.",
      "why": "Apps can show buses jumping backwards or mis-order stops."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 1920,
      "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": 21.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "1920 of 2283 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"
}
