{
  "agency": {
    "country": "FR",
    "id": "zoom-grand-chalon",
    "name": "Zoom (Le Grand Chalon)",
    "subdivision_code": "FR-BFC",
    "subdivision_name": "Bourgogne-Franche-Comt\u00e9"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.7,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 2.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 12.2,
          "stop_names": 0.2,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.3
        },
        "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": 81.5,
        "mixed_case_stop_name_pct": 1.1,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 751,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 2693,
        "wheelchair_accessible_pct": 2.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": 751,
          "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": "751 of 751 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": 2640,
          "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": 14.7,
          "severity": "WARNING",
          "what": "2640 of 2693 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": 743,
          "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": 14.8,
          "severity": "INFO",
          "what": "About 743 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_missing_headsigns",
          "count": 498,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Populate trip_headsign to match what the bus displays.",
          "owner": "Likely your export tool",
          "points": 2.8,
          "severity": "WARNING",
          "what": "498 of 2693 trips have no headsign.",
          "why": "Riders at the stop can't tell which direction a bus is going."
        },
        {
          "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": 20.2,
      "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": 11,
        "instances_by_severity": {
          "ERROR": 5,
          "INFO": 136,
          "WARNING": 2263
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "block_trips_with_overlapping_stop_times",
          "count": 5,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'block_trips_with_overlapping_stop_times' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 12.0,
          "severity": "ERROR",
          "what": "Block trips with overlapping stop times (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 1150,
          "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": "fast_travel_between_consecutive_stops",
          "count": 855,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a bus can.",
          "why": "Usually a typo'd stop time; riders get arrival times no bus can meet."
        },
        {
          "code": "fast_travel_between_far_stops",
          "count": 236,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'fast_travel_between_far_stops' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Fast travel between far stops (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "route_long_name_contains_short_name",
          "count": 8,
          "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": 6.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": "unexpected_enum_value",
          "count": 6,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unexpected_enum_value' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Unexpected enum value (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "route_color_contrast",
          "count": 5,
          "effort": "One field per route.",
          "fix": "Pick a darker/lighter route_text_color for the flagged routes.",
          "owner": "",
          "points": 4.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": "route_short_name_too_long",
          "count": 2,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'route_short_name_too_long' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Route short name too long (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "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": 134,
          "effort": "A review of your calendar dates.",
          "fix": "Check whether the gap is real, like a seasonal break; if not, add the missing dates to the calendar.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "The feed has a stretch of two weeks or more with no service running.",
          "why": "A long gap can mean dates were left out of the calendar. Apps then show no trips on those days."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 2,
          "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": 0.5,
          "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": 38.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 11 kinds of issue across 2404 instances (5 error, 2263 warning, 136 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 166,
        "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 166 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": "1 validator error to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 166 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 2% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. 1 validator error to resolve. States wheelchair access on 0% of stops and 2% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Licence Ouverte 2.0; published by Le Grand Chalon (r\u00e9seau Zoom) through France's National Access Point. Derived measurements by GTFS Scorecard.",
    "reachable": true,
    "sha256": "f7af8c13741d4500351c2282edd6151ed1491e2d46ced685abb86c07ddd1de29",
    "size_bytes": 401156,
    "static_url": "https://www.data.gouv.fr/api/1/datasets/r/f11a3766-1fe3-40ff-8d5a-27eacda3d9a7"
  },
  "fetch": {
    "final_url": "https://static.data.gouv.fr/resources/reseauzoom-horaires-theoriques/20251229-092806/gtfs-20251217-143039-stac-gc.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-18T00:00:00+00:00",
  "geo": {
    "bbox": [
      4.63358,
      46.65479,
      4.9936,
      46.95574
    ],
    "lat": 46.7946,
    "lon": 4.84392,
    "stop_count": 751
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 41,
        "trip_count": 2693,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 41,
    "trip_count": 2693
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 44.4,
    "margin_to_next_band": 15.6,
    "score": 44.4
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 25,
      "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": "25 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (01, 02, 03, 04, 05, 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": 25,
      "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": "25 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"AV NIEPCE-ESPACE DES ARTS\", \"AV NIEPCE-ESPACE DES ARTS\", \"CARREFOUR av de PARIS\", 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": 751,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 2693
  },
  "route_map": {
    "drawn_route_count": 0,
    "has_shapes": false,
    "path": "data/artifacts/zoom-grand-chalon/geometry.geojson",
    "route_count": 41,
    "routes": [
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": false,
        "id": "1",
        "label": "01",
        "long": "01 GARE-SAONEOR",
        "short": "01",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": false,
        "id": "10",
        "label": "12",
        "long": "LIGNE 12",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "17ED12",
        "color_name": "green",
        "has_shape": false,
        "id": "11",
        "label": "A",
        "long": "ST LOUP GEANGES - CHALON",
        "short": "A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "17ED12",
        "color_name": "green",
        "has_shape": false,
        "id": "12",
        "label": "B",
        "long": "SAINT DESERT - CHALON",
        "short": "B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "17ED12",
        "color_name": "green",
        "has_shape": false,
        "id": "13",
        "label": "C",
        "long": "RULLY - CHALON",
        "short": "C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "17ED12",
        "color_name": "green",
        "has_shape": false,
        "id": "14",
        "label": "D",
        "long": "DRACY - CHALON",
        "short": "D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "17ED12",
        "color_name": "green",
        "has_shape": false,
        "id": "15",
        "label": "D1",
        "long": "DRACY - CHALON",
        "short": "D1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "16",
        "label": "RPI D3",
        "long": "CHEILLY LES MARANGES-CHALON",
        "short": "RPI D3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF00FF",
        "color_name": "pink",
        "has_shape": false,
        "id": "2",
        "label": "02",
        "long": "02 BRIET-CHAMPFORGEUIL",
        "short": "02",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "17ED12",
        "color_name": "green",
        "has_shape": false,
        "id": "29",
        "label": "E",
        "long": "LA CHARMEE - CHALON",
        "short": "E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00CCFF",
        "color_name": "teal",
        "has_shape": false,
        "id": "3",
        "label": "03",
        "long": "03 CC THALIE-CITE DES VARENNES",
        "short": "03",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "17ED12",
        "color_name": "green",
        "has_shape": false,
        "id": "30",
        "label": "F",
        "long": "ST AMBREUIL - PASTEUR - CHALON",
        "short": "F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "17ED12",
        "color_name": "green",
        "has_shape": false,
        "id": "31",
        "label": "G",
        "long": "MARNAY - CHALON",
        "short": "G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "17ED12",
        "color_name": "green",
        "has_shape": false,
        "id": "32",
        "label": "H",
        "long": "EPERVANS - CHALON",
        "short": "H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "17ED12",
        "color_name": "green",
        "has_shape": false,
        "id": "33",
        "label": "J",
        "long": "LANS - CHALON",
        "short": "J",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "17ED12",
        "color_name": "green",
        "has_shape": false,
        "id": "34",
        "label": "K",
        "long": "CHATENOY EN BRESSE - CHALON",
        "short": "K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "17ED12",
        "color_name": "green",
        "has_shape": false,
        "id": "35",
        "label": "L",
        "long": "GERGY - CHALON",
        "short": "L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "17ED12",
        "color_name": "green",
        "has_shape": false,
        "id": "36",
        "label": "M",
        "long": "SASSENAY - CHALON",
        "short": "M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "80FF00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "37",
        "label": "11",
        "long": "LIGNE 11",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "333399",
        "color_name": "blue",
        "has_shape": false,
        "id": "39",
        "label": "POUCE",
        "long": "12 POUCE",
        "short": "POUCE",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "4",
        "label": "04",
        "long": "04 CHATENOY BERLIOZ-CHALON SAONEOR",
        "short": "04",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "17ED12",
        "color_name": "green",
        "has_shape": false,
        "id": "40",
        "label": "D2",
        "long": "COLLEGE DE GIVRY",
        "short": "D2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "43",
        "label": "CS",
        "long": "CIRCUITS SPECIFIQUES",
        "short": "CS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "45",
        "label": "POLE-COLISEE",
        "long": "Navette P\u00f4le Colis\u00e9e",
        "short": "POLE-COLISEE",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "46",
        "label": "POLE-BELLEVUE",
        "long": "Navette P\u00f4le Bellevue",
        "short": "POLE-BELLEVUE",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CC99FF",
        "color_name": "white",
        "has_shape": false,
        "id": "5",
        "label": "05",
        "long": "05 ST MARCEL 8 MAI-PL MATHIAS",
        "short": "05",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "40BF43",
        "color_name": "green",
        "has_shape": false,
        "id": "6",
        "label": "06",
        "long": "06 TAISEY-CONFRERIES",
        "short": "06",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF99CC",
        "color_name": "white",
        "has_shape": false,
        "id": "60",
        "label": "13",
        "long": "LIGNE 13",
        "short": "13",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "999999",
        "color_name": "gray",
        "has_shape": false,
        "id": "62",
        "label": "15",
        "long": "NAVETTE ZI GARENNE",
        "short": "15",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "339966",
        "color_name": "green",
        "has_shape": false,
        "id": "63",
        "label": "14",
        "long": "LIGNE 14",
        "short": "14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "66",
        "label": "RPI SAMPIGNY",
        "long": "RPI SAMPIGNY LES MARANGES",
        "short": "RPI SAMPIGNY",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CCFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "67",
        "label": "R\u00e9saPN",
        "long": "R\u00e9saZoom Plaine Nord",
        "short": "R\u00e9saPN",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CC99FF",
        "color_name": "white",
        "has_shape": false,
        "id": "68",
        "label": "R\u00e9saCCN",
        "long": "R\u00e9saZoom C\u00f4te Chalonnaise Nord",
        "short": "R\u00e9saCCN",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC99",
        "color_name": "white",
        "has_shape": false,
        "id": "69",
        "label": "R\u00e9saCCS",
        "long": "R\u00e9saZoom C\u00f4te Chalonnaise Sud",
        "short": "R\u00e9saCCS",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3366FF",
        "color_name": "blue",
        "has_shape": false,
        "id": "7",
        "label": "07",
        "long": "07 DESSERTE ESAT",
        "short": "07",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF99CC",
        "color_name": "white",
        "has_shape": false,
        "id": "70",
        "label": "R\u00e9saPS",
        "long": "R\u00e9saZoom Plaine Sud",
        "short": "R\u00e9saPS",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFF99",
        "color_name": "white",
        "has_shape": false,
        "id": "71",
        "label": "R\u00e9saBC",
        "long": "R\u00e9saZoom Bresse chalonnaise",
        "short": "R\u00e9saBC",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": false,
        "id": "72",
        "label": "Flexoneor",
        "long": "",
        "short": "Flexoneor",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": false,
        "id": "74",
        "label": "CES J VILAR",
        "long": "CIRCUITS SPECIFIQUES CES JEAN VILAR",
        "short": "CES J VILAR",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": false,
        "id": "75",
        "label": "CES J PREVERT",
        "long": "CIRCUITS SPECIFIQUES JACQUES PREVERT",
        "short": "CES J PREVERT",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "993300",
        "color_name": "brown",
        "has_shape": false,
        "id": "9",
        "label": "16",
        "long": "NAVETTE CIMETIERE NORD",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 751,
    "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-18",
  "top_fixes": [
    {
      "code": "block_trips_with_overlapping_stop_times",
      "count": 5,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'block_trips_with_overlapping_stop_times' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 12.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Block trips with overlapping stop times (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 751,
      "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": 2,
      "severity": "WARNING",
      "what": "751 of 751 stops don't say whether a wheelchair user can board there.",
      "why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
    },
    {
      "code": "scorecard_missing_feed_info_dates",
      "count": 1,
      "effort": "Two fields, set once in export settings.",
      "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 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"
}
