{
  "agency": {
    "country": "FR",
    "id": "fr-pan-82285",
    "name": "R\u00e9seau interurbain Express ZOU !",
    "subdivision_code": "FR-PAC",
    "subdivision_name": "Provence-Alpes-C\u00f4te-d\u2019Azur"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 17.9,
          "stops_marked_accessible_pct": 2.0,
          "stops_marked_not_accessible_pct": 0.1,
          "stops_stated_pct": 2.0,
          "trips_stated_pct": 44.2
        },
        "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": 0.5,
          "wheelchair_trips": 6.6
        },
        "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.8,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1427,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 9162,
        "wheelchair_accessible_pct": 44.2,
        "wheelchair_boarding_pct": 2.0,
        "wheelchair_marked_accessible_pct": 2.0,
        "wheelchair_marked_not_accessible_pct": 0.1
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 1398,
          "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": 24.5,
          "severity": "WARNING",
          "what": "1398 of 1427 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": 5108,
          "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": 8.4,
          "severity": "WARNING",
          "what": "5108 of 9162 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."
        },
        {
          "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": 44.6,
      "status": "measured",
      "summary": "2% of stops state wheelchair accessibility (2% 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": 11,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 290,
          "WARNING": 86
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "stop_too_far_from_shape",
          "count": 36,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the transit vehicle route through the wrong path or point riders to the wrong boarding location."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 24,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "route_long_name_contains_short_name",
          "count": 19,
          "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": 6.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": "expired_calendar",
          "count": 4,
          "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": 4.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": "duplicate_route_name",
          "count": 1,
          "effort": "One field per route.",
          "fix": "Give each route a distinct short or long name.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Two or more routes share the same name.",
          "why": "Riders can't tell the routes apart in apps."
        },
        {
          "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": "same_name_and_description_for_stop",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'same_name_and_description_for_stop' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Same name and description for stop (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "big_gap_in_service",
          "count": 194,
          "effort": "A review of your calendar dates.",
          "fix": "Check whether the gap is real, like a seasonal break; if not, add the missing dates to the calendar.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "The feed has a stretch of two weeks or more with no service running.",
          "why": "A long gap can mean dates were left out of the calendar. Apps then show no trips on those days."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 94,
          "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 transit vehicle ends up, so a midpoint name can send them the wrong way."
        },
        {
          "code": "unknown_column",
          "count": 1,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        },
        {
          "code": "unknown_file",
          "count": 1,
          "effort": "A quick look at the flagged file.",
          "fix": "Check the flagged file name for a typo of a standard GTFS file. Remove it if it is a vendor extra.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "The feed includes a file that is not part of the GTFS spec.",
          "why": "Apps ignore files they don't know, and a stray file can hide a misspelled standard file name."
        }
      ],
      "name": "correctness",
      "score": 63.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 11 kinds of issue across 376 instances (0 error, 86 warning, 290 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 160,
        "effective_expiry_date": "2026-12-31",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2026-12-31",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_missing_feed_info_dates",
          "count": 1,
          "effort": "Two fields, set once in export settings.",
          "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
          "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
        }
      ],
      "name": "freshness",
      "score": 85.0,
      "status": "measured",
      "summary": "Service data covers the next 160 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 160 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 2% of stops and 44% 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 2% of stops and 44% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Licence Ouverte 2.0 (Etalab), recorded by France's National Access Point; reuse including commercial reuse is permitted with attribution to R\u00e9gion Provence-Alpes-C\u00f4te-d'Azur and the update date.",
    "reachable": true,
    "sha256": "e16d41333a81c4efa77dc465925d114b5616fd8a4a007b46685ff9f6e1bf87e7",
    "size_bytes": 7407092,
    "static_url": "https://www.data.gouv.fr/api/1/datasets/r/1164d75b-4a9f-4c5a-b765-31d861b34fda"
  },
  "fetch": {
    "final_url": "https://www.datasud.fr/fr/dataset/datasets/3743/resource/5153/download/",
    "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-24T00:00:00+00:00",
  "geo": {
    "bbox": [
      2.86781,
      42.4247,
      7.61023,
      46.30257
    ],
    "lat": 43.9213,
    "lon": 6.06988,
    "stop_count": 1427
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "rail",
        "label": "Rail",
        "route_count": 31,
        "trip_count": 8384,
        "trip_share_pct": 91.5
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 29,
        "trip_count": 778,
        "trip_share_pct": 8.5
      }
    ],
    "primary_mode": "rail",
    "primary_mode_label": "Rail",
    "route_count": 60,
    "trip_count": 9162
  },
  "overall": {
    "grade": "D",
    "margin_to_lower_band": 2.8,
    "margin_to_next_band": 7.2,
    "score": 62.8
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 21,
      "effort": "A per-route color setting in your scheduling software.",
      "fix": "Adjust route_color or route_text_color so each pair clears 4.5:1. Often switching the text between black and white is enough.",
      "owner": "Likely your export tool",
      "points": 0.0,
      "severity": "WARNING",
      "what": "21 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (51, 55, 57, 59, 60, 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": 44,
      "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": "44 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Emb 900/RD 900A\", \"RD900\", \"Emb RD900 / RD900B\", 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": 840,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 9162
  },
  "route_map": {
    "drawn_route_count": 60,
    "has_shapes": true,
    "path": "data/artifacts/fr-pan-82285/geometry.geojson",
    "route_count": 60,
    "routes": [
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "CFP:0-1",
        "label": "49",
        "long": "Nice - Colomars - Plan-du-Var",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F1A400",
        "color_name": "yellow",
        "has_shape": true,
        "id": "CFP:0-2",
        "label": "49",
        "long": "Nice - Digne-les-bains",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "999999",
        "color_name": "gray",
        "has_shape": true,
        "id": "MCN:SUD_IV15",
        "label": "SUD_IV15",
        "long": "Nice - Marseille",
        "short": "SUD_IV15",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0749FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "SNC:FR:Line::0128E1D5-9183-4D58-B1CF-F5AA5A64A037:",
        "label": "C6",
        "long": "Marseille - Toulon - Hyeres",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0749FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "SNC:FR:Line::0202671B-7107-429E-A37B-473C55E0254C:",
        "label": "C8",
        "long": "Montpellier Saint-Roch - Avignon Centre",
        "short": "C8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "006600",
        "color_name": "green",
        "has_shape": true,
        "id": "SNC:FR:Line::0452A577-8D48-4B21-936A-8A975381A1DA:",
        "label": "P14",
        "long": "Valence - Avignon - Marseille",
        "short": "P14",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0749FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "SNC:FR:Line::0c436faa-ccd8-4cb5-9b79-1c8a701364c4:",
        "label": "C3",
        "long": "Grasse - Cannes - Nice - Vintimille",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0749FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "SNC:FR:Line::0c436faa-ccd8-4cb5-9b79-1c8a701364c4::Coach",
        "label": "C3",
        "long": "Grasse - Cannes - Nice - Vintimille",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0749FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "SNC:FR:Line::13646F20-4947-4CFA-B40D-63FF0D28C61E:",
        "label": "C4",
        "long": "Marseille - Miramas Via Cote Bleue",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "006600",
        "color_name": "green",
        "has_shape": true,
        "id": "SNC:FR:Line::1f77c095-1e8b-4abb-a437-36f56063d197:",
        "label": "P1",
        "long": "Nice - Breil Sur Roya - Tende",
        "short": "P1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0749FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "SNC:FR:Line::31C14D7B-0326-431A-B8DC-341B53D22453:",
        "label": "C3",
        "long": "Grasse - Cannes - Nice - Vintimille",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "BF005F",
        "color_name": "red",
        "has_shape": true,
        "id": "SNC:FR:Line::5B616F3E-D726-494F-80C2-7EB8355C3177:",
        "label": "K24",
        "long": "Avignon - Lyon Perrache - M\u00e2con",
        "short": "K24",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "BF005F",
        "color_name": "red",
        "has_shape": true,
        "id": "SNC:FR:Line::5CE372B6-CE7D-4780-B4F8-F5979FED5405:",
        "label": "K4",
        "long": "Lyon Part Dieu - Avignon",
        "short": "K4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "BF005F",
        "color_name": "red",
        "has_shape": true,
        "id": "SNC:FR:Line::7B48FDEF-35FE-45ED-BA4D-A638BCE7E21A:",
        "label": "K7",
        "long": "Marseille - Miramas - Avignon Centre Via Arles",
        "short": "K7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0749FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "SNC:FR:Line::8538F7AF-4A1C-44E3-996D-D1611E7F7EC9:",
        "label": "C1",
        "long": "Avignon Tgv - Avignon Centre - Carpentras",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0749FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "SNC:FR:Line::9130E77B-ACA3-48B1-A215-5A91484DA332:",
        "label": "C5",
        "long": "Marseille - Aubagne",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "BF005F",
        "color_name": "red",
        "has_shape": true,
        "id": "SNC:FR:Line::9631D86D-C79E-4FF2-BE3B-F02F248CE476:",
        "label": "K6",
        "long": "Marseille - Toulon - Les Arcs",
        "short": "K6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0749FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "SNC:FR:Line::96809d68-f37d-4e68-ac3c-3c0540f4e2f2:",
        "label": "C13",
        "long": "Les Arcs - Cannes - Nice - Menton",
        "short": "C13",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "006600",
        "color_name": "green",
        "has_shape": true,
        "id": "SNC:FR:Line::990301c3-14d2-4ac3-b839-9f452ebd7f65:",
        "label": "P25",
        "long": "Grenoble - Clelles - Veynes",
        "short": "P25",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "006600",
        "color_name": "green",
        "has_shape": true,
        "id": "SNC:FR:Line::990301c3-14d2-4ac3-b839-9f452ebd7f65::Coach",
        "label": "P25",
        "long": "Grenoble - Clelles - Veynes",
        "short": "P25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006600",
        "color_name": "green",
        "has_shape": true,
        "id": "SNC:FR:Line::9b5a9eaf-2fc0-4a36-a8db-6e95beb8854b:",
        "label": "P5",
        "long": "Stations Alpines",
        "short": "P5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BF005F",
        "color_name": "red",
        "has_shape": true,
        "id": "SNC:FR:Line::A3ED2329-4705-47A8-88B3-047AB7EDDDF4:",
        "label": "K9",
        "long": "Marseille - Miramas - Nimes - Montpellier",
        "short": "K9",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "BF005F",
        "color_name": "red",
        "has_shape": true,
        "id": "SNC:FR:Line::A997C5D1-9FC9-42ED-B213-C74411746662:",
        "label": "K9",
        "long": "Narbonne - Marseille St Charles",
        "short": "K9",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "006600",
        "color_name": "green",
        "has_shape": true,
        "id": "SNC:FR:Line::BD427EAB-2FA4-46A5-84D0-6ADB50D00346:",
        "label": "P24",
        "long": "Grenoble - Gap",
        "short": "P24",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "006600",
        "color_name": "green",
        "has_shape": true,
        "id": "SNC:FR:Line::BD427EAB-2FA4-46A5-84D0-6ADB50D00346::Coach",
        "label": "P24",
        "long": "Grenoble - Gap",
        "short": "P24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BF005F",
        "color_name": "red",
        "has_shape": true,
        "id": "SNC:FR:Line::C333995A-51A2-4A1C-ABC7-55A7460AB17B:",
        "label": "K14",
        "long": "Lyon Part Dieu - Avignon - Marseille",
        "short": "K14",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "BF005F",
        "color_name": "red",
        "has_shape": true,
        "id": "SNC:FR:Line::C333995A-51A2-4A1C-ABC7-55A7460AB17B::Coach",
        "label": "K14",
        "long": "Lyon Part Dieu - Avignon - Marseille",
        "short": "K14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BF005F",
        "color_name": "red",
        "has_shape": true,
        "id": "SNC:FR:Line::C51AD929-0AAF-4A21-8B81-C1C0102525F5:",
        "label": "K8",
        "long": "Avignon Centre - Port Bou Frontiere",
        "short": "K8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "BF005F",
        "color_name": "red",
        "has_shape": true,
        "id": "SNC:FR:Line::C51AD929-0AAF-4A21-8B81-C1C0102525F5::Coach",
        "label": "K8",
        "long": "Avignon Centre - Port Bou Frontiere",
        "short": "K8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0749FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "SNC:FR:Line::C83D5707-3453-4FB6-9CAA-062BA2BE94A9:",
        "label": "C7",
        "long": "Marseille - Miramas - Avignon Tgv Via Cavaillon",
        "short": "C7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0749FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "SNC:FR:Line::C83D5707-3453-4FB6-9CAA-062BA2BE94A9::Coach",
        "label": "C7",
        "long": "Marseille - Miramas - Avignon Tgv Via Cavaillon",
        "short": "C7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0749FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "SNC:FR:Line::C9E48D89-56D6-4E0F-ACDF-221CAA02D018:",
        "label": "C2",
        "long": "Marseille - Aix En Provence - Manosque - Sisteron",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "006600",
        "color_name": "green",
        "has_shape": true,
        "id": "SNC:FR:Line::CDC74670-5352-4BD7-B31B-18C70ED6E65D:",
        "label": "P26",
        "long": "Digne - Manosque - Aix Tgv",
        "short": "P26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0749FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "SNC:FR:Line::D35E42AA-328F-4D2D-8A41-A3756EB2DF07:",
        "label": "C9",
        "long": "Toulon - Carnoules - Les Arcs",
        "short": "C9",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "BF005F",
        "color_name": "red",
        "has_shape": true,
        "id": "SNC:FR:Line::D8A35CDB-1E23-4664-AC9E-4A8272915DC3:",
        "label": "K2",
        "long": "Marseille - Aix En Provence - Gap - Briancon",
        "short": "K2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "006600",
        "color_name": "green",
        "has_shape": true,
        "id": "SNC:FR:Line::E787EB35-6D67-48A0-A641-FEC921895C71:",
        "label": "P4",
        "long": "Romans - Valence - Gap - Briancon",
        "short": "P4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "006600",
        "color_name": "green",
        "has_shape": true,
        "id": "SNC:FR:Line::E787EB35-6D67-48A0-A641-FEC921895C71::Coach",
        "label": "P4",
        "long": "Romans - Valence - Gap - Briancon",
        "short": "P4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BF005F",
        "color_name": "red",
        "has_shape": true,
        "id": "SNC:FR:Line::F28D551A-A369-44D2-A99B-0E546CDBEC87:",
        "label": "K21",
        "long": "Valence - Annecy",
        "short": "K21",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "BF005F",
        "color_name": "red",
        "has_shape": true,
        "id": "SNC:FR:Line::F28D551A-A369-44D2-A99B-0E546CDBEC87::Coach",
        "label": "K21",
        "long": "Valence - Annecy",
        "short": "K21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BF005F",
        "color_name": "red",
        "has_shape": true,
        "id": "SNC:FR:Line::b1eda504-6395-4189-9623-6460d66f2bae:",
        "label": "K34",
        "long": "Valence - Marseille",
        "short": "K34",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "SNC:FR:Line::b4582599-4b54-458c-8515-eb879bd0ff33:",
        "label": "P18",
        "long": "N\u00eemes-Avignon-Le Teil",
        "short": "P18",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "3DABDE",
        "color_name": "teal",
        "has_shape": true,
        "id": "ZOE:51",
        "label": "51",
        "long": "51 _ NICE - DIGNE",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3DABDE",
        "color_name": "teal",
        "has_shape": true,
        "id": "ZOE:55",
        "label": "55",
        "long": "55 _ BRIANCON - GRENOBLE via SERRE CHEVALIER",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3DABDE",
        "color_name": "teal",
        "has_shape": true,
        "id": "ZOE:57",
        "label": "57",
        "long": "57 _ CARPENTRAS - AIX-EN-PROVENCE",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3DABDE",
        "color_name": "teal",
        "has_shape": true,
        "id": "ZOE:59",
        "label": "59",
        "long": "59 _ AIX-EN-PROVENCE - TOULON",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3DABDE",
        "color_name": "teal",
        "has_shape": true,
        "id": "ZOE:60",
        "label": "60",
        "long": "60 _ NICE - AIX-EN-PROVENCE",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3DABDE",
        "color_name": "teal",
        "has_shape": true,
        "id": "ZOE:63",
        "label": "63",
        "long": "63 _ AVIGNON - AIX EN PROVENCE",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3DABDE",
        "color_name": "teal",
        "has_shape": true,
        "id": "ZOE:65",
        "label": "65",
        "long": "65 _ MARSEILLE -FORCALQUIER via Manosque",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3DABDE",
        "color_name": "teal",
        "has_shape": true,
        "id": "ZOE:66",
        "label": "66",
        "long": "66 _ DIGNE - AEROPORT MARSEILLE PCE",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3DABDE",
        "color_name": "teal",
        "has_shape": true,
        "id": "ZOE:67",
        "label": "67",
        "long": "67 _ RIEZ - MARSEILLE",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3DABDE",
        "color_name": "teal",
        "has_shape": true,
        "id": "ZOE:68",
        "label": "68",
        "long": "68 _ MARSEILLE - DIGNE - BARCELONNETTE",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3DABDE",
        "color_name": "teal",
        "has_shape": true,
        "id": "ZOE:69",
        "label": "69",
        "long": "69 _ BRIANCON - GAP - MARSEILLE",
        "short": "69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3DABDE",
        "color_name": "teal",
        "has_shape": true,
        "id": "ZOE:76",
        "label": "76",
        "long": "76 _ OULX-BRIANCON-SERRE CHEVALIER",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3DABDE",
        "color_name": "teal",
        "has_shape": true,
        "id": "ZOE:80",
        "label": "80",
        "long": "80 _ AEROPORT  - MENTON",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3DABDE",
        "color_name": "teal",
        "has_shape": true,
        "id": "ZOE:81",
        "label": "81",
        "long": "81 _ NICE A\u00e9roport  - CANNES par A8",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3DABDE",
        "color_name": "teal",
        "has_shape": true,
        "id": "ZOE:82",
        "label": "82",
        "long": "82 _ NICE AEROPORT - VALLAURIS",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3DABDE",
        "color_name": "teal",
        "has_shape": true,
        "id": "ZOE:90",
        "label": "90",
        "long": "90 _ ST RAPHAEL - NICE",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3DABDE",
        "color_name": "teal",
        "has_shape": true,
        "id": "ZOE:92",
        "label": "92",
        "long": "92 _ BRIGNOLES - AUBAGNE",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3DABDE",
        "color_name": "teal",
        "has_shape": true,
        "id": "ZOE:93",
        "label": "93",
        "long": "93 _ BRIGNOLES - AIX EN PROVENCE",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3DABDE",
        "color_name": "teal",
        "has_shape": true,
        "id": "ZOE:94",
        "label": "94",
        "long": "94 _ BRIGNOLES-MARSEILLE",
        "short": "94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1427,
    "stop_points_capped": false
  },
  "rubric_version": "1.2",
  "schema_version": "1.16",
  "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-24",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 1398,
      "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": 24.5,
      "rank": 1,
      "severity": "WARNING",
      "what": "1398 of 1427 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_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": 2,
      "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."
    },
    {
      "code": "scorecard_no_fare_data",
      "count": 1,
      "effort": "A small file for most flat-fare systems.",
      "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
      "owner": "",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "The feed contains no fare information.",
      "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
    }
  ],
  "validator_version": "8.0.1"
}
