{
  "agency": {
    "country": "FR",
    "id": "fr-pan-83519",
    "name": "R\u00e9seau urbain AggloBus",
    "subdivision_code": "FR-CVL",
    "subdivision_name": "Centre-Val de Loire"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 83.9,
          "stops_marked_accessible_pct": 42.2,
          "stops_marked_not_accessible_pct": 32.1,
          "stops_stated_pct": 74.3,
          "trips_stated_pct": 99.9
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 18.6,
          "wheelchair_trips": 15.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": 5546,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 99.8,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1271,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 5546,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 99.9,
        "wheelchair_boarding_pct": 74.3,
        "wheelchair_marked_accessible_pct": 42.2,
        "wheelchair_marked_not_accessible_pct": 32.1
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 327,
          "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": 6.4,
          "severity": "WARNING",
          "what": "327 of 1271 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": 3,
          "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": 0.0,
          "severity": "WARNING",
          "what": "3 of 5546 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": "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": 71.0,
      "status": "measured",
      "summary": "74% of stops state wheelchair accessibility (42% marked accessible, 32% 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": 5,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 5656,
          "WARNING": 102
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "route_long_name_contains_short_name",
          "count": 84,
          "effort": "One field per flagged route.",
          "fix": "Drop the short name from route_long_name and keep the long name descriptive, like 'Downtown via 5th Ave'.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some route long names repeat the route's short name inside them.",
          "why": "Apps show both names together, so riders see the number twice, like '5 5 Downtown'."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 17,
          "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": "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": "trip_with_shape_dist_traveled_but_no_shape_distances",
          "count": 5546,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_with_shape_dist_traveled_but_no_shape_distances' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Trip with shape dist traveled but no shape distances (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 110,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Set trip_headsign to the trip's last stop or its overall destination.",
          "owner": "Likely your export tool",
          "points": 1.0,
          "severity": "INFO",
          "what": "Some trip headsigns name a stop along the way, not the final destination.",
          "why": "The sign should tell riders where the bus ends up, so a midpoint name can send them the wrong way."
        }
      ],
      "name": "correctness",
      "score": 80.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 5 kinds of issue across 5758 instances (0 error, 102 warning, 5656 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 124,
        "effective_expiry_date": "2027-01-03",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2027-01-03",
        "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 124 days.",
      "weight": 0.2
    },
    "realtime": {
      "details": {
        "alerts_content": {
          "alerts": 9,
          "ended_over_30_days_ago": 0,
          "with_cause_and_effect": 9,
          "with_description": 9,
          "with_header_text": 9,
          "with_informed_entity": 9
        },
        "configured_kinds": [
          "trip_updates",
          "service_alerts"
        ],
        "coverage_pct": 100.0,
        "covered_trips": 41,
        "drift": {
          "median_seconds": 0,
          "observations": 2436,
          "on_time_share_pct": 90.6,
          "p90_abs_seconds": 240
        },
        "kinds_configured": 2,
        "kinds_reachable": 2,
        "reachable_kinds": [
          "trip_updates",
          "service_alerts"
        ],
        "rt_freshness": "fresh",
        "samples": 6,
        "scheduled_trips_in_window": 41,
        "worst_lag_seconds": 25
      },
      "findings": [],
      "name": "realtime",
      "score": 100.0,
      "status": "measured",
      "summary": "Sampled 6 times: 2 of 2 configured feeds healthy; 100.0% of scheduled trips had live predictions; predictions ran a median of 0s behind schedule.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "high",
    "measured_categories": 4,
    "notes": [
      "All four score categories were measured this run.",
      "Realtime was sampled in one bounded window of 6 snapshots.",
      "The feed was downloaded from the official feed URL on file."
    ],
    "rt_windows": 1,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 124 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 74% of stops and 100% 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 74% of stops and 100% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "feed": {
    "license_note": "Open Database License (ODbL), recorded by France's National Access Point; credit Agglobus, identify the ODbL, and preserve share-alike terms where they apply.",
    "reachable": true,
    "sha256": "e662ff1aa3e945255811cd221cb4f092cf34e99e2332c557ce423ba59afafeb9",
    "size_bytes": 1659127,
    "source_provenance": "official",
    "static_url": "https://www.data.gouv.fr/api/1/datasets/r/ef2f826c-c1c6-4eb4-9da3-4c2f37b3afaf"
  },
  "fetch": {
    "final_url": "https://fr.ftp.opendatasoft.com/centrevaldeloire/OKINAGTFS/GTFS_AO/BOURGES-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": [
      2.20466,
      46.94476,
      2.5354,
      47.17631
    ],
    "lat": 47.08382,
    "lon": 2.39032,
    "stop_count": 1271
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 101,
        "trip_count": 5546,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 101,
    "trip_count": 5546
  },
  "overall": {
    "grade": "B",
    "margin_to_lower_band": 2.8,
    "margin_to_next_band": 7.2,
    "score": 82.8
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 89,
      "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": "89 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (AR201, AR202, AR204, B201, B202, and more).",
      "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": 44,
      "effort": "A short text field per affected stop; start with the busiest.",
      "fix": "Add tts_stop_name with the spoken form, e.g. 'Main Street and Second Avenue', for the affected stops.",
      "owner": "",
      "points": 0.0,
      "severity": "INFO",
      "what": "44 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"De Gaulle / Rang des Noyers\", \"M. Faiteau / Marcel Fourr\u00e9\", \"De Gaulle / Jean Rostand\", 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": 777,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 5546
  },
  "route_map": {
    "drawn_route_count": 101,
    "has_shapes": true,
    "path": "data/artifacts/fr-pan-83519/geometry.geojson",
    "route_count": 101,
    "routes": [
      {
        "color": "E30613",
        "color_name": "red",
        "has_shape": true,
        "id": "1",
        "label": "1",
        "long": "CREPS - ROTTEE",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8B8F00",
        "color_name": "brown",
        "has_shape": true,
        "id": "10",
        "label": "10",
        "long": "CENTRE HIPPIQUE - ASNIERES",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A2C617",
        "color_name": "yellow",
        "has_shape": true,
        "id": "11",
        "label": "11",
        "long": "BRIOU - PATUREAUX",
        "short": "11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F0836C",
        "color_name": "pink",
        "has_shape": true,
        "id": "12",
        "label": "12",
        "long": "VARENNES - FARADAY",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A091C6",
        "color_name": "gray",
        "has_shape": true,
        "id": "13",
        "label": "13",
        "long": "LA CHAPELLE - PYRAMIDES",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "69ACDF",
        "color_name": "teal",
        "has_shape": true,
        "id": "14",
        "label": "14",
        "long": "BRIOU - GUYNEMER",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004F9F",
        "color_name": "teal",
        "has_shape": true,
        "id": "2",
        "label": "2",
        "long": "CREPS - HOPITAL",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A4A49",
        "color_name": "green",
        "has_shape": true,
        "id": "20",
        "label": "20",
        "long": "NATION - ST FLORENT",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A4A49",
        "color_name": "green",
        "has_shape": true,
        "id": "21",
        "label": "21",
        "long": "QUAIS DU PRADO - FUSSY - PIGNY",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A4A49",
        "color_name": "green",
        "has_shape": true,
        "id": "22",
        "label": "22",
        "long": "NATION - TROUY",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A4A49",
        "color_name": "green",
        "has_shape": true,
        "id": "23",
        "label": "23",
        "long": "NATION - PLAIMPIED",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A4A49",
        "color_name": "green",
        "has_shape": true,
        "id": "24",
        "label": "24",
        "long": "NATION - BERRY BOUY - MARMAGNE",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A4A49",
        "color_name": "green",
        "has_shape": true,
        "id": "25",
        "label": "25",
        "long": "NATION - MORTHOMIERS",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009640",
        "color_name": "green",
        "has_shape": true,
        "id": "3",
        "label": "3",
        "long": "HOPITAL - SAINT DOULCHARD",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F29FC5",
        "color_name": "white",
        "has_shape": true,
        "id": "4",
        "label": "4",
        "long": "NATION - SAINT GERMAIN",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "AR201",
        "label": "AR201",
        "long": "AR201",
        "short": "AR201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "AR202",
        "label": "AR202",
        "long": "AR202",
        "short": "AR202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "AR204",
        "label": "AR204",
        "long": "AR204",
        "short": "AR204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "B201",
        "label": "B201",
        "long": "B201",
        "short": "B201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "B202",
        "label": "B202",
        "long": "B202",
        "short": "B202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "B211",
        "label": "B211",
        "long": "B211",
        "short": "B211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "B212",
        "label": "B212",
        "long": "B212",
        "short": "B212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "B221",
        "label": "B221",
        "long": "B221",
        "short": "B221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "B222",
        "label": "B222",
        "long": "B222",
        "short": "B222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "B223",
        "label": "B223",
        "long": "B223",
        "short": "B223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "B225",
        "label": "B225",
        "long": "B225",
        "short": "B225",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "FP201",
        "label": "FP201",
        "long": "FP201",
        "short": "FP201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "FP202",
        "label": "FP202",
        "long": "FP202",
        "short": "FP202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "FP203",
        "label": "FP203",
        "long": "FP203",
        "short": "FP203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "FP204",
        "label": "FP204",
        "long": "FP204",
        "short": "FP204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "FP205",
        "label": "FP205",
        "long": "FP205",
        "short": "FP205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "FP206",
        "label": "FP206",
        "long": "FP206",
        "short": "FP206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "FP208",
        "label": "FP208",
        "long": "FP208",
        "short": "FP208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "FP210",
        "label": "FP210",
        "long": "FP210",
        "short": "FP210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "FP212",
        "label": "FP212",
        "long": "FP212",
        "short": "FP212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "FP214",
        "label": "FP214",
        "long": "FP214",
        "short": "FP214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "FP216",
        "label": "FP216",
        "long": "FP216",
        "short": "FP216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "LC201",
        "label": "LC201",
        "long": "LC201",
        "short": "LC201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "LC202",
        "label": "LC202",
        "long": "LC202",
        "short": "LC202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "LC203",
        "label": "LC203",
        "long": "LC203",
        "short": "LC203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "LC204",
        "label": "LC204",
        "long": "LC204",
        "short": "LC204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "LC205",
        "label": "LC205",
        "long": "LC205",
        "short": "LC205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "LC206",
        "label": "LC206",
        "long": "LC206",
        "short": "LC206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "LC207",
        "label": "LC207",
        "long": "LC207",
        "short": "LC207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "LC208",
        "label": "LC208",
        "long": "LC208",
        "short": "LC208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "LC209",
        "label": "LC209",
        "long": "LC209",
        "short": "LC209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "LC210",
        "label": "LC210",
        "long": "LC210",
        "short": "LC210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "M201",
        "label": "M201",
        "long": "M201",
        "short": "M201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "M202",
        "label": "M202",
        "long": "M202",
        "short": "M202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "M203",
        "label": "M203",
        "long": "M203",
        "short": "M203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "M204",
        "label": "M204",
        "long": "M204",
        "short": "M204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "MB201",
        "label": "MB201",
        "long": "MB201",
        "short": "MB201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "MB202",
        "label": "MB202",
        "long": "MB202",
        "short": "MB202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "MH201",
        "label": "MH201",
        "long": "MH201",
        "short": "MH201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "MH202",
        "label": "MH202",
        "long": "MH202",
        "short": "MH202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "MH203",
        "label": "MH203",
        "long": "MH203",
        "short": "MH203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "MH204",
        "label": "MH204",
        "long": "MH204",
        "short": "MH204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "MH205",
        "label": "MH205",
        "long": "MH205",
        "short": "MH205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "MH206",
        "label": "MH206",
        "long": "MH206",
        "short": "MH206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "MT201",
        "label": "MT201",
        "long": "MT201",
        "short": "MT201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "MT202",
        "label": "MT202",
        "long": "MT202",
        "short": "MT202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "NAV",
        "label": "NAVETTE",
        "long": "NAVETTE CENTRE VILLE",
        "short": "NAVETTE",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008580",
        "color_name": "teal",
        "has_shape": true,
        "id": "Ne8",
        "label": "Ne8",
        "long": "NAVETTE EN 8",
        "short": "Ne8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2A57A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "Noxibus",
        "label": "Noxibus",
        "long": "Noxibus",
        "short": "Noxibus",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "PG201",
        "label": "PG201",
        "long": "PG201",
        "short": "PG201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "PG202",
        "label": "PG202",
        "long": "PG202",
        "short": "PG202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "PG203",
        "label": "PG203",
        "long": "PG203",
        "short": "PG203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "PG204",
        "label": "PG204",
        "long": "PG204",
        "short": "PG204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "PG205",
        "label": "PG205",
        "long": "PG205",
        "short": "PG205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "PG206",
        "label": "PG206",
        "long": "PG206",
        "short": "PG206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "PG208",
        "label": "PG208",
        "long": "PG208",
        "short": "PG208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "PG210",
        "label": "PG210",
        "long": "PG210",
        "short": "PG210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "PG212",
        "label": "PG212",
        "long": "PG212",
        "short": "PG212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "PG214",
        "label": "PG214",
        "long": "PG214",
        "short": "PG214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "SD201",
        "label": "SD201",
        "long": "SD201",
        "short": "SD201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "SD202",
        "label": "SD202",
        "long": "SD202",
        "short": "SD202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "SD203",
        "label": "SD203",
        "long": "SD203",
        "short": "SD203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "SD205",
        "label": "SD205",
        "long": "SD 205",
        "short": "SD205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "SD206",
        "label": "SD206",
        "long": "SD206",
        "short": "SD206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "SD207",
        "label": "SD207",
        "long": "SD207",
        "short": "SD207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "SD208",
        "label": "SD208",
        "long": "SD208",
        "short": "SD208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "SF201",
        "label": "SF201",
        "long": "SF201",
        "short": "SF201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "SF203",
        "label": "SF203",
        "long": "SF203",
        "short": "SF203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "SF204",
        "label": "SF204",
        "long": "SF204",
        "short": "SF204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "SG201",
        "label": "SG201",
        "long": "SG201",
        "short": "SG201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "SG202",
        "label": "SG202",
        "long": "SG202",
        "short": "SG202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "SG204",
        "label": "SG204",
        "long": "SG204",
        "short": "SG204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "SG205",
        "label": "SG205",
        "long": "SG205",
        "short": "SG205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "SG206",
        "label": "SG206",
        "long": "SG206",
        "short": "SG206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "SG207",
        "label": "SG207",
        "long": "SG207",
        "short": "SG207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "SG208",
        "label": "SG208",
        "long": "SG208",
        "short": "SG208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "SJ201",
        "label": "SJ201",
        "long": "SJ201",
        "short": "SJ201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "SJ202",
        "label": "SJ202",
        "long": "SJ202",
        "short": "SJ202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "SM201",
        "label": "SM201",
        "long": "SM201",
        "short": "SM201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "SM202",
        "label": "SM202",
        "long": "SM202",
        "short": "SM202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "T201",
        "label": "T201",
        "long": "T201",
        "short": "T201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "T202",
        "label": "T202",
        "long": "T202",
        "short": "T202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "T203",
        "label": "T203",
        "long": "T203",
        "short": "T203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "T204",
        "label": "T204",
        "long": "T204",
        "short": "T204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "T205",
        "label": "T205",
        "long": "T205",
        "short": "T205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BFA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "T206",
        "label": "T206",
        "long": "T206",
        "short": "T206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1271,
    "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_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": 1,
      "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": 2,
      "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": "route_long_name_contains_short_name",
      "count": 84,
      "effort": "One field per flagged route.",
      "fix": "Drop the short name from route_long_name and keep the long name descriptive, like 'Downtown via 5th Ave'.",
      "owner": "",
      "points": 8.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "Some route long names repeat the route's short name inside them.",
      "why": "Apps show both names together, so riders see the number twice, like '5 5 Downtown'."
    }
  ],
  "validator_version": "8.0.1"
}
