{
  "agency": {
    "country": "FR",
    "id": "fr-pan-83631",
    "name": "R\u00e9seau scolaire Scolaris",
    "subdivision_code": "FR-NAQ",
    "subdivision_name": "Nouvelle-Aquitaine"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.0,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 8.1,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_applicable_trips": 216,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 54.1,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 909,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 216,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 0.0,
        "wheelchair_marked_accessible_pct": 0.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 909,
          "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": "909 of 909 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": 216,
          "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": "216 of 216 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the bus itself can take them."
        },
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_stop_names_all_caps",
          "count": 417,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Rename stops to mixed case where the language has letter case (for example, 'Central Station').",
          "owner": "Likely your export tool",
          "points": 6.9,
          "severity": "INFO",
          "what": "About 417 stop names are written in ALL CAPS.",
          "why": "Mixed-case names are easier to read in apps and are read more naturally by screen readers."
        },
        {
          "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": "App makers and state data programs have nobody to email when they spot a problem. Small errors then sit in the feed for months."
        },
        {
          "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 to link entrances, platforms, and elevators. Give each one a level.",
          "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": 30.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": 22,
          "WARNING": 2919
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "missing_timepoint_value",
          "count": 2442,
          "effort": "Usually one export setting.",
          "fix": "Set timepoint=1 on stops that are real time checks and 0 on the rest. If every published time is a scheduled one, mark them all 1.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some rows in stop_times.txt leave the timepoint column blank.",
          "why": "That column says whether a time is a real checkpoint or an estimate. Blank leaves apps guessing, and they may show your estimates as promises."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 264,
          "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": "stop_too_far_from_shape",
          "count": 166,
          "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": 8.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the bus route through the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "stop_without_stop_time",
          "count": 32,
          "effort": "A review pass in your scheduling software.",
          "fix": "Remove retired stops from the export, or add them back to the trips that should serve them.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some stops exist in the feed but no trip ever stops at them.",
          "why": "Riders may walk to a stop where no bus is scheduled to arrive."
        },
        {
          "code": "stops_match_shape_out_of_order",
          "count": 14,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the stop order and the shape direction in your scheduling software; the shape is often drawn backwards.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "On some trips the stops fall along the route line in a different order than the schedule lists.",
          "why": "Trip planners can draw the bus doubling back or skipping ahead, which confuses riders reading the map."
        },
        {
          "code": "missing_recommended_file",
          "count": 1,
          "effort": "One small file, set once in export settings.",
          "fix": "Add feed_info.txt with publisher name, URL, language, and feed_start_date/feed_end_date.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "A file GTFS asks for (usually feed_info.txt) is missing.",
          "why": "feed_info.txt tells apps who publishes the feed and when it expires; without it nobody is warned before data goes stale."
        },
        {
          "code": "big_gap_in_service",
          "count": 20,
          "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": 0.8,
          "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_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."
        },
        {
          "code": "unused_station",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unused_station' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Unused station (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 58.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 9 kinds of issue across 2941 instances (0 error, 2919 warning, 22 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 310,
        "effective_expiry_date": "2027-07-08",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2027-07-08",
        "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 310 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 official feed URL on file."
    ],
    "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 310 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "One requirement remains for this feed to earn the conformance mark. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "feed": {
    "license_note": "Licence Ouverte 2.0 (Etalab), recorded by France's National Access Point; reuse including commercial reuse is permitted with attribution to SM \"Pau B\u00e9arn Pyr\u00e9n\u00e9es mobilit\u00e9s\" and the update date.",
    "reachable": true,
    "sha256": "882cdec8a3a3e402b6f290d27da0f34bbb15b53f45fe8ab63b4dd48d80eedce9",
    "size_bytes": 230113,
    "source_provenance": "official",
    "static_url": "https://www.data.gouv.fr/api/1/datasets/r/cf2d4693-a21d-41af-9c92-a5f8847e38cb"
  },
  "fetch": {
    "final_url": "https://opendata.idelis.fr/?file=GTFS_Scolaris/Data.GTFS.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-09-01T00:00:00+00:00",
  "geo": {
    "bbox": [
      -0.51009,
      43.16,
      -0.23762,
      43.42872
    ],
    "lat": 43.31594,
    "lon": -0.37161,
    "stop_count": 909
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 72,
        "trip_count": 216,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 72,
    "trip_count": 216
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 56.3,
    "margin_to_next_band": 3.7,
    "score": 56.3
  },
  "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 (2002).",
      "why": "Riders with low vision struggle to read a low-contrast route badge. It also washes out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 22,
      "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": "22 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"COLLEGE ST JOSEPH (ARRET LOLIBE)\", \"EDOUARD 7 - LYCEE ST CRICQ\", \"FAISANS - LYCEE ST CRICQ\", and more).",
      "why": "A screen reader speaks the raw name. 'Main St & 2nd Ave' can come out as 'Main saint', or lose 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 if a step-free route exists inside the station. Trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 454,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 32,
        "effort": "A cleanup pass in your scheduling software.",
        "fix": "Remove stops no route serves, or add the trips that should call at them.",
        "owner": "Likely your export tool",
        "points": 0.0,
        "severity": "INFO",
        "what": "32 of 454 boardable stops are never served by any trip.",
        "why": "Riders see these stops in apps and on the map but can never catch anything there, which erodes trust in the data."
      }
    ],
    "orphan_stops": 32,
    "single_stop_trips": 0,
    "trips_total": 216
  },
  "route_map": {
    "drawn_route_count": 72,
    "has_shapes": true,
    "path": "data/artifacts/fr-pan-83631/geometry.geojson",
    "route_count": 72,
    "routes": [
      {
        "color": "0BCB1A",
        "color_name": "green",
        "has_shape": true,
        "id": "207B",
        "label": "L0207B",
        "long": "Ligne 0207bis",
        "short": "L0207B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CAB012",
        "color_name": "yellow",
        "has_shape": true,
        "id": "600",
        "label": "L0600",
        "long": "Ligne 0600",
        "short": "L0600",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CAB012",
        "color_name": "yellow",
        "has_shape": true,
        "id": "602",
        "label": "L0602",
        "long": "Ligne 0602",
        "short": "L0602",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "7B09BB",
        "color_name": "purple",
        "has_shape": true,
        "id": "700",
        "label": "L0700",
        "long": "Ligne 0700",
        "short": "L0700",
        "text_color": "F0F0F0",
        "type_label": "Bus"
      },
      {
        "color": "0BCB1A",
        "color_name": "green",
        "has_shape": true,
        "id": "L0201",
        "label": "L0201",
        "long": "Ligne 0201",
        "short": "L0201",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0BCB1A",
        "color_name": "green",
        "has_shape": true,
        "id": "L0208",
        "label": "L0208",
        "long": "Ligne 0208",
        "short": "L0208",
        "text_color": "000001",
        "type_label": "Bus"
      },
      {
        "color": "8181F7",
        "color_name": "purple",
        "has_shape": true,
        "id": "L0303",
        "label": "L0303",
        "long": "Ligne 0303",
        "short": "L0303",
        "text_color": "010101",
        "type_label": "Bus"
      },
      {
        "color": "8181F7",
        "color_name": "purple",
        "has_shape": true,
        "id": "L0306",
        "label": "L0306",
        "long": "Ligne 0306",
        "short": "L0306",
        "text_color": "030000",
        "type_label": "Bus"
      },
      {
        "color": "F91F7F",
        "color_name": "pink",
        "has_shape": true,
        "id": "L0404",
        "label": "L0404",
        "long": "Ligne 0404",
        "short": "L0404",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A8FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "L0502",
        "label": "L0502",
        "long": "Ligne 0502",
        "short": "L0502",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A8FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "L0503",
        "label": "L0503",
        "long": "Ligne 0503",
        "short": "L0503",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CAB012",
        "color_name": "yellow",
        "has_shape": true,
        "id": "L0601",
        "label": "L0601",
        "long": "Ligne 0601",
        "short": "L0601",
        "text_color": "0E0303",
        "type_label": "Bus"
      },
      {
        "color": "CAB012",
        "color_name": "yellow",
        "has_shape": true,
        "id": "L0603",
        "label": "L0603",
        "long": "Ligne 0603",
        "short": "L0603",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CAB012",
        "color_name": "yellow",
        "has_shape": true,
        "id": "L0604",
        "label": "L0604",
        "long": "Ligne 0604",
        "short": "L0604",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CAB012",
        "color_name": "yellow",
        "has_shape": true,
        "id": "L0605",
        "label": "L0605",
        "long": "Ligne 0605",
        "short": "L0605",
        "text_color": "0E0101",
        "type_label": "Bus"
      },
      {
        "color": "CAB012",
        "color_name": "yellow",
        "has_shape": true,
        "id": "L0606",
        "label": "L0606",
        "long": "Ligne 0606",
        "short": "L0606",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CAB012",
        "color_name": "yellow",
        "has_shape": true,
        "id": "L0607",
        "label": "L0607",
        "long": "Ligne 0607",
        "short": "L0607",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CAB012",
        "color_name": "yellow",
        "has_shape": true,
        "id": "L0608-609",
        "label": "L0608_9",
        "long": "Ligne 0608/609",
        "short": "L0608_9",
        "text_color": "030101",
        "type_label": "Bus"
      },
      {
        "color": "7B09BB",
        "color_name": "purple",
        "has_shape": true,
        "id": "L0701",
        "label": "L0701",
        "long": "Ligne 0701",
        "short": "L0701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7B09BB",
        "color_name": "purple",
        "has_shape": true,
        "id": "L0702",
        "label": "L0702",
        "long": "Ligne 0702",
        "short": "L0702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7B09BB",
        "color_name": "purple",
        "has_shape": true,
        "id": "L0703",
        "label": "L0703",
        "long": "Ligne 0703",
        "short": "L0703",
        "text_color": "FDFDFD",
        "type_label": "Bus"
      },
      {
        "color": "7B09BB",
        "color_name": "purple",
        "has_shape": true,
        "id": "L0704",
        "label": "L0704",
        "long": "Ligne 0704",
        "short": "L0704",
        "text_color": "F6F6F6",
        "type_label": "Bus"
      },
      {
        "color": "F91F7F",
        "color_name": "pink",
        "has_shape": true,
        "id": "L400",
        "label": "L0400",
        "long": "Ligne 0400",
        "short": "L0400",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E0FF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "LIGNE-108",
        "label": "L0108",
        "long": "Ligne 0108",
        "short": "L0108",
        "text_color": "000001",
        "type_label": "Bus"
      },
      {
        "color": "F4FB21",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Ligne_100",
        "label": "L0100",
        "long": "Ligne 0100",
        "short": "L0100",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E0FF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Ligne_101",
        "label": "L0101",
        "long": "Ligne 0101",
        "short": "L0101",
        "text_color": "000001",
        "type_label": "Bus"
      },
      {
        "color": "F4FB21",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Ligne_102",
        "label": "L0102",
        "long": "Ligne 0102",
        "short": "L0102",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E0FF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Ligne_103",
        "label": "L0103",
        "long": "Ligne 0103",
        "short": "L0103",
        "text_color": "0A0909",
        "type_label": "Bus"
      },
      {
        "color": "F4FB21",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Ligne_104",
        "label": "L0104",
        "long": "Ligne 0104",
        "short": "L0104",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E0FF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Ligne_104_Bis",
        "label": "L0104B",
        "long": "Ligne 0104 Bis",
        "short": "L0104B",
        "text_color": "000001",
        "type_label": "Bus"
      },
      {
        "color": "F4FB21",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Ligne_105",
        "label": "L0105",
        "long": "Ligne 0105",
        "short": "L0105",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E0FF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Ligne_105_Bis",
        "label": "L0105B",
        "long": "Ligne 0105 Bis",
        "short": "L0105B",
        "text_color": "000001",
        "type_label": "Bus"
      },
      {
        "color": "F4FB21",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Ligne_106",
        "label": "L0106",
        "long": "Ligne 0106",
        "short": "L0106",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E0FF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Ligne_107",
        "label": "L0107",
        "long": "Ligne 0107",
        "short": "L0107",
        "text_color": "000001",
        "type_label": "Bus"
      },
      {
        "color": "0BCB1A",
        "color_name": "green",
        "has_shape": true,
        "id": "Ligne_200",
        "label": "L0200",
        "long": "Ligne 0200",
        "short": "L0200",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0BCB1A",
        "color_name": "green",
        "has_shape": true,
        "id": "Ligne_202",
        "label": "L0202",
        "long": "Ligne 0202",
        "short": "L0202",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0BCB1A",
        "color_name": "green",
        "has_shape": true,
        "id": "Ligne_203",
        "label": "L0203",
        "long": "Ligne 0203",
        "short": "L0203",
        "text_color": "000001",
        "type_label": "Bus"
      },
      {
        "color": "0BCB1A",
        "color_name": "green",
        "has_shape": true,
        "id": "Ligne_204",
        "label": "L0204",
        "long": "Ligne 0204",
        "short": "L0204",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0BCB1A",
        "color_name": "green",
        "has_shape": true,
        "id": "Ligne_206",
        "label": "L0206",
        "long": "Ligne 0206",
        "short": "L0206",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0BCB1A",
        "color_name": "green",
        "has_shape": true,
        "id": "Ligne_206_Bis",
        "label": "L0206B",
        "long": "Ligne 0206 Bis",
        "short": "L0206B",
        "text_color": "000001",
        "type_label": "Bus"
      },
      {
        "color": "0BCB1A",
        "color_name": "green",
        "has_shape": true,
        "id": "Ligne_207",
        "label": "L0207",
        "long": "Ligne 0207",
        "short": "L0207",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0BCB1A",
        "color_name": "green",
        "has_shape": true,
        "id": "Ligne_209",
        "label": "L0209",
        "long": "Ligne 0209",
        "short": "L0209",
        "text_color": "000001",
        "type_label": "Bus"
      },
      {
        "color": "0BCB1A",
        "color_name": "green",
        "has_shape": true,
        "id": "Ligne_210",
        "label": "L0210",
        "long": "Ligne 0210",
        "short": "L0210",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0BCB1A",
        "color_name": "green",
        "has_shape": true,
        "id": "Ligne_210_Bis",
        "label": "L0210B",
        "long": "Ligne 0210 Bis",
        "short": "L0210B",
        "text_color": "000001",
        "type_label": "Bus"
      },
      {
        "color": "0BCB1A",
        "color_name": "green",
        "has_shape": true,
        "id": "Ligne_211",
        "label": "L0211",
        "long": "Ligne 0211",
        "short": "L0211",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0BCB1A",
        "color_name": "green",
        "has_shape": true,
        "id": "Ligne_212",
        "label": "L0212",
        "long": "Ligne 0212",
        "short": "L0212",
        "text_color": "000001",
        "type_label": "Bus"
      },
      {
        "color": "8181F7",
        "color_name": "purple",
        "has_shape": true,
        "id": "Ligne_300",
        "label": "L0300",
        "long": "Ligne 0300",
        "short": "L0300",
        "text_color": "000001",
        "type_label": "Bus"
      },
      {
        "color": "8181F7",
        "color_name": "purple",
        "has_shape": true,
        "id": "Ligne_301",
        "label": "L0301",
        "long": "Ligne 0301",
        "short": "L0301",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8181F7",
        "color_name": "purple",
        "has_shape": true,
        "id": "Ligne_302",
        "label": "L0302",
        "long": "Ligne 0302",
        "short": "L0302",
        "text_color": "000001",
        "type_label": "Bus"
      },
      {
        "color": "8181F7",
        "color_name": "purple",
        "has_shape": true,
        "id": "Ligne_304",
        "label": "L0304",
        "long": "Ligne 0304",
        "short": "L0304",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8181F7",
        "color_name": "purple",
        "has_shape": true,
        "id": "Ligne_305",
        "label": "L0305",
        "long": "Ligne 0305",
        "short": "L0305",
        "text_color": "000001",
        "type_label": "Bus"
      },
      {
        "color": "8181F7",
        "color_name": "purple",
        "has_shape": true,
        "id": "Ligne_310",
        "label": "L0310",
        "long": "Ligne 0310",
        "short": "L0310",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8181F7",
        "color_name": "purple",
        "has_shape": true,
        "id": "Ligne_311",
        "label": "L0311",
        "long": "Ligne 0311",
        "short": "L0311",
        "text_color": "000001",
        "type_label": "Bus"
      },
      {
        "color": "8181F7",
        "color_name": "purple",
        "has_shape": true,
        "id": "Ligne_312",
        "label": "L0312",
        "long": "Ligne 0312",
        "short": "L0312",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8181F7",
        "color_name": "purple",
        "has_shape": true,
        "id": "Ligne_313",
        "label": "L0313",
        "long": "Ligne 0313",
        "short": "L0313",
        "text_color": "000001",
        "type_label": "Bus"
      },
      {
        "color": "8181F7",
        "color_name": "purple",
        "has_shape": true,
        "id": "Ligne_314",
        "label": "L0314",
        "long": "Ligne 0314",
        "short": "L0314",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8181F7",
        "color_name": "purple",
        "has_shape": true,
        "id": "Ligne_315",
        "label": "L0315",
        "long": "Ligne 0315",
        "short": "L0315",
        "text_color": "000001",
        "type_label": "Bus"
      },
      {
        "color": "F91F7F",
        "color_name": "pink",
        "has_shape": true,
        "id": "Ligne_401",
        "label": "L0401",
        "long": "Ligne 0401",
        "short": "L0401",
        "text_color": "000001",
        "type_label": "Bus"
      },
      {
        "color": "F91F7F",
        "color_name": "pink",
        "has_shape": true,
        "id": "Ligne_402",
        "label": "L0402",
        "long": "Ligne 0402",
        "short": "L0402",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F91F7F",
        "color_name": "pink",
        "has_shape": true,
        "id": "Ligne_403",
        "label": "L0403",
        "long": "Ligne 0403",
        "short": "L0403",
        "text_color": "000001",
        "type_label": "Bus"
      },
      {
        "color": "F91F7F",
        "color_name": "pink",
        "has_shape": true,
        "id": "Ligne_405",
        "label": "L0405",
        "long": "Ligne 0405",
        "short": "L0405",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F91F7F",
        "color_name": "pink",
        "has_shape": true,
        "id": "Ligne_411",
        "label": "L0411",
        "long": "Ligne 0411",
        "short": "L0411",
        "text_color": "000001",
        "type_label": "Bus"
      },
      {
        "color": "F91F7F",
        "color_name": "pink",
        "has_shape": true,
        "id": "Ligne_412",
        "label": "L0412",
        "long": "Ligne 0412",
        "short": "L0412",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F91F7F",
        "color_name": "pink",
        "has_shape": true,
        "id": "Ligne_413",
        "label": "L0413",
        "long": "Ligne 0413",
        "short": "L0413",
        "text_color": "000001",
        "type_label": "Bus"
      },
      {
        "color": "00A8FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "Ligne_500",
        "label": "L0500",
        "long": "Ligne 0500",
        "short": "L0500",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A8FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "Ligne_501",
        "label": "L0501",
        "long": "Ligne 0501",
        "short": "L0501",
        "text_color": "000001",
        "type_label": "Bus"
      },
      {
        "color": "00A8FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "Ligne_504",
        "label": "L0504",
        "long": "Ligne 0504",
        "short": "L0504",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A8FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "Ligne_505",
        "label": "L0505",
        "long": "Ligne 0505",
        "short": "L0505",
        "text_color": "000001",
        "type_label": "Bus"
      },
      {
        "color": "00A8FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "Ligne_506",
        "label": "L0506",
        "long": "Ligne 0506",
        "short": "L0506",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "127624",
        "color_name": "green",
        "has_shape": true,
        "id": "RPI2001",
        "label": "2001",
        "long": "RPI 2001",
        "short": "2001",
        "text_color": "F3E2E2",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "RPI2002",
        "label": "2002",
        "long": "RPI 2002",
        "short": "2002",
        "text_color": "E9DDDD",
        "type_label": "Bus"
      },
      {
        "color": "0BCB1A",
        "color_name": "green",
        "has_shape": true,
        "id": "ligne_205",
        "label": "L0205",
        "long": "ligne 0205",
        "short": "L0205",
        "text_color": "000001",
        "type_label": "Bus"
      }
    ],
    "stop_count": 909,
    "stop_points_capped": false
  },
  "rubric_version": "1.3",
  "schema_version": "1.18",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.3",
    "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.3"
  },
  "snapshot_date": "2026-09-01",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 909,
      "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": "909 of 909 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": 216,
      "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": "216 of 216 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the bus itself can take them."
    },
    {
      "code": "scorecard_missing_feed_info_dates",
      "count": 1,
      "effort": "Two fields, set once in export settings.",
      "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
      "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
    }
  ],
  "validator_version": "8.0.1"
}
