{
  "agency": {
    "country": "FR",
    "id": "marineo-boulogne",
    "name": "Marin\u00e9o (Boulogne-sur-Mer)",
    "subdivision_code": "FR-HDF",
    "subdivision_name": "Hauts-de-France"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 77.2,
          "stops_marked_accessible_pct": 51.8,
          "stops_marked_not_accessible_pct": 11.7,
          "stops_stated_pct": 63.6,
          "trips_stated_pct": 100.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 15.9,
          "wheelchair_trips": 15.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_applicable_trips": 2036,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 664,
        "translations": {
          "feed_lang": "FR",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 2036,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 63.6,
        "wheelchair_marked_accessible_pct": 51.8,
        "wheelchair_marked_not_accessible_pct": 11.7
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 242,
          "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": 9.1,
          "severity": "WARNING",
          "what": "242 of 664 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_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "App makers and state data programs have nobody to email when they spot a problem. Small errors then sit in the feed for months."
        }
      ],
      "name": "completeness",
      "score": 68.4,
      "status": "measured",
      "summary": "64% of stops state wheelchair accessibility (52% marked accessible, 12% 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": 15,
        "instances_by_severity": {
          "ERROR": 5,
          "INFO": 711,
          "WARNING": 4473
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "trip_distance_exceeds_shape_distance",
          "count": 5,
          "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": 12.0,
          "severity": "ERROR",
          "what": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "equal_shape_distance_same_coordinates",
          "count": 2782,
          "effort": "Usually one export setting.",
          "fix": "Turn on shape cleanup in your export tool, or drop the repeated points from shapes.txt.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some route lines list the same point twice in a row.",
          "why": "Repeated points don't hurt riders, but they can skew distance math and hint at a shaky export."
        },
        {
          "code": "trip_distance_exceeds_shape_distance_below_threshold",
          "count": 1382,
          "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": "service_has_no_active_day_of_the_week",
          "count": 133,
          "effort": "A few minutes in your scheduling software.",
          "fix": "Delete the empty calendars or set their service days.",
          "owner": "Likely your export tool",
          "points": 8.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": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 95,
          "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": "route_long_name_contains_short_name",
          "count": 42,
          "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": "stop_too_far_from_shape_using_user_distance",
          "count": 20,
          "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": 6.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": "expired_calendar",
          "count": 15,
          "effort": "One setting in most export tools.",
          "fix": "Remove past service periods the next time you export the feed.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some service calendars in the feed have already ended.",
          "why": "Expired calendars are dead weight and can hide real schedule problems from your staff and vendors."
        },
        {
          "code": "route_color_contrast",
          "count": 3,
          "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": "missing_feed_contact_email_and_url",
          "count": 1,
          "effort": "One field, set once in export settings.",
          "fix": "Add feed_contact_email or feed_contact_url to feed_info.txt.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "feed_info.txt lists no contact email and no contact URL.",
          "why": "Without a contact, apps like Google Maps can't reach you when they find a problem in the feed."
        },
        {
          "code": "big_gap_in_service",
          "count": 393,
          "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": "unsorted_stop_times",
          "count": 113,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unsorted_stop_times' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Unsorted stop times (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 106,
          "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."
        },
        {
          "code": "service_window_outside_feed_period",
          "count": 98,
          "effort": "Two fields in feed_info.txt, or one export setting.",
          "fix": "Widen feed_start_date and feed_end_date to cover all service dates, or fix the dates that fall outside.",
          "owner": "Likely your export tool",
          "points": 1.0,
          "severity": "INFO",
          "what": "Some service dates fall outside the date window set in feed_info.txt.",
          "why": "feed_info.txt should span every day your service runs, so apps know when the data applies."
        },
        {
          "code": "unknown_column",
          "count": 1,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        }
      ],
      "name": "correctness",
      "score": 25.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 15 kinds of issue across 5189 instances (5 error, 4473 warning, 711 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 305,
        "effective_expiry_date": "2027-07-03",
        "feed_end_date": "2027-07-03",
        "feed_start_date": "2026-07-22",
        "feed_version": "2026-07-22 07:54:35.821473 UTC",
        "has_feed_info": true,
        "last_service_date": "2027-07-03",
        "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 305 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 configured feed URL. Publisher ownership of that URL is not verified."
    ],
    "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 305 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 64% of stops and 100% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "Two requirements remain for this feed to earn the conformance mark. 1 validator error to resolve. States wheelchair access on 64% of stops and 100% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "feed": {
    "license_note": "Licence Ouverte 2.0; published by the Communaut\u00e9 d'Agglom\u00e9ration du Boulonnais through France's National Access Point. Derived measurements by GTFS Scorecard.",
    "reachable": true,
    "sha256": "cd7e27cdd7e6e798022e769612e02bd866ca8ca0521c49ee909551e5d3b902d2",
    "size_bytes": 1395718,
    "source_provenance": "unverified",
    "static_url": "https://s3.eu-west-1.amazonaws.com/files.orchestra.ratpdev.com/networks/boulogne/exports/medias.zip"
  },
  "fetch": {
    "final_url": "https://s3.eu-west-1.amazonaws.com/files.orchestra.ratpdev.com/networks/boulogne/exports/medias.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-08-31T00:00:00+00:00",
  "geo": {
    "bbox": [
      1.57011,
      50.58513,
      1.73779,
      50.78688
    ],
    "lat": 50.71326,
    "lon": 1.61445,
    "stop_count": 664
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 49,
        "trip_count": 2036,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 49,
    "trip_count": 2036
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 57.5,
    "margin_to_next_band": 2.5,
    "score": 57.5
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 37,
      "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": "37 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (A, C, D, E, G, and more).",
      "why": "Riders with low vision struggle to read a low-contrast route badge. It also washes out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 15,
      "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": "15 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"St Patrick\", \"St Patrick\", \"Val St Martin\", and more).",
      "why": "A screen reader speaks the raw name. 'Main St & 2nd Ave' can come out as 'Main saint', or lose the ampersand."
    }
  ],
  "recompute": {
    "as_of": "2026-09-01",
    "feed_fetched_date": "2026-08-31",
    "kind": "freshness"
  },
  "routability": {
    "boardable_stops": 664,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 2036
  },
  "route_map": {
    "drawn_route_count": 49,
    "has_shapes": true,
    "path": "data/artifacts/marineo-boulogne/geometry.geojson",
    "route_count": 49,
    "routes": [
      {
        "color": "0094AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "100",
        "label": "100",
        "long": "100 : Baincthun <> Echinghen",
        "short": "100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006072",
        "color_name": "green",
        "has_shape": true,
        "id": "101",
        "label": "101",
        "long": "101 : Outreau <> Boulogne-sur-Mer",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0094AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "123",
        "label": "123",
        "long": "123 : Le Portel <> Mariette- Haffreingue- St Joseph- Nazareth",
        "short": "123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0094AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "128",
        "label": "128",
        "long": "128 : Le Portel<> Giraux Sannier",
        "short": "128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0094AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "143",
        "label": "143",
        "long": "143 : Neufch\u00e2tel-Hardelot <> Mariette- Haffreingue- St Joseph- Nazareth",
        "short": "143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0094AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "153",
        "label": "153",
        "long": "153 : Outreau <> Mariette- Haffreingue- St Joseph- Nazareth",
        "short": "153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0094AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "154",
        "label": "154",
        "long": "154 : Outreau <> Coll\u00e8ge Paul Eluard",
        "short": "154",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0094AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "16",
        "label": "16",
        "long": "16 : Baincthun <> Coll\u00e8ge Roger Salengro",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0094AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "173",
        "label": "173",
        "long": "173 : Pittefaux <> Mariette- Haffreingue- St Joseph- Nazareth",
        "short": "173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0094AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "176",
        "label": "176",
        "long": "176 : Pittefaux <> Coll\u00e8ge Roger Salengro",
        "short": "176",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0094AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "18",
        "label": "18",
        "long": "18 : Baincthun <> Giraux Sannier",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0094AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "183",
        "label": "183",
        "long": "183 <> St Etienne au Mont <> Mariette- Haffreingue- St Joseph- Nazareth",
        "short": "183",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0094AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "188",
        "label": "188",
        "long": "188 <> St Etienne au Mont <> Giraux Sannier",
        "short": "188",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0094AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "193",
        "label": "193",
        "long": "193 <> St L\u00e9onard <> Mariette- Haffreingue- St Joseph- Nazareth",
        "short": "193",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0094AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "194",
        "label": "194",
        "long": "194 <> St L\u00e9onard <> Coll\u00e8ge Paul Eluard",
        "short": "194",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0094AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "206",
        "label": "206",
        "long": "206 : St Martin Boulogne <> Coll\u00e8ge Roger Salengro",
        "short": "206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0094AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "207",
        "label": "207",
        "long": "207 : St Martin Boulogne <> Coll\u00e8ge St Joseph Navarin",
        "short": "207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0094AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "210",
        "label": "210",
        "long": "210 : Wimereux <> Boulogne-sur-Mer",
        "short": "210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0094AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "34",
        "label": "34",
        "long": "34 : Condette <> Coll\u00e8ge Paul Eluard",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0094AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "53",
        "label": "53",
        "long": "53 : Dannes <> Mariette- Haffreingue- St Joseph- Nazareth",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0094AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "54",
        "label": "54",
        "long": "54 : Dannes <> Coll\u00e8ge Paul Eluard",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0094AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "73",
        "label": "73",
        "long": "73 : Equihen-Plage <> Mariette- Haffreingue- St Joseph- Nazareth",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0094AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "78",
        "label": "78",
        "long": "78 : Equihen-Plage <> Giraux Sannier",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0094AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "83",
        "label": "83",
        "long": "83 : Hesdigneul <> Mariette- Haffreingue- St Joseph- Nazareth",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0094AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "94",
        "label": "94",
        "long": "94 : Hesdin l'Abb\u00e9 <> Coll\u00e8ge Paul Eluard",
        "short": "94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AFCB08",
        "color_name": "yellow",
        "has_shape": true,
        "id": "A",
        "label": "A",
        "long": "A : Equihen-Plage <> Wimereux",
        "short": "A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "063E84",
        "color_name": "teal",
        "has_shape": true,
        "id": "B1",
        "label": "B1",
        "long": "B1 : Boulogne-sur-Mer <> Station Liane par M\u00e9diath\u00e8que",
        "short": "B1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "063E84",
        "color_name": "teal",
        "has_shape": true,
        "id": "B2",
        "label": "B2",
        "long": "B2 : Boulogne-sur-Mer <> Station Liane par Dernier Sou",
        "short": "B2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "04AB9F",
        "color_name": "teal",
        "has_shape": true,
        "id": "C",
        "label": "C",
        "long": "C : Outreau <> St Martin Boulogne",
        "short": "C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9469AB",
        "color_name": "purple",
        "has_shape": true,
        "id": "D",
        "label": "D",
        "long": "D : Boulogne-sur-Mer <> St Martin Boulogne",
        "short": "D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "089BD9",
        "color_name": "teal",
        "has_shape": true,
        "id": "E",
        "label": "E",
        "long": "E : St Martin Boulogne <> St Etienne au Mont",
        "short": "E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E30613",
        "color_name": "red",
        "has_shape": true,
        "id": "F",
        "label": "F",
        "long": "F : Outreau <> Wimereux",
        "short": "F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFDF3E",
        "color_name": "yellow",
        "has_shape": true,
        "id": "G",
        "label": "G",
        "long": "G : Boulogne-sur-Mer <> St L\u00e9onard <> Isques <> Hesdin l'Abb\u00e9",
        "short": "G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BE5503",
        "color_name": "orange",
        "has_shape": true,
        "id": "H",
        "label": "H",
        "long": "H : Boulogne-sur-Mer <> Le Portel",
        "short": "H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9D9D9C",
        "color_name": "gray",
        "has_shape": true,
        "id": "I",
        "label": "I",
        "long": "I : Boulogne-sur-Mer <> St Etienne au Mont",
        "short": "I",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F5B5D3",
        "color_name": "white",
        "has_shape": true,
        "id": "K1",
        "label": "K1",
        "long": "K1 : Boulogne-sur-Mer -Beaurepaire",
        "short": "K1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F5B5D3",
        "color_name": "white",
        "has_shape": true,
        "id": "K2",
        "label": "K2",
        "long": "K2  Boulogne-sur-Mer -Brecquerecque",
        "short": "K2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F39200",
        "color_name": "orange",
        "has_shape": true,
        "id": "L",
        "label": "L",
        "long": "L : Boulogne-sur-Mer <> La Capelle",
        "short": "L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F3997B",
        "color_name": "pink",
        "has_shape": true,
        "id": "M1",
        "label": "M1",
        "long": "M1 : Boulogne-sur-Mer <> St L\u00e9onard <> Pont de Briques",
        "short": "M1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F3997B",
        "color_name": "pink",
        "has_shape": true,
        "id": "M2",
        "label": "M2",
        "long": "M2 : St L\u00e9onard <> Boulogne-sur-Mer",
        "short": "M2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "N",
        "label": "N",
        "long": "Navette Centre ville Boulogne-sur-Mer",
        "short": "N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "NAV1",
        "label": "NAV1",
        "long": "Navette Equihen-Plage",
        "short": "NAV1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "NAV2",
        "label": "NAV2",
        "long": "Navette Wimereux",
        "short": "NAV2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "NEMO",
        "label": "NEMO",
        "long": "Ligne N\u00e9mo",
        "short": "NEMO",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "207639",
        "color_name": "green",
        "has_shape": true,
        "id": "O",
        "label": "O",
        "long": "O : Boulogne-sur-Mer <> Outreau",
        "short": "O",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8B2927",
        "color_name": "brown",
        "has_shape": true,
        "id": "P",
        "label": "P",
        "long": "P : Boulogne-Sur-Mer <> Le Portel",
        "short": "P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C0A577",
        "color_name": "gray",
        "has_shape": true,
        "id": "SAD2",
        "label": "SAD2",
        "long": "Service \u00e0 la Demande H\u00f4pital : Boulogne-sur-Mer <> Saint-Martin-Boulogne",
        "short": "SAD2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C0A577",
        "color_name": "gray",
        "has_shape": true,
        "id": "SAD3",
        "label": "SAD3",
        "long": "Service \u00e0 la Demande Henriville : Le Portel <> Boulogne-sur-Mer",
        "short": "SAD3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "59287E",
        "color_name": "purple",
        "has_shape": true,
        "id": "TH02",
        "label": "TH02",
        "long": "Navette March\u00e9 : Haute Ville Boulogne-sur-Mer",
        "short": "TH02",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 664,
    "stop_points_capped": false
  },
  "rubric_version": "1.3",
  "schema_version": "1.18",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.3",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.3"
  },
  "snapshot_date": "2026-09-01",
  "top_fixes": [
    {
      "code": "trip_distance_exceeds_shape_distance",
      "count": 5,
      "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": 12.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": "scorecard_no_fare_data",
      "count": 1,
      "effort": "A small file for most flat-fare systems.",
      "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
      "owner": "",
      "points": 15.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "The feed contains no fare information.",
      "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 242,
      "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": 9.1,
      "rank": 3,
      "severity": "WARNING",
      "what": "242 of 664 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"
}
