{
  "agency": {
    "country": "FR",
    "id": "fr-pan-80459",
    "name": "R\u00e9seau urbain TeMo'b",
    "subdivision_code": "FR-GES",
    "subdivision_name": "Grand-Est"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 38.6,
          "stops_marked_accessible_pct": 1.8,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 1.8,
          "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": 11.4,
          "wheelchair_stops": 0.4,
          "wheelchair_trips": 15.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_applicable_trips": 5832,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 76.1,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1579,
        "translations": {
          "feed_lang": "fr",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 5832,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 1.8,
        "wheelchair_marked_accessible_pct": 1.8,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 1551,
          "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": 24.6,
          "severity": "WARNING",
          "what": "1551 of 1579 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_stop_names_all_caps",
          "count": 377,
          "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": 3.6,
          "severity": "INFO",
          "what": "About 377 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."
        },
        {
          "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": 49.4,
      "status": "measured",
      "summary": "2% of stops state wheelchair accessibility (2% 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": 9,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 13,
          "WARNING": 6228
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 4212,
          "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 streets or point riders to the wrong corner."
        },
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 1692,
          "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": "mixed_case_recommended_field",
          "count": 239,
          "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": 60,
          "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": "route_color_contrast",
          "count": 21,
          "effort": "One field per route.",
          "fix": "Pick a darker/lighter route_text_color for the flagged routes.",
          "owner": "",
          "points": 6.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": "expired_calendar",
          "count": 3,
          "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": "missing_feed_contact_email_and_url",
          "count": 1,
          "effort": "One field, set once in export settings.",
          "fix": "Add feed_contact_email or feed_contact_url to feed_info.txt.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "feed_info.txt lists no contact email and no contact URL.",
          "why": "Without a contact, apps like Google Maps can't reach you when they find a problem in the feed."
        },
        {
          "code": "big_gap_in_service",
          "count": 12,
          "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": "trip_headsign_matches_intermediate_stop",
          "count": 1,
          "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.5,
          "severity": "INFO",
          "what": "Some trip headsigns name a stop along the way, not the final destination.",
          "why": "The sign should tell riders where the bus ends up, so a midpoint name can send them the wrong way."
        }
      ],
      "name": "correctness",
      "score": 52.8,
      "status": "measured",
      "summary": "The MobilityData validator flagged 9 kinds of issue across 6241 instances (0 error, 6228 warning, 13 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 362,
        "effective_expiry_date": "2027-08-29",
        "feed_end_date": "2027-08-29",
        "feed_start_date": "2026-08-10",
        "feed_version": "20260807T103511",
        "has_feed_info": true,
        "last_service_date": "2027-08-29",
        "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 362 days.",
      "weight": 0.2
    },
    "realtime": {
      "details": {
        "configured_kinds": [
          "trip_updates"
        ],
        "coverage_pct": 67.5,
        "covered_trips": 27,
        "drift": {
          "median_seconds": 167,
          "observations": 815,
          "on_time_share_pct": 74.8,
          "p90_abs_seconds": 791
        },
        "kinds_configured": 1,
        "kinds_reachable": 1,
        "reachable_kinds": [
          "trip_updates"
        ],
        "rt_freshness": "fresh",
        "samples": 3,
        "scheduled_trips_in_window": 40,
        "worst_lag_seconds": 43
      },
      "findings": [
        {
          "code": "scorecard_rt_trip_coverage",
          "count": 13,
          "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": 13.4,
          "severity": "WARNING",
          "what": "13 of 40 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": 86.6,
      "status": "measured",
      "summary": "Sampled 3 times: 1 of 1 configured feed healthy; 67.5% of scheduled trips had live predictions; predictions ran a median of 167s 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 3 snapshots.",
      "The feed was downloaded from the official feed URL on file."
    ],
    "rt_windows": 1,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 362 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 2% of stops and 100% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "One requirement remains for this feed to earn the conformance mark. States wheelchair access on 2% of stops and 100% 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 SM des transports urbains Thionville Fensch and the update date.",
    "reachable": true,
    "sha256": "3dfd8880214164d546afa9be4dfbf4dff4b2cc83fd42a295301704c32618101b",
    "size_bytes": 3635108,
    "source_provenance": "official",
    "static_url": "https://www.data.gouv.fr/api/1/datasets/r/f30a3b64-a902-4e7e-981c-d1f6caad933a"
  },
  "fetch": {
    "final_url": "https://api.grandest2.cityway.fr/exs/GTFS?Key=OPENDATA&OperatorCode=CITELINE",
    "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": [
      5.93686,
      49.28663,
      6.3417,
      49.50459
    ],
    "lat": 49.354,
    "lon": 6.13533,
    "stop_count": 1579
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 53,
        "trip_count": 5832,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 53,
    "trip_count": 5832
  },
  "overall": {
    "grade": "D",
    "margin_to_lower_band": 8.1,
    "margin_to_next_band": 1.9,
    "score": 68.1
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 44,
      "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": "44 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (33, 52, 53, 34, 35, 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": 142,
      "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": "142 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"CHAPELLE ST HUBERT\", \"Chapelle St Laurent\", \"Chapelle St Hubert\", and more).",
      "why": "A screen reader speaks the raw name. 'Main St & 2nd Ave' can come out as 'Main saint', or lose the ampersand."
    },
    {
      "category": "accessibility",
      "code": "scorecard_station_missing_step_free_data",
      "count": 2,
      "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
      "fix": "Add pathways.txt connecting entrances, platforms, and elevators, and levels.txt for each floor, so the step-free route is described.",
      "owner": "",
      "points": 0.0,
      "severity": "WARNING",
      "what": "This feed models stations or entrances but has no pathways.txt and levels.txt.",
      "why": "Without pathways and levels, a wheelchair user can't tell if a step-free route exists inside the station. Trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 1007,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 5832
  },
  "route_map": {
    "drawn_route_count": 53,
    "has_shapes": true,
    "path": "data/artifacts/fr-pan-80459/geometry.geojson",
    "route_count": 53,
    "routes": [
      {
        "color": "DA3800",
        "color_name": "red",
        "has_shape": true,
        "id": "106",
        "label": "106",
        "long": "BEYREN LES SIERCK <-> THIONVILLE",
        "short": "106",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "46933E",
        "color_name": "green",
        "has_shape": true,
        "id": "108",
        "label": "108",
        "long": "BASSE RENTGEN <-> THIONVILLE",
        "short": "108",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "36F1A9",
        "color_name": "teal",
        "has_shape": true,
        "id": "110",
        "label": "110",
        "long": "MONDORFF <-> THIONVILLE",
        "short": "110",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "3E4981",
        "color_name": "teal",
        "has_shape": true,
        "id": "30",
        "label": "30",
        "long": "KUNTZIG Gare <-> THIONVILLE Foch",
        "short": "30",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "484EA3",
        "color_name": "blue",
        "has_shape": true,
        "id": "31",
        "label": "31",
        "long": "LOMMERANGE Cimetiere <-> FONTOY Super U",
        "short": "31",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "60A7E5",
        "color_name": "teal",
        "has_shape": true,
        "id": "33",
        "label": "33",
        "long": "ANGEVILLERS Place <-> FONTOY College",
        "short": "33",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "7798BA",
        "color_name": "gray",
        "has_shape": true,
        "id": "34",
        "label": "34",
        "long": "ROCHONVILLERS Centre <-> HAYANGE Hurlevent",
        "short": "34",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "B3C9F0",
        "color_name": "white",
        "has_shape": true,
        "id": "35",
        "label": "35",
        "long": "OEUTRANGE St Luc <-> THIONVILLE Gali\u00e9ni",
        "short": "35",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "B2CDF4",
        "color_name": "white",
        "has_shape": true,
        "id": "36",
        "label": "36",
        "long": "MANOM Place <-> HAYANGE L.E.P Maryse Basti\u00e9",
        "short": "36",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "AAD2F1",
        "color_name": "white",
        "has_shape": true,
        "id": "38",
        "label": "38",
        "long": "BASSE HAM Golf <-> YUTZ Arc en Ciel",
        "short": "38",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "446D60",
        "color_name": "green",
        "has_shape": true,
        "id": "40",
        "label": "40",
        "long": "BOULANGE Silo <-> THIONVILLE Foch",
        "short": "40",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "55924E",
        "color_name": "green",
        "has_shape": true,
        "id": "41",
        "label": "41",
        "long": "HAYANGE Esplanade <-> THIONVILLE Maillet",
        "short": "41",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "27A570",
        "color_name": "green",
        "has_shape": true,
        "id": "42",
        "label": "42",
        "long": "HAYANGE Esplanade <-> FAMECK Zone Artisanale",
        "short": "42",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "A3E35E",
        "color_name": "gray",
        "has_shape": true,
        "id": "43",
        "label": "43",
        "long": "BERTRANGE Carrefour <-> HAYANGE Maryse Basti\u00e9",
        "short": "43",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "BFC985",
        "color_name": "gray",
        "has_shape": true,
        "id": "44",
        "label": "44",
        "long": "NEUFCHEF Pharmacie <-> FAMECK Zone Artisanale",
        "short": "44",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "CBDAAB",
        "color_name": "white",
        "has_shape": true,
        "id": "45A",
        "label": "45A",
        "long": "HAYANGE Esplanade <-> KONACKER College via Marspic",
        "short": "45A",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "CBDAAB",
        "color_name": "white",
        "has_shape": true,
        "id": "45B",
        "label": "45B",
        "long": "HAYANGE Esplanade <-> KONACKER College via Marspic",
        "short": "45B",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "C0DAAB",
        "color_name": "white",
        "has_shape": true,
        "id": "46",
        "label": "46",
        "long": "NILVANGE Aristide Briand <-> KONACKER College",
        "short": "46",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "D2DCAF",
        "color_name": "white",
        "has_shape": true,
        "id": "47",
        "label": "47",
        "long": "ALGRANGE - THIONVILLE Foch",
        "short": "47",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "C8D2B4",
        "color_name": "white",
        "has_shape": true,
        "id": "48",
        "label": "48",
        "long": "FONTOY College -> FAMECK Lyc\u00e9e",
        "short": "48",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "28A073",
        "color_name": "green",
        "has_shape": true,
        "id": "49",
        "label": "49",
        "long": "KONACKER Stand <-> FAMECK Lyc\u00e9e",
        "short": "49",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "DC763D",
        "color_name": "orange",
        "has_shape": true,
        "id": "51",
        "label": "51",
        "long": "THIONVILLE Foch <-> OTTANGE Cit\u00e9 St Paul",
        "short": "51",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "FF9952",
        "color_name": "orange",
        "has_shape": true,
        "id": "52",
        "label": "52",
        "long": "BOULANGE Cit\u00e9 du Bois <-> HAYANGE Hurlevent",
        "short": "52",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "FFB673",
        "color_name": "yellow",
        "has_shape": true,
        "id": "53",
        "label": "53",
        "long": "OTTANGE Cit\u00e9 St Paul - FONTOY College",
        "short": "53",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "FABE78",
        "color_name": "yellow",
        "has_shape": true,
        "id": "54",
        "label": "54",
        "long": "BOULANGE Croix <-> FAMECK Lyc\u00e9e St exup\u00e9ry",
        "short": "54",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "FFE912",
        "color_name": "yellow",
        "has_shape": true,
        "id": "60",
        "label": "60",
        "long": "UCKANGE Rue d'Hayange Gare <-> THIONVILLE Bel Air",
        "short": "60",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "FFF27F",
        "color_name": "white",
        "has_shape": true,
        "id": "61",
        "label": "61",
        "long": "FAMECK Mermoz <-> THIONVILLE S\u00e9curit\u00e9 Sociale",
        "short": "61",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "FFE912",
        "color_name": "yellow",
        "has_shape": true,
        "id": "62",
        "label": "62",
        "long": "UCKANGE Gare <-> THIONVILLE Foch",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "756B65",
        "color_name": "gray",
        "has_shape": true,
        "id": "70",
        "label": "70",
        "long": "FAMECK Budange <-> FLORANGE Moulin Daspich",
        "short": "70",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "807172",
        "color_name": "gray",
        "has_shape": true,
        "id": "71",
        "label": "71",
        "long": "FAMECK Budange<-> ANGEVILLERS Place",
        "short": "71",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "169BAB",
        "color_name": "teal",
        "has_shape": true,
        "id": "D25",
        "label": "D25",
        "long": "HAYANGE Esplanade <-> YUTZ A\u00e9roparc",
        "short": "D25",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "437078",
        "color_name": "gray",
        "has_shape": true,
        "id": "D26",
        "label": "D26",
        "long": "METZANGE P+R <-> YUTZ Arc en Ciel",
        "short": "D26",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "FFE912",
        "color_name": "yellow",
        "has_shape": true,
        "id": "N60",
        "label": "N60",
        "long": "Uckange Rue d'Hayange <-> Bertrange Transformateur",
        "short": "N60",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "7F0613",
        "color_name": "red",
        "has_shape": true,
        "id": "N90",
        "label": "N90",
        "long": "HAYANGE Esplanade <-> St Nicolas en foret",
        "short": "N90",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "009FE3",
        "color_name": "teal",
        "has_shape": true,
        "id": "N91",
        "label": "N91",
        "long": "HAYANGE Esplanade <-> NEUFCHEF Terminal",
        "short": "N91",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "F1AA86",
        "color_name": "pink",
        "has_shape": true,
        "id": "S01",
        "label": "S01",
        "long": "THIONVILLE Linkling 3 - YUTZ A\u00e9roparc",
        "short": "S01",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "9D9D86",
        "color_name": "gray",
        "has_shape": true,
        "id": "S02",
        "label": "S02",
        "long": "THIONVILLE Gare <-> THIONVILLE  Bel Air",
        "short": "S02",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "3FBFBB",
        "color_name": "teal",
        "has_shape": true,
        "id": "S03",
        "label": "S03",
        "long": "UCKANGE Gare SNCF <-> FLORANGE Moulin Daspich",
        "short": "S03",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "89674D",
        "color_name": "brown",
        "has_shape": true,
        "id": "S04",
        "label": "S04",
        "long": "ALGRANGE Terminus <-> FAMECK Feltiere",
        "short": "S04",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "FF48B0",
        "color_name": "pink",
        "has_shape": true,
        "id": "S05",
        "label": "S05",
        "long": "FONTOY Super U <-> HAYANGE H\u00f4pital",
        "short": "S05",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "D0B826",
        "color_name": "yellow",
        "has_shape": true,
        "id": "S06",
        "label": "S06",
        "long": "THIONVILLE Foch <-> STUCKANGE Libert\u00e9",
        "short": "S06",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "9A57A5",
        "color_name": "purple",
        "has_shape": true,
        "id": "S07",
        "label": "S07",
        "long": "UCKANGE Rte de Metz <-> FLORANGE Vieilles Vignes",
        "short": "S07",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "BEC7BC",
        "color_name": "white",
        "has_shape": true,
        "id": "S08",
        "label": "S08",
        "long": "CATTENOM  Sentzich <-> ELANGE Ruisseau",
        "short": "S08",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "F4B2E4",
        "color_name": "white",
        "has_shape": true,
        "id": "S09",
        "label": "S09",
        "long": "THIONVILLE Foch <-> GUENANGE Village",
        "short": "S09",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "82888F",
        "color_name": "gray",
        "has_shape": true,
        "id": "S10",
        "label": "S10",
        "long": "VOLMERANGE Douane <-> THIONVILLE Foch",
        "short": "S10",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "CFA2D9",
        "color_name": "white",
        "has_shape": true,
        "id": "S11",
        "label": "S11",
        "long": "OEUTRANGE St Luc <-> THIONVILLE Foch",
        "short": "S11",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "668CE9",
        "color_name": "blue",
        "has_shape": true,
        "id": "S12",
        "label": "S12",
        "long": "THIONVILLE Foch <-> MANOM Pommiers",
        "short": "S12",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "B55273",
        "color_name": "pink",
        "has_shape": true,
        "id": "S13",
        "label": "S13",
        "long": "THIONVILLE Foch <-> TERVILLE St Jean",
        "short": "S13",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "008EC1",
        "color_name": "teal",
        "has_shape": true,
        "id": "S14",
        "label": "S14",
        "long": "FLORANGE Moulin Daspich <-> THIONVILLE Bel Air",
        "short": "S14",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "DA3868",
        "color_name": "pink",
        "has_shape": true,
        "id": "S20",
        "label": "S20",
        "long": "HAYANGE Esplanade <-> THIONVILLE Gare SNCF",
        "short": "S20",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "D5E456",
        "color_name": "yellow",
        "has_shape": true,
        "id": "S22",
        "label": "S22",
        "long": "HAYANGE Esplanade - THIONVILLE Foch (via KONACKER)",
        "short": "S22",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "98C21F",
        "color_name": "yellow",
        "has_shape": true,
        "id": "S23",
        "label": "S23",
        "long": "HAYANGE Esplanade <-> THIONVILLE Foch",
        "short": "S23",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "878A3A",
        "color_name": "brown",
        "has_shape": true,
        "id": "S24",
        "label": "S24",
        "long": "YUTZ A\u00e9roparc <-> THIONVILLE Foch",
        "short": "S24",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1579,
    "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": "scorecard_wheelchair_boarding_unknown",
      "count": 1551,
      "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": 24.6,
      "rank": 1,
      "severity": "WARNING",
      "what": "1551 of 1579 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": "scorecard_rt_trip_coverage",
      "count": 13,
      "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": 13.4,
      "rank": 3,
      "severity": "WARNING",
      "what": "13 of 40 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."
    }
  ],
  "validator_version": "8.0.1"
}
