{
  "agency": {
    "country": "FR",
    "id": "palmbus-cannes",
    "name": "Palmbus (Cannes)",
    "subdivision_code": "FR-PAC",
    "subdivision_name": "Provence-Alpes-C\u00f4te-d\u2019Azur"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 11.8,
          "stops_marked_accessible_pct": 18.8,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 18.8,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 15.0,
          "fares": 15.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 4.7,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": true,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "legacy",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": true,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 99.9,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1529,
        "translations": {
          "feed_lang": "fr",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 47833,
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 18.8,
        "wheelchair_marked_accessible_pct": 18.8,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 1241,
          "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": 20.3,
          "severity": "WARNING",
          "what": "1241 of 1529 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": 47833,
          "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": "47833 of 47833 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_station_no_pathways",
          "count": 1,
          "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
          "fix": "Add pathways.txt connecting entrances, platforms, and any elevators, with a level for each.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "This feed models stations or entrances but has no pathways.txt.",
          "why": "Trip planners can't guide riders through the station, and there is no step-free route information for wheelchair users."
        }
      ],
      "name": "completeness",
      "score": 64.7,
      "status": "measured",
      "summary": "19% of stops state wheelchair accessibility (19% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 5,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 1761,
          "WARNING": 2858
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 2762,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates_distance_below_threshold' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Equal shape distance diff coordinates distance below threshold (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "equal_shape_distance_same_coordinates",
          "count": 86,
          "effort": "Usually one export setting.",
          "fix": "Turn on shape cleanup in your export tool, or drop the repeated points from shapes.txt.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some route lines list the same point twice in a row.",
          "why": "Repeated points don't hurt riders, but they can skew distance math and hint at a shaky export."
        },
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 9,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Check the flagged stops' shape_dist_traveled against the route shape, and re-generate it on export if they disagree.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line, going by the feed's own distance values.",
          "why": "Trip planners may draw the route down the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "route_long_name_contains_short_name",
          "count": 1,
          "effort": "One field per flagged route.",
          "fix": "Drop the short name from route_long_name and keep the long name descriptive, like 'Downtown via 5th Ave'.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some route long names repeat the route's short name inside them.",
          "why": "Apps show both names together, so riders see the number twice, like '5 5 Downtown'."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 1761,
          "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."
        }
      ],
      "name": "correctness",
      "score": 73.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 5 kinds of issue across 4619 instances (0 error, 2858 warning, 1761 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 168,
        "effective_expiry_date": "2027-01-03",
        "feed_end_date": "2027-01-03",
        "feed_start_date": "2026-06-29",
        "feed_version": "10072026",
        "has_feed_info": true,
        "last_service_date": "2027-01-03",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 100.0,
      "status": "measured",
      "summary": "Service data covers the next 168 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 168 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 19% 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 19% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Licence Ouverte 2.0 (Etalab) as recorded on the French national access point transport.data.gouv.fr; reuse including commercial reuse is permitted with attribution to Communaut\u00e9 d'agglom\u00e9ration Cannes Pays de L\u00e9rins (r\u00e9seau Palmbus) and the update date.",
    "reachable": true,
    "sha256": "ca771915e91f741f71f9576b27db2a51d85574963ff80bb68e67d2392756c408",
    "size_bytes": 19532898,
    "static_url": "https://transport.data.gouv.fr/resources/79420/download"
  },
  "fetch": {
    "final_url": "https://static.data.gouv.fr/resources/horaires-theoriques-et-temps-reel-gtfs-gtfs-rt-du-reseau-palmbus-cannes-pays-de-lerins/20260710-114430/palmbus-cannes-fr.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-19T00:00:00+00:00",
  "geo": {
    "bbox": [
      6.9201,
      43.48091,
      7.05801,
      43.62415
    ],
    "lat": 43.55885,
    "lon": 7.00159,
    "stop_count": 1529
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 48,
        "trip_count": 47833,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 48,
    "trip_count": 47833
  },
  "overall": {
    "grade": "C",
    "margin_to_lower_band": 7.2,
    "margin_to_next_band": 2.8,
    "score": 77.2
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 24,
      "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": "24 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (1, 2, 6A, 6B, 7, and more).",
      "why": "Low-contrast route badges are hard to read for riders with low vision and wash out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 5,
      "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": "5 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Place de Rocheville (av. des Broussailles)\", \"Dr.Bernard\", \"Dr.Bernard\", and more).",
      "why": "Riders who use a screen reader hear the raw name, so 'Main St & 2nd Ave' can come out as 'Main saint' or drop the ampersand."
    },
    {
      "category": "accessibility",
      "code": "scorecard_station_missing_step_free_data",
      "count": 2,
      "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
      "fix": "Add pathways.txt connecting entrances, platforms, and elevators, and levels.txt for each floor, so the step-free route is described.",
      "owner": "",
      "points": 0.0,
      "severity": "WARNING",
      "what": "This feed models stations or entrances but has no pathways.txt and levels.txt.",
      "why": "Without pathways and levels, a wheelchair user can't tell whether a step-free route exists inside the station, and trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 952,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 47833
  },
  "route_map": {
    "drawn_route_count": 48,
    "has_shapes": true,
    "path": "data/artifacts/palmbus-cannes/geometry.geojson",
    "route_count": 48,
    "routes": [
      {
        "color": "4EAE32",
        "color_name": "green",
        "has_shape": true,
        "id": "1",
        "label": "1",
        "long": "Penh Cha\u00ef - Alfred de Musset-Ranguin",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF3333",
        "color_name": "red",
        "has_shape": true,
        "id": "10",
        "label": "10",
        "long": "Les Pins Parasols - La Palestre / Mirandoles - H\u00f4tel de Ville",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CCCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "11",
        "label": "11",
        "long": "Penh Cha\u00ef - Rocheville - Gabians",
        "short": "11",
        "text_color": "0A0A0A",
        "type_label": "Bus"
      },
      {
        "color": "990033",
        "color_name": "red",
        "has_shape": true,
        "id": "11A",
        "label": "11A",
        "long": "Mairie du Cannet / Mus\u00e9e Bonnard - Les Pin Parasols",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "12",
        "label": "12",
        "long": "Les Mirandoles II - Lyc\u00e9e Carnot - H\u00f4tel de Ville",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "627675",
        "color_name": "gray",
        "has_shape": true,
        "id": "14",
        "label": "14",
        "long": "Gare SNCF Le Bosquet - Place du March\u00e9 - Gabians",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CCCC",
        "color_name": "teal",
        "has_shape": true,
        "id": "17",
        "label": "17",
        "long": "H\u00f4pital de Cannes - Ranguin - Gare Routi\u00e8re de Mandelieu",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1E4EA2",
        "color_name": "blue",
        "has_shape": true,
        "id": "18",
        "label": "18",
        "long": "Gare Routi\u00e8re de Mandelieu - La Roquette-sur-Siagne",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "95C11F",
        "color_name": "yellow",
        "has_shape": true,
        "id": "19",
        "label": "19",
        "long": "Gare Routi\u00e8re de Mandelieu - CES A. Camus - Th\u00e9oule-Mairie / Le Trayas Notre Dame",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3FB5E8",
        "color_name": "teal",
        "has_shape": true,
        "id": "2",
        "label": "2",
        "long": "Blanchisserie - H\u00f4pital de Cannes / Perier - Les Bastides",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF4338",
        "color_name": "red",
        "has_shape": true,
        "id": "21",
        "label": "21",
        "long": "H\u00f4tel de Ville - Notre Dame des Pins - H\u00f4tel de Ville",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FBBA00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "22",
        "label": "22",
        "long": "Gare SNCF de Cannes - La Napoule - Th\u00e9oule-Mairie / Le Trayas Notre Dame",
        "short": "22",
        "text_color": "0A0A0A",
        "type_label": "Bus"
      },
      {
        "color": "D500F9",
        "color_name": "pink",
        "has_shape": true,
        "id": "23",
        "label": "23",
        "long": "CES Mimosas - Canardi\u00e8re - Tassigny",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A870",
        "color_name": "green",
        "has_shape": true,
        "id": "24",
        "label": "24",
        "long": "Mougins le Haut Place des Arcades - Le Cannet Place Leclerc",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BB0E0C",
        "color_name": "red",
        "has_shape": true,
        "id": "26",
        "label": "26",
        "long": "Mougins P.A. de Saint martin - Ranguin",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A877B2",
        "color_name": "pink",
        "has_shape": true,
        "id": "28",
        "label": "28",
        "long": "Mougins Tournamy - Mairie annexe de l'Aubar\u00e8de",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFA726",
        "color_name": "yellow",
        "has_shape": true,
        "id": "281",
        "label": "SOPHIA",
        "long": "Mougins le Haut - Place des Arcades - Sophia Antipolis - Coll\u00e8ge de l'Eganaude",
        "short": "SOPHIA",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007A33",
        "color_name": "green",
        "has_shape": true,
        "id": "29",
        "label": "29",
        "long": "Gare Routi\u00e8re des Messugues - Mougins Tournamy",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDC330",
        "color_name": "yellow",
        "has_shape": true,
        "id": "35",
        "label": "35",
        "long": "Ranguin - Lyc\u00e9e Carnot - Gare SNCF de Cannes",
        "short": "35",
        "text_color": "0A0A0A",
        "type_label": "Bus"
      },
      {
        "color": "783CBD",
        "color_name": "purple",
        "has_shape": true,
        "id": "4",
        "label": "4",
        "long": "Place Leclerc - Polyclinique / Place Aubanel - H\u00f4tel de Ville",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CC33CC",
        "color_name": "pink",
        "has_shape": true,
        "id": "6A",
        "label": "6A",
        "long": "Le Colombier - H\u00f4tel de Ville",
        "short": "6A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CC33CC",
        "color_name": "pink",
        "has_shape": true,
        "id": "6B",
        "label": "6B",
        "long": "Parc Saint-Paul / Saint Michel Collines - H\u00f4tel de Ville",
        "short": "6B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "948177",
        "color_name": "gray",
        "has_shape": true,
        "id": "7",
        "label": "7",
        "long": "Mare Monte - H\u00f4tel de Ville - Polyclinique",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E83B3B",
        "color_name": "red",
        "has_shape": true,
        "id": "8",
        "label": "IMP",
        "long": "Quai Laubeuf - Croisette - Palm Beach",
        "short": "IMP",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E94E1B",
        "color_name": "orange",
        "has_shape": true,
        "id": "9",
        "label": "9",
        "long": "Gare SNCF de Cannes - Col Saint Antoine - Vallauris-Fournas",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00E5FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "A",
        "label": "A",
        "long": "Gare SNCF de Cannes - Centre Commercial Minelle",
        "short": "A",
        "text_color": "0A0A0A",
        "type_label": "Bus"
      },
      {
        "color": "0277BD",
        "color_name": "teal",
        "has_shape": true,
        "id": "B",
        "label": "B",
        "long": "Mouans Sartoux Centre - Lyc\u00e9e Carnot - Gare SNCF de Cannes",
        "short": "B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A8A0",
        "color_name": "teal",
        "has_shape": true,
        "id": "BOC",
        "label": "BOC",
        "long": "Bocca Cabana",
        "short": "BOC",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CC0066",
        "color_name": "red",
        "has_shape": true,
        "id": "CITY",
        "label": "CITY",
        "long": "City Palm - Navette Centre Ville",
        "short": "CITY",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "336699",
        "color_name": "teal",
        "has_shape": true,
        "id": "ILE",
        "label": "ILE",
        "long": "Navette Presqu\u2019\u00eele - Montfleury",
        "short": "ILE",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2196F3",
        "color_name": "teal",
        "has_shape": true,
        "id": "MIM",
        "label": "MIM",
        "long": "Mimoplage",
        "short": "MIM",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D83640",
        "color_name": "red",
        "has_shape": true,
        "id": "MRO",
        "label": "MRO",
        "long": "Mour\u00e9 Rouge",
        "short": "MRO",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF3333",
        "color_name": "red",
        "has_shape": true,
        "id": "N10",
        "label": "N10",
        "long": "Les Pins Parasols - La Palestre - H\u00f4tel de Ville",
        "short": "N10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "N20",
        "label": "N20",
        "long": "Gare SNCF de Cannes - Boulevard du Midi",
        "short": "N20",
        "text_color": "0A0A0A",
        "type_label": "Bus"
      },
      {
        "color": "F57F17",
        "color_name": "orange",
        "has_shape": true,
        "id": "N21",
        "label": "N21",
        "long": "H\u00f4tel de Ville - Notre Dame des Pins - H\u00f4tel de Ville",
        "short": "N21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CC9966",
        "color_name": "gray",
        "has_shape": true,
        "id": "PAD13",
        "label": "PAD13",
        "long": "PAD : Place Leclerc - Les Collines / Centre Helio Marin",
        "short": "PAD13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "86CFEF",
        "color_name": "white",
        "has_shape": true,
        "id": "PAD201",
        "label": "PAD201",
        "long": "PAD : Place des Arcades - Coll\u00e8ge Eganaude",
        "short": "PAD201",
        "text_color": "0A0A0A",
        "type_label": "Bus"
      },
      {
        "color": "FFEE00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "PAD202",
        "label": "PAD202",
        "long": "PAD : Maison de retraite - Coll\u00e8ge Eganaude",
        "short": "PAD202",
        "text_color": "0A0A0A",
        "type_label": "Bus"
      },
      {
        "color": "96BF0D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "PAD203",
        "label": "PAD203",
        "long": "PAD : Mas Grand Vallon - Mougins Village",
        "short": "PAD203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F49401",
        "color_name": "orange",
        "has_shape": true,
        "id": "PAD204",
        "label": "PAD204",
        "long": "PAD : Foyer Maillan - Mougins Village",
        "short": "PAD204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "302783",
        "color_name": "blue",
        "has_shape": true,
        "id": "PAD206",
        "label": "PAD206",
        "long": "PAD : Place des Arcades - Tournamy",
        "short": "PAD206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "336666",
        "color_name": "green",
        "has_shape": true,
        "id": "PAD7A",
        "label": "PAD7A",
        "long": "PAD : Villa Font de Veyre - H\u00f4tel de Ville",
        "short": "PAD7A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A6529A",
        "color_name": "purple",
        "has_shape": true,
        "id": "R1",
        "label": "R1",
        "long": "Renfort 1",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A6529A",
        "color_name": "purple",
        "has_shape": true,
        "id": "R2",
        "label": "R2",
        "long": "Renfort 2",
        "short": "R2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A6529A",
        "color_name": "purple",
        "has_shape": true,
        "id": "R3",
        "label": "R3",
        "long": "Renfort 3",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FECB09",
        "color_name": "yellow",
        "has_shape": true,
        "id": "R4",
        "label": "R4",
        "long": "Renfort 4",
        "short": "R4",
        "text_color": "0A0A0A",
        "type_label": "Bus"
      },
      {
        "color": "FAA84B",
        "color_name": "yellow",
        "has_shape": true,
        "id": "R5",
        "label": "R5",
        "long": "Renfort 5",
        "short": "R5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CC0066",
        "color_name": "red",
        "has_shape": true,
        "id": "SUQ",
        "label": "SUQ",
        "long": "Navette du Suquet",
        "short": "SUQ",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1529,
    "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-19",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 1241,
      "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": 20.3,
      "rank": 1,
      "severity": "WARNING",
      "what": "1241 of 1529 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": 47833,
      "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": "47833 of 47833 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": "equal_shape_distance_diff_coordinates_distance_below_threshold",
      "count": 2762,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates_distance_below_threshold' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 8.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "Equal shape distance diff coordinates distance below threshold (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    }
  ],
  "validator_version": "8.0.1"
}
