{
  "agency": {
    "country": "FR",
    "id": "izilo-lorient",
    "name": "Izilo (Lorient)",
    "subdivision_code": "FR-BRE",
    "subdivision_name": "Bretagne"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 56.6,
          "stops_marked_accessible_pct": 26.2,
          "stops_marked_not_accessible_pct": 4.4,
          "stops_stated_pct": 30.5,
          "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": 14.9,
          "wheelchair_stops": 7.6,
          "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_pct": 100.0,
        "mixed_case_stop_name_pct": 99.2,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 2129,
        "translations": {
          "feed_lang": "FR",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 8194,
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 30.5,
        "wheelchair_marked_accessible_pct": 26.2,
        "wheelchair_marked_not_accessible_pct": 4.4
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 1479,
          "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": "1479 of 2129 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": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        }
      ],
      "name": "completeness",
      "score": 60.0,
      "status": "measured",
      "summary": "31% of stops state wheelchair accessibility (26% marked accessible, 4% 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": 17,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 235,
          "WARNING": 20261
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "equal_shape_distance_same_coordinates",
          "count": 13507,
          "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": 5283,
          "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": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 835,
          "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": "service_has_no_active_day_of_the_week",
          "count": 582,
          "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": "mixed_case_recommended_field",
          "count": 26,
          "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": 6.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "fast_travel_between_consecutive_stops",
          "count": 12,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a transit vehicle can.",
          "why": "Usually a typo'd stop time; riders get arrival times no transit vehicle can meet."
        },
        {
          "code": "route_short_name_too_long",
          "count": 5,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'route_short_name_too_long' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Route short name too long (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "expired_calendar",
          "count": 4,
          "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": "stop_too_far_from_shape_using_user_distance",
          "count": 2,
          "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": 4.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 path or point riders to the wrong boarding location."
        },
        {
          "code": "stops_match_shape_out_of_order",
          "count": 2,
          "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 transit vehicle doubling back or skipping ahead, which confuses riders reading the map."
        },
        {
          "code": "leading_or_trailing_whitespaces",
          "count": 1,
          "effort": "Usually one export setting.",
          "fix": "Trim leading and trailing spaces on export. The scorecard's auto-fixed copy already does this.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some values have extra spaces at the start or end.",
          "why": "A stray space can break a match, so a stop or route may fail to link across files."
        },
        {
          "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": "route_color_contrast",
          "count": 1,
          "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": "trip_headsign_matches_intermediate_stop",
          "count": 208,
          "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 transit vehicle ends up, so a midpoint name can send them the wrong way."
        },
        {
          "code": "big_gap_in_service",
          "count": 23,
          "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."
        },
        {
          "code": "unsorted_stop_times",
          "count": 3,
          "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": 0.5,
          "severity": "INFO",
          "what": "Unsorted stop times (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "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.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 17 kinds of issue across 20496 instances (0 error, 20261 warning, 235 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 91,
        "effective_expiry_date": "2026-10-18",
        "feed_end_date": "2026-10-18",
        "feed_start_date": "2026-07-02",
        "feed_version": "2026-07-02 15:07:49.708663 UTC",
        "has_feed_info": true,
        "last_service_date": "2026-10-18",
        "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 91 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 91 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 30% of stops and 100% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. States wheelchair access on 30% of stops and 100% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Licence Ouverte 2.0 (Etalab) as recorded on the French national access point transport.data.gouv.fr; reuse including commercial reuse is permitted with attribution to Lorient Agglom\u00e9ration (r\u00e9seau Izilo) and the update date.",
    "reachable": true,
    "sha256": "43a7df9702b85a204b9ebd97e850d8dea03b8fe34badd5c116d890be0f7304ac",
    "size_bytes": 5836938,
    "static_url": "https://transport.data.gouv.fr/resources/80611/download"
  },
  "ferry_profile": {
    "accessibility": {
      "measures": "published_values_not_physical_usability",
      "terminals": {
        "allowed_count": 0,
        "allowed_pct": 0.0,
        "not_allowed_count": 2,
        "not_allowed_pct": 22.2,
        "stated_count": 2,
        "stated_pct": 22.2,
        "total_count": 9
      },
      "trips": {
        "allowed_count": 1244,
        "allowed_pct": 100.0,
        "not_allowed_count": 0,
        "not_allowed_pct": 0.0,
        "stated_count": 1244,
        "stated_pct": 100.0,
        "total_count": 1244
      }
    },
    "bikes": {
      "allowed_count": 0,
      "allowed_pct": 0.0,
      "not_allowed_count": 1244,
      "not_allowed_pct": 100.0,
      "stated_count": 1244,
      "stated_pct": 100.0,
      "total_count": 1244
    },
    "cars": {
      "allowed_count": 0,
      "allowed_pct": 0.0,
      "not_allowed_count": 0,
      "not_allowed_pct": 0.0,
      "stated_count": 0,
      "stated_pct": 0.0,
      "total_count": 1244
    },
    "fares": {
      "applied": false,
      "fare_free": false,
      "model": "none",
      "scope": "whole_feed"
    },
    "graded": false,
    "measured": true,
    "realtime": {
      "configured_kinds": [],
      "kinds_configured": 0,
      "scope": "whole_feed"
    },
    "route_count": 11,
    "scope": "ferry_routes_and_trips",
    "stop_access": {
      "direct_count": 0,
      "eligible_terminal_count": 0,
      "stated_count": 0,
      "stated_pct": null,
      "through_station_count": 0
    },
    "terminal_hierarchy": {
      "boarding_location_count": 9,
      "parented_boarding_location_count": 0,
      "parented_boarding_location_pct": 0.0,
      "referenced_station_count": 0
    },
    "trip_count": 1244
  },
  "fetch": {
    "final_url": "https://s3.eu-west-1.amazonaws.com/files.orchestra.ratpdev.com/networks/rdla-lorient/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-07-19T00:00:00+00:00",
  "geo": {
    "bbox": [
      -3.52662,
      47.62706,
      -3.06516,
      48.01868
    ],
    "lat": 47.80035,
    "lon": -3.34698,
    "stop_count": 2129
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": true,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 153,
        "trip_count": 6950,
        "trip_share_pct": 84.8
      },
      {
        "key": "ferry",
        "label": "Ferry",
        "route_count": 11,
        "trip_count": 1244,
        "trip_share_pct": 15.2
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 164,
    "trip_count": 8194
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 54.8,
    "margin_to_next_band": 5.2,
    "score": 54.8
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 89,
      "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": "89 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (T1a, T1b, T2, T3, NAVETTE 1, and more).",
      "why": "Low-contrast route badges are hard to read for riders with low vision and wash out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 4,
      "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": "4 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Colbert / CFA\", \"Colbert / CFA\", \"Camping Terre & Mer\", and more).",
      "why": "Riders who use a screen reader hear the raw name, so 'Main St & 2nd Ave' can come out as 'Main saint' or drop the ampersand."
    }
  ],
  "routability": {
    "boardable_stops": 2129,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 8194
  },
  "route_map": {
    "drawn_route_count": 164,
    "has_shapes": true,
    "path": "data/artifacts/izilo-lorient/geometry.geojson",
    "route_count": 164,
    "routes": [
      {
        "color": "13A538",
        "color_name": "green",
        "has_shape": true,
        "id": "10",
        "label": "10",
        "long": "GUIDEL Plages - PLOEMEUR Kerb\u00e8rnes",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5CB567",
        "color_name": "gray",
        "has_shape": true,
        "id": "100",
        "label": "100",
        "long": "MAIRIE CAUDAN - HOPITAL CHARCOT",
        "short": "100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "067CBC",
        "color_name": "teal",
        "has_shape": true,
        "id": "101",
        "label": "101",
        "long": "INGUINIEL Mairie - PLOUAY Gare d\u00c9changes",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E83C6C",
        "color_name": "pink",
        "has_shape": true,
        "id": "102",
        "label": "102",
        "long": "LANVAUDAN Centre - PLOUAY Gare Routi\u00e8re",
        "short": "102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "84C9C0",
        "color_name": "gray",
        "has_shape": true,
        "id": "103",
        "label": "103",
        "long": "BUBRY Centre - PLOUAY Gare Routi\u00e8re",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "979628",
        "color_name": "brown",
        "has_shape": true,
        "id": "104",
        "label": "104",
        "long": "BUBRY Centre - INZINZAC LOCHRIST Les Forges",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00628B",
        "color_name": "teal",
        "has_shape": true,
        "id": "105",
        "label": "105",
        "long": "QUISTINIC Centre - LANGUIDIC Place Guillerme",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6AAE68",
        "color_name": "gray",
        "has_shape": true,
        "id": "109",
        "label": "109",
        "long": "LARMOR PLAGE Qu\u00e9hello Congard - PL\u0152MEUR \u00c9glise",
        "short": "109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E47F7B",
        "color_name": "pink",
        "has_shape": true,
        "id": "11",
        "label": "11",
        "long": "CLEGUER La Croix Rouge - LORIENT Port de P\u00eache",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "575756",
        "color_name": "brown",
        "has_shape": true,
        "id": "110",
        "label": "110",
        "long": "LANESTER Parc des Expositions CIRCULAIRE via cin\u00e9ma",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E07E99",
        "color_name": "pink",
        "has_shape": true,
        "id": "111",
        "label": "111",
        "long": "LANESTER - CAUDAN / Zones commerciales et artisanales",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F6BD9C",
        "color_name": "white",
        "has_shape": true,
        "id": "120",
        "label": "120",
        "long": "LORIENT gare d'Echanges - HENNEBONT Foyer Prat Izel",
        "short": "120",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C07A53",
        "color_name": "brown",
        "has_shape": true,
        "id": "122",
        "label": "122",
        "long": "FONDERIE DE BRETAGNE - INZINZAC-LOCHRIST Penquesten",
        "short": "122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B9825D",
        "color_name": "gray",
        "has_shape": true,
        "id": "123",
        "label": "123",
        "long": "FONDERIE DE BRETAGNE - LORIENT Merville",
        "short": "123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A6734F",
        "color_name": "brown",
        "has_shape": true,
        "id": "124",
        "label": "124",
        "long": "LORIENT Porte Colbert - LANGUIDIC Kergonan",
        "short": "124",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "875B3D",
        "color_name": "brown",
        "has_shape": true,
        "id": "125",
        "label": "125",
        "long": "START Atelier Services - LORIENT Gare d\u00c9changes",
        "short": "125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5488C7",
        "color_name": "teal",
        "has_shape": true,
        "id": "13",
        "label": "13",
        "long": "LORIENT Kerulv\u00e9 / LORIENT Maison de la Solidarit\u00e9 - LORIENT Beaux-Arts",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A2A9AD",
        "color_name": "gray",
        "has_shape": true,
        "id": "131",
        "label": "131",
        "long": "QU\u00c9VEN Kergavalan - LORIENT March\u00e9",
        "short": "131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5B6670",
        "color_name": "gray",
        "has_shape": true,
        "id": "133",
        "label": "133",
        "long": "LORIENT Gare d\u00c9changes - LORIENT Le Divit",
        "short": "133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00628B",
        "color_name": "teal",
        "has_shape": true,
        "id": "135",
        "label": "135",
        "long": "LARMOR PLAGE Centre \u2013 LORIENT S\u00e9curit\u00e9 Sociale",
        "short": "135",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5488C7",
        "color_name": "teal",
        "has_shape": true,
        "id": "13a",
        "label": "13a",
        "long": "LORIENT Beaux-Arts - LORIENT Kerulv\u00e9",
        "short": "13a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5488C7",
        "color_name": "teal",
        "has_shape": true,
        "id": "13b",
        "label": "13b",
        "long": "LORIENT Beaux-Arts - LORIENT Maison de la Solidarit\u00e9",
        "short": "13b",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "806A50",
        "color_name": "brown",
        "has_shape": true,
        "id": "15",
        "label": "15",
        "long": "RIANTEC Kervignec - PORT LOUIS La Pointe",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C2A6E1",
        "color_name": "white",
        "has_shape": true,
        "id": "151",
        "label": "151",
        "long": "LOCMIQUELIC Sterville - PORT-LOUIS Coll\u00e8ge Saint-Pierre",
        "short": "151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "773DBD",
        "color_name": "purple",
        "has_shape": true,
        "id": "153",
        "label": "153",
        "long": "PORT-LOUIS Place au bois - RIANTEC Coll\u00e8ge Kerdurand",
        "short": "153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6711C1",
        "color_name": "purple",
        "has_shape": true,
        "id": "155",
        "label": "155",
        "long": "LOCMIQUELIC Sterville - RIANTEC Coll\u00e8ge Kerurand",
        "short": "155",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "69488E",
        "color_name": "purple",
        "has_shape": true,
        "id": "157",
        "label": "157",
        "long": "HENNEBONT Victor Hugo - PORT-LOUIS Lyc\u00e9e Professionnel",
        "short": "157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "73308A",
        "color_name": "purple",
        "has_shape": true,
        "id": "158",
        "label": "158",
        "long": "PORT-LOUIS Perception - HENNEBONT Lyc\u00e9es",
        "short": "158",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "441C54",
        "color_name": "black",
        "has_shape": true,
        "id": "159",
        "label": "159",
        "long": "RIANTEC Saint Diel - HENNEBONT Lyc\u00e9es",
        "short": "159",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6E5FA7",
        "color_name": "purple",
        "has_shape": true,
        "id": "16",
        "label": "16",
        "long": "LOCMIQUELIC Pen Man\u00e9 - PORT LOUIS La Pointe",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A4CADB",
        "color_name": "white",
        "has_shape": true,
        "id": "160",
        "label": "160",
        "long": "PORT-LOUIS Perception - LORIENT Saint-Joseph / La Paix",
        "short": "160",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "87D6ED",
        "color_name": "white",
        "has_shape": true,
        "id": "161",
        "label": "161",
        "long": "RIANTEC La Croizeti\u00e8re - LORIENT Saint-Joseph / La Paix",
        "short": "161",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "55C5E5",
        "color_name": "teal",
        "has_shape": true,
        "id": "162",
        "label": "162",
        "long": "LORIENT Quai des Indes - LORIENT Universit\u00e9",
        "short": "162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "24B6E0",
        "color_name": "teal",
        "has_shape": true,
        "id": "163",
        "label": "163",
        "long": "LANESTER Rue du Blavet \u2013 LANESTER Ecole Pablo Picasso",
        "short": "163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009CCD",
        "color_name": "teal",
        "has_shape": true,
        "id": "164",
        "label": "164",
        "long": "CAUDAN Parc Nenez - CAUDAN Ecoles primaires et coll\u00e8ge Saint-Joseph de Caudan",
        "short": "164",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0077A8",
        "color_name": "teal",
        "has_shape": true,
        "id": "165",
        "label": "165",
        "long": "CAUDAN Keraud \u2013 CAUDAN Ecoles primaires et coll\u00e8ge St Joseph",
        "short": "165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "407994",
        "color_name": "teal",
        "has_shape": true,
        "id": "166",
        "label": "166",
        "long": "CAUDAN Kermamenic - LANESTER Coll\u00e8ges Notre-Dame du Pont / Henri Wallon - Lyc\u00e9e Jean Mac\u00e9",
        "short": "166",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2685AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "167",
        "label": "167",
        "long": "CAUDAN Grand moustoir - Coll\u00e8ges Notre-Dame du Pont / Henri Wallon - Lyc\u00e9e Jean Mac\u00e9",
        "short": "167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "446A7D",
        "color_name": "teal",
        "has_shape": true,
        "id": "168",
        "label": "168",
        "long": "LORIENT Joliot CURIE - LORIENT Coll\u00e8ge Anita Conti",
        "short": "168",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0D3C49",
        "color_name": "green",
        "has_shape": true,
        "id": "169",
        "label": "169",
        "long": "GROIX Ap\u00e9ritif - GROIX Ecole de la Trinit\u00e9",
        "short": "169",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008D36",
        "color_name": "green",
        "has_shape": true,
        "id": "17",
        "label": "17",
        "long": "LOCMIQUELIC Pen Man\u00e9 - RIANTEC S\u00e9bastopol",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1C355E",
        "color_name": "green",
        "has_shape": true,
        "id": "200",
        "label": "200",
        "long": "GUIDEL Keriouay - PLOEMEUR Eglise - Coll\u00e8ges et \u00e9coles primaires",
        "short": "200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "316094",
        "color_name": "teal",
        "has_shape": true,
        "id": "201",
        "label": "201",
        "long": "PL\u0152MEUR Kerloret - PLOEMEUR Coll\u00e8ges et \u00e9coles primaires",
        "short": "201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5B89B4",
        "color_name": "gray",
        "has_shape": true,
        "id": "202",
        "label": "202",
        "long": "PL\u0152MEUR Le Cour\u00e9gant - LORIENT S\u00e9curit\u00e9 Sociale",
        "short": "202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "79A3DC",
        "color_name": "gray",
        "has_shape": true,
        "id": "203",
        "label": "203",
        "long": "LORIENT Gare d\u00e9changes - PL\u0152MEUR E.R.E.A",
        "short": "203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5B89B4",
        "color_name": "gray",
        "has_shape": true,
        "id": "204",
        "label": "204",
        "long": "GUIDEL Place Jaffr\u00e9 - PL\u0152MEUR Coll\u00e8ges et Ecoles",
        "short": "204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3D7CC9",
        "color_name": "teal",
        "has_shape": true,
        "id": "205",
        "label": "205",
        "long": "GUIDEL Locmiquel M\u00e9n\u00e9 - PL\u0152MEUR Les Pins",
        "short": "205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1F5BB2",
        "color_name": "teal",
        "has_shape": true,
        "id": "206",
        "label": "206",
        "long": "PL\u0152MEUR Le Cour\u00e9gant - PLOEMEUR Coll\u00e8ges et \u00e9coles primaires",
        "short": "206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4E68AF",
        "color_name": "blue",
        "has_shape": true,
        "id": "207",
        "label": "207",
        "long": "CLEGUER Lenfer - LORIENT Coll\u00e8ges et Lyc\u00e9es",
        "short": "207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1485BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "208",
        "label": "208",
        "long": "PONT-SCORFF Kereven - PONT-SCORFF Ecoles primaires",
        "short": "208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1226AA",
        "color_name": "blue",
        "has_shape": true,
        "id": "209",
        "label": "209",
        "long": "CLEGUER S\u00e9n\u00e9bret - CLEGUER \u00c9coles primaires",
        "short": "209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B6D8D4",
        "color_name": "white",
        "has_shape": true,
        "id": "210",
        "label": "210",
        "long": "CLEGEUR St Etienne \u2013 CLEGUER Ecoles primaires",
        "short": "210",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "9FCFCA",
        "color_name": "white",
        "has_shape": true,
        "id": "211",
        "label": "211",
        "long": "PONT-SCORFF Kereven - GUIDEL Coll\u00e8ge Saint-Jean",
        "short": "211",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3BBFAD",
        "color_name": "teal",
        "has_shape": true,
        "id": "212",
        "label": "212",
        "long": "CLEGUER Kerganaouen - GUIDEL Coll\u00e8ge Saint-Jean",
        "short": "212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00ADBB",
        "color_name": "teal",
        "has_shape": true,
        "id": "213",
        "label": "213",
        "long": "QUEVEN Clairi\u00e8re - GUIDEL Coll\u00e8ge Saint-Jean",
        "short": "213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A0AF",
        "color_name": "teal",
        "has_shape": true,
        "id": "214",
        "label": "214",
        "long": "PONT-SCORFF Kereven  - QUEVEN Coll\u00e8ge Kerbellec",
        "short": "214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007298",
        "color_name": "teal",
        "has_shape": true,
        "id": "215",
        "label": "215",
        "long": "QU\u00c9VEN Kerdual - QUEVEN Coll\u00e8ge Kerbellec / \u00c9cole Anatole France",
        "short": "215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "57B6B2",
        "color_name": "teal",
        "has_shape": true,
        "id": "216",
        "label": "216",
        "long": "PONT-SCORFF Keroter - LORIENT Lyc\u00e9es et universit\u00e9",
        "short": "216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007481",
        "color_name": "teal",
        "has_shape": true,
        "id": "217",
        "label": "217",
        "long": "PONT-SCORFF Place du Tr\u00e9ano - HENNEBONT Lyc\u00e9es",
        "short": "217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "245E5E",
        "color_name": "green",
        "has_shape": true,
        "id": "218",
        "label": "218",
        "long": "CLEGUER Kerraoul \u2013 CLEGUER L\u2019enfer",
        "short": "218",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "36563D",
        "color_name": "green",
        "has_shape": true,
        "id": "250",
        "label": "250",
        "long": "GUIDEL Coatroual - GUIDEL \u00c9coles primaires",
        "short": "250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00783F",
        "color_name": "green",
        "has_shape": true,
        "id": "251",
        "label": "251",
        "long": "GUIDEL Cro\u00ebz Coat - GUIDEL \u00c9coles primaires",
        "short": "251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "348F41",
        "color_name": "green",
        "has_shape": true,
        "id": "252",
        "label": "252",
        "long": "GUIDEL Trezeleguen - GUIDEL \u00c9coles primaires",
        "short": "252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "45AF51",
        "color_name": "green",
        "has_shape": true,
        "id": "253",
        "label": "253",
        "long": "GUIDEL Croix Notre Dame - GUIDEL \u00c9coles primaires",
        "short": "253",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "54A35D",
        "color_name": "gray",
        "has_shape": true,
        "id": "254",
        "label": "254",
        "long": "GUIDEL Kerhuen - GUIDEL \u00c9coles primaires",
        "short": "254",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "61B22D",
        "color_name": "green",
        "has_shape": true,
        "id": "255",
        "label": "255",
        "long": "GUIDEL Cro\u00ebz Coat - GUIDEL Coll\u00e8ge Saint-Jean",
        "short": "255",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4C9C2E",
        "color_name": "green",
        "has_shape": true,
        "id": "256",
        "label": "256",
        "long": "GUIDEL Kerembarz - GUIDEL Coll\u00e8ge Saint-Jean",
        "short": "256",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3DAE2B",
        "color_name": "green",
        "has_shape": true,
        "id": "257",
        "label": "257",
        "long": "GUIDEL Keryhuel - QUEVEN Coll\u00e8ge Kerbellec",
        "short": "257",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6ABF4B",
        "color_name": "gray",
        "has_shape": true,
        "id": "258",
        "label": "258",
        "long": "GUIDEL Villeneuve Piriou - QUEVEN Coll\u00e8ge Kerbellec",
        "short": "258",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A1D683",
        "color_name": "gray",
        "has_shape": true,
        "id": "259",
        "label": "259",
        "long": "GUIDEL Qu\u00e9verne - QUEVEN Coll\u00e8ge Kerbellec",
        "short": "259",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E5DF95",
        "color_name": "white",
        "has_shape": true,
        "id": "260",
        "label": "260",
        "long": "GUIDEL Keryhuel - GUIDEL Place Jaffr\u00e9",
        "short": "260",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E3E28D",
        "color_name": "white",
        "has_shape": true,
        "id": "261",
        "label": "261",
        "long": "GUIDEL Villeneuve Kerhorlay - LORIENT Lyc\u00e9es",
        "short": "261",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DCDD6F",
        "color_name": "yellow",
        "has_shape": true,
        "id": "262",
        "label": "262",
        "long": "GUIDEL Kerembarz - QUEVEN Lann Bihou\u00e9",
        "short": "262",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D3D655",
        "color_name": "yellow",
        "has_shape": true,
        "id": "263",
        "label": "263",
        "long": "GUIDEL Croix Notre Dame - LORIENT Coll\u00e8ges, lyc\u00e9es et universit\u00e9",
        "short": "263",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B8BE14",
        "color_name": "yellow",
        "has_shape": true,
        "id": "264",
        "label": "264",
        "long": "GUIDEL Beg Nenez - LORIENT Coll\u00e8ge et lyc\u00e9e Saint-Joseph / Lyc\u00e9e Notre Dame de la Paix",
        "short": "264",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "908C13",
        "color_name": "brown",
        "has_shape": true,
        "id": "265",
        "label": "265",
        "long": "GUIDEL Croix Notre Dame - GUIDEL Coll\u00e8ge Saint Jean",
        "short": "265",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAB913",
        "color_name": "yellow",
        "has_shape": true,
        "id": "298",
        "label": "298",
        "long": "HENNEBONT Kerlois - HENNEBONT Malachappe",
        "short": "298",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F59C0E",
        "color_name": "orange",
        "has_shape": true,
        "id": "299",
        "label": "299",
        "long": "HENNEBONT Kerlois - INZINZAC-LOCHRIST Kermadec",
        "short": "299",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFB1B8",
        "color_name": "white",
        "has_shape": true,
        "id": "300",
        "label": "300",
        "long": "LOCHRIST Locqueltas - HENNEBONT Coll\u00e8ges et lyc\u00e9es",
        "short": "300",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8D90",
        "color_name": "pink",
        "has_shape": true,
        "id": "301",
        "label": "301",
        "long": "INZINZAC-LOCHRIST K\u00e9ralv\u00e9 - HENNEBONT Lyc\u00e9es et coll\u00e8ges",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF7775",
        "color_name": "pink",
        "has_shape": true,
        "id": "302",
        "label": "302",
        "long": "INZINZAC-LOCHRIST Man\u00e9 Bihan - LORIENT Coll\u00e8ge et lyc\u00e9e Saint-Joseph / Lyc\u00e9e Notre Dame de La Paix",
        "short": "302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF675D",
        "color_name": "pink",
        "has_shape": true,
        "id": "303",
        "label": "303",
        "long": "HENNEBONT Victor Hugo - HENNEBONT Lyc\u00e9e Le Talhou\u00ebt",
        "short": "303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D48978",
        "color_name": "pink",
        "has_shape": true,
        "id": "304",
        "label": "304",
        "long": "LANGUIDIC Lanveur - LANGUIDIC Place Guillerme / Coll\u00e8ge Saint Aubin",
        "short": "304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CD6F63",
        "color_name": "pink",
        "has_shape": true,
        "id": "305",
        "label": "305",
        "long": "LANGUIDIC Kermo\u00ebl / Kervidel - LANGUIDIC Place Guillerme / Coll\u00e8ge Saint Aubin",
        "short": "305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C6605B",
        "color_name": "pink",
        "has_shape": true,
        "id": "306",
        "label": "306",
        "long": "LANGUIDIC Villeneuve D\u00e9zinio - LANGUIDIC Place Guillerme / Coll\u00e8ge Saint Aubin",
        "short": "306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BF5B5A",
        "color_name": "pink",
        "has_shape": true,
        "id": "307",
        "label": "307",
        "long": "LANGUIDIC Kerpache - LANGUIDIC Place Guillerme / Coll\u00e8ge Saint Aubin",
        "short": "307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A95C5C",
        "color_name": "brown",
        "has_shape": true,
        "id": "308",
        "label": "308",
        "long": "LANGUIDIC Man\u00e9 Kervrehan - LANGUIDIC Place Guillerme / Coll\u00e8ge Saint Aubin",
        "short": "308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "905954",
        "color_name": "brown",
        "has_shape": true,
        "id": "309",
        "label": "309",
        "long": "LANGUIDIC Keraqu\u00e9 - LANGUIDIC Place Guillerme / Coll\u00e8ge Saint Aubin",
        "short": "309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0094B7",
        "color_name": "teal",
        "has_shape": true,
        "id": "31",
        "label": "31",
        "long": "LANESTER Le resto \u2013 LANESTER Parc des Expositions",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ED71BE",
        "color_name": "pink",
        "has_shape": true,
        "id": "310",
        "label": "310",
        "long": "LANGUIDIC La Ch\u00e2taigneraie - LANGUIDIC Place Guillerme / Coll\u00e8ge Saint Aubin",
        "short": "310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C45696",
        "color_name": "pink",
        "has_shape": true,
        "id": "311",
        "label": "311",
        "long": "LANGUIDIC Kerhann - LANGUIDIC Place Guillerme / Coll\u00e8ge Saint Aubin",
        "short": "311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A2537A",
        "color_name": "purple",
        "has_shape": true,
        "id": "312",
        "label": "312",
        "long": "BRAND\u00c9RION Mil\u00e9dec - BRANDERION Abb\u00e9 Le Cam",
        "short": "312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8F5977",
        "color_name": "gray",
        "has_shape": true,
        "id": "313",
        "label": "313",
        "long": "QUISTINIC Centre - HENNEBONT Lyc\u00e9es",
        "short": "313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9F6197",
        "color_name": "purple",
        "has_shape": true,
        "id": "314",
        "label": "314",
        "long": "LANGUIDIC Place Guillerme - LORIENT Coll\u00e8ge et lyc\u00e9e Saint-Joseph / Lyc\u00e9e Notre Dame de La Paix",
        "short": "314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EF7D04",
        "color_name": "orange",
        "has_shape": true,
        "id": "32",
        "label": "32",
        "long": "LANGUIDIC Place Guillerme - HENNEBONT Gare SNCF",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8BB1CD",
        "color_name": "gray",
        "has_shape": true,
        "id": "33",
        "label": "33",
        "long": "PLOEMEUR Fort Bloqu\u00e9 \u2013 PLOEMEUR Kerjo\u00ebl",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006AA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "34",
        "label": "34",
        "long": "LANGUIDIC Tr\u00e9auray - HENNEBONT Gare SNCF",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AA2D29",
        "color_name": "red",
        "has_shape": true,
        "id": "350",
        "label": "350",
        "long": "PLOUAY Gare Routi\u00e8re - HENNEBONT Lyc\u00e9es",
        "short": "350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CA3625",
        "color_name": "red",
        "has_shape": true,
        "id": "351",
        "label": "351",
        "long": "PLOUAY Gare Routi\u00e8re - HENNEBONT Lyc\u00e9es",
        "short": "351",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CE0E2D",
        "color_name": "red",
        "has_shape": true,
        "id": "352",
        "label": "352",
        "long": "PLOUAY Le Man\u00e9rio - PLOUAY Gare routi\u00e8re",
        "short": "352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D7282F",
        "color_name": "red",
        "has_shape": true,
        "id": "353",
        "label": "353",
        "long": "BUBRY Keranticher - BUBRY \u00c9coles primaires",
        "short": "353",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DD514E",
        "color_name": "red",
        "has_shape": true,
        "id": "355",
        "label": "355",
        "long": "PLOUAY Questenen Plaine - PLOUAY \u00c9coles primaires",
        "short": "355",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C54B38",
        "color_name": "red",
        "has_shape": true,
        "id": "356",
        "label": "356",
        "long": "PLOUAY Kervr\u00e9han - PLOUAY \u00c9coles primaires",
        "short": "356",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F5333F",
        "color_name": "red",
        "has_shape": true,
        "id": "358",
        "label": "358",
        "long": "QUISTINIC Pont Augan - QUISTINIC \u00c9coles primaires",
        "short": "358",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F32735",
        "color_name": "red",
        "has_shape": true,
        "id": "359",
        "label": "359",
        "long": "PLOUAY Le Lezot - PLOUAY Coll\u00e8ges",
        "short": "359",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5D452B",
        "color_name": "brown",
        "has_shape": true,
        "id": "360",
        "label": "360",
        "long": "INGUINIEL Bout Er Hosty - PLOUAY Coll\u00e8ges",
        "short": "360",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "774D28",
        "color_name": "brown",
        "has_shape": true,
        "id": "361",
        "label": "361",
        "long": "CLEGUER Rue des Pins - PLOUAY Coll\u00e8ges",
        "short": "361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8E5928",
        "color_name": "brown",
        "has_shape": true,
        "id": "362",
        "label": "362",
        "long": "BUBRY Man\u00e9 Ble\u00ef - BUBRY Centre",
        "short": "362",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BC955C",
        "color_name": "gray",
        "has_shape": true,
        "id": "363",
        "label": "363",
        "long": "PLOUAY Kernascl\u00e9den - PLOUAY Coll\u00e8ges",
        "short": "363",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C8A977",
        "color_name": "gray",
        "has_shape": true,
        "id": "364",
        "label": "364",
        "long": "LANVAUDAN Le Liorzo - PLOUAY Coll\u00e8ges",
        "short": "364",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D5BA8C",
        "color_name": "gray",
        "has_shape": true,
        "id": "365",
        "label": "365",
        "long": "LANVAUDAN Sebrevet - PLOUAY Coll\u00e8ges",
        "short": "365",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E8B78A",
        "color_name": "pink",
        "has_shape": true,
        "id": "366",
        "label": "366",
        "long": "PLOUAY Kerhoual - PLOUAY Coll\u00e8ges",
        "short": "366",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DDC9A3",
        "color_name": "white",
        "has_shape": true,
        "id": "367",
        "label": "367",
        "long": "CLEGUER Kerganaouen / L'Enfer - PLOUAY Coll\u00e8ges",
        "short": "367",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "84C9C0",
        "color_name": "gray",
        "has_shape": true,
        "id": "37",
        "label": "37",
        "long": "PLOEMEUR Le Cour\u00e9gant \u2013 PLOEMEUR Saint D\u00e9ron",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0669B2",
        "color_name": "teal",
        "has_shape": true,
        "id": "40E",
        "label": "40E",
        "long": "PLOUAY Gare Routi\u00e8re - LORIENT Gare d\u00c9changes",
        "short": "40E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "16A538",
        "color_name": "green",
        "has_shape": true,
        "id": "41E",
        "label": "41E",
        "long": "INZINZAC LOCHRIST Man\u00e9 Bihan - LORIENT S\u00e9curit\u00e9 Sociale",
        "short": "41E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1D9DD9",
        "color_name": "teal",
        "has_shape": true,
        "id": "42E",
        "label": "42E",
        "long": "LANGUIDIC Kergonan - LORIENT Lyc\u00e9es",
        "short": "42E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E3BA00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "50",
        "label": "50",
        "long": "QU\u00c9VEN Clairi\u00e8re - LORIENT Gare d\u00c9changes",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E84927",
        "color_name": "red",
        "has_shape": true,
        "id": "B1",
        "label": "B1",
        "long": "LOCMIQUELIC Pen Man\u00e9 - LORIENT Quai des indes",
        "short": "B1",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "283583",
        "color_name": "blue",
        "has_shape": true,
        "id": "B2",
        "label": "B2",
        "long": "PORT LOUIS La Pointe - LORIENT Port de P\u00eache",
        "short": "B2",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "21B0E6",
        "color_name": "teal",
        "has_shape": true,
        "id": "B3",
        "label": "B3",
        "long": "LOCMIQUELIC Sainte Catherine - LORIENT Port de P\u00eache",
        "short": "B3",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "E35197",
        "color_name": "pink",
        "has_shape": true,
        "id": "B4",
        "label": "B4",
        "long": "G\u00c2VRES Embarcad\u00e8re - PORT LOUIS Locmalo",
        "short": "B4",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "3FA535",
        "color_name": "green",
        "has_shape": true,
        "id": "B5",
        "label": "B5",
        "long": "PORT-LOUIS La Pointe - LORIENT Quai des Indes",
        "short": "B5",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "2CC79C",
        "color_name": "teal",
        "has_shape": true,
        "id": "B7",
        "label": "B7",
        "long": "PORT-LOUIS La Pointe - LORIENT Quai des Indes",
        "short": "B7",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "400080",
        "color_name": "blue",
        "has_shape": true,
        "id": "B8",
        "label": "B8",
        "long": "PORT-LOUIS La Pointe - LORIENT Port de P\u00eache",
        "short": "B8",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "FF9E3E",
        "color_name": "orange",
        "has_shape": true,
        "id": "ESTI",
        "label": "ESTI",
        "long": "L'Estivale",
        "short": "ESTI",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "23A637",
        "color_name": "green",
        "has_shape": true,
        "id": "F10",
        "label": "FIL 10",
        "long": "GUIDEL Plages - LORIENT",
        "short": "FIL 10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E83C6C",
        "color_name": "pink",
        "has_shape": true,
        "id": "F102",
        "label": "FIL 102",
        "long": "LANVAUDAN - CL\u00c9GUER via CALAN",
        "short": "FIL 102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "979627",
        "color_name": "brown",
        "has_shape": true,
        "id": "F104",
        "label": "FIL 104",
        "long": "BUBRY - INZINZAC-LOCHRIST",
        "short": "FIL 104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00618A",
        "color_name": "teal",
        "has_shape": true,
        "id": "F105",
        "label": "FIL 105",
        "long": "QUISTINIC - LANGUIDIC",
        "short": "FIL 105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4C98A9",
        "color_name": "teal",
        "has_shape": true,
        "id": "F107",
        "label": "FIL 107",
        "long": "CL\u00c9GUER - PONT-SCORFF",
        "short": "FIL 107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E47F7B",
        "color_name": "pink",
        "has_shape": true,
        "id": "F11",
        "label": "FIL 11",
        "long": "CLEGUER - LORIENT via CAUDAN et LANESTER",
        "short": "FIL 11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6E60A7",
        "color_name": "purple",
        "has_shape": true,
        "id": "F16",
        "label": "FIL 16",
        "long": "PORT-LOUIS - LOCMIQU\u00c9LIC",
        "short": "FIL 16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "129E32",
        "color_name": "green",
        "has_shape": true,
        "id": "F17",
        "label": "FIL 17",
        "long": "RIANTEC - LOCMIQU\u00c9LIC",
        "short": "FIL 17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0069A3",
        "color_name": "teal",
        "has_shape": true,
        "id": "F34",
        "label": "FIL 34",
        "long": "LANGUIDIC - HENNEBONT",
        "short": "FIL 34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0069B4",
        "color_name": "teal",
        "has_shape": true,
        "id": "F40",
        "label": "FIL 40",
        "long": "INGUINIEL - LORIENT",
        "short": "FIL 40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009FE3",
        "color_name": "teal",
        "has_shape": true,
        "id": "F42",
        "label": "FIL 42",
        "long": "LANGUIDIC - LORIENT via HENNEBONT et LANESTER",
        "short": "FIL 42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "823F91",
        "color_name": "purple",
        "has_shape": true,
        "id": "F4a",
        "label": "FIL 4a",
        "long": "PONT SCORFF - LORIENT via QU\u00c9VEN",
        "short": "FIL 4a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "823F91",
        "color_name": "purple",
        "has_shape": true,
        "id": "F4b",
        "label": "FIL 4b",
        "long": "GUIDEL - LORIENT via GESTEL et QU\u00c9VEN",
        "short": "FIL 4b",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E94926",
        "color_name": "red",
        "has_shape": true,
        "id": "FB1",
        "label": "FIL B1",
        "long": "LOCMIQU\u00c9LIC Pen Man\u00e9 - LORIENT Quai des Indes",
        "short": "FIL B1",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B3E6A",
        "color_name": "green",
        "has_shape": true,
        "id": "FB2",
        "label": "FIL B2",
        "long": "PORT-LOUIS La Pointe - LORIENT Port de P\u00eache",
        "short": "FIL B2",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "E35198",
        "color_name": "pink",
        "has_shape": true,
        "id": "FB4",
        "label": "FIL B4",
        "long": "G\u00c2VRES Embarcad\u00e8re - PORT-LOUIS Locmalo",
        "short": "FIL B4",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "EA5198",
        "color_name": "pink",
        "has_shape": true,
        "id": "FIL1",
        "label": "FIL 1",
        "long": "LORIENT - Circulaire via LORIENT",
        "short": "FIL 1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F39200",
        "color_name": "orange",
        "has_shape": true,
        "id": "FIL2",
        "label": "FIL 2",
        "long": "LANESTER - Circulaire via LORIENT",
        "short": "FIL 2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E63023",
        "color_name": "red",
        "has_shape": true,
        "id": "FIL3",
        "label": "FIL 3",
        "long": "GUIDEL Plages - LORIENT via PLOEMEUR Fort Bloqu\u00e9 et PLOEMEUR \u00c9glise",
        "short": "FIL 3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "823F91",
        "color_name": "purple",
        "has_shape": true,
        "id": "FIL4",
        "label": "FIL 4",
        "long": "PLOEMEUR - LORIENT via LARMOR-PLAGE",
        "short": "FIL 4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0069B4",
        "color_name": "teal",
        "has_shape": true,
        "id": "FIL5",
        "label": "FIL 5",
        "long": "INZINZAC-LOCHRIST - LORIENT via HENNEBONT",
        "short": "FIL 5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "42A5DF",
        "color_name": "teal",
        "has_shape": true,
        "id": "FILB",
        "label": "FILB",
        "long": "Ligne Bleue - LANESTER Parking Parc des Expositions - LORIENT Festival Interceltique de Lorient",
        "short": "FILB",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "42A5DF",
        "color_name": "teal",
        "has_shape": true,
        "id": "GPB",
        "label": "Grande Parade - Ligne Bleue",
        "long": "Ligne Bleue - LANESTER Parking Parc des Expositions - LORIENT Festival Interceltique de Lorient",
        "short": "Grande Parade - Ligne Bleue",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CB1426",
        "color_name": "red",
        "has_shape": true,
        "id": "GPL",
        "label": "Grande Parade - Ligne Rouge",
        "long": "Ligne Rouge - RIANTEC Parking Leclerc - LOCMIQU\u00c9LIC Pen Man\u00e9",
        "short": "Grande Parade - Ligne Rouge",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E66872",
        "color_name": "pink",
        "has_shape": true,
        "id": "GPP",
        "label": "Grande Parade - Ligne Rouge",
        "long": "Ligne Rouge - RIANTEC Parking Leclerc - PORT-LOUIS La Pointe",
        "short": "Grande Parade - Ligne Rouge",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF8040",
        "color_name": "orange",
        "has_shape": true,
        "id": "GPS",
        "label": "Grande Parade - Ligne Orange",
        "long": "Ligne Orange - LORIENT Port de P\u00eache - LORIENT La Marne",
        "short": "Grande Parade - Ligne Orange",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00CA00",
        "color_name": "green",
        "has_shape": true,
        "id": "GPV",
        "label": "Grande Parade - Ligne Verte",
        "long": "Ligne Verte - LORIENT Parking Kiabi - LORIENT Festival Interceltique de Lorient",
        "short": "Grande Parade - Ligne Verte",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "46B8A9",
        "color_name": "teal",
        "has_shape": true,
        "id": "NCV1",
        "label": "NAVETTE 1",
        "long": "LORIENT Gare d'\u00c9changes - P\u00e9ristyle",
        "short": "NAVETTE 1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AF1773",
        "color_name": "pink",
        "has_shape": true,
        "id": "NCV2",
        "label": "NAVETTE 2",
        "long": "LORIENT Gare SNCF - Gare Maritime",
        "short": "NAVETTE 2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F3AC94",
        "color_name": "pink",
        "has_shape": true,
        "id": "NFS",
        "label": "NFS",
        "long": "Navette Festival Saumon",
        "short": "NFS",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EA5297",
        "color_name": "pink",
        "has_shape": true,
        "id": "T1a",
        "label": "T1a",
        "long": "LORIENT Kerguillette CIRCULAIRE via Gare d\u00c9changes",
        "short": "T1a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA5297",
        "color_name": "pink",
        "has_shape": true,
        "id": "T1b",
        "label": "T1b",
        "long": "LORIENT Kerguillette CIRCULAIRE via Gare d\u00c9changes",
        "short": "T1b",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F39200",
        "color_name": "orange",
        "has_shape": true,
        "id": "T2",
        "label": "T2",
        "long": "LORIENT La Base Cit\u00e9 de la Voile - LANESTER Parc des Expositions",
        "short": "T2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E63323",
        "color_name": "red",
        "has_shape": true,
        "id": "T3",
        "label": "T3",
        "long": "PLOEMEUR Les Pins - LANESTER Parc des Expositions",
        "short": "T3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "823F91",
        "color_name": "purple",
        "has_shape": true,
        "id": "T4",
        "label": "T4",
        "long": "PONT-SCORFF Ty Nehu\u00e9 / GUIDEL Z.A Pen Man\u00e9 - PLOEMEUR Pen Palud",
        "short": "T4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "823F91",
        "color_name": "purple",
        "has_shape": true,
        "id": "T4a",
        "label": "T4a",
        "long": "PLOEMEUR Pen Palud - PONT SCORFF Ty Nehu\u00e9",
        "short": "T4a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "823F91",
        "color_name": "purple",
        "has_shape": true,
        "id": "T4b",
        "label": "T4b",
        "long": "PLOEMEUR Pen Palud - GUIDEL Z.A Pen Man\u00e9",
        "short": "T4b",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0072BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "T5",
        "label": "T5",
        "long": "INZINZAC-LOCHRIST Man\u00e9 Bihan - LORIENT La Base K3",
        "short": "T5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 2129,
    "stop_points_capped": true
  },
  "rubric_version": "1.2",
  "schema_version": "1.15",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.2"
  },
  "snapshot_date": "2026-07-19",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 1479,
      "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": "1479 of 2129 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,
      "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": "equal_shape_distance_same_coordinates",
      "count": 13507,
      "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,
      "rank": 3,
      "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."
    }
  ],
  "validator_version": "8.0.1"
}
