{
  "agency": {
    "country": "FR",
    "id": "fr-pan-83990",
    "name": "Trains r\u00e9gionaux 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": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 47.6
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 14.9,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 7.1
        },
        "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.5,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 582,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 8511,
        "wheelchair_accessible_pct": 47.6,
        "wheelchair_boarding_pct": 0.0,
        "wheelchair_marked_accessible_pct": 0.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 582,
          "effort": "A column in stops.txt; your scheduling software likely has it.",
          "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
          "owner": "Likely your team",
          "points": 25.0,
          "severity": "WARNING",
          "what": "582 of 582 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": 4457,
          "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": 7.9,
          "severity": "WARNING",
          "what": "4457 of 8511 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": "0% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 9,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 186,
          "WARNING": 32
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "stop_too_far_from_shape",
          "count": 18,
          "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": 7,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "expired_calendar",
          "count": 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": 184,
          "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": "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": 70.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 9 kinds of issue across 218 instances (0 error, 32 warning, 186 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 141,
        "effective_expiry_date": "2026-12-12",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2026-12-12",
        "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 141 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 141 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 48% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. States wheelchair access on 0% of stops and 48% 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": "f9635d91614c239a7290bd77991f3649d83eb156a6d17d7cf3b34afbb285be9d",
    "size_bytes": 5186749,
    "static_url": "https://www.data.gouv.fr/api/1/datasets/r/0a554ecc-a9b7-490c-a4ad-bbd8a0dc0ded"
  },
  "fetch": {
    "final_url": "https://proxy-data.zou.maregionsud.fr/GTFS/GTFS_SIBR_zou_ferre_datasud.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-24T00:00:00+00:00",
  "geo": {
    "bbox": [
      2.86781,
      42.4247,
      7.61023,
      46.30257
    ],
    "lat": 43.78849,
    "lon": 5.68543,
    "stop_count": 582
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "rail",
        "label": "Rail",
        "route_count": 29,
        "trip_count": 8344,
        "trip_share_pct": 98.0
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 10,
        "trip_count": 167,
        "trip_share_pct": 2.0
      }
    ],
    "primary_mode": "rail",
    "primary_mode_label": "Rail",
    "route_count": 39,
    "trip_count": 8511
  },
  "overall": {
    "grade": "D",
    "margin_to_lower_band": 5.8,
    "margin_to_next_band": 4.2,
    "score": 65.8
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 1,
      "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": "1 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (SUD_IV15).",
      "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": 6,
      "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": "6 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Lus-la-Croix-Haute RD 1075\", \"Puy st Vincent Clot Peouilloux 1600\", \"Puy st Vincent st Roch 1400\", 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": 303,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 8511
  },
  "route_map": {
    "drawn_route_count": 39,
    "has_shapes": true,
    "path": "data/artifacts/fr-pan-83990/geometry.geojson",
    "route_count": 39,
    "routes": [
      {
        "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"
      }
    ],
    "stop_count": 582,
    "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": 582,
      "effort": "A column in stops.txt; your scheduling software likely has it.",
      "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
      "owner": "Likely your team",
      "points": 25.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "582 of 582 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"
}
