{
  "agency": {
    "country": "FR",
    "id": "carabus-royan",
    "name": "Cara'bus (Royan)",
    "subdivision_code": "FR-NAQ",
    "subdivision_name": "Nouvelle-Aquitaine"
  },
  "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": 14.3,
          "stop_names": 14.8,
          "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": 1320,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 95.3,
        "headsign_scored_pct": 95.3,
        "mixed_case_stop_name_pct": 99.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 799,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 1320,
        "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": 799,
          "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": "799 of 799 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": 1320,
          "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": "1320 of 1320 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_missing_headsigns",
          "count": 62,
          "effort": "Usually one value per route pattern in your scheduling source.",
          "fix": "Add the destination, direction, or 'via' label riders actually see to trip_headsign. Do not copy the route name. If the label changes during the trip, use stop_headsign.",
          "owner": "",
          "points": 0.7,
          "severity": "WARNING",
          "what": "62 of 1320 trips have no headsign, the text that tells riders where the bus is going.",
          "why": "When a route has multiple directions or patterns, the route name alone may not tell riders which service is coming."
        },
        {
          "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": 36.6,
      "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": 7,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 35,
          "WARNING": 490
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "fast_travel_between_consecutive_stops",
          "count": 434,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a bus can.",
          "why": "Usually a typo'd stop time; riders get arrival times no bus can meet."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 46,
          "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": 6.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": "route_color_contrast",
          "count": 5,
          "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": "unexpected_enum_value",
          "count": 3,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unexpected_enum_value' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Unexpected enum value (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": 35,
          "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": 69.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 7 kinds of issue across 525 instances (0 error, 490 warning, 35 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 308,
        "effective_expiry_date": "2027-07-06",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2027-07-06",
        "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 308 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the configured feed URL. Publisher ownership of that URL is not verified."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 308 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 1.0 declared by the Communaut\u00e9 d'Agglom\u00e9ration Royan Atlantique on France's National Access Point. Derived measurements by GTFS Scorecard.",
    "reachable": true,
    "sha256": "b0213299f355012d59a518bb817e30cd94e24aed8937c88b294597dfcc093a68",
    "size_bytes": 190663,
    "source_provenance": "unverified",
    "static_url": "https://data.agglo-royan.fr/dataset/9b761974-a195-4e33-91b7-ecee3b368016/resource/d4915904-ebd0-43cf-9b35-fbfc04ce91fd/download/gtfs_20250613_092554_tdra.zip"
  },
  "fetch": {
    "final_url": "https://data.agglo-royan.fr/dataset/9b761974-a195-4e33-91b7-ecee3b368016/resource/d4915904-ebd0-43cf-9b35-fbfc04ce91fd/download/gtfs_20250613_092554_tdra.zip",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-08-31T00:00:00+00:00",
  "geo": {
    "bbox": [
      -1.17677,
      45.44971,
      -0.72313,
      45.84678
    ],
    "lat": 45.63428,
    "lon": -1.00258,
    "stop_count": 799
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 85,
        "trip_count": 1320,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 85,
    "trip_count": 1320
  },
  "overall": {
    "grade": "D",
    "margin_to_lower_band": 3.0,
    "margin_to_next_band": 7.0,
    "score": 63.0
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 42,
      "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": "42 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (11, 12, 20, 21, 22, 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."
    }
  ],
  "recompute": {
    "as_of": "2026-09-01",
    "feed_fetched_date": "2026-08-31",
    "kind": "freshness"
  },
  "routability": {
    "boardable_stops": 799,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 1320
  },
  "route_map": {
    "drawn_route_count": 0,
    "has_shapes": false,
    "path": "data/artifacts/carabus-royan/geometry.geojson",
    "route_count": 85,
    "routes": [
      {
        "color": "CE750F",
        "color_name": "orange",
        "has_shape": false,
        "id": "1",
        "label": "301",
        "long": "Semussac Rivi\u00e8re < > Cozes",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "003300",
        "color_name": "black",
        "has_shape": false,
        "id": "10",
        "label": "601",
        "long": "RPI de  Chenac / Epargnes / Arces",
        "short": "601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "89408E",
        "color_name": "purple",
        "has_shape": false,
        "id": "11",
        "label": "201",
        "long": "St-Augustin  < > La Tremblade",
        "short": "201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "857639",
        "color_name": "brown",
        "has_shape": false,
        "id": "113",
        "label": "901",
        "long": "Royan - CES Zola > Meschers",
        "short": "901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A54C21",
        "color_name": "brown",
        "has_shape": false,
        "id": "12",
        "label": "202",
        "long": "Chaillevette  < > La Tremblade",
        "short": "202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "739BAC",
        "color_name": "gray",
        "has_shape": false,
        "id": "13",
        "label": "203",
        "long": "Etaules - Pirouette < > La Tremblade",
        "short": "203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "003300",
        "color_name": "black",
        "has_shape": false,
        "id": "131",
        "label": "603",
        "long": "R P I de Grezac / Corme / Ecluse",
        "short": "603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "91E5C9",
        "color_name": "white",
        "has_shape": false,
        "id": "133",
        "label": "23",
        "long": "Guillaumine <> Longee",
        "short": "23",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6D1F80",
        "color_name": "purple",
        "has_shape": false,
        "id": "14",
        "label": "204",
        "long": "La Palmyre < > La Tremblade",
        "short": "204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098B7",
        "color_name": "teal",
        "has_shape": false,
        "id": "15",
        "label": "205",
        "long": "Arvert  < > La Tremblade",
        "short": "205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006C2B",
        "color_name": "green",
        "has_shape": false,
        "id": "16",
        "label": "206",
        "long": "Etaules - OT < > La Tremblade",
        "short": "206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5A9E33",
        "color_name": "green",
        "has_shape": false,
        "id": "172",
        "label": "32",
        "long": "Gare Royan <> Place Talmont",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "003300",
        "color_name": "black",
        "has_shape": false,
        "id": "173",
        "label": "SUB",
        "long": "Service de substitution",
        "short": "SUB",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "003300",
        "color_name": "black",
        "has_shape": false,
        "id": "18",
        "label": "602",
        "long": "RPI de St Romain-sur-G / Floirac / Brie / Boutenac / Mortagne",
        "short": "602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": false,
        "id": "185",
        "label": "801",
        "long": "Medis < > Saujon",
        "short": "801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": false,
        "id": "186",
        "label": "802",
        "long": "l'Eguille < > Saujon",
        "short": "802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": false,
        "id": "187",
        "label": "803",
        "long": "Sablonceaux < > Saujon",
        "short": "803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": false,
        "id": "188",
        "label": "804",
        "long": "Sablonceaux < > Saujon",
        "short": "804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": false,
        "id": "189",
        "label": "805",
        "long": "St Romain de Benet < > Saujon",
        "short": "805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": false,
        "id": "192",
        "label": "701",
        "long": "St Augustin < > Bourcefranc",
        "short": "701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": false,
        "id": "193",
        "label": "702",
        "long": "Les Mathes < > Bourcefranc",
        "short": "702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": false,
        "id": "196",
        "label": "810",
        "long": "Saujon > Sablonceaux",
        "short": "810",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": false,
        "id": "197",
        "label": "811",
        "long": "Saujon > St Romain de Benet",
        "short": "811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C5007B",
        "color_name": "pink",
        "has_shape": false,
        "id": "2",
        "label": "302",
        "long": "Semussac Z.A. < > Cozes",
        "short": "302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA5297",
        "color_name": "pink",
        "has_shape": false,
        "id": "202",
        "label": "12",
        "long": "Royan Gare <> Ronce Casino",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "702283",
        "color_name": "purple",
        "has_shape": false,
        "id": "237",
        "label": "14",
        "long": "Saujon Richelieu <> Royan Gare",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E95C0C",
        "color_name": "orange",
        "has_shape": false,
        "id": "242",
        "label": "21",
        "long": "Meschers la long\u00e9e <> Royan Gare",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8B5A1D",
        "color_name": "brown",
        "has_shape": false,
        "id": "243",
        "label": "15",
        "long": "Cozes Primaire <> Royan Gare",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFED00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "245",
        "label": "3",
        "long": "ROYAN - Notre-Dame <> ROYAN - Cordouan",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "009A42",
        "color_name": "green",
        "has_shape": false,
        "id": "246",
        "label": "11",
        "long": "Royan Cordouan <> St Sulpice de Royan Centre",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": false,
        "id": "249",
        "label": "812",
        "long": "Saujon > Corme Ecluse",
        "short": "812",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3366FF",
        "color_name": "blue",
        "has_shape": false,
        "id": "260",
        "label": "101",
        "long": "Meschers < > Royan",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D30A11",
        "color_name": "red",
        "has_shape": false,
        "id": "261",
        "label": "10",
        "long": "St Palais sur mer <> St Georges de Didonne",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0BBBEF",
        "color_name": "teal",
        "has_shape": false,
        "id": "263",
        "label": "20",
        "long": "Les Mathes Eglise <> Royan",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A6EAC",
        "color_name": "purple",
        "has_shape": false,
        "id": "297",
        "label": "501",
        "long": "Navette Cordouan <> Atlantique",
        "short": "501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A6EAC",
        "color_name": "purple",
        "has_shape": false,
        "id": "298",
        "label": "502",
        "long": "Navette Cordouan <> Dunant",
        "short": "502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A6EAC",
        "color_name": "purple",
        "has_shape": false,
        "id": "299",
        "label": "503",
        "long": "Navette Cordouan <> Ste Marie",
        "short": "503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "834365",
        "color_name": "brown",
        "has_shape": false,
        "id": "3",
        "label": "303",
        "long": "Talmont < > Cozes",
        "short": "303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A6EAC",
        "color_name": "purple",
        "has_shape": false,
        "id": "300",
        "label": "504",
        "long": "Navette Cordouan <> Zola",
        "short": "504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A6EAC",
        "color_name": "purple",
        "has_shape": false,
        "id": "301",
        "label": "505",
        "long": "Navette Gare <> Dunant",
        "short": "505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A6EAC",
        "color_name": "purple",
        "has_shape": false,
        "id": "302",
        "label": "506",
        "long": "Navette Gare <> Cordouan",
        "short": "506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A6EAC",
        "color_name": "purple",
        "has_shape": false,
        "id": "303",
        "label": "507",
        "long": "Navette Gare <> Atlantique",
        "short": "507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A6EAC",
        "color_name": "purple",
        "has_shape": false,
        "id": "304",
        "label": "508",
        "long": "Navette Gare <> Zola",
        "short": "508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A6EAC",
        "color_name": "purple",
        "has_shape": false,
        "id": "305",
        "label": "509",
        "long": "Navette Gare <> Ste Marie",
        "short": "509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A6EAC",
        "color_name": "purple",
        "has_shape": false,
        "id": "308",
        "label": "510",
        "long": "Navette Dunant > Ste Marie > Zola > Cordouan via Chatelard",
        "short": "510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CC6E9C",
        "color_name": "pink",
        "has_shape": false,
        "id": "31",
        "label": "22",
        "long": "Gare Saujon <> Gare Cozes",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EEA512",
        "color_name": "yellow",
        "has_shape": false,
        "id": "311",
        "label": "A",
        "long": "Coll\u00e8ge Dunant <> Vallet",
        "short": "A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B64291",
        "color_name": "pink",
        "has_shape": false,
        "id": "312",
        "label": "B",
        "long": "PEM <> Pasteur",
        "short": "B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "27348B",
        "color_name": "blue",
        "has_shape": false,
        "id": "313",
        "label": "C",
        "long": "St Marie <> Gare",
        "short": "C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFED00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "314",
        "label": "D",
        "long": "Polyclinique <> Gare",
        "short": "D",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4EBDC3",
        "color_name": "teal",
        "has_shape": false,
        "id": "315",
        "label": "31",
        "long": "Gare Royan <> Palmyre OT",
        "short": "31",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "99CC00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "316",
        "label": "24",
        "long": "St Sulpice <> Mornac",
        "short": "24",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DDBDD3",
        "color_name": "white",
        "has_shape": false,
        "id": "317",
        "label": "25",
        "long": "Saujon <> l'Eguille",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D30A11",
        "color_name": "red",
        "has_shape": false,
        "id": "324",
        "label": "1",
        "long": "ST-PALAIS-SUR-MER <> ST-GEORGES-DE-DIDONNE",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "27348B",
        "color_name": "blue",
        "has_shape": false,
        "id": "325",
        "label": "2",
        "long": "MEDIS <> VAUX SUR MER Grosse Pierre",
        "short": "2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "009A42",
        "color_name": "green",
        "has_shape": false,
        "id": "326",
        "label": "4",
        "long": "ROYAN - Cordouan <> ST SULPICE DE ROYAN - Centre",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0BBBEF",
        "color_name": "teal",
        "has_shape": false,
        "id": "327",
        "label": "5",
        "long": "LES MATHES Eglise <> ROYAN",
        "short": "5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EA5297",
        "color_name": "pink",
        "has_shape": false,
        "id": "328",
        "label": "6",
        "long": "ROYAN - Gare <> RONCE - Casino",
        "short": "6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "702283",
        "color_name": "purple",
        "has_shape": false,
        "id": "329",
        "label": "7",
        "long": "SAUJON - Richelieu <> ROYAN - Gare",
        "short": "7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8B5A1D",
        "color_name": "brown",
        "has_shape": false,
        "id": "330",
        "label": "8",
        "long": "COZES - Primaire <> ROYAN - Gare",
        "short": "8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7911",
        "color_name": "orange",
        "has_shape": false,
        "id": "331",
        "label": "9",
        "long": "MESCHERS - la long\u00e9e <> ROYAN - Gare",
        "short": "9",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "99CC00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "39",
        "label": "102",
        "long": "St Sulpice > Royan - Cordouan",
        "short": "102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009CA4",
        "color_name": "teal",
        "has_shape": false,
        "id": "4",
        "label": "304",
        "long": "Boutenac < > Cozes",
        "short": "304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8E3424",
        "color_name": "brown",
        "has_shape": false,
        "id": "40",
        "label": "103",
        "long": "Arvert < > Royan - Cordouan",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B00A46",
        "color_name": "red",
        "has_shape": false,
        "id": "41",
        "label": "104",
        "long": "Arvert  Dir\u00e9e < > Royan - Cordouan",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F2B700",
        "color_name": "yellow",
        "has_shape": false,
        "id": "42",
        "label": "105",
        "long": "Chaillevette < > Royan - Cordouan",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "92C476",
        "color_name": "gray",
        "has_shape": false,
        "id": "43",
        "label": "106",
        "long": "St-Palais-sur-Mer  < > Royan Cordouan",
        "short": "106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D08E55",
        "color_name": "orange",
        "has_shape": false,
        "id": "44",
        "label": "107",
        "long": "Breuillet < > Royan - Cordouan",
        "short": "107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ABB68C",
        "color_name": "gray",
        "has_shape": false,
        "id": "45",
        "label": "108",
        "long": "l' Eguille  < > Royan - Cordouan",
        "short": "108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A7BBC1",
        "color_name": "gray",
        "has_shape": false,
        "id": "46",
        "label": "109",
        "long": "Saujon < > Royan - Cordouan",
        "short": "109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8CCAB4",
        "color_name": "gray",
        "has_shape": false,
        "id": "47",
        "label": "110",
        "long": "Saujon Berlan < > Royan - Cordouan",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2699D1",
        "color_name": "teal",
        "has_shape": false,
        "id": "48",
        "label": "111",
        "long": "Gr\u00e9zac < > Royan - Cordouan",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7CA421",
        "color_name": "brown",
        "has_shape": false,
        "id": "49",
        "label": "902",
        "long": "Royan - Ste Marie > Arvert",
        "short": "902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0B72B5",
        "color_name": "teal",
        "has_shape": false,
        "id": "5",
        "label": "305",
        "long": "Mortagne < > Cozes",
        "short": "305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F19FC1",
        "color_name": "pink",
        "has_shape": false,
        "id": "50",
        "label": "112",
        "long": "Cozes Garde < > Royan - Cordouan",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A08717",
        "color_name": "brown",
        "has_shape": false,
        "id": "51",
        "label": "113",
        "long": "Corme Ecluse < > Royan - Cordouan",
        "short": "113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AD6556",
        "color_name": "brown",
        "has_shape": false,
        "id": "52",
        "label": "114",
        "long": "Royan - Cordouan > Arvert",
        "short": "114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D40032",
        "color_name": "red",
        "has_shape": false,
        "id": "53",
        "label": "401",
        "long": "Breuillet < > Royan - Dunant",
        "short": "401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AD8473",
        "color_name": "gray",
        "has_shape": false,
        "id": "55",
        "label": "402",
        "long": "Breuillet < > Royan - Dunant",
        "short": "402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B17C14",
        "color_name": "brown",
        "has_shape": false,
        "id": "56",
        "label": "403",
        "long": "Breuillet < > Royan - Dunant",
        "short": "403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B0BC00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "57",
        "label": "404",
        "long": "St-Sulpice < > Royan - Dunant",
        "short": "404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "97BF0D",
        "color_name": "yellow",
        "has_shape": false,
        "id": "6",
        "label": "306",
        "long": "Corme Ecluse < > Cozes",
        "short": "306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D40032",
        "color_name": "red",
        "has_shape": false,
        "id": "62",
        "label": "410",
        "long": "Royan - Dunant > St-Sulpice-de-Royan",
        "short": "410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B0BC00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "63",
        "label": "411",
        "long": "Royan - Dunant > St-Sulpice-de-Royan",
        "short": "411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F6AA41",
        "color_name": "yellow",
        "has_shape": false,
        "id": "64",
        "label": "412",
        "long": "Royan - Dunant > St-Sulpice-de-Royan",
        "short": "412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 799,
    "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-01",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 799,
      "effort": "A column in stops.txt; your scheduling software likely has it.",
      "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
      "owner": "Likely your team",
      "points": 25.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "799 of 799 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": 1320,
      "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": 2,
      "severity": "WARNING",
      "what": "1320 of 1320 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,
      "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"
}
