{
  "agency": {
    "country": "FR",
    "id": "astrobus-lisieux",
    "name": "Astrobus (Lisieux)",
    "operating_note": "One French urban network published on the national access point transport.data.gouv.fr.",
    "subdivision_code": "FR-NOR",
    "subdivision_name": "Normandie"
  },
  "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": 14.8,
          "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_pct": 100.0,
        "mixed_case_stop_name_pct": 98.5,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 714,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 773,
        "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": 714,
          "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": "714 of 714 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": 773,
          "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": "773 of 773 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_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        }
      ],
      "name": "completeness",
      "score": 37.3,
      "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": 4,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 11,
          "WARNING": 13430
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "missing_timepoint_value",
          "count": 12415,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'missing_timepoint_value' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Missing timepoint value (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 1014,
          "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": "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": 11,
          "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."
        }
      ],
      "name": "correctness",
      "score": 79.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 4 kinds of issue across 13441 instances (0 error, 13430 warning, 11 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 73,
        "effective_expiry_date": "2026-09-30",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2026-09-30",
        "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 73 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 73 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": "This feed is close to the conformance mark. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Licence Ouverte 2.0 (Etalab) as recorded on the French national access point transport.data.gouv.fr; reuse including commercial reuse is permitted with attribution to Communaut\u00e9 d'agglom\u00e9ration Lisieux Normandie (r\u00e9seau Astrobus) and the update date.",
    "reachable": true,
    "sha256": "521228426ae3b3fc43d86fb520c4793dcbe65907116c1e7d5911f714ea30cfdc",
    "size_bytes": 147845,
    "static_url": "https://transport.data.gouv.fr/resources/82140/download"
  },
  "fetch": {
    "final_url": "https://static.data.gouv.fr/resources/astrobus-lisieux-normandie/20260629-073138/pt-th-offer-astrobus-gtfs-20260624-736-opendata.zip",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-07-19T00:00:00+00:00",
  "geo": {
    "bbox": [
      -0.13507,
      48.915,
      0.42166,
      49.21109
    ],
    "lat": 49.08949,
    "lon": 0.21514,
    "stop_count": 714
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 36,
        "trip_count": 773,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 36,
    "trip_count": 773
  },
  "overall": {
    "grade": "D",
    "margin_to_lower_band": 7.6,
    "margin_to_next_band": 2.4,
    "score": 67.6
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 4,
      "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": "4 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (31, 5, 38, 43).",
      "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": 138,
      "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": "138 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"LISIEUX: st exupery\", \"LISIEUX: st exupery\", \"ST DESIR DE LISIEUX: saint clair\", and more).",
      "why": "Riders who use a screen reader hear the raw name, so 'Main St & 2nd Ave' can come out as 'Main saint' or drop the ampersand."
    }
  ],
  "routability": {
    "boardable_stops": 714,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 773
  },
  "route_map": {
    "drawn_route_count": 0,
    "has_shapes": false,
    "path": "data/artifacts/astrobus-lisieux/geometry.geojson",
    "route_count": 36,
    "routes": [
      {
        "color": "E58A2B",
        "color_name": "orange",
        "has_shape": false,
        "id": "ATOUMOD036:Line:4558066457509888:LOC",
        "label": "39",
        "long": "MEZIDON-CANON <> LISIEUX",
        "short": "39",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "53AD31",
        "color_name": "green",
        "has_shape": false,
        "id": "ATOUMOD036:Line:4612030137892864:LOC",
        "label": "27",
        "long": "ORBEC <> SAINT-CYR-DU-RONCERAY <> LISIEUX",
        "short": "27",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2EAE88",
        "color_name": "teal",
        "has_shape": false,
        "id": "ATOUMOD036:Line:4666911632654336:LOC",
        "label": "45",
        "long": "CESNY-AUX-VIGNES <> LISIEUX",
        "short": "45",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CA7FBE",
        "color_name": "pink",
        "has_shape": false,
        "id": "ATOUMOD036:Line:4683467422957568:LOC",
        "label": "42",
        "long": "NOTRE-DAME-D'ESTR\u00c9ES <> LISIEUX",
        "short": "42",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D54485",
        "color_name": "pink",
        "has_shape": false,
        "id": "ATOUMOD036:Line:4743889022877696:LOC",
        "label": "28",
        "long": "LIVAROT/MEULLES <> LISIEUX",
        "short": "28",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A67149",
        "color_name": "brown",
        "has_shape": false,
        "id": "ATOUMOD036:Line:4824043984257024:LOC",
        "label": "41",
        "long": "M\u00c9RY-CORBON <> LISIEUX",
        "short": "41",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": false,
        "id": "ATOUMOD036:Line:4826873981829120:LOC",
        "label": "15",
        "long": "NAVETTE SHOPPING",
        "short": "15",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "327BBF",
        "color_name": "teal",
        "has_shape": false,
        "id": "ATOUMOD036:Line:4841323284660224:LOC",
        "label": "3",
        "long": "LISIEUX <> VIMOUTIERS",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E7873B",
        "color_name": "orange",
        "has_shape": false,
        "id": "ATOUMOD036:Line:4860060908912640:LOC",
        "label": "21",
        "long": "MOYAUX <> LISIEUX",
        "short": "21",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": false,
        "id": "ATOUMOD036:Line:4913290846142464:LOC",
        "label": "601",
        "long": "LISIEUX <> CERZA",
        "short": "601",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "66C1BA",
        "color_name": "gray",
        "has_shape": false,
        "id": "ATOUMOD036:Line:4947799775903744:LOC",
        "label": "20",
        "long": "LE PIN <> LISIEUX",
        "short": "20",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3953A0",
        "color_name": "blue",
        "has_shape": false,
        "id": "ATOUMOD036:Line:4965732136779776:LOC",
        "label": "31",
        "long": "SAINT-PIERRE <> CR\u00c9VECOEUR-EN-AUGE <> LISIEUX",
        "short": "31",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "009640",
        "color_name": "green",
        "has_shape": false,
        "id": "ATOUMOD036:Line:5089173048393728:LOC",
        "label": "2",
        "long": "LISIEUX MITTERRAND <> LISIEUX QU\u00c9BEC",
        "short": "2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EA5254",
        "color_name": "red",
        "has_shape": false,
        "id": "ATOUMOD036:Line:5089804213551104:LOC",
        "label": "6",
        "long": "EX. LISIEUX GARE SNCF <> LISIEUX FLEMING",
        "short": "6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A74E97",
        "color_name": "purple",
        "has_shape": false,
        "id": "ATOUMOD036:Line:5118765622624256:LOC",
        "label": "5",
        "long": "LISIEUX <> ORBEC",
        "short": "5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "ED6F9B",
        "color_name": "pink",
        "has_shape": false,
        "id": "ATOUMOD036:Line:5126752804274176:LOC",
        "label": "13",
        "long": "LISIEUX POMPIDOU <> LISIEUX MITTERRAND",
        "short": "13",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FECA05",
        "color_name": "yellow",
        "has_shape": false,
        "id": "ATOUMOD036:Line:5131776580124672:LOC",
        "label": "1",
        "long": "LISIEUX FOLLETIERE <> LISIEUX GARE SNCF",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E83279",
        "color_name": "pink",
        "has_shape": false,
        "id": "ATOUMOD036:Line:5182404740251648:LOC",
        "label": "4",
        "long": "SAINT-PIERRE-SUR-DIVES <> LISIEUX",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00AFCB",
        "color_name": "teal",
        "has_shape": false,
        "id": "ATOUMOD036:Line:5205031542325248:LOC",
        "label": "11",
        "long": "LISIEUX CLOS SAINT-JACQUES <> LISIEUX MITTERRAND",
        "short": "11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E299B6",
        "color_name": "pink",
        "has_shape": false,
        "id": "ATOUMOD036:Line:5289643101650944:LOC",
        "label": "25",
        "long": "SAINT-MARTIN-DE-BIENFAITE <> ORBEC",
        "short": "25",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "5BCDC2",
        "color_name": "teal",
        "has_shape": false,
        "id": "ATOUMOD036:Line:5291806154555392:LOC",
        "label": "32",
        "long": "HI\u00c9VILLE/NOTRE-DAME-DE-FRENAY <> SAINT-PIERRE-SUR-DIVES",
        "short": "32",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "786CAF",
        "color_name": "purple",
        "has_shape": false,
        "id": "ATOUMOD036:Line:5349681140858880:LOC",
        "label": "33",
        "long": "BLANVATEL <> SAINT-PIERRE-SUR-DIVES",
        "short": "33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "60C5ED",
        "color_name": "teal",
        "has_shape": false,
        "id": "ATOUMOD036:Line:5354718734843904:LOC",
        "label": "34",
        "long": "VIEUX FUM\u00c9 <> SAINT-PIERRE-SUR-DIVES",
        "short": "34",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "ATOUMOD036:Line:5381620933591040:LOC",
        "label": "26",
        "long": "ORBEC <> SAINT-MARTIN-DE-BIENFAITE",
        "short": "26",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "BED688",
        "color_name": "gray",
        "has_shape": false,
        "id": "ATOUMOD036:Line:5805314927493120:LOC",
        "label": "23",
        "long": "COURTONNE-LA-MEURDRAC <> MAROLLES <> LISIEUX",
        "short": "23",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "584AA6",
        "color_name": "purple",
        "has_shape": false,
        "id": "ATOUMOD036:Line:5844004563320832:LOC",
        "label": "38",
        "long": "L\u00c9CAUDE <> M\u00c9ZIDON-CANON",
        "short": "38",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EBB687",
        "color_name": "pink",
        "has_shape": false,
        "id": "ATOUMOD036:Line:5854756107976704:LOC",
        "label": "35",
        "long": "VAUDELOGES <> SAINT-PIERRE-SUR-DIVES",
        "short": "35",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF6B3E",
        "color_name": "orange",
        "has_shape": false,
        "id": "ATOUMOD036:Line:5878113582972928:LOC",
        "label": "44",
        "long": "\u00c9CAJEUL <> M\u00c9ZIDON-CANON",
        "short": "44",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "785B48",
        "color_name": "brown",
        "has_shape": false,
        "id": "ATOUMOD036:Line:5994644367212544:LOC",
        "label": "43",
        "long": "LE MESNIL-MAUGER <> M\u00c9ZIDON-CANON",
        "short": "43",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF88B5",
        "color_name": "pink",
        "has_shape": false,
        "id": "ATOUMOD036:Line:6034535755022336:LOC",
        "label": "22",
        "long": "HERMIVAL-LES-VAUX <> LISIEUX",
        "short": "22",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "61C6F2",
        "color_name": "teal",
        "has_shape": false,
        "id": "ATOUMOD036:Line:6106210437693440:LOC",
        "label": "29",
        "long": "LIVAROT <> FERVAQUES <> LIVAROT",
        "short": "29",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D2A070",
        "color_name": "gray",
        "has_shape": false,
        "id": "ATOUMOD036:Line:6325671926169600:LOC",
        "label": "14",
        "long": "SAINT-D\u00c9SIR  <> LISIEUX",
        "short": "14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A5D890",
        "color_name": "gray",
        "has_shape": false,
        "id": "ATOUMOD036:Line:6499174041255936:LOC",
        "label": "37",
        "long": "GRISY <> SAINT-PIERRE-SUR-DIVES",
        "short": "37",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC308C",
        "color_name": "pink",
        "has_shape": false,
        "id": "ATOUMOD036:Line:6556147453526016:LOC",
        "label": "40",
        "long": "M\u00c9ZIDON-CANON <> LYC\u00c9E ROBILLARD",
        "short": "40",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "61C6F2",
        "color_name": "teal",
        "has_shape": false,
        "id": "ATOUMOD036:Line:6580502401122304:LOC",
        "label": "24",
        "long": "COURTONNE-LA-MEURDRAC <> CORDEBUGLE <> LISIEUX",
        "short": "24",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00933B",
        "color_name": "green",
        "has_shape": false,
        "id": "ATOUMOD036:Line:6592836607672320:LOC",
        "label": "30",
        "long": "ST PIERRE DE MAILLOC <> ORBEC",
        "short": "30",
        "text_color": "000000",
        "type_label": "Bus"
      }
    ],
    "stop_count": 714,
    "stop_points_capped": false
  },
  "rubric_version": "1.2",
  "schema_version": "1.15",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.2"
  },
  "snapshot_date": "2026-07-19",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 714,
      "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": "714 of 714 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": 773,
      "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": "773 of 773 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"
}
