{
  "agency": {
    "country": "FR",
    "id": "fr-pan-79897",
    "name": "R\u00e9seau urbain de la zone Sud (CAESM)",
    "subdivision_code": "FR-972",
    "subdivision_name": "Martinique"
  },
  "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": 0.0,
          "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": 0.1,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 851,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 2573,
        "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": 851,
          "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": "851 of 851 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": 2573,
          "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": "2573 of 2573 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": 850,
          "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": 15.0,
          "severity": "INFO",
          "what": "About 850 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": "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": 22.5,
      "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": 7,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 2631,
          "WARNING": 3532
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "mixed_case_recommended_field",
          "count": 3428,
          "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": "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": "route_color_contrast",
          "count": 16,
          "effort": "One field per route.",
          "fix": "Pick a darker/lighter route_text_color for the flagged routes.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some route colors don't contrast with their text color.",
          "why": "Route badges get hard to read, most of all for riders with low vision."
        },
        {
          "code": "service_has_no_active_day_of_the_week",
          "count": 3,
          "effort": "A few minutes in your scheduling software.",
          "fix": "Delete the empty calendars or set their service days.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some service calendars have no days of the week switched on.",
          "why": "Trips tied to these calendars never run; they are dead data that can mask real schedule problems."
        },
        {
          "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": 2573,
          "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": 58,
          "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": 68.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 7 kinds of issue across 6163 instances (0 error, 3532 warning, 2631 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 160,
        "effective_expiry_date": "2026-12-31",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2026-12-31",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_missing_feed_info_dates",
          "count": 1,
          "effort": "Two fields, set once in export settings.",
          "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
          "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
        }
      ],
      "name": "freshness",
      "score": 85.0,
      "status": "measured",
      "summary": "Service data covers the next 160 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 160 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 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), recorded by France's National Access Point; reuse including commercial reuse is permitted with attribution to Martinique Transport and the update date.",
    "reachable": true,
    "sha256": "2f3a820885e2bd41e6a6f152a7ce1a1a527831beeacb0044e80d7ccdb1aa347f",
    "size_bytes": 1304688,
    "static_url": "https://www.data.gouv.fr/api/1/datasets/r/d910480b-c9a5-4f48-a257-4e1aa799c5c8"
  },
  "fetch": {
    "final_url": "https://static.data.gouv.fr/resources/gtfs-urbain-de-la-zone-sud/20260623-142336/gtfssudsudlib.zip",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-07-24T00:00:00+00:00",
  "geo": {
    "bbox": [
      -61.08902,
      14.40277,
      -60.83187,
      14.6533
    ],
    "lat": 14.52792,
    "lon": -60.91908,
    "stop_count": 851
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 96,
        "trip_count": 2573,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 96,
    "trip_count": 2573
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 58.0,
    "margin_to_next_band": 2.0,
    "score": 58.0
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 70,
      "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": "70 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (01, 01T1, 01T2, 01TAD, 02/03T, and more).",
      "why": "Low-contrast route badges are hard to read for riders with low vision and wash out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 98,
      "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": "98 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"DUCOS - CHAPELLE 3 AVE\", \"DUCOS - MORNE LAVALEUR/RD5\", \"DUCOS - MORNE LAVALEUR/RD5\", 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": 851,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 2573
  },
  "route_map": {
    "drawn_route_count": 96,
    "has_shapes": true,
    "path": "data/artifacts/fr-pan-79897/geometry.geojson",
    "route_count": 96,
    "routes": [
      {
        "color": "2DA4DD",
        "color_name": "teal",
        "has_shape": true,
        "id": "01",
        "label": "01",
        "long": "01",
        "short": "01",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0091EA",
        "color_name": "teal",
        "has_shape": true,
        "id": "01T1",
        "label": "01T1",
        "long": "01T1",
        "short": "01T1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "80D8FF",
        "color_name": "white",
        "has_shape": true,
        "id": "01T2",
        "label": "01T2",
        "long": "01T2",
        "short": "01T2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2DA4DD",
        "color_name": "teal",
        "has_shape": true,
        "id": "01TAD",
        "label": "01TAD",
        "long": "01TAD",
        "short": "01TAD",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2979FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "02/03T",
        "label": "02/03T",
        "long": "02_L03 TAD",
        "short": "02/03T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2979FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "02/L3",
        "label": "02/L3",
        "long": "02/L3",
        "short": "02/L3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "82B1FF",
        "color_name": "white",
        "has_shape": true,
        "id": "04/05T",
        "label": "04/05T",
        "long": "04/05T",
        "short": "04/05T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "82B1FF",
        "color_name": "white",
        "has_shape": true,
        "id": "04/L5",
        "label": "04/L5",
        "long": "04/L5",
        "short": "04/L5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "06",
        "label": "06",
        "long": "06",
        "short": "06",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFC400",
        "color_name": "yellow",
        "has_shape": true,
        "id": "07",
        "label": "07",
        "long": "07",
        "short": "07",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFE57F",
        "color_name": "white",
        "has_shape": true,
        "id": "08",
        "label": "08",
        "long": "08",
        "short": "08",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF8F00",
        "color_name": "orange",
        "has_shape": true,
        "id": "09",
        "label": "09",
        "long": "09",
        "short": "09",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFA000",
        "color_name": "orange",
        "has_shape": true,
        "id": "10",
        "label": "10",
        "long": "10",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCA28",
        "color_name": "yellow",
        "has_shape": true,
        "id": "11",
        "label": "11",
        "long": "11",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFD54F",
        "color_name": "yellow",
        "has_shape": true,
        "id": "12",
        "label": "12",
        "long": "12",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFF9C4",
        "color_name": "white",
        "has_shape": true,
        "id": "13",
        "label": "13",
        "long": "13",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0D47A1",
        "color_name": "blue",
        "has_shape": true,
        "id": "14",
        "label": "14",
        "long": "14",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1976D2",
        "color_name": "teal",
        "has_shape": true,
        "id": "15",
        "label": "15",
        "long": "15",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1E88E5",
        "color_name": "teal",
        "has_shape": true,
        "id": "16",
        "label": "16",
        "long": "16",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "42A5F5",
        "color_name": "teal",
        "has_shape": true,
        "id": "17",
        "label": "17",
        "long": "17",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4FC3F7",
        "color_name": "teal",
        "has_shape": true,
        "id": "18",
        "label": "18",
        "long": "18",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "81D4FA",
        "color_name": "white",
        "has_shape": true,
        "id": "2/3T1",
        "label": "2/3T1",
        "long": "2/3T1",
        "short": "2/3T1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00ACC1",
        "color_name": "teal",
        "has_shape": true,
        "id": "2/3T2",
        "label": "2/3T2",
        "long": "2/3T2",
        "short": "2/3T2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01579B",
        "color_name": "teal",
        "has_shape": true,
        "id": "2/3T3",
        "label": "2/3T3",
        "long": "2/3T3",
        "short": "2/3T3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E2723",
        "color_name": "black",
        "has_shape": true,
        "id": "20",
        "label": "20",
        "long": "20",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4E342E",
        "color_name": "brown",
        "has_shape": true,
        "id": "21",
        "label": "21",
        "long": "21",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "795548",
        "color_name": "brown",
        "has_shape": true,
        "id": "22",
        "label": "22",
        "long": "22",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFD600",
        "color_name": "yellow",
        "has_shape": true,
        "id": "23",
        "label": "23",
        "long": "23",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFF8D",
        "color_name": "white",
        "has_shape": true,
        "id": "24",
        "label": "24",
        "long": "24",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AA00FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "26",
        "label": "26",
        "long": "26",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7C4DFF",
        "color_name": "purple",
        "has_shape": true,
        "id": "27",
        "label": "27",
        "long": "27",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6A1B9A",
        "color_name": "purple",
        "has_shape": true,
        "id": "28",
        "label": "28",
        "long": "28",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8E24AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "29",
        "label": "29",
        "long": "29",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AB47BC",
        "color_name": "purple",
        "has_shape": true,
        "id": "30",
        "label": "30",
        "long": "30",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CE93D8",
        "color_name": "pink",
        "has_shape": true,
        "id": "31",
        "label": "31",
        "long": "31",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9575CD",
        "color_name": "purple",
        "has_shape": true,
        "id": "32",
        "label": "32",
        "long": "32",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D50000",
        "color_name": "red",
        "has_shape": true,
        "id": "33",
        "label": "33",
        "long": "33",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF5252",
        "color_name": "red",
        "has_shape": true,
        "id": "34",
        "label": "34",
        "long": "34",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B71C1C",
        "color_name": "red",
        "has_shape": true,
        "id": "35",
        "label": "35",
        "long": "35",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F44336",
        "color_name": "red",
        "has_shape": true,
        "id": "36",
        "label": "36",
        "long": "36",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E57373",
        "color_name": "pink",
        "has_shape": true,
        "id": "37",
        "label": "37",
        "long": "37",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "424242",
        "color_name": "green",
        "has_shape": true,
        "id": "38",
        "label": "38",
        "long": "38",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "607D8B",
        "color_name": "gray",
        "has_shape": true,
        "id": "39",
        "label": "39",
        "long": "39",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "84FFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "4/5T1",
        "label": "4/5T1",
        "long": "4/5T1",
        "short": "4/5T1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0288D1",
        "color_name": "teal",
        "has_shape": true,
        "id": "4/5T2",
        "label": "4/5T2",
        "long": "4/5T2",
        "short": "4/5T2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "06CACA",
        "color_name": "teal",
        "has_shape": true,
        "id": "4/5T3",
        "label": "4/5T3",
        "long": "4/5T3",
        "short": "4/5T3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "757575",
        "color_name": "gray",
        "has_shape": true,
        "id": "40",
        "label": "40",
        "long": "40",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BDBDBD",
        "color_name": "white",
        "has_shape": true,
        "id": "42",
        "label": "42",
        "long": "42",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A1887F",
        "color_name": "gray",
        "has_shape": true,
        "id": "43",
        "label": "43",
        "long": "43",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CFD8DC",
        "color_name": "white",
        "has_shape": true,
        "id": "44",
        "label": "44",
        "long": "44",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B0BEC5",
        "color_name": "white",
        "has_shape": true,
        "id": "45",
        "label": "45",
        "long": "45",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "37474F",
        "color_name": "green",
        "has_shape": true,
        "id": "46",
        "label": "46",
        "long": "46",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "827717",
        "color_name": "brown",
        "has_shape": true,
        "id": "47",
        "label": "47",
        "long": "47",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AFB42B",
        "color_name": "yellow",
        "has_shape": true,
        "id": "48",
        "label": "48",
        "long": "48",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CDDC39",
        "color_name": "yellow",
        "has_shape": true,
        "id": "49",
        "label": "49",
        "long": "49",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00C853",
        "color_name": "green",
        "has_shape": true,
        "id": "50",
        "label": "50",
        "long": "50",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00E676",
        "color_name": "teal",
        "has_shape": true,
        "id": "51",
        "label": "51",
        "long": "51",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "69F0AE",
        "color_name": "gray",
        "has_shape": true,
        "id": "52",
        "label": "52",
        "long": "52",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B5E20",
        "color_name": "green",
        "has_shape": true,
        "id": "53",
        "label": "53",
        "long": "53",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "558B2F",
        "color_name": "green",
        "has_shape": true,
        "id": "54",
        "label": "54",
        "long": "54",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "43A047",
        "color_name": "green",
        "has_shape": true,
        "id": "55A",
        "label": "55A",
        "long": "55 A",
        "short": "55A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4CAF50",
        "color_name": "green",
        "has_shape": true,
        "id": "55B",
        "label": "55B",
        "long": "55 B",
        "short": "55B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "66BB6A",
        "color_name": "gray",
        "has_shape": true,
        "id": "56",
        "label": "56",
        "long": "56",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "81C784",
        "color_name": "gray",
        "has_shape": true,
        "id": "57",
        "label": "57",
        "long": "57",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9CCC65",
        "color_name": "gray",
        "has_shape": true,
        "id": "58",
        "label": "58",
        "long": "58",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "64DD17",
        "color_name": "green",
        "has_shape": true,
        "id": "59",
        "label": "59",
        "long": "59",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8BC34A",
        "color_name": "gray",
        "has_shape": true,
        "id": "60",
        "label": "60",
        "long": "60",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "689F38",
        "color_name": "brown",
        "has_shape": true,
        "id": "61",
        "label": "61",
        "long": "61",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "558B2F",
        "color_name": "green",
        "has_shape": true,
        "id": "62",
        "label": "62",
        "long": "62",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33691E",
        "color_name": "green",
        "has_shape": true,
        "id": "63",
        "label": "63",
        "long": "63",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "76FF03",
        "color_name": "yellow",
        "has_shape": true,
        "id": "64",
        "label": "64",
        "long": "64",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0277BD",
        "color_name": "teal",
        "has_shape": true,
        "id": "65",
        "label": "65",
        "long": "65",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2DA4DD",
        "color_name": "teal",
        "has_shape": true,
        "id": "A",
        "label": "A",
        "long": "A",
        "short": "A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "339933",
        "color_name": "green",
        "has_shape": true,
        "id": "C1",
        "label": "C1",
        "long": "C1",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CC6666",
        "color_name": "pink",
        "has_shape": true,
        "id": "C2",
        "label": "C2",
        "long": "C2",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "99C044",
        "color_name": "gray",
        "has_shape": true,
        "id": "D1",
        "label": "D1",
        "long": "D1",
        "short": "D1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CC33CC",
        "color_name": "pink",
        "has_shape": true,
        "id": "D2",
        "label": "D2",
        "long": "D2",
        "short": "D2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2DA4DD",
        "color_name": "teal",
        "has_shape": true,
        "id": "EA",
        "label": "EA",
        "long": "EA",
        "short": "EA",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "339933",
        "color_name": "green",
        "has_shape": true,
        "id": "EB",
        "label": "EB",
        "long": "EB",
        "short": "EB",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B2A706",
        "color_name": "yellow",
        "has_shape": true,
        "id": "EXP1",
        "label": "EXP1",
        "long": "EXP 1",
        "short": "EXP1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "EXP2",
        "label": "EXP2",
        "long": "EXP 2",
        "short": "EXP2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF3399",
        "color_name": "pink",
        "has_shape": true,
        "id": "EXP3",
        "label": "EXP3",
        "long": "EXP 3",
        "short": "EXP3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "06CACA",
        "color_name": "teal",
        "has_shape": true,
        "id": "EXP4",
        "label": "EXP4",
        "long": "EXP 4",
        "short": "EXP4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "886B28",
        "color_name": "brown",
        "has_shape": true,
        "id": "EXP5",
        "label": "EXP5",
        "long": "EXP 5",
        "short": "EXP5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B2A706",
        "color_name": "yellow",
        "has_shape": true,
        "id": "F",
        "label": "F",
        "long": "F",
        "short": "F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DB9E25",
        "color_name": "orange",
        "has_shape": true,
        "id": "G",
        "label": "G",
        "long": "G",
        "short": "G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9800",
        "color_name": "orange",
        "has_shape": true,
        "id": "I",
        "label": "I",
        "long": "I",
        "short": "I",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933CC",
        "color_name": "purple",
        "has_shape": true,
        "id": "L",
        "label": "L",
        "long": "L",
        "short": "L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0033CC",
        "color_name": "blue",
        "has_shape": true,
        "id": "M",
        "label": "M",
        "long": "M",
        "short": "M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D26C06",
        "color_name": "orange",
        "has_shape": true,
        "id": "Nav1",
        "label": "Nav1",
        "long": "Nav 1",
        "short": "Nav1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CC6633",
        "color_name": "orange",
        "has_shape": true,
        "id": "Nav2",
        "label": "Nav2",
        "long": "Nav 2",
        "short": "Nav2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0033CC",
        "color_name": "blue",
        "has_shape": true,
        "id": "P1",
        "label": "P1",
        "long": "P1",
        "short": "P1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D26C06",
        "color_name": "orange",
        "has_shape": true,
        "id": "P3A",
        "label": "P3A",
        "long": "P3A",
        "short": "P3A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CC6633",
        "color_name": "orange",
        "has_shape": true,
        "id": "P3B",
        "label": "P3B",
        "long": "P3B",
        "short": "P3B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "999999",
        "color_name": "gray",
        "has_shape": true,
        "id": "PEXP",
        "label": "PEXP",
        "long": "P EXP",
        "short": "PEXP",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C40606",
        "color_name": "red",
        "has_shape": true,
        "id": "SALINE",
        "label": "SALINE",
        "long": "NAVETTE SALINES",
        "short": "SALINE",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 851,
    "stop_points_capped": false
  },
  "rubric_version": "1.2",
  "schema_version": "1.16",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.2"
  },
  "snapshot_date": "2026-07-24",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 851,
      "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": "851 of 851 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": 2573,
      "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": "2573 of 2573 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"
}
