{
  "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": 15.0,
          "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_pct": 99.9,
        "mixed_case_stop_name_pct": 98.9,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 796,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 1526,
        "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": 796,
          "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": "796 of 796 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": 1526,
          "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": "1526 of 1526 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": 1,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Populate trip_headsign to match what the bus displays.",
          "owner": "Likely your export tool",
          "points": 0.0,
          "severity": "WARNING",
          "what": "1 of 1526 trips have no headsign.",
          "why": "Riders at the stop can't tell which direction a bus is going."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        }
      ],
      "name": "completeness",
      "score": 37.3,
      "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": 10,
          "WARNING": 92
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "route_long_name_contains_short_name",
          "count": 60,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'route_long_name_contains_short_name' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Route long name contains short name (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 16,
          "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": "expired_calendar",
          "count": 13,
          "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": 6,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'big_gap_in_service' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "Big gap in service (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 4,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_headsign_matches_intermediate_stop' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Trip headsign matches intermediate stop (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 70.8,
      "status": "measured",
      "summary": "The MobilityData validator flagged 7 kinds of issue across 102 instances (0 error, 92 warning, 10 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 44,
        "effective_expiry_date": "2026-08-31",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2026-08-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": 58.3,
      "status": "measured",
      "summary": "Service data covers the next 44 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 44 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": "This feed is close to the conformance mark. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "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": "a3fb5c74349f014c78c986606c48926267a7da5b8861c46a81a90dc063ddcd14",
    "size_bytes": 240685,
    "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-07-18T00:00:00+00:00",
  "geo": {
    "bbox": [
      -1.22868,
      45.44971,
      -0.72313,
      45.84678
    ],
    "lat": 45.63711,
    "lon": -1.00632,
    "stop_count": 796
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 82,
        "trip_count": 1526,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 82,
    "trip_count": 1526
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 57.2,
    "margin_to_next_band": 2.8,
    "score": 57.2
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 44,
      "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": "44 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (31, 32, 6, 9, 4, and more).",
      "why": "Low-contrast route badges are hard to read for riders with low vision and wash out on a phone screen in sunlight at the stop."
    }
  ],
  "routability": {
    "boardable_stops": 796,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 1526
  },
  "route_map": {
    "drawn_route_count": 0,
    "has_shapes": false,
    "path": "data/artifacts/carabus-royan/geometry.geojson",
    "route_count": 82,
    "routes": [
      {
        "color": "CE750F",
        "color_name": "orange",
        "has_shape": false,
        "id": "1",
        "label": "301",
        "long": "301 - Semussac Rivi\u00e8re < > Cozes",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "003300",
        "color_name": "black",
        "has_shape": false,
        "id": "10",
        "label": "320",
        "long": "320 RPI de  Chenac / Epargnes / Arces",
        "short": "320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6FBC85",
        "color_name": "gray",
        "has_shape": false,
        "id": "103",
        "label": "31",
        "long": "31 Royan < > La Palmyre",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "89408E",
        "color_name": "purple",
        "has_shape": false,
        "id": "11",
        "label": "201",
        "long": "201 St-Augustin  < > La Tremblade",
        "short": "201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "857639",
        "color_name": "brown",
        "has_shape": false,
        "id": "113",
        "label": "116",
        "long": "116 Royan - CES Zola > Meschers",
        "short": "116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A54C21",
        "color_name": "brown",
        "has_shape": false,
        "id": "12",
        "label": "202",
        "long": "202 Chaillevette  < > La Tremblade",
        "short": "202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5A9E33",
        "color_name": "green",
        "has_shape": false,
        "id": "124",
        "label": "32",
        "long": "32 Royan < > Talmont < > Mortagne-sur-Gironde",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "739BAC",
        "color_name": "gray",
        "has_shape": false,
        "id": "13",
        "label": "203",
        "long": "203 Etaules - Pirouette < > La Tremblade",
        "short": "203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6D1F80",
        "color_name": "purple",
        "has_shape": false,
        "id": "14",
        "label": "204",
        "long": "204 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": "205 Arvert  < > La Tremblade",
        "short": "205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F2B700",
        "color_name": "yellow",
        "has_shape": false,
        "id": "158",
        "label": "117",
        "long": "117 St-Sulpice-de-Royan < > Royan - Zola",
        "short": "117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006C2B",
        "color_name": "green",
        "has_shape": false,
        "id": "16",
        "label": "206",
        "long": "206 Etaules - OT < > La Tremblade",
        "short": "206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "003300",
        "color_name": "black",
        "has_shape": false,
        "id": "18",
        "label": "321",
        "long": "321 RPI de St Romain-sur-G / Floirac / Brie / Boutenac / Mortagne",
        "short": "321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": false,
        "id": "185",
        "label": "180",
        "long": "180 Medis < > Saujon",
        "short": "180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": false,
        "id": "186",
        "label": "181",
        "long": "181 L Eguille < > Saujon",
        "short": "181",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": false,
        "id": "187",
        "label": "182",
        "long": "182 Sablonceaux < > Saujon",
        "short": "182",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": false,
        "id": "188",
        "label": "183",
        "long": "183 Sablonceaux < > Saujon",
        "short": "183",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": false,
        "id": "189",
        "label": "184",
        "long": "184 St Romain de Benet < > Saujon",
        "short": "184",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": false,
        "id": "190",
        "label": "185",
        "long": "185 Le Chay < > Saujon",
        "short": "185",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F19FC1",
        "color_name": "pink",
        "has_shape": false,
        "id": "191",
        "label": "112Ext",
        "long": "112 Ext Mortagne < > St Seurin Port",
        "short": "112Ext",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": false,
        "id": "192",
        "label": "160",
        "long": "160 St Augustin < > Bourcefranc",
        "short": "160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": false,
        "id": "193",
        "label": "161",
        "long": "161 Les Mathes < > Bourcefranc",
        "short": "161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": false,
        "id": "194",
        "label": "162",
        "long": "162 Chaillevette < > Bourcefranc",
        "short": "162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": false,
        "id": "195",
        "label": "190",
        "long": "190 Saujon < > Royan - Cordouan",
        "short": "190",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": false,
        "id": "196",
        "label": "191",
        "long": "191 Saujon > Sablonceaux",
        "short": "191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": false,
        "id": "197",
        "label": "192",
        "long": "192 Saujon > St Romain de Benet",
        "short": "192",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C5007B",
        "color_name": "pink",
        "has_shape": false,
        "id": "2",
        "label": "302",
        "long": "302 - Semussac Z.A. < > Cozes",
        "short": "302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA5297",
        "color_name": "pink",
        "has_shape": false,
        "id": "202",
        "label": "6",
        "long": "ROYAN - Gare <> RONCE - Casino",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "702283",
        "color_name": "purple",
        "has_shape": false,
        "id": "237",
        "label": "7",
        "long": "SAUJON - Richelieu <> ROYAN - Gare",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EF7911",
        "color_name": "orange",
        "has_shape": false,
        "id": "242",
        "label": "9",
        "long": "MESCHERS - la long\u00e9e <> ROYAN - Gare",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8B5A1D",
        "color_name": "brown",
        "has_shape": false,
        "id": "243",
        "label": "8",
        "long": "COZES - Primaire <> ROYAN - Gare",
        "short": "8",
        "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": "4",
        "long": "ROYAN - Cordouan <> ST SULPICE DE ROYAN - Centre",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "27348B",
        "color_name": "blue",
        "has_shape": false,
        "id": "247",
        "label": "2",
        "long": "MEDIS <> VAUX SUR MER Grosse Pierre",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": false,
        "id": "249",
        "label": "193",
        "long": "193 Saujon > Corme Ecluse",
        "short": "193",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3366FF",
        "color_name": "blue",
        "has_shape": false,
        "id": "260",
        "label": "119",
        "long": "119 Meschers < > Royan",
        "short": "119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D30A11",
        "color_name": "red",
        "has_shape": false,
        "id": "261",
        "label": "1",
        "long": "ST-PALAIS-SUR-MER <> ST-GEORGES-DE-DIDONNE",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0BBBEF",
        "color_name": "teal",
        "has_shape": false,
        "id": "263",
        "label": "5",
        "long": "LES MATHES Eglise <> ROYAN",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": false,
        "id": "289",
        "label": "308",
        "long": "308 - THAIMS <> COZES",
        "short": "308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "339966",
        "color_name": "green",
        "has_shape": false,
        "id": "290",
        "label": "30",
        "long": "30 RONCE <> LA PALMYRE",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "99CC00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "291",
        "label": "33",
        "long": "33 Plages",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": false,
        "id": "292",
        "label": "118",
        "long": "118 St-Sulpice-de-Royan < > Royan - Zola",
        "short": "118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8B5A1D",
        "color_name": "brown",
        "has_shape": false,
        "id": "294",
        "label": "8D",
        "long": "8D COZES - Primaire <> ROYAN - Cordouan",
        "short": "8D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0BBBEF",
        "color_name": "teal",
        "has_shape": false,
        "id": "295",
        "label": "5D",
        "long": "5D ST-AUGUSTIN <> ROYAN",
        "short": "5D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C0C0C0",
        "color_name": "white",
        "has_shape": false,
        "id": "296",
        "label": "600",
        "long": "600 Jean Papeau",
        "short": "600",
        "text_color": "000000",
        "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": "303 - 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": "306",
        "label": "510",
        "long": "Navette Zola > Cordouan > Gare",
        "short": "510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A6EAC",
        "color_name": "purple",
        "has_shape": false,
        "id": "307",
        "label": "511",
        "long": "Navette Ste Marie > Cordouan > Gare",
        "short": "511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A6EAC",
        "color_name": "purple",
        "has_shape": false,
        "id": "308",
        "label": "512",
        "long": "Navette Dunant > Ste Marie > Zola > Cordouan via Chatelard",
        "short": "512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "99CC00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "39",
        "label": "102",
        "long": "102 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": "304 -  Boutenac < > Cozes",
        "short": "304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8E3424",
        "color_name": "brown",
        "has_shape": false,
        "id": "40",
        "label": "103",
        "long": "103 Arvert < > Royan - Cordouan",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B00A46",
        "color_name": "red",
        "has_shape": false,
        "id": "41",
        "label": "104",
        "long": "104 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": "105 Chaillevette < > Royan - Cordouan",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "92C476",
        "color_name": "gray",
        "has_shape": false,
        "id": "43",
        "label": "106",
        "long": "106 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": "107 Breuillet < > Royan - Cordouan",
        "short": "107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ABB68C",
        "color_name": "gray",
        "has_shape": false,
        "id": "45",
        "label": "108",
        "long": "108 L Eguille  < > Royan - Cordouan",
        "short": "108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8CCAB4",
        "color_name": "gray",
        "has_shape": false,
        "id": "47",
        "label": "110",
        "long": "110 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": "111 Gr\u00e9zac < > Royan - Cordouan",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7CA421",
        "color_name": "brown",
        "has_shape": false,
        "id": "49",
        "label": "115",
        "long": "115  Royan - Ste Marie > Arvert",
        "short": "115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0B72B5",
        "color_name": "teal",
        "has_shape": false,
        "id": "5",
        "label": "305",
        "long": "305 -  Mortagne < > Cozes",
        "short": "305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F19FC1",
        "color_name": "pink",
        "has_shape": false,
        "id": "50",
        "label": "112",
        "long": "112 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": "113 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": "114 Royan - Cordouan > Arvert",
        "short": "114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D40032",
        "color_name": "red",
        "has_shape": false,
        "id": "53",
        "label": "121",
        "long": "121 Breuillet < > Royan - Dunant",
        "short": "121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D85017",
        "color_name": "red",
        "has_shape": false,
        "id": "54",
        "label": "122",
        "long": "122 St-Palais-sur-Mer < > Royan - Dunant",
        "short": "122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AD8473",
        "color_name": "gray",
        "has_shape": false,
        "id": "55",
        "label": "123",
        "long": "123 Breuillet < > Royan - Dunant",
        "short": "123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B17C14",
        "color_name": "brown",
        "has_shape": false,
        "id": "56",
        "label": "124",
        "long": "124 Breuillet < > Royan - Dunant",
        "short": "124",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B0BC00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "57",
        "label": "125",
        "long": "125 St-Sulpice < > Royan - Dunant",
        "short": "125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "97BF0D",
        "color_name": "yellow",
        "has_shape": false,
        "id": "6",
        "label": "306",
        "long": "306 -  Corme Ecluse < > Cozes",
        "short": "306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D40032",
        "color_name": "red",
        "has_shape": false,
        "id": "62",
        "label": "141",
        "long": "141 Royan - Dunant > St-Sulpice-de-Royan",
        "short": "141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B0BC00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "63",
        "label": "142",
        "long": "142 Royan - Dunant > St-Sulpice-de-Royan",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F6AA41",
        "color_name": "yellow",
        "has_shape": false,
        "id": "64",
        "label": "143",
        "long": "143 Royan - Dunant > St-Sulpice-de-Royan",
        "short": "143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 796,
    "stop_points_capped": false
  },
  "rubric_version": "1.2",
  "schema_version": "1.15",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.2"
  },
  "snapshot_date": "2026-07-18",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 796,
      "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": "796 of 796 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": 1526,
      "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": "1526 of 1526 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_missing_feed_info_dates",
      "count": 1,
      "effort": "Two fields, set once in export settings.",
      "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 3,
      "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."
    }
  ],
  "validator_version": "8.0.1"
}
