{
  "agency": {
    "country": "FR",
    "id": "fr-pan-79601",
    "name": "R\u00e9seau urbain SETRAM",
    "subdivision_code": "FR-PDL",
    "subdivision_name": "Pays-de-la-Loire"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 78.4,
          "stops_marked_accessible_pct": 56.8,
          "stops_marked_not_accessible_pct": 29.2,
          "stops_stated_pct": 86.0,
          "trips_stated_pct": 65.7
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 15.0,
          "fares": 0.0,
          "headsigns": 14.8,
          "stop_names": 14.9,
          "wheelchair_stops": 21.5,
          "wheelchair_trips": 9.8
        },
        "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": true
        },
        "has_fares": false,
        "headsign_applicable_trips": 9715,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 98.5,
        "headsign_scored_pct": 98.5,
        "mixed_case_stop_name_pct": 99.6,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1799,
        "translations": {
          "feed_lang": "fr",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 9715,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 65.7,
        "wheelchair_boarding_pct": 86.0,
        "wheelchair_marked_accessible_pct": 56.8,
        "wheelchair_marked_not_accessible_pct": 29.2
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 252,
          "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": 3.5,
          "severity": "WARNING",
          "what": "252 of 1799 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": 3337,
          "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": 5.2,
          "severity": "WARNING",
          "what": "3337 of 9715 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the transit vehicle 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_missing_headsigns",
          "count": 150,
          "effort": "Usually one value per route pattern in your scheduling source.",
          "fix": "Add the destination, direction, or 'via' label riders actually see to trip_headsign. Do not copy the route name. If the label changes during the trip, use stop_headsign.",
          "owner": "",
          "points": 0.2,
          "severity": "WARNING",
          "what": "150 of 9715 trips have no headsign, the text that tells riders where the transit vehicle is going.",
          "why": "When a route has multiple directions or patterns, the route name alone may not tell riders which service is coming."
        },
        {
          "code": "scorecard_flex_no_booking_rules",
          "count": 1,
          "effort": "A small file; one rule often covers the whole service.",
          "fix": "Add booking_rules.txt saying how far ahead and how to book (phone, app, or web).",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "This feed offers flexible service that riders book ahead, but it has no booking_rules.txt.",
          "why": "Riders can see the service area but not how or when to book a trip. Without that, they can't use the service."
        },
        {
          "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": 76.0,
      "status": "measured",
      "summary": "86% of stops state wheelchair accessibility (57% marked accessible, 29% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 15,
        "instances_by_severity": {
          "ERROR": 1298,
          "INFO": 546,
          "WARNING": 16186
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "stop_time_timepoint_without_times",
          "count": 600,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'stop_time_timepoint_without_times' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Stop time timepoint without times (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "trip_distance_exceeds_shape_distance",
          "count": 379,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "foreign_key_violation",
          "count": 300,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'foreign_key_violation' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Foreign key violation (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "equal_shape_distance_diff_coordinates",
          "count": 17,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 18.0,
          "severity": "ERROR",
          "what": "Equal shape distance diff coordinates (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "decreasing_or_equal_stop_time_distance",
          "count": 2,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Re-generate shape distances in your export; flag to your vendor if it persists.",
          "owner": "Likely your export tool",
          "points": 12.0,
          "severity": "ERROR",
          "what": "Some trips have stop times whose distances along the route go backwards.",
          "why": "Apps can show transit vehicles jumping backwards or mis-order stops."
        },
        {
          "code": "trip_distance_exceeds_shape_distance_below_threshold",
          "count": 7548,
          "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": "mixed_case_recommended_field",
          "count": 5084,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "equal_shape_distance_same_coordinates",
          "count": 2424,
          "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": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 1061,
          "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": "stop_too_far_from_shape_using_user_distance",
          "count": 66,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Check the flagged stops' shape_dist_traveled against the route shape, and re-generate it on export if they disagree.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line, going by the feed's own distance values.",
          "why": "Trip planners may draw the route down the wrong path or point riders to the wrong boarding location."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 2,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the transit vehicle route through the wrong path or point riders to the wrong boarding location."
        },
        {
          "code": "expired_calendar",
          "count": 1,
          "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": "trip_headsign_matches_intermediate_stop",
          "count": 539,
          "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": "unknown_column",
          "count": 5,
          "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."
        },
        {
          "code": "service_window_outside_feed_period",
          "count": 2,
          "effort": "Two fields in feed_info.txt, or one export setting.",
          "fix": "Widen feed_start_date and feed_end_date to cover all service dates, or fix the dates that fall outside.",
          "owner": "Likely your export tool",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some service dates fall outside the date window set in feed_info.txt.",
          "why": "feed_info.txt should span every day your service runs, so apps know when the data applies."
        }
      ],
      "name": "correctness",
      "score": 0.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 15 kinds of issue across 18030 instances (1298 error, 16186 warning, 546 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 61,
        "effective_expiry_date": "2026-11-01",
        "feed_end_date": "2026-11-01",
        "feed_start_date": "2026-08-29",
        "feed_version": "1788129004230",
        "has_feed_info": true,
        "last_service_date": "2026-11-28",
        "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 61 days.",
      "weight": 0.2
    },
    "realtime": {
      "details": {
        "configured_kinds": [
          "trip_updates",
          "vehicle_positions"
        ],
        "coverage_pct": 93.0,
        "covered_trips": 93,
        "drift": {
          "median_seconds": 0,
          "observations": 6027,
          "on_time_share_pct": 85.6,
          "p90_abs_seconds": 176
        },
        "kinds_configured": 2,
        "kinds_reachable": 2,
        "reachable_kinds": [
          "trip_updates",
          "vehicle_positions"
        ],
        "rt_freshness": "fresh",
        "samples": 6,
        "scheduled_trips_in_window": 100,
        "vehicles_checked": 249,
        "vehicles_on_route_pct": 97.2,
        "worst_lag_seconds": 0
      },
      "findings": [
        {
          "code": "scorecard_rt_trip_coverage",
          "count": 7,
          "effort": "A vendor data-mapping question.",
          "fix": "Ask your AVL vendor to check that every vehicle assignment reaches TripUpdates. School-day and tripper runs are the ones most often left out.",
          "owner": "",
          "points": 2.4,
          "severity": "WARNING",
          "what": "7 of 100 trips scheduled during the sampling window had no live predictions.",
          "why": "Riders on those trips get schedule times labeled as live. Caltrans asks that every trip you run shows up in TripUpdates."
        }
      ],
      "name": "realtime",
      "score": 97.1,
      "status": "measured",
      "summary": "Sampled 6 times: 2 of 2 configured feeds healthy; 93.0% of scheduled trips had live predictions; 97.2% of vehicles on their route; predictions ran a median of 0s behind schedule.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "high",
    "measured_categories": 4,
    "notes": [
      "All four score categories were measured this run.",
      "Realtime was sampled in one bounded window of 6 snapshots.",
      "The feed was downloaded from the official feed URL on file."
    ],
    "rt_windows": 1,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "5 validator errors to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 61 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 86% of stops and 66% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "Two requirements remain for this feed to earn the conformance mark. 5 validator errors to resolve. States wheelchair access on 86% of stops and 66% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "feed": {
    "license_note": "Licence Ouverte 2.0 (Etalab), recorded by France's National Access Point; reuse including commercial reuse is permitted with attribution to CU Le Mans M\u00e9tropole and the update date.",
    "reachable": true,
    "sha256": "0cb5b12d2975b9bdcc7193411bebbb1a8a3655f8abc206146fd5547c8c1fee58",
    "size_bytes": 2421186,
    "source_provenance": "official",
    "static_url": "https://www.data.gouv.fr/api/1/datasets/r/5339d96c-6d20-4a01-939a-40f7b56d6cc1"
  },
  "fetch": {
    "final_url": "https://static.data.gouv.fr/resources/gtfs-du-reseau-des-transports-bus-et-tramway-setram-circulant-sur-le-territoire-le-mans-metropole/20260831-081252/lemans-8080-gtfs-setram-urbsco.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": [
      0.06871,
      47.90204,
      0.34994,
      48.07777
    ],
    "lat": 48.00092,
    "lon": 0.19971,
    "stop_count": 1799
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "tram",
        "label": "Tram / light rail",
        "route_count": 2,
        "trip_count": 1198,
        "trip_share_pct": 12.3
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 64,
        "trip_count": 8517,
        "trip_share_pct": 87.7
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 66,
    "trip_count": 9715
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 58.4,
    "margin_to_next_band": 1.6,
    "score": 58.4
  },
  "recommendations": [
    {
      "category": "flex",
      "code": "scorecard_flex_completeness_no_booking_rules",
      "count": 1,
      "effort": "A small file; one rule often covers the whole service.",
      "fix": "Add booking_rules.txt with how far ahead and how to reserve (phone, app, or web).",
      "owner": "",
      "points": 0.0,
      "severity": "WARNING",
      "what": "Flex zones are published but no booking_rules.txt is present.",
      "why": "Riders can see the service area but not how to book, so they can't complete a trip."
    },
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 9,
      "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": "9 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (T3, C4, 6, 10A, 10B, 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_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": 1160,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 9715
  },
  "route_map": {
    "drawn_route_count": 61,
    "has_shapes": true,
    "path": "data/artifacts/fr-pan-79601/geometry.geojson",
    "route_count": 66,
    "routes": [
      {
        "color": "2F2B5B",
        "color_name": "green",
        "has_shape": true,
        "id": "100",
        "label": "100",
        "long": "Aign\u00e9/LaMilesse/St-Saturnin/LaChapelle-Col.M\u00fbriers",
        "short": "100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2F2B5B",
        "color_name": "green",
        "has_shape": true,
        "id": "101",
        "label": "101",
        "long": "Aign\u00e9/La Milesse/La Chapelle - Coll\u00e8ge \u00c9pine",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2F2B5B",
        "color_name": "green",
        "has_shape": true,
        "id": "102",
        "label": "102",
        "long": "Aign\u00e9/La Milesse/St-Saturnin-Coll\u00e8ge La Madeleine",
        "short": "102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2F2B5B",
        "color_name": "green",
        "has_shape": true,
        "id": "103",
        "label": "103",
        "long": "Aign\u00e9/La Milesse/St-Saturnin-Washington/Funay/Sud",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2F2B5B",
        "color_name": "green",
        "has_shape": true,
        "id": "104",
        "label": "104",
        "long": "Mairie Le Mans - Lyc\u00e9e Les Horizons",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E9511B",
        "color_name": "orange",
        "has_shape": true,
        "id": "10A",
        "label": "10A",
        "long": "Oasis-Centre des Expo. par Pontlieue et Glonni\u00e8res",
        "short": "10A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E9511B",
        "color_name": "orange",
        "has_shape": true,
        "id": "10B",
        "label": "10B",
        "long": "Oasis-Centre des Exp. par Glonni\u00e8res et Pontlieue",
        "short": "10B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B07BA7",
        "color_name": "pink",
        "has_shape": true,
        "id": "11",
        "label": "11",
        "long": "Mairie Le Mans - Closerie",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2F2B5B",
        "color_name": "green",
        "has_shape": true,
        "id": "110",
        "label": "110",
        "long": "Mulsanne/Ruaudin - Lyc\u00e9es Sud/Funay/St-Charles",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2F2B5B",
        "color_name": "green",
        "has_shape": true,
        "id": "111",
        "label": "111",
        "long": "Mulsanne/Ruaudin - Lyc\u00e9es Montesquieu /Bellevue",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2F2B5B",
        "color_name": "green",
        "has_shape": true,
        "id": "112",
        "label": "112",
        "long": "Mulsanne - Lyc\u00e9e Andr\u00e9 Malraux",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2F2B5B",
        "color_name": "green",
        "has_shape": true,
        "id": "113",
        "label": "113",
        "long": "Ruaudin - Coll\u00e8ge B\u00e9rang\u00e8re de Navarre",
        "short": "113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2F2B5B",
        "color_name": "green",
        "has_shape": true,
        "id": "114",
        "label": "114",
        "long": "Ruaudin/Mulsanne - Coll\u00e8ge Boll\u00e9e",
        "short": "114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2F2B5B",
        "color_name": "green",
        "has_shape": true,
        "id": "115",
        "label": "115",
        "long": "Allonnes- Lyc\u00e9e Claude Chappe",
        "short": "115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA5178",
        "color_name": "pink",
        "has_shape": true,
        "id": "12",
        "label": "12",
        "long": "Domaine de Beauregard - St-Martin",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2F2B5B",
        "color_name": "green",
        "has_shape": true,
        "id": "120",
        "label": "120",
        "long": "Fatines/Champagn\u00e9 - Lyc\u00e9es Sud/Funay/Washington",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2F2B5B",
        "color_name": "green",
        "has_shape": true,
        "id": "121",
        "label": "121",
        "long": "Fatines/Champagn\u00e9/Yvr\u00e9-Lyc\u00e9e Bellevue/Montesquieu",
        "short": "121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2F2B5B",
        "color_name": "green",
        "has_shape": true,
        "id": "122",
        "label": "122",
        "long": "Yvr\u00e9-L'\u00c9v\u00eaque - Coll\u00e8ge Pasteur",
        "short": "122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2F2B5B",
        "color_name": "green",
        "has_shape": true,
        "id": "123",
        "label": "123",
        "long": "Fatines - Coll\u00e8ge Wilbur Wright",
        "short": "123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2F2B5B",
        "color_name": "green",
        "has_shape": true,
        "id": "124",
        "label": "124",
        "long": "Fatines - Coll\u00e8ge Wilbur Wright",
        "short": "124",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2F2B5B",
        "color_name": "green",
        "has_shape": true,
        "id": "125",
        "label": "125",
        "long": "Fatines - Coll\u00e8ge Wilbur Wright",
        "short": "125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8A3E90",
        "color_name": "purple",
        "has_shape": true,
        "id": "13",
        "label": "13",
        "long": "Gare routi\u00e8re - Mairie Arnage",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2F2B5B",
        "color_name": "green",
        "has_shape": true,
        "id": "130",
        "label": "130",
        "long": "Sarg\u00e9-l\u00e8s-Le-Mans - Coll\u00e8ges La Psallette/Tolsto\u00ef",
        "short": "130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7DBDE9",
        "color_name": "gray",
        "has_shape": true,
        "id": "14",
        "label": "14",
        "long": "Parc Manceau - Gare routi\u00e8re",
        "short": "14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2F2B5B",
        "color_name": "green",
        "has_shape": true,
        "id": "140",
        "label": "140",
        "long": "Allonnes/StGDuBois-LeMarin/Kennedy/Pasteur/Lyautey",
        "short": "140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2F2B5B",
        "color_name": "green",
        "has_shape": true,
        "id": "141",
        "label": "141",
        "long": "Rouillon - Col. Vieux Colombier/St-Joseph La Salle",
        "short": "141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2F2B5B",
        "color_name": "green",
        "has_shape": true,
        "id": "142",
        "label": "142",
        "long": "Rouillon - Lyc\u00e9e Andr\u00e9 Malraux",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9A1915",
        "color_name": "red",
        "has_shape": true,
        "id": "15",
        "label": "15",
        "long": "Le Verger - Guetteloup",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2F2B5B",
        "color_name": "green",
        "has_shape": true,
        "id": "150",
        "label": "150",
        "long": "St-Georges-du-Bois - Coll\u00e8ge Kennedy/Le Marin",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2F2B5B",
        "color_name": "green",
        "has_shape": true,
        "id": "151",
        "label": "151",
        "long": "St-Georges-du-Bois - Lyc\u00e9e St-Joseph La Salle",
        "short": "151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2F2B5B",
        "color_name": "green",
        "has_shape": true,
        "id": "152",
        "label": "152",
        "long": "Fay / St-Georges-du-Bois - Lyc\u00e9e Andr\u00e9 Malraux",
        "short": "152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2F2B5B",
        "color_name": "green",
        "has_shape": true,
        "id": "153",
        "label": "153",
        "long": "Chaufour/Fay/Pruill\u00e9 - St-Joseph/Vieux Colombier",
        "short": "153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2F2B5B",
        "color_name": "green",
        "has_shape": true,
        "id": "154",
        "label": "154",
        "long": "Fay/Pruill\u00e9 - St-Joseph La Salle/Vieux Colombier",
        "short": "154",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2F2B5B",
        "color_name": "green",
        "has_shape": true,
        "id": "155",
        "label": "155",
        "long": "Trang\u00e9/Chaufour-Notre-Dame - Col. A.Par\u00e9 / M\u00fbriers",
        "short": "155",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2A3179",
        "color_name": "blue",
        "has_shape": true,
        "id": "16",
        "label": "16",
        "long": "Lafayette - Californie",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2F2B5B",
        "color_name": "green",
        "has_shape": true,
        "id": "160",
        "label": "160",
        "long": "Foresterie - Coll\u00e8ge \u00c9pine",
        "short": "160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2F2B5B",
        "color_name": "green",
        "has_shape": true,
        "id": "161",
        "label": "161",
        "long": "Foresterie - \u00c9cole Louise Lab\u00e9",
        "short": "161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2F2B5B",
        "color_name": "green",
        "has_shape": true,
        "id": "162",
        "label": "162",
        "long": "Mairie Le Mans - Lyc\u00e9e Ste-Catherine",
        "short": "162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2F2B5B",
        "color_name": "green",
        "has_shape": true,
        "id": "163",
        "label": "163",
        "long": "Gare routi\u00e8re - Lyc\u00e9e Ste-Catherine",
        "short": "163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AB358B",
        "color_name": "purple",
        "has_shape": true,
        "id": "20",
        "label": "20",
        "long": "Mairie Aign\u00e9 - \u00c9peron",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AAD194",
        "color_name": "gray",
        "has_shape": true,
        "id": "21",
        "label": "21",
        "long": "St-Martin - Mairie Arnage",
        "short": "21",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8799CC",
        "color_name": "gray",
        "has_shape": true,
        "id": "22",
        "label": "22",
        "long": "Place des commerces via Zamenhof",
        "short": "22",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EA787E",
        "color_name": "pink",
        "has_shape": true,
        "id": "23",
        "label": "23",
        "long": "R\u00e9publique - Beaulieu",
        "short": "23",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8AB531",
        "color_name": "brown",
        "has_shape": true,
        "id": "24",
        "label": "24",
        "long": "Mairie Ruaudin - Stade Mulsanne",
        "short": "24",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "99BEBB",
        "color_name": "gray",
        "has_shape": true,
        "id": "25",
        "label": "25",
        "long": "R\u00e9publique - Gare Champagn\u00e9 / Place de l'Eglise",
        "short": "25",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F6A758",
        "color_name": "yellow",
        "has_shape": true,
        "id": "26",
        "label": "26",
        "long": "St-Georges / St-Joseph - Les Hautes M\u00e9tairies",
        "short": "26",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "63519D",
        "color_name": "purple",
        "has_shape": true,
        "id": "28",
        "label": "28",
        "long": "Four \u00e0 Chanvre - Mairie Rouillon",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9C4465",
        "color_name": "brown",
        "has_shape": true,
        "id": "30",
        "label": "30",
        "long": "Gare Sud - Les Croisettes",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D162F",
        "color_name": "black",
        "has_shape": true,
        "id": "32",
        "label": "32",
        "long": "\u00c9glise Fay / Stade Asnill\u00e9 - Gare Sud",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C8E",
        "color_name": "teal",
        "has_shape": true,
        "id": "33",
        "label": "33",
        "long": "La Denisi\u00e8re - Universit\u00e9",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "016060",
        "color_name": "green",
        "has_shape": true,
        "id": "34",
        "label": "34",
        "long": "Centre Commercial - Gare Sud",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "053A38",
        "color_name": "black",
        "has_shape": true,
        "id": "35",
        "label": "35",
        "long": "Gare Sud - S\u00e9curit\u00e9 Sociale",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FCD500",
        "color_name": "yellow",
        "has_shape": true,
        "id": "5",
        "label": "5",
        "long": "Gazonfier - Oasis-Centre des Expositions",
        "short": "5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E50B7E",
        "color_name": "pink",
        "has_shape": true,
        "id": "6",
        "label": "6",
        "long": "R\u00e9publique - St-Martin",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EF861D",
        "color_name": "orange",
        "has_shape": true,
        "id": "7",
        "label": "7",
        "long": "\u00c9peron via Auchan",
        "short": "7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C5D30D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "8",
        "label": "8",
        "long": "Le Cadran / Myosotis - Zamenhof",
        "short": "8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "009CBC",
        "color_name": "teal",
        "has_shape": true,
        "id": "C4",
        "label": "C4",
        "long": "St-Joseph/St-Georges - Bellevue-Hauts de Coulaines",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5864A0",
        "color_name": "gray",
        "has_shape": false,
        "id": "FLEX-20",
        "label": "F+ Sud",
        "long": "Flex+ Sud",
        "short": "F+ Sud",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5864A0",
        "color_name": "gray",
        "has_shape": false,
        "id": "FLEX-21a",
        "label": "F+ Nord",
        "long": "Flex+ Nord",
        "short": "F+ Nord",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5864A0",
        "color_name": "gray",
        "has_shape": false,
        "id": "FLEX-21b",
        "label": "F+ Est",
        "long": "Flex+ Est",
        "short": "F+ Est",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5864A0",
        "color_name": "gray",
        "has_shape": false,
        "id": "FLEX-21c",
        "label": "F+ La For\u00eat",
        "long": "Flex+ La For\u00eat",
        "short": "F+ La For\u00eat",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5864A0",
        "color_name": "gray",
        "has_shape": false,
        "id": "FLEX-22",
        "label": "F+ Monn\u00e9",
        "long": "Flex+ Monn\u00e9",
        "short": "F+ Monn\u00e9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E7313B",
        "color_name": "red",
        "has_shape": true,
        "id": "M",
        "label": "M",
        "long": "La Mancelle",
        "short": "M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E4151E",
        "color_name": "red",
        "has_shape": true,
        "id": "T1",
        "label": "T1",
        "long": "Antar\u00e8s-Stade Marie Marvingt - Universit\u00e9",
        "short": "T1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "0D65AE",
        "color_name": "teal",
        "has_shape": true,
        "id": "T2",
        "label": "T2",
        "long": "Espal-Arche de la Nature \u2013 Bellevue-Hauts de C.",
        "short": "T2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "5FB34C",
        "color_name": "gray",
        "has_shape": true,
        "id": "T3",
        "label": "T3",
        "long": "Allonnes-Bois Joli - Gares",
        "short": "T3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1799,
    "stop_points_capped": false
  },
  "rubric_version": "1.3",
  "schema_version": "1.18",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.3",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.3"
  },
  "snapshot_date": "2026-09-01",
  "top_fixes": [
    {
      "code": "stop_time_timepoint_without_times",
      "count": 600,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'stop_time_timepoint_without_times' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 24.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Stop time timepoint without times (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "trip_distance_exceeds_shape_distance",
      "count": 379,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 24.0,
      "rank": 2,
      "severity": "ERROR",
      "what": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "foreign_key_violation",
      "count": 300,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'foreign_key_violation' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 24.0,
      "rank": 3,
      "severity": "ERROR",
      "what": "Foreign key violation (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    }
  ],
  "validator_version": "8.0.1"
}
