{
  "agency": {
    "country": "FR",
    "id": "orizo-grand-avignon",
    "name": "Orizo (Grand Avignon)",
    "subdivision_code": "FR-PAC",
    "subdivision_name": "Provence-Alpes-C\u00f4te-d\u2019Azur"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 28.7,
          "stops_marked_accessible_pct": 45.9,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 45.9,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 11.5,
          "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": 100.0,
        "mixed_case_stop_name_pct": 99.7,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 987,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 10324,
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 45.9,
        "wheelchair_marked_accessible_pct": 45.9,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 534,
          "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": 13.5,
          "severity": "WARNING",
          "what": "534 of 987 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": 10324,
          "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": "10324 of 10324 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
        },
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "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": 48.9,
      "status": "measured",
      "summary": "46% of stops state wheelchair accessibility (46% 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": 2627,
          "INFO": 0,
          "WARNING": 14019
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "trip_distance_exceeds_shape_distance",
          "count": 2627,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 7274,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "trip_distance_exceeds_shape_distance_below_threshold",
          "count": 6672,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_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": "Trip distance exceeds shape distance below threshold (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 51,
          "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": "stop_too_far_from_shape_using_user_distance",
          "count": 19,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'stop_too_far_from_shape_using_user_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Stop too far from shape using user distance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "leading_or_trailing_whitespaces",
          "count": 2,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'leading_or_trailing_whitespaces' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Leading or trailing whitespaces (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."
        }
      ],
      "name": "correctness",
      "score": 38.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 7 kinds of issue across 16646 instances (2627 error, 14019 warning, 0 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 92,
        "effective_expiry_date": "2026-10-18",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2026-10-18",
        "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 92 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": "1 validator error to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 92 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 46% 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. 1 validator error to resolve. States wheelchair access on 46% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Licence Ouverte 2.0; published by Grand Avignon through France's National Access Point. Derived measurements by GTFS Scorecard.",
    "reachable": true,
    "sha256": "0ea99ef1a8fe8a5cbe41024d2bbfba7f0987a01401586caccc57f9b3f4476065",
    "size_bytes": 3269730,
    "static_url": "https://api.maas-fr.cityway.fr/dataflow/offre-tc/download?provider=ORIZO&dataFormat=GTFS&dataProfil=OPENDATA"
  },
  "fetch": {
    "final_url": "https://api.maas-fr.cityway.fr/dataflow/offre-tc/download?provider=ORIZO&dataFormat=GTFS&dataProfil=OPENDATA",
    "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": [
      4.66637,
      43.88605,
      5.04308,
      44.05271
    ],
    "lat": 43.95142,
    "lon": 4.82833,
    "stop_count": 987
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "tram",
        "label": "Tram / light rail",
        "route_count": 1,
        "trip_count": 1440,
        "trip_share_pct": 13.9
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 68,
        "trip_count": 8884,
        "trip_share_pct": 86.1
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 69,
    "trip_count": 10324
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 53.2,
    "margin_to_next_band": 6.8,
    "score": 53.2
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 16,
      "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": "16 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (07, 09, 11, 18, 22, 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": 57,
      "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": "57 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"St Lazare\", \"P+R Agroparc\", \"Chapelle St Joseph\", 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."
    }
  ],
  "routability": {
    "boardable_stops": 987,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 10324
  },
  "route_map": {
    "drawn_route_count": 69,
    "has_shapes": true,
    "path": "data/artifacts/orizo-grand-avignon/geometry.geojson",
    "route_count": 69,
    "routes": [
      {
        "color": "009FE3",
        "color_name": "teal",
        "has_shape": true,
        "id": "04",
        "label": "04",
        "long": "P+R AGROPARC - AVIGNON POSTE",
        "short": "04",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EC619F",
        "color_name": "pink",
        "has_shape": true,
        "id": "05",
        "label": "05",
        "long": "VILLENEUVE - AVIGNON POSTE",
        "short": "05",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E18800",
        "color_name": "orange",
        "has_shape": true,
        "id": "06",
        "label": "06",
        "long": "AVIGNON POSTE - SAINT GABRIEL",
        "short": "06",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A227F",
        "color_name": "purple",
        "has_shape": true,
        "id": "07",
        "label": "07",
        "long": "CANNONETS - PALAIS DE JUSTICE",
        "short": "07",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EC6608",
        "color_name": "orange",
        "has_shape": true,
        "id": "08",
        "label": "08",
        "long": "ENTRAIGUES / VEDENE - PORTE DE L'OULLE",
        "short": "08",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E30613",
        "color_name": "red",
        "has_shape": true,
        "id": "09",
        "label": "09",
        "long": "MORIERES - AVIGNON POSTE",
        "short": "09",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "89C195",
        "color_name": "gray",
        "has_shape": true,
        "id": "10",
        "label": "10",
        "long": "AVIGNON POSTE - AVIGNON TGV",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005CA9",
        "color_name": "teal",
        "has_shape": true,
        "id": "11",
        "label": "11",
        "long": "JONQUERETTES / ST SATURNIN - AVIGNON POSTE",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B56167",
        "color_name": "pink",
        "has_shape": true,
        "id": "12",
        "label": "12",
        "long": "AVIGNON NORD - ST CHAMAND",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FBBC43",
        "color_name": "yellow",
        "has_shape": true,
        "id": "13",
        "label": "13",
        "long": "LE PONTET LE LAC - AEROPORT",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009640",
        "color_name": "green",
        "has_shape": true,
        "id": "14",
        "label": "14",
        "long": "LE PONTET LE LAC - PARROCEL",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C2DDB0",
        "color_name": "white",
        "has_shape": true,
        "id": "15",
        "label": "15",
        "long": "SAZE - PORTE DE L'OULLE",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F7A941",
        "color_name": "yellow",
        "has_shape": true,
        "id": "16",
        "label": "16",
        "long": "ROCHEFORT STADE / LES ANGLES - AVIGNON POSTE",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B2EC",
        "color_name": "teal",
        "has_shape": true,
        "id": "17",
        "label": "17",
        "long": "ROCHEFORT COLLEGE HAIGNERE - LA BEGUDE",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "312783",
        "color_name": "blue",
        "has_shape": true,
        "id": "18",
        "label": "18",
        "long": "GRAND ANGLES - PORTE DE L'OULLE",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EFEC8B",
        "color_name": "white",
        "has_shape": true,
        "id": "19",
        "label": "19",
        "long": "LYCEE JEAN VILAR - LES ANGLES 2EME DB",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5488C7",
        "color_name": "teal",
        "has_shape": true,
        "id": "20",
        "label": "20",
        "long": "AVIGNON TGV - P+R PIOT",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0064A3",
        "color_name": "teal",
        "has_shape": true,
        "id": "22",
        "label": "22",
        "long": "SAINT LAZARE - CAUMONT",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F19FC5",
        "color_name": "white",
        "has_shape": true,
        "id": "23",
        "label": "23",
        "long": "BARTHELASSE - ST LAZARE",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "485156",
        "color_name": "green",
        "has_shape": true,
        "id": "24",
        "label": "24",
        "long": "JARDINS NEUFS - ST LAZARE",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0086CD",
        "color_name": "teal",
        "has_shape": true,
        "id": "25",
        "label": "25",
        "long": "PUJAUT - AVIGNON POSTE",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "95C11F",
        "color_name": "yellow",
        "has_shape": true,
        "id": "26",
        "label": "26",
        "long": "ROQUEMAURE / SAUVETERRE- AVIGNON POSTE",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006440",
        "color_name": "green",
        "has_shape": true,
        "id": "27",
        "label": "27",
        "long": "CHEMIN DE LA PLAINE - AVIGNON POSTE",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BA4E97",
        "color_name": "pink",
        "has_shape": true,
        "id": "30",
        "label": "30",
        "long": "MONTFAVET - AVIGNON TGV",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "585857",
        "color_name": "brown",
        "has_shape": true,
        "id": "907",
        "label": "907",
        "long": "CAUMONT - PEM AVIGNON",
        "short": "907",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F8BEA9",
        "color_name": "white",
        "has_shape": true,
        "id": "920",
        "label": "920",
        "long": "VELLERON / MORIERES - ST CHAMAND",
        "short": "920",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ED6EA7",
        "color_name": "pink",
        "has_shape": true,
        "id": "A2",
        "label": "A2",
        "long": "AVIGNON POSTE - LEA VINCENSINI",
        "short": "A2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFDF41",
        "color_name": "yellow",
        "has_shape": true,
        "id": "A4",
        "label": "A4",
        "long": "AVIGNON - COLLEGE ST MICHEL - AGROPARC",
        "short": "A4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BE8B7B",
        "color_name": "gray",
        "has_shape": true,
        "id": "A5",
        "label": "A5",
        "long": "LYCEE RENE CHAR - COLLEGE ST MICHEL (SOUVINE)",
        "short": "A5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33B5A1",
        "color_name": "teal",
        "has_shape": true,
        "id": "AV1",
        "label": "AV1",
        "long": "FONT D\u2019IRAC-LYCEE JEAN VILAR / COLLEGE LE MOURION",
        "short": "AV1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E94F36",
        "color_name": "red",
        "has_shape": true,
        "id": "AV2",
        "label": "AV2",
        "long": "BELLEVUE / PRIADES - CLG LE MOURION / LYC J. VILAR",
        "short": "AV2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7BBB58",
        "color_name": "gray",
        "has_shape": true,
        "id": "BAL",
        "label": "BAL",
        "long": "BALADINE",
        "short": "BAL",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFE500",
        "color_name": "yellow",
        "has_shape": true,
        "id": "C2",
        "label": "C2",
        "long": "HOPITAL - AVIGNON NORD BULD 'AIR",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "76B82A",
        "color_name": "brown",
        "has_shape": true,
        "id": "C3",
        "label": "C3",
        "long": "P+R AGROPARC - ST LAZARE",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "26348B",
        "color_name": "blue",
        "has_shape": true,
        "id": "CA1",
        "label": "CA1",
        "long": "CAUMONT - LYCEE R. CHAR",
        "short": "CA1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E84E0F",
        "color_name": "orange",
        "has_shape": true,
        "id": "CZI",
        "label": "CZI",
        "long": "CITYZEN P+R ITALIENS",
        "short": "CZI",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B1EB",
        "color_name": "teal",
        "has_shape": true,
        "id": "CZR",
        "label": "CZR",
        "long": "CITYZEN REPUBLIQUE",
        "short": "CZR",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "21BBEF",
        "color_name": "teal",
        "has_shape": true,
        "id": "E1",
        "label": "E1",
        "long": "ENTRAIGUES - AUBANEL / AVIGNON",
        "short": "E1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F08373",
        "color_name": "pink",
        "has_shape": true,
        "id": "E2",
        "label": "E2",
        "long": "ENTRAIGUES / VEDENE - CLG J. VERNE / LYCEE R. CHAR",
        "short": "E2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00964F",
        "color_name": "green",
        "has_shape": true,
        "id": "LP2",
        "label": "LP2",
        "long": "LE PONTET - LYCEE R. CHAR",
        "short": "LP2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9C91C5",
        "color_name": "gray",
        "has_shape": true,
        "id": "M1",
        "label": "M1",
        "long": "MONTFAVET -COLLEGE A. TAVAN / LYCEE R. CHAR",
        "short": "M1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8B5E6C",
        "color_name": "gray",
        "has_shape": true,
        "id": "M2",
        "label": "M2",
        "long": "ST CHAMAND / MONTFAVET - COLLEGE TAVAN",
        "short": "M2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AA9893",
        "color_name": "gray",
        "has_shape": true,
        "id": "M3",
        "label": "M3",
        "long": "MONTFAVET / ST JEAN - AUBANEL / ST DOMINIQUE",
        "short": "M3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FECC0F",
        "color_name": "yellow",
        "has_shape": true,
        "id": "MO1",
        "label": "MO1",
        "long": "VEDENE / MORIERES - AUBANEL / ST DOMINIQUE",
        "short": "MO1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "45BDCF",
        "color_name": "teal",
        "has_shape": true,
        "id": "MO2",
        "label": "MO2",
        "long": "MORIERES - LYCEE R. CHAR - AVIGNON",
        "short": "MO2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA5297",
        "color_name": "pink",
        "has_shape": true,
        "id": "NC",
        "label": "NC",
        "long": "Navette Camping",
        "short": "NC",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F39200",
        "color_name": "orange",
        "has_shape": true,
        "id": "NM",
        "label": "NM",
        "long": "Navette March\u00e9",
        "short": "NM",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "95C11F",
        "color_name": "yellow",
        "has_shape": true,
        "id": "P1",
        "label": "P1",
        "long": "P+R PIOT - PORTE DE L'OULLE",
        "short": "P1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AB97",
        "color_name": "teal",
        "has_shape": true,
        "id": "P2",
        "label": "P2",
        "long": "P+R Italiens - Limbert",
        "short": "P2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1D1D1B",
        "color_name": "black",
        "has_shape": true,
        "id": "PJ1",
        "label": "PJ1",
        "long": "PUJAUT-LYC. J. VILAR / CLG LE MOURION SANCTA MARIA",
        "short": "PJ1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FECC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "R2",
        "label": "R2",
        "long": "ROCHEFORT - COLLEGE LE MOURION - LYCEE JEAN VILAR",
        "short": "R2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "287ABE",
        "color_name": "teal",
        "has_shape": true,
        "id": "R3",
        "label": "R3",
        "long": "ROCHEFORT - LYCEE J. VILAR",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA5167",
        "color_name": "pink",
        "has_shape": true,
        "id": "R4",
        "label": "R4",
        "long": "ROCHEFORT - LYCEE J. VILAR / COLLEGE LE MOURION",
        "short": "R4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F39200",
        "color_name": "orange",
        "has_shape": true,
        "id": "R6",
        "label": "R6",
        "long": "ROCHEFORT LA BEGUDE - FONT DES CAVEN",
        "short": "R6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CEBB2D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "RO1",
        "label": "RO1",
        "long": "ROQUEMAURE / SAUVETERRE - JEAN VILAR / LE MOURION",
        "short": "RO1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F39200",
        "color_name": "orange",
        "has_shape": true,
        "id": "RO2",
        "label": "RO2",
        "long": "ROQUEMAURE - COLLEGE PAUL VALERY",
        "short": "RO2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "S1",
        "label": "S1",
        "long": "JONQUERETTES / ST SATURNIN - AUBANEL/ ST DOMINIQUE",
        "short": "S1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009FE3",
        "color_name": "teal",
        "has_shape": true,
        "id": "S2",
        "label": "S2",
        "long": "VED / ST SAT / MOR / MTFAVET- CAMPUS SC. ET TECHN.",
        "short": "S2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ADCE6C",
        "color_name": "gray",
        "has_shape": true,
        "id": "S3",
        "label": "S3",
        "long": "JONQUERETTES / ST SATURNIN - COLLEGE A. FRANK",
        "short": "S3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F08262",
        "color_name": "pink",
        "has_shape": true,
        "id": "SR1",
        "label": "SR1",
        "long": "SAZE - COLLEGE C. HAIGNERE",
        "short": "SR1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9E1881",
        "color_name": "purple",
        "has_shape": true,
        "id": "SR2",
        "label": "SR2",
        "long": "SAZE - COLLEGE LE MOURION / LYCEE J. VILAR",
        "short": "SR2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9D9D9C",
        "color_name": "gray",
        "has_shape": true,
        "id": "SV1",
        "label": "SV1",
        "long": "SAUVETERRE - COLLEGE PAUL VALERY",
        "short": "SV1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "363C42",
        "color_name": "green",
        "has_shape": true,
        "id": "T1",
        "label": "T1",
        "long": "Ligne T1",
        "short": "T1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "0069B4",
        "color_name": "teal",
        "has_shape": true,
        "id": "V1",
        "label": "V1",
        "long": "VEDENE - AUBANEL / ST DOMINIQUE",
        "short": "V1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F39200",
        "color_name": "orange",
        "has_shape": true,
        "id": "V2",
        "label": "V2",
        "long": "VEDENE - COLLEGE LOU VIGNARES",
        "short": "V2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "94C34A",
        "color_name": "gray",
        "has_shape": true,
        "id": "V3",
        "label": "V3",
        "long": "VEDENE - LYCEE R. CHAR",
        "short": "V3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1887B6",
        "color_name": "teal",
        "has_shape": true,
        "id": "V4",
        "label": "V4",
        "long": "VED / ST SAT / MORIERES - LYCEE AGRICOLE /AGROPARC",
        "short": "V4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "575656",
        "color_name": "brown",
        "has_shape": true,
        "id": "V5",
        "label": "V5",
        "long": "VEDENE - CLG ALPHONSE TAVAN",
        "short": "V5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "575656",
        "color_name": "brown",
        "has_shape": true,
        "id": "VL1",
        "label": "VL1",
        "long": "VELLERON - LYCEE RENE CHAR",
        "short": "VL1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 987,
    "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": "trip_distance_exceeds_shape_distance",
      "count": 2627,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 24.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "scorecard_wheelchair_accessible_unknown",
      "count": 10324,
      "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": "10324 of 10324 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the transit vehicle 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"
}
