{
  "agency": {
    "country": "FR",
    "id": "fr-pan-67655",
    "name": "R\u00e9seau urbain TUB (Saint-Brieuc)",
    "subdivision_code": "FR-BRE",
    "subdivision_name": "Bretagne"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 19.0,
          "stops_marked_accessible_pct": 30.4,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 30.4,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 7.6,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_applicable_trips": 2379,
        "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": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 2606,
        "translations": {
          "feed_lang": "fr",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 2379,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 30.4,
        "wheelchair_marked_accessible_pct": 30.4,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 1813,
          "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": 17.4,
          "severity": "WARNING",
          "what": "1813 of 2606 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": 2379,
          "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": "2379 of 2379 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the bus itself can take them."
        },
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "App makers and state data programs have nobody to email when they spot a problem. Small errors then sit in the feed for months."
        },
        {
          "code": "scorecard_station_no_pathways",
          "count": 1,
          "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
          "fix": "Add pathways.txt to link entrances, platforms, and elevators. Give each one a level.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "This feed models stations or entrances but has no pathways.txt.",
          "why": "Trip planners can't guide riders through the station, and there is no step-free route information for wheelchair users."
        }
      ],
      "name": "completeness",
      "score": 45.1,
      "status": "measured",
      "summary": "30% of stops state wheelchair accessibility (30% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 7,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 75,
          "WARNING": 10
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "expired_calendar",
          "count": 5,
          "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": 4.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_long_name_contains_short_name",
          "count": 2,
          "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": 4.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": "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": "missing_recommended_field",
          "count": 1,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some files leave out fields that GTFS asks for but does not require.",
          "why": "Recommended fields like agency_phone or stop descriptions make the feed more useful to riders and trip planners."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 1,
          "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": "trip_headsign_matches_intermediate_stop",
          "count": 62,
          "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": "big_gap_in_service",
          "count": 13,
          "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": 0.8,
          "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": 78.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 7 kinds of issue across 85 instances (0 error, 10 warning, 75 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 121,
        "effective_expiry_date": "2026-12-31",
        "feed_end_date": "2026-12-31",
        "feed_start_date": "2026-08-25",
        "feed_version": null,
        "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 121 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 official feed URL on file."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 121 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 30% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "One requirement remains for this feed to earn the conformance mark. States wheelchair access on 30% of stops and 0% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "feed": {
    "license_note": "Open Database License (ODbL), recorded by France's National Access Point; credit CA Saint-Brieuc Armor Agglom\u00e9ration, identify the ODbL, and preserve share-alike terms where they apply.",
    "reachable": true,
    "sha256": "3d5b8e3147424cc62407f9a02479107d1ff3a2f3e6b6c54e11abcf36bc7517ff",
    "size_bytes": 1672348,
    "source_provenance": "official",
    "static_url": "https://www.data.gouv.fr/api/1/datasets/r/9bccfc79-5d35-4fc3-8296-526b791fc950"
  },
  "fetch": {
    "final_url": "https://static.data.gouv.fr/resources/gtfs-du-reseau-de-transports-publics-de-saint-brieuc-armor-agglomeration/20260827-220136/gtfs.zip",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-09-01T00:00:00+00:00",
  "geo": {
    "bbox": [
      -3.03629,
      48.30759,
      -2.63184,
      48.66652
    ],
    "lat": 48.49172,
    "lon": -2.79169,
    "stop_count": 2606
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 93,
        "trip_count": 2379,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 93,
    "trip_count": 2379
  },
  "overall": {
    "grade": "C",
    "margin_to_lower_band": 3.3,
    "margin_to_next_band": 6.7,
    "score": 73.3
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 26,
      "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": "26 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (teo, B, E, 10, 20, 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": 8,
      "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": "8 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"P+R Avenir\", \"P+R Avenir\", \"P+R Avenir\", and more).",
      "why": "A screen reader speaks the raw name. 'Main St & 2nd Ave' can come out as 'Main saint', or lose the ampersand."
    },
    {
      "category": "accessibility",
      "code": "scorecard_station_missing_step_free_data",
      "count": 2,
      "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
      "fix": "Add pathways.txt connecting entrances, platforms, and elevators, and levels.txt for each floor, so the step-free route is described.",
      "owner": "",
      "points": 0.0,
      "severity": "WARNING",
      "what": "This feed models stations or entrances but has no pathways.txt and levels.txt.",
      "why": "Without pathways and levels, a wheelchair user can't tell if a step-free route exists inside the station. Trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 1670,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 2379
  },
  "route_map": {
    "drawn_route_count": 93,
    "has_shapes": true,
    "path": "data/artifacts/fr-pan-67655/geometry.geojson",
    "route_count": 93,
    "routes": [
      {
        "color": "0F70B7",
        "color_name": "teal",
        "has_shape": true,
        "id": "100",
        "label": "S510",
        "long": "Pl\u00e9dran - St Carreuc - Plaintel - St Brandan - Quintin",
        "short": "S510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D7AE5B",
        "color_name": "yellow",
        "has_shape": true,
        "id": "101",
        "label": "TE51",
        "long": "Le Foeil Mairie - Lyc\u00e9e Rabelais",
        "short": "TE51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "26358C",
        "color_name": "blue",
        "has_shape": true,
        "id": "102",
        "label": "P511",
        "long": "Primaire Plaintel",
        "short": "P511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "26358C",
        "color_name": "blue",
        "has_shape": true,
        "id": "103",
        "label": "P512",
        "long": "Primaire Plaintel",
        "short": "P512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "26358C",
        "color_name": "blue",
        "has_shape": true,
        "id": "104",
        "label": "P513",
        "long": "Primaire Plaintel",
        "short": "P513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "26358C",
        "color_name": "blue",
        "has_shape": true,
        "id": "107",
        "label": "P701",
        "long": "St Carreuc",
        "short": "P701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "26358C",
        "color_name": "blue",
        "has_shape": true,
        "id": "108",
        "label": "P101",
        "long": "Lantic",
        "short": "P101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0F70B7",
        "color_name": "teal",
        "has_shape": true,
        "id": "109",
        "label": "S104",
        "long": "Lantic - Plourhan - St Quay Portrieux",
        "short": "S104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D8836B",
        "color_name": "pink",
        "has_shape": true,
        "id": "11",
        "label": "30",
        "long": "Centre-Clemenceau - Villes Herv\u00e9",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0F70B7",
        "color_name": "teal",
        "has_shape": true,
        "id": "110",
        "label": "S105",
        "long": "Plourhan - St Quay Portrieux",
        "short": "S105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0F70B7",
        "color_name": "teal",
        "has_shape": true,
        "id": "111",
        "label": "S106",
        "long": "Binic - Plourhan - Tr\u00e9veneuc - St Quay Portrieux",
        "short": "S106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A467A3",
        "color_name": "purple",
        "has_shape": true,
        "id": "112",
        "label": "TE11",
        "long": "Plourhan - Lantic - Pordic - St Brieuc",
        "short": "TE11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0F70B7",
        "color_name": "teal",
        "has_shape": true,
        "id": "113",
        "label": "S704",
        "long": "St Carreuc - Ploeuc sur Li\u00e9",
        "short": "S704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D7AE5B",
        "color_name": "yellow",
        "has_shape": true,
        "id": "114",
        "label": "TE53",
        "long": "St Carreuc - Plaintel - Ploeuc sur Li\u00e9",
        "short": "TE53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0F70B7",
        "color_name": "teal",
        "has_shape": true,
        "id": "115",
        "label": "S707",
        "long": "St Carreuc - Plaintel - Ploeuc",
        "short": "S707",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0F70B7",
        "color_name": "teal",
        "has_shape": true,
        "id": "116",
        "label": "S708",
        "long": "St Carreuc - Plaintel - Ploeuc sur Li\u00e9",
        "short": "S708",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0F70B7",
        "color_name": "teal",
        "has_shape": true,
        "id": "117",
        "label": "S709",
        "long": "Plaintel Centre - Ploeuc sur Li\u00e9",
        "short": "S709",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8784BC",
        "color_name": "gray",
        "has_shape": true,
        "id": "12",
        "label": "20",
        "long": "Centre-Clemenceau - Hillion Centre",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8D1E47",
        "color_name": "brown",
        "has_shape": true,
        "id": "13",
        "label": "70",
        "long": "Pl\u00e9dran Centre - Centre-Clemenceau",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "26358C",
        "color_name": "blue",
        "has_shape": true,
        "id": "130",
        "label": "P107",
        "long": "Primaire Binic",
        "short": "P107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9F3787",
        "color_name": "purple",
        "has_shape": true,
        "id": "14",
        "label": "60",
        "long": "Gare Routi\u00e8re Robien - La M\u00e9augon",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "684B91",
        "color_name": "purple",
        "has_shape": true,
        "id": "140",
        "label": "7",
        "long": "Ploeuc L'Hermitage - St Brieuc",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E6750",
        "color_name": "green",
        "has_shape": true,
        "id": "15",
        "label": "90",
        "long": "Gare Routi\u00e8re Robien - St-Donan",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8C5723",
        "color_name": "brown",
        "has_shape": true,
        "id": "16",
        "label": "40",
        "long": "Tr\u00e9meloir - Gare Centre",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "165",
        "label": "S515",
        "long": "S515 : Seven Lehart - ST Gildas - Quintin",
        "short": "S515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8683BB",
        "color_name": "gray",
        "has_shape": true,
        "id": "168",
        "label": "S201",
        "long": "Lermot - Coll\u00e8ge Ch. De Gaulle",
        "short": "S201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8683BB",
        "color_name": "gray",
        "has_shape": true,
        "id": "169",
        "label": "S202",
        "long": "Yffiniac Gare - Coll\u00e8ge Ch. De Gaulle",
        "short": "S202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8683BB",
        "color_name": "gray",
        "has_shape": true,
        "id": "171",
        "label": "S203",
        "long": "La Croix Bertrand - Coll\u00e8ge Ch. De Gaulle",
        "short": "S203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8683BB",
        "color_name": "gray",
        "has_shape": true,
        "id": "175",
        "label": "TE23",
        "long": "Hillion - Centre Clemenceau",
        "short": "TE23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "626165",
        "color_name": "gray",
        "has_shape": true,
        "id": "18",
        "label": "TE1",
        "long": "Gare Routi\u00e8re Robien - Lyc\u00e9e Renan",
        "short": "TE1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0F70B8",
        "color_name": "teal",
        "has_shape": true,
        "id": "182",
        "label": "S108",
        "long": "Plourhan - Les Pr\u00e9s Calans",
        "short": "S108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A03788",
        "color_name": "purple",
        "has_shape": true,
        "id": "183",
        "label": "S601",
        "long": "Freyssinet - Jean Mac\u00e9 - Le Haut-Champ - Tr\u00e9muson",
        "short": "S601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "684B92",
        "color_name": "purple",
        "has_shape": true,
        "id": "186",
        "label": "TE71",
        "long": "Ploeuc Centre - Lyc\u00e9e Rabelais",
        "short": "TE71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0F70B7",
        "color_name": "teal",
        "has_shape": true,
        "id": "187",
        "label": "S109",
        "long": "Pr\u00e9s Calans - Lantic - Plourhan",
        "short": "S109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0F70B7",
        "color_name": "teal",
        "has_shape": true,
        "id": "188",
        "label": "S902",
        "long": "Plaine Haute - Les Plantes Ecoles",
        "short": "S902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0F70B7",
        "color_name": "teal",
        "has_shape": true,
        "id": "189",
        "label": "S903",
        "long": "Pr\u00e9 Auray - Les Plantes Ecole",
        "short": "S903",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F7E93A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "19",
        "label": "TE2",
        "long": "Les Quartiers - Gare Routi\u00e8re Robien",
        "short": "TE2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8784BC",
        "color_name": "gray",
        "has_shape": true,
        "id": "190",
        "label": "M4",
        "long": "Les Villages - Aubrac",
        "short": "M4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8784BC",
        "color_name": "gray",
        "has_shape": true,
        "id": "191",
        "label": "N4",
        "long": "Aubrac - Langueux Poste",
        "short": "N4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005EB8",
        "color_name": "teal",
        "has_shape": true,
        "id": "194",
        "label": "DF3",
        "long": "Pl\u00e9rin - Tr\u00e9gueux",
        "short": "DF3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "874968",
        "color_name": "gray",
        "has_shape": true,
        "id": "195",
        "label": "55",
        "long": "Quintin - Plaintel Centre",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ACC537",
        "color_name": "yellow",
        "has_shape": true,
        "id": "196",
        "label": "DF2",
        "long": "Ploufragan - Tr\u00e9gueux",
        "short": "DF2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009CAF",
        "color_name": "teal",
        "has_shape": true,
        "id": "2",
        "label": "teo",
        "long": "Cesson R\u00e9publique - P+R Plaines Villes",
        "short": "teo",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A467A3",
        "color_name": "purple",
        "has_shape": true,
        "id": "20",
        "label": "TE10",
        "long": "Pordic - Jean Moulin",
        "short": "TE10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFB157",
        "color_name": "yellow",
        "has_shape": true,
        "id": "204",
        "label": "DF5",
        "long": "Gare centre  - Le Volozen",
        "short": "DF5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0F70B7",
        "color_name": "teal",
        "has_shape": true,
        "id": "206",
        "label": "S110",
        "long": "Stella Maris-C.Claudel-Pr\u00e9s Calans-Ste Marguerite",
        "short": "S110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "334580",
        "color_name": "teal",
        "has_shape": true,
        "id": "21",
        "label": "TE4",
        "long": "Centre-Clemenceau - Jean Moulin",
        "short": "TE4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8683BB",
        "color_name": "gray",
        "has_shape": true,
        "id": "22",
        "label": "TE20",
        "long": "Hillion Centre - Sacr\u00e9 Coeur",
        "short": "TE20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005EB8",
        "color_name": "teal",
        "has_shape": true,
        "id": "23",
        "label": "TE6",
        "long": "Champs de Pies - Sacr\u00e9 Coeur",
        "short": "TE6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ACC537",
        "color_name": "yellow",
        "has_shape": true,
        "id": "24",
        "label": "TE7",
        "long": "Croix Tual - Sacr\u00e9 Coeur",
        "short": "TE7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8D1E47",
        "color_name": "brown",
        "has_shape": true,
        "id": "25",
        "label": "TE70",
        "long": "Racine - Pl\u00e9dran",
        "short": "TE70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A1297C",
        "color_name": "purple",
        "has_shape": true,
        "id": "26",
        "label": "R",
        "long": "Les Rosaires - Gare Centre",
        "short": "R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0F70B7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27",
        "label": "S401",
        "long": "Coll\u00e8ge Lequier - Les Rosaires",
        "short": "S401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BC1A2E",
        "color_name": "red",
        "has_shape": true,
        "id": "28",
        "label": "80",
        "long": "Gare Routi\u00e8re Robien - La Croix Bertrand",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9F3787",
        "color_name": "purple",
        "has_shape": true,
        "id": "29",
        "label": "TE60",
        "long": "La M\u00e9augon - Gare Routi\u00e8re Robien",
        "short": "TE60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D8836B",
        "color_name": "pink",
        "has_shape": true,
        "id": "30",
        "label": "TE30",
        "long": "Villes Herv\u00e9 - Gare Routi\u00e8re Robien",
        "short": "TE30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0F70B7",
        "color_name": "teal",
        "has_shape": true,
        "id": "32",
        "label": "S901",
        "long": "K\u00e9risel - Boisillon - La Grande M\u00e9tairie",
        "short": "S901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F7E93A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "34",
        "label": "130",
        "long": "Gare Centre - Ploufragan Mairie",
        "short": "130",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D7AE5B",
        "color_name": "yellow",
        "has_shape": true,
        "id": "36",
        "label": "TE50",
        "long": "Gare Routi\u00e8re Robien - Campus des M\u00e9tiers",
        "short": "TE50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0F70B7",
        "color_name": "teal",
        "has_shape": true,
        "id": "37",
        "label": "S402",
        "long": "Pont Gato - Coll\u00e8ge St Pierre",
        "short": "S402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0F70B7",
        "color_name": "teal",
        "has_shape": true,
        "id": "38",
        "label": "S403",
        "long": "Ville Madren - Coll\u00e8ge St Pierre",
        "short": "S403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0F70B7",
        "color_name": "teal",
        "has_shape": true,
        "id": "39",
        "label": "S703",
        "long": "Scolaire Pl\u00e9dran",
        "short": "S703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "626165",
        "color_name": "gray",
        "has_shape": true,
        "id": "4",
        "label": "100",
        "long": "Centre-C des Trente - Pasteur",
        "short": "100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0F70B7",
        "color_name": "teal",
        "has_shape": true,
        "id": "40",
        "label": "S702",
        "long": "Scolaire Pl\u00e9dran",
        "short": "S702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0F70B7",
        "color_name": "teal",
        "has_shape": true,
        "id": "41",
        "label": "S404",
        "long": "Ville Auriol - Coll\u00e8ge L\u00e9quier",
        "short": "S404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0F70B7",
        "color_name": "teal",
        "has_shape": true,
        "id": "42",
        "label": "S405",
        "long": "Pont de Gou\u00ebt - Coll\u00e8ge st Pierre",
        "short": "S405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0F70B7",
        "color_name": "teal",
        "has_shape": true,
        "id": "46",
        "label": "TE3",
        "long": "Gare Routi\u00e8re Robien - Moulin de Colv\u00e9",
        "short": "TE3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "26358C",
        "color_name": "blue",
        "has_shape": true,
        "id": "47",
        "label": "P705",
        "long": "Primaire Pl\u00e9dran",
        "short": "P705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "26358C",
        "color_name": "blue",
        "has_shape": true,
        "id": "48",
        "label": "P706",
        "long": "Primaire Pl\u00e9dran",
        "short": "P706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "26358C",
        "color_name": "blue",
        "has_shape": true,
        "id": "49",
        "label": "P102",
        "long": "Primaire Pordic",
        "short": "P102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ACC537",
        "color_name": "yellow",
        "has_shape": true,
        "id": "5",
        "label": "B",
        "long": "Lorraine - Langueux Poste",
        "short": "B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E30613",
        "color_name": "red",
        "has_shape": true,
        "id": "50",
        "label": "DF4",
        "long": "Gare Centre - Sacr\u00e9 Coeur",
        "short": "DF4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "26358C",
        "color_name": "blue",
        "has_shape": true,
        "id": "53",
        "label": "P103",
        "long": "Primaire Pordic",
        "short": "P103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005EB8",
        "color_name": "teal",
        "has_shape": true,
        "id": "55",
        "label": "C",
        "long": "Tr\u00e9gueux Le Brun - Pl\u00e9rin ZA de l'Arriv\u00e9e",
        "short": "C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "58",
        "label": "ESATCO",
        "long": "ESATCO",
        "short": "ESATCO",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DD9525",
        "color_name": "orange",
        "has_shape": true,
        "id": "6",
        "label": "E",
        "long": "Cesson R\u00e9publique - Les Villages",
        "short": "E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A467A3",
        "color_name": "purple",
        "has_shape": true,
        "id": "60",
        "label": "10",
        "long": "Tr\u00e9gueux - Binic",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ACC537",
        "color_name": "yellow",
        "has_shape": true,
        "id": "64",
        "label": "N2",
        "long": "Langueux Poste - Ploufragan Lorraine",
        "short": "N2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005EB8",
        "color_name": "teal",
        "has_shape": true,
        "id": "75",
        "label": "M3",
        "long": "Tr\u00e9gueux - Pl\u00e9rin",
        "short": "M3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ACC537",
        "color_name": "yellow",
        "has_shape": true,
        "id": "76",
        "label": "M2",
        "long": "Ploufragan - Langueux",
        "short": "M2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005EB8",
        "color_name": "teal",
        "has_shape": true,
        "id": "78",
        "label": "N3",
        "long": "Pl\u00e9rin Eglise  - Tr\u00e9gueux  Bleu Pluriel",
        "short": "N3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "001489",
        "color_name": "blue",
        "has_shape": true,
        "id": "8",
        "label": "D",
        "long": "Ville Oger - Coll\u00e8ge L\u00e9quier",
        "short": "D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8683BB",
        "color_name": "gray",
        "has_shape": true,
        "id": "82",
        "label": "TE22",
        "long": "Gare Yffiniac - Gare Routi\u00e8re Robien",
        "short": "TE22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D7AE5B",
        "color_name": "yellow",
        "has_shape": true,
        "id": "86",
        "label": "TE52",
        "long": "La Vall\u00e9e Quintin  - Lyc\u00e9e Rabelais",
        "short": "TE52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0F70B7",
        "color_name": "teal",
        "has_shape": true,
        "id": "89",
        "label": "S504",
        "long": "Plaintel - St Brandan - Quintin (010802BN)",
        "short": "S504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D7AE5B",
        "color_name": "yellow",
        "has_shape": true,
        "id": "9",
        "label": "50",
        "long": "Gare Routi\u00e8re Robien - Plaintel Centre",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0F70B7",
        "color_name": "teal",
        "has_shape": true,
        "id": "92",
        "label": "S502",
        "long": "Le Vieux-Bourg - St Bihy - Lanfains - Quintin",
        "short": "S502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0F70B7",
        "color_name": "teal",
        "has_shape": true,
        "id": "93",
        "label": "S503",
        "long": "St Donan - Cohiniac - Le Foeil - Quintin",
        "short": "S503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0F70B7",
        "color_name": "teal",
        "has_shape": true,
        "id": "95",
        "label": "S505",
        "long": "St-Julien - Plaine Haute - Le Foeil - Quintin",
        "short": "S505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0F70B7",
        "color_name": "teal",
        "has_shape": true,
        "id": "96",
        "label": "S506",
        "long": "Pl\u00e9dran - Plaintel - St Brandan - Quintin",
        "short": "S506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0F70B7",
        "color_name": "teal",
        "has_shape": true,
        "id": "97",
        "label": "S507",
        "long": "St Carreuc - Plaintel - St Brandan - Le Foeil - Quintin",
        "short": "S507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0F70B7",
        "color_name": "teal",
        "has_shape": true,
        "id": "98",
        "label": "S508",
        "long": "L'Hermitage Lorge - St Brandan - Lanfains - Quintin",
        "short": "S508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0F70B7",
        "color_name": "teal",
        "has_shape": true,
        "id": "99",
        "label": "S509",
        "long": "La Harmoye - Lanfains - St Brandan - Quintin",
        "short": "S509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 2606,
    "stop_points_capped": true
  },
  "rubric_version": "1.3",
  "schema_version": "1.18",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.3",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.3"
  },
  "snapshot_date": "2026-09-01",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 1813,
      "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": 17.4,
      "rank": 1,
      "severity": "WARNING",
      "what": "1813 of 2606 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": 2379,
      "effort": "A default or per-trip field in your export.",
      "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "2379 of 2379 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,
      "rank": 3,
      "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."
    }
  ],
  "validator_version": "8.0.1"
}
