{
  "agency": {
    "country": "FR",
    "id": "fr-pan-83762",
    "name": "R\u00e9seau urbain et scolaire Lila Presqu'ile",
    "operating_note": "The official covered area crosses Bretagne and Pays de la Loire; no single subdivision is assigned."
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 7.1,
          "stops_marked_accessible_pct": 9.6,
          "stops_marked_not_accessible_pct": 1.8,
          "stops_stated_pct": 11.4,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 15.0,
          "fares": 15.0,
          "headsigns": 14.6,
          "stop_names": 15.0,
          "wheelchair_stops": 2.8,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": true,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "legacy",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": true,
        "headsign_pct": 97.6,
        "mixed_case_stop_name_pct": 99.9,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1897,
        "translations": {
          "feed_lang": "fr",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 1943,
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 11.4,
        "wheelchair_marked_accessible_pct": 9.6,
        "wheelchair_marked_not_accessible_pct": 1.8
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 1681,
          "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": 22.2,
          "severity": "WARNING",
          "what": "1681 of 1897 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": 1943,
          "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": "1943 of 1943 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_headsigns",
          "count": 47,
          "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": 0.4,
          "severity": "WARNING",
          "what": "47 of 1943 trips have no headsign.",
          "why": "Riders at the stop can't tell which direction a bus is going."
        },
        {
          "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 connecting entrances, platforms, and any elevators, with a level for each.",
          "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": 62.5,
      "status": "measured",
      "summary": "11% of stops state wheelchair accessibility (10% marked accessible, 2% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 10,
        "instances_by_severity": {
          "ERROR": 240,
          "INFO": 116,
          "WARNING": 2108
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "trip_distance_exceeds_shape_distance",
          "count": 239,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "decreasing_or_equal_stop_time_distance",
          "count": 1,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Re-generate shape distances in your export; flag to your vendor if it persists.",
          "owner": "Likely your export tool",
          "points": 12.0,
          "severity": "ERROR",
          "what": "Some trips have stop times whose distances along the route go backwards.",
          "why": "Apps can show buses jumping backwards or mis-order stops."
        },
        {
          "code": "trip_distance_exceeds_shape_distance_below_threshold",
          "count": 1578,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Re-generate shape_dist_traveled on export so stop and shape distances use the same units.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "On some trips the stop distances run a little past the end of the route line.",
          "why": "The stop and shape distance values don't quite line up, so any math that uses them can drift."
        },
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 414,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Check the flagged stops' shape_dist_traveled against the route shape, and re-generate it on export if they disagree.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line, going by the feed's own distance values.",
          "why": "Trip planners may draw the route down the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 107,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates_distance_below_threshold' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Equal shape distance diff coordinates distance below threshold (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "inconsistent_route_type_for_block_id",
          "count": 4,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'inconsistent_route_type_for_block_id' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Inconsistent route type for block id (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 3,
          "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": 4.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": "stops_match_shape_out_of_order",
          "count": 1,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the stop order and the shape direction in your scheduling software; the shape is often drawn backwards.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "On some trips the stops fall along the route line in a different order than the schedule lists.",
          "why": "Trip planners can draw the bus doubling back or skipping ahead, which confuses riders reading the map."
        },
        {
          "code": "unexpected_enum_value",
          "count": 1,
          "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": 4.0,
          "severity": "WARNING",
          "what": "Unexpected enum value (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "big_gap_in_service",
          "count": 116,
          "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."
        }
      ],
      "name": "correctness",
      "score": 23.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 10 kinds of issue across 2464 instances (240 error, 2108 warning, 116 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 160,
        "effective_expiry_date": "2026-12-31",
        "feed_end_date": "2026-12-31",
        "feed_start_date": "2026-01-01",
        "feed_version": "20260706T100806",
        "has_feed_info": true,
        "last_service_date": "2026-12-31",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 100.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": "2 validator errors to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 160 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 11% 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. 2 validator errors to resolve. States wheelchair access on 11% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Open Database License (ODbL), recorded by France's National Access Point; credit Transdev CapAtlantique Mobilit\u00e9s \u2022 Lila Presqu'\u00eele, identify the ODbL, and preserve share-alike terms where they apply.",
    "reachable": true,
    "sha256": "aa4f42b041c4887ce395710f1815da7bba193306283bd5e85ab1d97bb458a8f5",
    "size_bytes": 5137546,
    "static_url": "https://transport.data.gouv.fr/resources/83762/download"
  },
  "fetch": {
    "final_url": "https://static.data.gouv.fr/resources/reseau-urbain-scolaire-lila-presquile/20260721-131126/gtfs-20260706-100805-capatlantique-3.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": [
      -2.55012,
      47.23817,
      -2.1878,
      47.51221
    ],
    "lat": 47.35279,
    "lon": -2.372,
    "stop_count": 1897
  },
  "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": 1943,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 96,
    "trip_count": 1943
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 54.6,
    "margin_to_next_band": 5.4,
    "score": 54.6
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 4,
      "effort": "A per-route color setting in your scheduling software.",
      "fix": "Adjust route_color or route_text_color so each pair clears 4.5:1. Often switching the text between black and white is enough.",
      "owner": "Likely your export tool",
      "points": 0.0,
      "severity": "WARNING",
      "what": "4 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (1, 4, 20Est, 30).",
      "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": 24,
      "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": "24 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Kerrousseau/Levera\", \"Kerrousseau/Levera\", \"Kerrousseau/Levera\", 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."
    },
    {
      "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 whether a step-free route exists inside the station, and trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 1213,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 1943
  },
  "route_map": {
    "drawn_route_count": 96,
    "has_shapes": true,
    "path": "data/artifacts/fr-pan-83762/geometry.geojson",
    "route_count": 96,
    "routes": [
      {
        "color": "3EA3DC",
        "color_name": "teal",
        "has_shape": true,
        "id": "1",
        "label": "1",
        "long": "Gu\u00e9rande / La Baule",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "144",
        "label": "1",
        "long": "St-Nazaire - Cit\u00e9 Scolaire / St-Nazaire - Lyc\u00e9e",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "145",
        "label": "10",
        "long": "St-Nazaire - Cit\u00e9 Scolaire",
        "short": "10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "146",
        "label": "11",
        "long": "St-Nazaire - Cit\u00e9 Scolaire",
        "short": "11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "147",
        "label": "12",
        "long": "La Baule-Escoublac - Cit\u00e9 Scolaire Grand Air",
        "short": "12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "148",
        "label": "13",
        "long": "La Baule-Escoublac - Cit\u00e9 Scolaire Grand Air",
        "short": "13",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "149",
        "label": "14",
        "long": "La Baule-Escoublac - Cit\u00e9 Scolaire Grand Air",
        "short": "14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "24A98E",
        "color_name": "teal",
        "has_shape": true,
        "id": "15",
        "label": "30",
        "long": "Navette interne au Croisic, le Croisi'bus",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "150",
        "label": "15",
        "long": "La Baule-Escoublac - Cit\u00e9 Scolaire Grand Air",
        "short": "15",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "151",
        "label": "16",
        "long": "La Baule-Escoublac - Cit\u00e9 Scolaire Grand Air",
        "short": "16",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "152",
        "label": "17",
        "long": "Pornichet - Coll\u00e8ge Sacr\u00e9 C\u0153ur / La Baule-Escoublac - Coll\u00e8ge E. Tabarly",
        "short": "17",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "153",
        "label": "18",
        "long": "La Baule-Escoublac - Cit\u00e9 Scolaire Grand Air",
        "short": "18",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "154",
        "label": "19",
        "long": "La Baule-Escoublac - Cit\u00e9 Scolaire Grand Air / La Baule-Escoublac - Coll\u00e8ge E. Tabarly",
        "short": "19",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "155",
        "label": "2",
        "long": "St-Nazaire - Cit\u00e9 Scolaire / St-Nazaire - Lyc\u00e9e",
        "short": "2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "156",
        "label": "20",
        "long": "La Baule-Escoublac - Cit\u00e9 Scolaire Grand Air / Pornichet - Coll\u00e8ge Sacr\u00e9 C\u0153ur",
        "short": "20",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "157",
        "label": "23",
        "long": "La Baule-Escoublac - Cit\u00e9 Scolaire Grand Air",
        "short": "23",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "158",
        "label": "24",
        "long": "Le Pouliguen - Coll\u00e8ge Jules Verne",
        "short": "24",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "159",
        "label": "25",
        "long": "Le Pouliguen - Coll\u00e8ge Jules Verne",
        "short": "25",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "160",
        "label": "27",
        "long": "La Baule-Escoublac - Cit\u00e9 Scolaire Grand Air / La Baule-Escoublac - Coll\u00e8ge E. Tabarly",
        "short": "27",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "161",
        "label": "3",
        "long": "St-Nazaire - Cit\u00e9 Scolaire / St-Nazaire - Lyc\u00e9e",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "162",
        "label": "30",
        "long": "Gu\u00e9rande - Coll\u00e8ges",
        "short": "30",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "163",
        "label": "31",
        "long": "Gu\u00e9rande - Coll\u00e8ges",
        "short": "31",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "165",
        "label": "33",
        "long": "Gu\u00e9rande - Coll\u00e8ges",
        "short": "33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "166",
        "label": "34",
        "long": "Gu\u00e9rande - Coll\u00e8ges",
        "short": "34",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "167",
        "label": "35",
        "long": "Gu\u00e9rande - Coll\u00e8ges",
        "short": "35",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "168",
        "label": "37",
        "long": "Gu\u00e9rande - Coll\u00e8ges",
        "short": "37",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "169",
        "label": "38",
        "long": "Gu\u00e9rande - Coll\u00e8ges",
        "short": "38",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "48BCC4",
        "color_name": "teal",
        "has_shape": true,
        "id": "17",
        "label": "4",
        "long": "Piriac-Sur-Mer / La Turballe / Gu\u00e9rande / La Baule",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "170",
        "label": "39",
        "long": "Gu\u00e9rande - Coll\u00e8ges",
        "short": "39",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "171",
        "label": "4",
        "long": "St-Nazaire - Cit\u00e9 Scolaire / St-Nazaire - Lyc\u00e9e",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "173",
        "label": "41",
        "long": "Gu\u00e9rande - Coll\u00e8ges",
        "short": "41",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "174",
        "label": "42",
        "long": "Gu\u00e9rande - Coll\u00e8ges",
        "short": "42",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "175",
        "label": "43",
        "long": "Gu\u00e9rande - Coll\u00e8ges",
        "short": "43",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "176",
        "label": "46",
        "long": "Gu\u00e9rande - Coll\u00e8ges",
        "short": "46",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "177",
        "label": "47",
        "long": "Gu\u00e9rande - Coll\u00e8ges",
        "short": "47",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "178",
        "label": "49",
        "long": "Gu\u00e9rande - Coll\u00e8ges",
        "short": "49",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "179",
        "label": "5",
        "long": "La Baule-Escoublac - Coll\u00e8ge E. Tabarly / St-Nazaire - Cit\u00e9 Scolaire",
        "short": "5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8966A8",
        "color_name": "purple",
        "has_shape": true,
        "id": "18",
        "label": "5",
        "long": "Le Croisic / Batz-sur-Mer / Gu\u00e9rande",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "180",
        "label": "50",
        "long": "Gu\u00e9rande - Coll\u00e8ges",
        "short": "50",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "181",
        "label": "51",
        "long": "Gu\u00e9rande - Coll\u00e8ges",
        "short": "51",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "182",
        "label": "52",
        "long": "Gu\u00e9rande - Coll\u00e8ges",
        "short": "52",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "183",
        "label": "53",
        "long": "Gu\u00e9rande - Coll\u00e8ges",
        "short": "53",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "184",
        "label": "54",
        "long": "Gu\u00e9rande - Coll\u00e8ges",
        "short": "54",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "185",
        "label": "55",
        "long": "Gu\u00e9rande - Coll\u00e8ges",
        "short": "55",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "186",
        "label": "56",
        "long": "Gu\u00e9rande - Coll\u00e8ges",
        "short": "56",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "187",
        "label": "6",
        "long": "La Baule-Escoublac - Coll\u00e8ge E. Tabarly / St-Nazaire - Cit\u00e9 Scolaire",
        "short": "6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "188",
        "label": "60",
        "long": "Gu\u00e9rande - Lyc\u00e9es / Gu\u00e9rande - Ecoles Primaires",
        "short": "60",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "189",
        "label": "61",
        "long": "Gu\u00e9rande - Lyc\u00e9es / Gu\u00e9rande - Ecoles Primaires",
        "short": "61",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "190",
        "label": "62",
        "long": "Gu\u00e9rande - Lyc\u00e9es / Gu\u00e9rande - Ecoles Primaires",
        "short": "62",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "191",
        "label": "63",
        "long": "Gu\u00e9rande - Lyc\u00e9es",
        "short": "63",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "192",
        "label": "64",
        "long": "Gu\u00e9rande - Lyc\u00e9es / Ass\u00e9rac - Ecoles Primaires",
        "short": "64",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "193",
        "label": "65",
        "long": "Gu\u00e9rande - Lyc\u00e9es / Ass\u00e9rac - Ecoles Primaires",
        "short": "65",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "194",
        "label": "66",
        "long": "Gu\u00e9rande - Lyc\u00e9es",
        "short": "66",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "195",
        "label": "67",
        "long": "Gu\u00e9rande - Lyc\u00e9es",
        "short": "67",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "196",
        "label": "68",
        "long": "Gu\u00e9rande - Lyc\u00e9es / Gu\u00e9rande - Ecoles Primaires",
        "short": "68",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "197",
        "label": "69",
        "long": "Gu\u00e9rande - Lyc\u00e9es",
        "short": "69",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "198",
        "label": "7",
        "long": "La Baule-Escoublac - Coll\u00e8ge E. Tabarly / St-Nazaire - Cit\u00e9 Scolaire",
        "short": "7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "199",
        "label": "70",
        "long": "Gu\u00e9rande - Lyc\u00e9es",
        "short": "70",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F59C28",
        "color_name": "orange",
        "has_shape": true,
        "id": "2",
        "label": "10",
        "long": "Navette interne \u00e0 Gu\u00e9rande, Ty'Gwen",
        "short": "10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "200",
        "label": "71",
        "long": "Gu\u00e9rande - Lyc\u00e9es",
        "short": "71",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "201",
        "label": "72",
        "long": "Gu\u00e9rande - Lyc\u00e9es / La Turballe - Ecoles Primaires",
        "short": "72",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "202",
        "label": "73",
        "long": "Gu\u00e9rande - Lyc\u00e9es / La Turballe - Ecoles Primaires",
        "short": "73",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "203",
        "label": "74",
        "long": "Gu\u00e9rande - Lyc\u00e9es",
        "short": "74",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "204",
        "label": "75",
        "long": "Gu\u00e9rande - Lyc\u00e9es / Piriac-sur-Mer - Ecoles Primaires",
        "short": "75",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "205",
        "label": "76",
        "long": "Gu\u00e9rande - Lyc\u00e9es / St-Lyphard - Ecoles Primaires",
        "short": "76",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "206",
        "label": "77",
        "long": "Gu\u00e9rande - Lyc\u00e9es",
        "short": "77",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "208",
        "label": "82",
        "long": "Camo\u00ebl - Ecole Primaire",
        "short": "82",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "210",
        "label": "9",
        "long": "La Baule-Escoublac - Coll\u00e8ge E. Tabarly / St-Nazaire - Cit\u00e9 Scolaire",
        "short": "9",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "213",
        "label": "F1",
        "long": "Herbignac - Coll\u00e8ges / F\u00e9rel - Ecoles Primaires",
        "short": "F1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "214",
        "label": "F2",
        "long": "Herbignac - Coll\u00e8ges / F\u00e9rel - Ecoles Primaires",
        "short": "F2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "215",
        "label": "F3",
        "long": "Herbignac - Coll\u00e8ges / F\u00e9rel - Ecoles Primaires",
        "short": "F3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "216",
        "label": "F4",
        "long": "Herbignac - Coll\u00e8ges / F\u00e9rel - Ecoles Primaires",
        "short": "F4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "217",
        "label": "F5",
        "long": "Herbignac - Coll\u00e8ges",
        "short": "F5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "218",
        "label": "H1",
        "long": "Herbignac - Coll\u00e8ges / Herbignac - Ecoles Primaires",
        "short": "H1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "219",
        "label": "H2",
        "long": "Herbignac - Coll\u00e8ges / Herbignac - Ecoles Primaires",
        "short": "H2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "220",
        "label": "H3",
        "long": "Herbignac - Coll\u00e8ges / Herbignac - Ecoles Primaires",
        "short": "H3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "221",
        "label": "H4",
        "long": "Herbignac - Coll\u00e8ges / Herbignac - Ecoles Primaires",
        "short": "H4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "222",
        "label": "H5",
        "long": "Herbignac - Coll\u00e8ges / Herbignac - Ecoles Primaires",
        "short": "H5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "223",
        "label": "H6",
        "long": "Herbignac - Coll\u00e8ges / Herbignac - Ecoles Primaires",
        "short": "H6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "224",
        "label": "H7",
        "long": "Herbignac - Coll\u00e8ges / Herbignac - Ecoles Primaires",
        "short": "H7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "225",
        "label": "H8",
        "long": "Herbignac - Coll\u00e8ges / Herbignac - Ecoles Primaires",
        "short": "H8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "226",
        "label": "H9",
        "long": "Herbignac - Coll\u00e8ges / Herbignac - Ecoles Primaires",
        "short": "H9",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "85BE4C",
        "color_name": "gray",
        "has_shape": true,
        "id": "255",
        "label": "20Ouest",
        "long": "Navette interne \u00e0 la Baule Ouest",
        "short": "20Ouest",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "009989",
        "color_name": "teal",
        "has_shape": true,
        "id": "256",
        "label": "20Est",
        "long": "Navette interne \u00e0 la Baule Est",
        "short": "20Est",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "257",
        "label": "Navette A",
        "long": "St-Molf - Lyc\u00e9e Kergu\u00e9nec",
        "short": "Navette A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "258",
        "label": "Navette B",
        "long": "St-Molf - Lyc\u00e9e Kergu\u00e9nec",
        "short": "Navette B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "259",
        "label": "Navette C",
        "long": "St-Molf - Lyc\u00e9e Kergu\u00e9nec",
        "short": "Navette C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EC7204",
        "color_name": "orange",
        "has_shape": true,
        "id": "26",
        "label": "6",
        "long": "Le Croisic / Batz-sur-Mer / Le Pouliguen / La Baule",
        "short": "6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "260",
        "label": "98",
        "long": "St-Nazaire - Coll\u00e8ge Ste-Th\u00e9r\u00e8se",
        "short": "98",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "261",
        "label": "99",
        "long": "St-Nazaire - Coll\u00e8ge Ste-Th\u00e9r\u00e8se",
        "short": "99",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "882830",
        "color_name": "brown",
        "has_shape": true,
        "id": "28",
        "label": "7",
        "long": "P\u00e9nestin / Ass\u00e9rac / Saint-Molf / Gu\u00e9rande",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "074E8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "3",
        "label": "13",
        "long": "La Baule / Pornichet / Saint-Nazaire",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005A55",
        "color_name": "green",
        "has_shape": true,
        "id": "30",
        "label": "8",
        "long": "Camo\u00ebl / F\u00e9rel / Herbignac",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "098156",
        "color_name": "green",
        "has_shape": true,
        "id": "33",
        "label": "9",
        "long": "Mesquer / Gu\u00e9rande",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D487D",
        "color_name": "teal",
        "has_shape": true,
        "id": "34",
        "label": "A1",
        "long": "Herbignac / La Chapelle des Marais (sur r\u00e9servation)",
        "short": "A1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E2101A",
        "color_name": "red",
        "has_shape": true,
        "id": "4",
        "label": "2",
        "long": "Herbignac / Saint-Lyphard / Gu\u00e9rande / Saint-Nazaire",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1897,
    "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": "trip_distance_exceeds_shape_distance",
      "count": 239,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 24.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "decreasing_or_equal_stop_time_distance",
      "count": 1,
      "effort": "Usually an export-tool fix, not hand editing.",
      "fix": "Re-generate shape distances in your export; flag to your vendor if it persists.",
      "owner": "Likely your export tool",
      "points": 12.0,
      "rank": 2,
      "severity": "ERROR",
      "what": "Some trips have stop times whose distances along the route go backwards.",
      "why": "Apps can show buses jumping backwards or mis-order stops."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 1681,
      "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": 22.2,
      "rank": 3,
      "severity": "WARNING",
      "what": "1681 of 1897 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."
    }
  ],
  "validator_version": "8.0.1"
}
