{
  "agency": {
    "country": "FR",
    "id": "stas-saint-etienne",
    "name": "STAS (Saint-\u00c9tienne M\u00e9tropole)",
    "subdivision_code": "FR-ARA",
    "subdivision_name": "Auvergne-Rh\u00f4ne-Alpes"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 35.7,
          "stops_marked_accessible_pct": 57.1,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 57.1,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 0.1,
          "wheelchair_stops": 14.3,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_applicable_trips": 10300,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 0.9,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 2268,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 10300,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 57.1,
        "wheelchair_marked_accessible_pct": 57.1,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 972,
          "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": 10.7,
          "severity": "WARNING",
          "what": "972 of 2268 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": 10300,
          "effort": "A default or per-trip field in your export.",
          "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "10300 of 10300 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_stop_names_all_caps",
          "count": 2247,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Rename stops to mixed case where the language has letter case (for example, 'Central Station').",
          "owner": "Likely your export tool",
          "points": 14.9,
          "severity": "INFO",
          "what": "About 2247 stop names are written in ALL CAPS.",
          "why": "Mixed-case names are easier to read in apps and are read more naturally by screen readers."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "App makers and state data programs have nobody to email when they spot a problem. Small errors then sit in the feed for months."
        }
      ],
      "name": "completeness",
      "score": 36.9,
      "status": "measured",
      "summary": "57% of stops state wheelchair accessibility (57% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 11,
        "instances_by_severity": {
          "ERROR": 219,
          "INFO": 29,
          "WARNING": 10342
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "trip_distance_exceeds_shape_distance",
          "count": 160,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "decreasing_or_equal_stop_time_distance",
          "count": 59,
          "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": 24.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": "mixed_case_recommended_field",
          "count": 7182,
          "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": "trip_distance_exceeds_shape_distance_below_threshold",
          "count": 2916,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Re-generate shape_dist_traveled on export so stop and shape distances use the same units.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "On some trips the stop distances run a little past the end of the route line.",
          "why": "The stop and shape distance values don't quite line up, so any math that uses them can drift."
        },
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 185,
          "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": "unused_shape",
          "count": 22,
          "effort": "One setting.",
          "fix": "Turn on 'remove unused shapes' (or the like) in your export tool.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "The feed contains route shapes no trip uses.",
          "why": "Harmless to riders, but it bloats the feed and suggests stale export data."
        },
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 13,
          "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": 6.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",
          "count": 13,
          "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": 6.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": "stop_without_stop_time",
          "count": 10,
          "effort": "A review pass in your scheduling software.",
          "fix": "Remove retired stops from the export, or add them back to the trips that should serve them.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some stops exist in the feed but no trip ever stops at them.",
          "why": "Riders may walk to a stop where no transit vehicle is scheduled to arrive."
        },
        {
          "code": "missing_recommended_file",
          "count": 1,
          "effort": "One small file, set once in export settings.",
          "fix": "Add feed_info.txt with publisher name, URL, language, and feed_start_date/feed_end_date.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "A file GTFS asks for (usually feed_info.txt) is missing.",
          "why": "feed_info.txt tells apps who publishes the feed and when it expires; without it nobody is warned before data goes stale."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 29,
          "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": 0.8,
          "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."
        }
      ],
      "name": "correctness",
      "score": 0.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 11 kinds of issue across 10590 instances (219 error, 10342 warning, 29 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 46,
        "effective_expiry_date": "2026-10-18",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2026-10-18",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_missing_feed_info_dates",
          "count": 1,
          "effort": "Two fields, set once in export settings.",
          "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
          "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
        }
      ],
      "name": "freshness",
      "score": 61.7,
      "status": "measured",
      "summary": "Service data covers the next 46 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the configured feed URL. Publisher ownership of that URL is not verified."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "2 validator errors to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 46 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 57% of stops and 0% 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. 2 validator errors to resolve. States wheelchair access on 57% of stops and 0% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "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 Saint-\u00c9tienne M\u00e9tropole (r\u00e9seau STAS) and the update date.",
    "reachable": true,
    "sha256": "49386a62bdf86248d7560ac39eebfbfe223302b1b48eaa39eccc2b617414e291",
    "size_bytes": 4732673,
    "source_provenance": "unverified",
    "static_url": "https://transport.data.gouv.fr/resources/81023/download"
  },
  "fetch": {
    "final_url": "https://bus-prod.saint-etienne-metropole.fr/Public/stas/api/gtfs.aspx",
    "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": [
      4.06346,
      45.36764,
      4.68458,
      45.63542
    ],
    "lat": 45.45563,
    "lon": 4.40017,
    "stop_count": 2268
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "tram",
        "label": "Tram / light rail",
        "route_count": 3,
        "trip_count": 2268,
        "trip_share_pct": 22.0
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 76,
        "trip_count": 7108,
        "trip_share_pct": 69.0
      },
      {
        "key": "trolleybus",
        "label": "Trolleybus",
        "route_count": 4,
        "trip_count": 924,
        "trip_share_pct": 9.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 83,
    "trip_count": 10300
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 26.9,
    "margin_to_next_band": 33.1,
    "score": 26.9
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 8,
      "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": "8 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (M1, M2, M5, M7, T1, and more).",
      "why": "Riders with low vision struggle to read a low-contrast route badge. It also washes out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 52,
      "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": "52 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"AV. ROCHETAILLEE\", \"AV. ROCHETAILLEE\", \"ST ROCH\", and more).",
      "why": "A screen reader speaks the raw name. 'Main St & 2nd Ave' can come out as 'Main saint', or lose the ampersand."
    }
  ],
  "recompute": {
    "as_of": "2026-09-02",
    "feed_fetched_date": "2026-09-01",
    "kind": "freshness"
  },
  "routability": {
    "boardable_stops": 2268,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 10,
        "effort": "A cleanup pass in your scheduling software.",
        "fix": "Remove stops no route serves, or add the trips that should call at them.",
        "owner": "Likely your export tool",
        "points": 0.0,
        "severity": "INFO",
        "what": "10 of 2268 boardable stops are never served by any trip.",
        "why": "Riders see these stops in apps and on the map but can never catch anything there, which erodes trust in the data."
      }
    ],
    "orphan_stops": 10,
    "single_stop_trips": 0,
    "trips_total": 10300
  },
  "route_map": {
    "drawn_route_count": 83,
    "has_shapes": true,
    "path": "data/artifacts/stas-saint-etienne/geometry.geojson",
    "route_count": 83,
    "routes": [
      {
        "color": "004F9F",
        "color_name": "teal",
        "has_shape": true,
        "id": "01",
        "label": "M1",
        "long": "BELLEVUE <> EGLISE CORBUSIER",
        "short": "M1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "702283",
        "color_name": "purple",
        "has_shape": true,
        "id": "02",
        "label": "M2",
        "long": "GARE FIRMINY <> METARE",
        "short": "M2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E84E0F",
        "color_name": "orange",
        "has_shape": true,
        "id": "03",
        "label": "M3",
        "long": "COTONNE <> TERRENOIRE",
        "short": "M3",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "04",
        "label": "M4",
        "long": "BELLEVUE <> CHATEAUCREUX GARE",
        "short": "M4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007B3D",
        "color_name": "green",
        "has_shape": true,
        "id": "05",
        "label": "M5",
        "long": "SQUARE VIOLETTE <> PLACE CHIPIER",
        "short": "M5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "969A27",
        "color_name": "brown",
        "has_shape": true,
        "id": "06",
        "label": "M6",
        "long": "JEAN MOULIN <> IUT/FACULTE DES SCIENCES",
        "short": "M6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "81492B",
        "color_name": "brown",
        "has_shape": true,
        "id": "07",
        "label": "M7",
        "long": "BELLEVUE <> MICHON",
        "short": "M7",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "EF7A91",
        "color_name": "pink",
        "has_shape": true,
        "id": "08",
        "label": "8",
        "long": "TERRASSE <> SAINT-SA\u00cbNS",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009FE3",
        "color_name": "teal",
        "has_shape": true,
        "id": "09",
        "label": "M9",
        "long": "PLACE CARNOT <> MONTREYNAUD",
        "short": "M9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F39200",
        "color_name": "orange",
        "has_shape": true,
        "id": "10",
        "label": "10",
        "long": "PLACE JEAN JAURES <> BOURG",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BE8646",
        "color_name": "brown",
        "has_shape": true,
        "id": "101",
        "label": "101",
        "long": "MAISON D'ARRET <> RENE CASSIN",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "85BE4C",
        "color_name": "gray",
        "has_shape": true,
        "id": "102",
        "label": "102",
        "long": "PLACE DU MOULIN <> LUZERNOD",
        "short": "102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EF7A91",
        "color_name": "pink",
        "has_shape": true,
        "id": "103",
        "label": "103",
        "long": "GARE ROUTIERE <> LA FLECHETTE",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "95ACBA",
        "color_name": "gray",
        "has_shape": true,
        "id": "104",
        "label": "104",
        "long": "GARE ROUTIERE <> LES VIGNES",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "85BE4C",
        "color_name": "gray",
        "has_shape": true,
        "id": "105",
        "label": "105",
        "long": "GARE ROUTIERE RDG <> MAIRIE CHATEAUNEUF",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BE8646",
        "color_name": "brown",
        "has_shape": true,
        "id": "106",
        "label": "106",
        "long": "GARE ROUTIERE RDG <> LE BAJARD",
        "short": "106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CE8ABB",
        "color_name": "pink",
        "has_shape": true,
        "id": "107",
        "label": "107",
        "long": "CIMETIERE <> CONDAMINE",
        "short": "107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "85BE4C",
        "color_name": "gray",
        "has_shape": true,
        "id": "108",
        "label": "108",
        "long": "CIMETIERE <> QUERET",
        "short": "108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EF7A91",
        "color_name": "pink",
        "has_shape": true,
        "id": "109",
        "label": "109",
        "long": "CIMETIERE <> BOURG ST VICTOR",
        "short": "109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CE8ABB",
        "color_name": "pink",
        "has_shape": true,
        "id": "12",
        "label": "12",
        "long": "BEL AIR <> VILLEBOEUF-LE-HAUT",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "85BE4C",
        "color_name": "gray",
        "has_shape": true,
        "id": "13",
        "label": "13",
        "long": "LE CHASSEUR <> PORTAIL ROUGE",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "85BE4C",
        "color_name": "gray",
        "has_shape": true,
        "id": "14",
        "label": "14",
        "long": "CHATEAUCREUX GARE <> GRAND QUARTIER",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BE8646",
        "color_name": "brown",
        "has_shape": true,
        "id": "15",
        "label": "15",
        "long": "SQUARE VIOLETTE <> METROTECH",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "47BAEC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16",
        "label": "16",
        "long": "LYCEE SIMONE WEIL <> MONTPLAISIR",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F39200",
        "color_name": "orange",
        "has_shape": true,
        "id": "17",
        "label": "17",
        "long": "LA BERTRANDIERE <> MAIRIE",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9AD6F1",
        "color_name": "white",
        "has_shape": true,
        "id": "18",
        "label": "N1",
        "long": "NOCTAMBUS : ZENITH / RUE DES ACIERIES <> TERRASSE",
        "short": "N1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E88780",
        "color_name": "pink",
        "has_shape": true,
        "id": "19",
        "label": "N2",
        "long": "NOCTAMBUS : HOTEL DE VILLE <> MARANDINIERE",
        "short": "N2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BE8646",
        "color_name": "brown",
        "has_shape": true,
        "id": "20",
        "label": "20",
        "long": "HAUTS DE TERRENOIRE <> PERROTIERE",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BE8646",
        "color_name": "brown",
        "has_shape": true,
        "id": "21",
        "label": "21",
        "long": "CRET DE MONTAUD <> PLACE DES PERES",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "47BAEC",
        "color_name": "teal",
        "has_shape": true,
        "id": "22",
        "label": "22",
        "long": "BELLEVUE <> COTONNE",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F39200",
        "color_name": "orange",
        "has_shape": true,
        "id": "23",
        "label": "23",
        "long": "BELLEVUE <> LE BERNAY",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F39200",
        "color_name": "orange",
        "has_shape": true,
        "id": "24",
        "label": "24",
        "long": "DORIAN / HOTEL DE VILLE <> PETITES SOEURS",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BE8646",
        "color_name": "brown",
        "has_shape": true,
        "id": "25",
        "label": "25",
        "long": "TERRASSE <> GARE",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CE8ABB",
        "color_name": "pink",
        "has_shape": true,
        "id": "27",
        "label": "27",
        "long": "TERRASSE <> COLLEGE PARKING NORD",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EF7A91",
        "color_name": "pink",
        "has_shape": true,
        "id": "28",
        "label": "28",
        "long": "PACOTIERE <> PUITS LUCY",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "47BAEC",
        "color_name": "teal",
        "has_shape": true,
        "id": "29",
        "label": "29",
        "long": "PLACE DU MOULIN <> CHATEAUCREUX GARE",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "85BE4C",
        "color_name": "gray",
        "has_shape": true,
        "id": "30",
        "label": "30",
        "long": "LA MICHALIERE <> LE PERTUISET",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "47BAEC",
        "color_name": "teal",
        "has_shape": true,
        "id": "31",
        "label": "31",
        "long": "GARE FIRMINY <> LES 3 ROUTES",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EF7A91",
        "color_name": "pink",
        "has_shape": true,
        "id": "32",
        "label": "32",
        "long": "GARE <> COLLEGE LA RIVE",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CE8ABB",
        "color_name": "pink",
        "has_shape": true,
        "id": "33",
        "label": "33",
        "long": "CHAZEAU <> VERTE COLLINE",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F39200",
        "color_name": "orange",
        "has_shape": true,
        "id": "34",
        "label": "34",
        "long": "GARE <> MAIRIE",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "47BAEC",
        "color_name": "teal",
        "has_shape": true,
        "id": "37",
        "label": "37",
        "long": "HOPITAL NORD <> GARE ANDREZIEUX",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EF7A91",
        "color_name": "pink",
        "has_shape": true,
        "id": "39",
        "label": "39",
        "long": "NAUTIFORM <> COLLEGE J. ROMAINS",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EF7A91",
        "color_name": "pink",
        "has_shape": true,
        "id": "40",
        "label": "40",
        "long": "CENTRE CIAL MALADIERE <> PISCINE COUDERC",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "85BE4C",
        "color_name": "gray",
        "has_shape": true,
        "id": "41",
        "label": "41",
        "long": "PLACE DU MOULIN <> CRET OEILLET HAUT",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F39200",
        "color_name": "orange",
        "has_shape": true,
        "id": "42",
        "label": "42",
        "long": "PLACE DU MOULIN <> OLLAGNIERE/LE POYET",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "95ACBA",
        "color_name": "gray",
        "has_shape": true,
        "id": "43",
        "label": "43",
        "long": "CRET OEILLET <> CHAVANNE BOURG",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CE8ABB",
        "color_name": "pink",
        "has_shape": true,
        "id": "44",
        "label": "44",
        "long": "PLACE DU MOULIN <> LA BACHASSE",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "47BAEC",
        "color_name": "teal",
        "has_shape": true,
        "id": "45",
        "label": "45",
        "long": "PLACE DU MOULIN <> SAINT-MARTIN-EN-COAILLEUX",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F39200",
        "color_name": "orange",
        "has_shape": true,
        "id": "46",
        "label": "46",
        "long": "GARE ROUTIERE <> MAIRIE/LE MAS",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CE8ABB",
        "color_name": "pink",
        "has_shape": true,
        "id": "47",
        "label": "47",
        "long": "LE PLANTIER <> LA CULA",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "47BAEC",
        "color_name": "teal",
        "has_shape": true,
        "id": "48",
        "label": "48",
        "long": "MAIRIE <> CHARLES DE GAULLE",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "85BE4C",
        "color_name": "gray",
        "has_shape": true,
        "id": "49",
        "label": "49",
        "long": "CHARLES DE GAULLE <> MAISON FORTE",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E30613",
        "color_name": "red",
        "has_shape": true,
        "id": "50",
        "label": "T1",
        "long": "HOPITAL NORD <> SOLAURE",
        "short": "T1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "02509E",
        "color_name": "teal",
        "has_shape": true,
        "id": "51",
        "label": "T2",
        "long": "CIT\u00c9 DU DESIGN <> CHATEAUCREUX GARE",
        "short": "T2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "009640",
        "color_name": "green",
        "has_shape": true,
        "id": "52",
        "label": "T3",
        "long": "HOP. NORD/TERRASSE <> BELLEVUE",
        "short": "T3",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "47BAEC",
        "color_name": "teal",
        "has_shape": true,
        "id": "57",
        "label": "57",
        "long": "LES MARIANNES <> LA MADELEINE",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "37A865",
        "color_name": "green",
        "has_shape": true,
        "id": "62",
        "label": "T3B",
        "long": "HOP. NORD/TERRASSE <> BELLEVUE",
        "short": "T3B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E84E0F",
        "color_name": "orange",
        "has_shape": true,
        "id": "63",
        "label": "S3",
        "long": "COTONNE <> TERRENOIRE",
        "short": "S3",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "969A27",
        "color_name": "brown",
        "has_shape": true,
        "id": "64",
        "label": "S6",
        "long": "JEAN MOULIN <> MARANDINIERE",
        "short": "S6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "81492B",
        "color_name": "brown",
        "has_shape": true,
        "id": "65",
        "label": "S7",
        "long": "MICHON <> DORIAN/HOTEL DE VILLE",
        "short": "S7",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "009FE3",
        "color_name": "teal",
        "has_shape": true,
        "id": "66",
        "label": "S9",
        "long": "JEAN JAUR\u00c8S <> MONTREYNAUD",
        "short": "S9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004F9F",
        "color_name": "teal",
        "has_shape": true,
        "id": "67",
        "label": "S1",
        "long": "BELLEVUE <> EGLISE CORBUSIER",
        "short": "S1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BE8646",
        "color_name": "brown",
        "has_shape": true,
        "id": "68",
        "label": "68",
        "long": "LES 3 ROUTES <> BD HAUT FOREZ VIA ROZIER-ST NIZIER",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EF7A91",
        "color_name": "pink",
        "has_shape": true,
        "id": "69",
        "label": "69",
        "long": "LES 3 ROUTES <> BD HAUT FOREZ VIA ABOEN",
        "short": "69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "95ACBA",
        "color_name": "gray",
        "has_shape": true,
        "id": "70",
        "label": "70",
        "long": "CRET DE MARS <> JULES VALLES",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "95ACBA",
        "color_name": "gray",
        "has_shape": true,
        "id": "71",
        "label": "71",
        "long": "PONT NANTIN <> PORTAIL ROUGE",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "95ACBA",
        "color_name": "gray",
        "has_shape": true,
        "id": "72",
        "label": "72",
        "long": "GREEN PARK <> COLLEGE A. BRIAND",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "95ACBA",
        "color_name": "gray",
        "has_shape": true,
        "id": "73",
        "label": "73",
        "long": "ST-GENEST-LERPT <> COLLEGE GRUNER",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "95ACBA",
        "color_name": "gray",
        "has_shape": true,
        "id": "74",
        "label": "74",
        "long": "COLLEGE LA RIVE <> LAUMIERE",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F39200",
        "color_name": "orange",
        "has_shape": true,
        "id": "76",
        "label": "76",
        "long": "COLLEGE JULES ROMAINS <> BUISSONNET",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BE8646",
        "color_name": "brown",
        "has_shape": true,
        "id": "77",
        "label": "77",
        "long": "BONZIEUX <> COIN CHARMILLES",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EF7A91",
        "color_name": "pink",
        "has_shape": true,
        "id": "78",
        "label": "78",
        "long": "CLOS MARQUET/STELYTEC <> GARE/SAINTE-MARIE",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "47BAEC",
        "color_name": "teal",
        "has_shape": true,
        "id": "79",
        "label": "79",
        "long": "CRET OEILLET <> LA FAYETTE",
        "short": "79",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EF7A91",
        "color_name": "pink",
        "has_shape": true,
        "id": "80",
        "label": "80",
        "long": "BELLEVUE <> ROCHETAILLEE / LA BARBANCHE",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "47BAEC",
        "color_name": "teal",
        "has_shape": true,
        "id": "81",
        "label": "81",
        "long": "BOURG <> GARE",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F39200",
        "color_name": "orange",
        "has_shape": true,
        "id": "82",
        "label": "82",
        "long": "LE BESSY 2 <> COLLEGE C. EXBRAYAT",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CE8ABB",
        "color_name": "pink",
        "has_shape": true,
        "id": "83",
        "label": "83",
        "long": "CHATEAUCREUX GARE <> NELSON MANDELA",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "95ACBA",
        "color_name": "gray",
        "has_shape": true,
        "id": "84",
        "label": "84",
        "long": "COLL.P.M. CURIE <> MAIRIE",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "47BAEC",
        "color_name": "teal",
        "has_shape": true,
        "id": "85",
        "label": "85",
        "long": "COLLEGE P. M. CURIE <> BOURG",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "95ACBA",
        "color_name": "gray",
        "has_shape": true,
        "id": "86",
        "label": "86",
        "long": "THEY <> PLACE DU DORLAY",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "95ACBA",
        "color_name": "gray",
        "has_shape": true,
        "id": "87",
        "label": "87",
        "long": "MERLEY <> MAIRIE",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "85BE4C",
        "color_name": "gray",
        "has_shape": true,
        "id": "88",
        "label": "C1",
        "long": "TERRASSE <> PLACE DE GAULLE",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 2268,
    "stop_points_capped": true
  },
  "rubric_version": "1.3",
  "schema_version": "1.18",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.3",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.3"
  },
  "snapshot_date": "2026-09-02",
  "top_fixes": [
    {
      "code": "trip_distance_exceeds_shape_distance",
      "count": 160,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 24.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "decreasing_or_equal_stop_time_distance",
      "count": 59,
      "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": 24.0,
      "rank": 2,
      "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": "scorecard_wheelchair_accessible_unknown",
      "count": 10300,
      "effort": "A default or per-trip field in your export.",
      "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "10300 of 10300 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."
    }
  ],
  "validator_version": "8.0.1"
}
