{
  "agency": {
    "country": "FR",
    "id": "le-met-metz",
    "name": "LE MET' (Metz)",
    "subdivision_code": "FR-GES",
    "subdivision_name": "Grand-Est"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 61.6,
          "stops_marked_accessible_pct": 38.8,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 38.8,
          "trips_stated_pct": 99.7
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 0.3,
          "wheelchair_stops": 9.7,
          "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": 21741,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 1.7,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1672,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 21741,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 99.7,
        "wheelchair_boarding_pct": 38.8,
        "wheelchair_marked_accessible_pct": 38.8,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 1024,
          "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": 15.3,
          "severity": "WARNING",
          "what": "1024 of 1672 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": 56,
          "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": 0.0,
          "severity": "WARNING",
          "what": "56 of 21741 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": 1644,
          "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.7,
          "severity": "INFO",
          "what": "About 1644 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": 47.4,
      "status": "measured",
      "summary": "39% of stops state wheelchair accessibility (39% 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": 6,
        "instances_by_severity": {
          "ERROR": 56,
          "INFO": 33,
          "WARNING": 1334
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "foreign_key_violation",
          "count": 56,
          "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": "mixed_case_recommended_field",
          "count": 785,
          "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_diff_coordinates_distance_below_threshold",
          "count": 548,
          "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": "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": 32,
          "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."
        },
        {
          "code": "unknown_column",
          "count": 1,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        }
      ],
      "name": "correctness",
      "score": 54.8,
      "status": "measured",
      "summary": "The MobilityData validator flagged 6 kinds of issue across 1423 instances (56 error, 1334 warning, 33 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 30,
        "effective_expiry_date": "2026-09-30",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2026-09-30",
        "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": 35.0,
      "status": "measured",
      "summary": "Service data covers the next 30 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": "1 validator error to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data runs out in 30 days; renew to qualify.",
        "key": "current",
        "met": false
      },
      {
        "detail": "States wheelchair access on 39% of stops and 100% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed does not meet the conformance requirements yet. Here is what the mark needs: 1 validator error to resolve. Service data runs out in 30 days; renew to qualify. States wheelchair access on 39% of stops and 100% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "export_diff": {
    "changes": [
      "1 stop left the export.",
      "Service now runs through 2026-09-30 (was 2026-09-29)."
    ],
    "from_sha256": "52e145e0b84d408e7a07739192b1ca7c715e29b8f3e382c7ab19787410f73c48",
    "to_sha256": "75298c424f5d501e7e961860fb95a844e16caa6f40c6834338a479a57a0c06a8"
  },
  "feed": {
    "license_note": "Licence Ouverte 2.0; published by the Eurom\u00e9tropole de Metz through France's National Access Point. Derived measurements by GTFS Scorecard.",
    "reachable": true,
    "sha256": "75298c424f5d501e7e961860fb95a844e16caa6f40c6834338a479a57a0c06a8",
    "size_bytes": 5619301,
    "source_provenance": "unverified",
    "static_url": "https://data.lemet.fr/documents/LEMET-gtfs.zip"
  },
  "ferry_profile": {
    "accessibility": {
      "measures": "published_values_not_physical_usability",
      "terminals": {
        "allowed_count": 6,
        "allowed_pct": 100.0,
        "not_allowed_count": 0,
        "not_allowed_pct": 0.0,
        "stated_count": 6,
        "stated_pct": 100.0,
        "total_count": 6
      },
      "trips": {
        "allowed_count": 192,
        "allowed_pct": 100.0,
        "not_allowed_count": 0,
        "not_allowed_pct": 0.0,
        "stated_count": 192,
        "stated_pct": 100.0,
        "total_count": 192
      }
    },
    "bikes": {
      "allowed_count": 0,
      "allowed_pct": 0.0,
      "not_allowed_count": 192,
      "not_allowed_pct": 100.0,
      "stated_count": 192,
      "stated_pct": 100.0,
      "total_count": 192
    },
    "cars": {
      "allowed_count": 0,
      "allowed_pct": 0.0,
      "not_allowed_count": 0,
      "not_allowed_pct": 0.0,
      "stated_count": 0,
      "stated_pct": 0.0,
      "total_count": 192
    },
    "fares": {
      "applied": false,
      "fare_free": false,
      "model": "none",
      "scope": "whole_feed"
    },
    "graded": false,
    "measured": true,
    "realtime": {
      "configured_kinds": [],
      "kinds_configured": 0,
      "scope": "whole_feed"
    },
    "route_count": 2,
    "scope": "ferry_routes_and_trips",
    "stop_access": {
      "direct_count": 0,
      "eligible_terminal_count": 6,
      "stated_count": 0,
      "stated_pct": 0.0,
      "through_station_count": 0
    },
    "terminal_hierarchy": {
      "boarding_location_count": 6,
      "parented_boarding_location_count": 6,
      "parented_boarding_location_pct": 100.0,
      "referenced_station_count": 6
    },
    "trip_count": 192
  },
  "fetch": {
    "final_url": "https://data.lemet.fr/documents/LEMET-gtfs.zip",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-08-31T00:00:00+00:00",
  "geo": {
    "bbox": [
      6.00312,
      48.97574,
      6.32448,
      49.20366
    ],
    "lat": 49.11082,
    "lon": 6.17035,
    "stop_count": 1672
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": true,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 76,
        "trip_count": 21493,
        "trip_share_pct": 99.1
      },
      {
        "key": "ferry",
        "label": "Ferry",
        "route_count": 2,
        "trip_count": 192,
        "trip_share_pct": 0.9
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 78,
    "trip_count": 21685
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 47.5,
    "margin_to_next_band": 12.5,
    "score": 47.5
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 6,
      "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": "6 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (C12, C13, C14, C15, C16, 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": 31,
      "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": "31 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"P+R FOIRE EXPO\", \"P+R FAUBOURG\", \"CHATEL ST GERMAIN\", 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": 1095,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 21741
  },
  "route_map": {
    "drawn_route_count": 70,
    "has_shapes": true,
    "path": "data/artifacts/le-met-metz/geometry.geojson",
    "route_count": 78,
    "routes": [
      {
        "color": "B22E75",
        "color_name": "pink",
        "has_shape": true,
        "id": "1",
        "label": "L1",
        "long": "MOULINS TOURNEBRIDE - LA CORCHADE",
        "short": "L1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "97BF0D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "101",
        "label": "P101",
        "long": "POLE D'ECHANGES MULTIMODAL (PEM) - COIN-SUR-SEILLE",
        "short": "P101",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "97BF0D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "102",
        "label": "P102",
        "long": "POLE D'ECHANGES MULTIMODAL (PEM) - MARDIGNY",
        "short": "P102",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "97BF0D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "103",
        "label": "P103",
        "long": "ROI GEORGE - VERNEVILLE",
        "short": "P103",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "97BF0D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "105",
        "label": "P105",
        "long": "INTENDANTS JOBA - WOIPPY BELLEVUE",
        "short": "P105",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "97BF0D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "106",
        "label": "P106",
        "long": "SQUARE DU LUXEMBOURG - AMANVILLERS",
        "short": "P106",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "97BF0D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "107",
        "label": "P107",
        "long": "SQUARE DU LUXEMBOURG - RONCOURT",
        "short": "P107",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "97BF0D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "108",
        "label": "P108",
        "long": "TANNERIE - VANY",
        "short": "P108",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "97BF0D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "110",
        "label": "P110",
        "long": "INTENDANTS JOBA - WOIPPY ST-REMY",
        "short": "P110",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "97BF0D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "111",
        "label": "P111",
        "long": "SQUARE DU LUXEMBOURG - LA MAXE",
        "short": "P111",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "97BF0D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "112",
        "label": "P112",
        "long": "GRANDES ECOLES - LAQUENEXY",
        "short": "P112",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "97BF0D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "113",
        "label": "P113",
        "long": "P+R FAUBOURG - POUILLY",
        "short": "P113",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A8BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "12",
        "label": "C12",
        "long": "GRANGE AUX BOIS - REPUBLIQUE",
        "short": "C12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A8BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "13",
        "label": "C13",
        "long": "NOISSEVILLE - COSTES ET BELLONTE",
        "short": "C13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A8BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "14",
        "label": "C14",
        "long": "MARCHE DE BORNY - MOULINS MAIRIE",
        "short": "C14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A8BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "15",
        "label": "C15",
        "long": "MONTIGNY BLORY - PLAPPEVILLE",
        "short": "C15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A8BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "16",
        "label": "C16",
        "long": "WOIPPY - INTENDANTS JOBA",
        "short": "C16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A8BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "17",
        "label": "C17",
        "long": "HOPITAL SCHUMAN - MOULINS TOURNEBRIDE",
        "short": "C17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "914F19",
        "color_name": "brown",
        "has_shape": true,
        "id": "18",
        "label": "N18",
        "long": "SQUARE DU LUXEMBOURG - ST-JULIEN FORT",
        "short": "N18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "914F19",
        "color_name": "brown",
        "has_shape": true,
        "id": "19",
        "label": "N19",
        "long": "NAVETTE LONGEVILLE (TAD)",
        "short": "N19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B22E75",
        "color_name": "pink",
        "has_shape": true,
        "id": "2",
        "label": "L2",
        "long": "REPUBLIQUE - MARLY",
        "short": "L2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "200",
        "label": "S200",
        "long": "Scolaire VAUX - PREVILLE",
        "short": "S200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "201",
        "label": "S201",
        "long": "Scolaire ROZERIEULLES / JUSSY - PREVILLE",
        "short": "S201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "202",
        "label": "S202",
        "long": "Scolaire CHATEL MAIRIE - LESSY - PREVILLE",
        "short": "S202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "203",
        "label": "S203",
        "long": "Scolaire SCY-CHAZELLES - PREVILLE",
        "short": "S203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "204",
        "label": "S204",
        "long": "Scolaire SCY CHAZELLES - SCY BAS",
        "short": "S204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "205",
        "label": "S205",
        "long": "Scolaire VANTOUX - NOUILLY",
        "short": "S205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "206",
        "label": "S206",
        "long": "Scolaire LONGEVILLE - PREVILLE",
        "short": "S206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "207",
        "label": "S207",
        "long": "Scolaire LAQUENEXY - ST MAXIMIN",
        "short": "S207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": false,
        "id": "208",
        "label": "S208",
        "long": "Scolaire IME JUSSY - MAISON NEUVE",
        "short": "S208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "212",
        "label": "S212",
        "long": "Scolaire LES VALLONS - JURY via VSP",
        "short": "S212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "213",
        "label": "S213",
        "long": "Scolaire JURY - PELTRE - MECLEUVES - CHESNY - C.E.S. MAGNY",
        "short": "S213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "272",
        "label": "S272",
        "long": "Scolaire GRANGE AUX BOIS - GIRAUDOUX",
        "short": "S272",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "273",
        "label": "S273",
        "long": "Scolaire LA MAXE - P.E.M.",
        "short": "S273",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "278",
        "label": "S278",
        "long": "Scolaire SERRET - LEP CITROEN",
        "short": "S278",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "281",
        "label": "S281",
        "long": "Scolaire HAUTS DE VALLIERES - GIRAUDOUX",
        "short": "S281",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "282",
        "label": "S282",
        "long": "Scolaire CARRIERES - ARAGO",
        "short": "S282",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "283",
        "label": "S283",
        "long": "Scolaire CHIEULLES VANY - MEY - LYCEE R S.",
        "short": "S283",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "284",
        "label": "S284",
        "long": "Scolaire VANY CHIEULLES - JULES LAGNEAU",
        "short": "S284",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "285",
        "label": "S285",
        "long": "Scolaire NOISSEVILLE - JULES LAGNEAU - INSTITUTION DE LA SALLE",
        "short": "S285",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "286",
        "label": "S286",
        "long": "Scolaire PLAPPEVILLE - BAN ST MARTIN",
        "short": "S286",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "287",
        "label": "S287",
        "long": "Scolaire MARIEULLES - MERMOZ",
        "short": "S287",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "288",
        "label": "S288",
        "long": "Scolaire COIN SUR SEILLE - MERMOZ",
        "short": "S288",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "289",
        "label": "S289",
        "long": "Scolaire CUVRY - MERMOZ",
        "short": "S289",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "290",
        "label": "S290",
        "long": "Scolaire AUGNY - MERMOZ",
        "short": "S290",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": false,
        "id": "291",
        "label": "S291",
        "long": "Scolaire FEY - VEZON",
        "short": "S291",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "292",
        "label": "S292",
        "long": "Scolaire GRANGE AUX BOIS - P. VALERY - BELLETANCHE",
        "short": "S292",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "296",
        "label": "S296",
        "long": "Scolaire LORRY - COLLEGE J. BAUCHEZ",
        "short": "S296",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "297",
        "label": "S297",
        "long": "Scolaire SAULNY - COLLEGE PIERRE MENDES France",
        "short": "S297",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "299",
        "label": "S299",
        "long": "Scolaire ST PRIVAT LA MONTAGNE - P.E.M.",
        "short": "S299",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B22E75",
        "color_name": "pink",
        "has_shape": true,
        "id": "3",
        "label": "L3",
        "long": "WOIPPY LE PATIS - COSTES ET BELLONTE",
        "short": "L3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B22E75",
        "color_name": "pink",
        "has_shape": true,
        "id": "4",
        "label": "L4",
        "long": "GRANGE AUX BOIS - PLAPPEVILLE / DEVANT LES PONTS",
        "short": "L4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B22E75",
        "color_name": "pink",
        "has_shape": true,
        "id": "5",
        "label": "L5",
        "long": "MAGNY - MAISON NEUVE",
        "short": "L5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B22E75",
        "color_name": "pink",
        "has_shape": true,
        "id": "6",
        "label": "L6",
        "long": "ST-JULIEN-LES-METZ - DEVANT LES PONTS",
        "short": "L6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "914F19",
        "color_name": "brown",
        "has_shape": true,
        "id": "70",
        "label": "N70",
        "long": "FRESCATY (AMAZON) - POLE D'ECHANGES MULTIMODAL (PEM)",
        "short": "N70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "914F19",
        "color_name": "brown",
        "has_shape": true,
        "id": "71",
        "label": "N71",
        "long": "MARCHE BORNY - ST-JULIEN-LES-METZ",
        "short": "N71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "914F19",
        "color_name": "brown",
        "has_shape": true,
        "id": "81",
        "label": "N81",
        "long": "CITY",
        "short": "N81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "914F19",
        "color_name": "brown",
        "has_shape": true,
        "id": "82",
        "label": "N82",
        "long": "MARLY - LES ALIZES",
        "short": "N82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "914F19",
        "color_name": "brown",
        "has_shape": true,
        "id": "83",
        "label": "N83",
        "long": "CENTRE POMPIDOU METZ - PREFECTURE",
        "short": "N83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "914F19",
        "color_name": "brown",
        "has_shape": true,
        "id": "84a",
        "label": "N84a",
        "long": "NAVETTE ACTISUD",
        "short": "N84a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "914F19",
        "color_name": "brown",
        "has_shape": true,
        "id": "84b",
        "label": "N84b",
        "long": "NAVETTE AUGNY - TOURNEBRIDE",
        "short": "N84b",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "914F19",
        "color_name": "brown",
        "has_shape": true,
        "id": "85",
        "label": "N85",
        "long": "CENTRE POMPIDOU METZ - COTEAUX DE LA SEILLE",
        "short": "N85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "914F19",
        "color_name": "brown",
        "has_shape": false,
        "id": "86",
        "label": "N86",
        "long": "MAISON NEUVE - JUSSY",
        "short": "N86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "914F19",
        "color_name": "brown",
        "has_shape": true,
        "id": "87",
        "label": "N87",
        "long": "MAISON NEUVE - CHATEL ST GERMAIN",
        "short": "N87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "914F19",
        "color_name": "brown",
        "has_shape": true,
        "id": "88",
        "label": "N88",
        "long": "MAISON NEUVE - LESSY",
        "short": "N88",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "914F19",
        "color_name": "brown",
        "has_shape": true,
        "id": "89",
        "label": "N89",
        "long": "EN PRILLE - SCY-CHAZELLES",
        "short": "N89",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "914F19",
        "color_name": "brown",
        "has_shape": true,
        "id": "90",
        "label": "N90",
        "long": "MOULINS-LES-METZ - VAUX",
        "short": "N90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "914F19",
        "color_name": "brown",
        "has_shape": true,
        "id": "92",
        "label": "N92",
        "long": "PELTRE > MERCY > JURY > M\u0083CLEUVES > CHESNY > PELTRE",
        "short": "N92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "914F19",
        "color_name": "brown",
        "has_shape": true,
        "id": "93",
        "label": "N93",
        "long": "PELTRE > MERCY > JURY > M\u0083CLEUVES > CHESNY > PELTRE",
        "short": "N93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F0980F",
        "color_name": "orange",
        "has_shape": true,
        "id": "A",
        "label": "MA",
        "long": "BORNY / HOPITAL SCHUMAN - WOIPPY ST-ELOY",
        "short": "MA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F0980F",
        "color_name": "orange",
        "has_shape": true,
        "id": "B",
        "label": "MB",
        "long": "HOPITAL MERCY - UNIVERSITE SAULCY",
        "short": "MB",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "004AA3",
        "color_name": "teal",
        "has_shape": false,
        "id": "F1",
        "label": "F1",
        "long": "FLEXO 1 - DEVANT LES PONTS / WOIPPY",
        "short": "F1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004AA3",
        "color_name": "teal",
        "has_shape": false,
        "id": "F2",
        "label": "F2",
        "long": "FLEXO 2 - KINEPOLIS / CORCHADE / QUEULEU / GR. AUX BOIS",
        "short": "F2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004AA3",
        "color_name": "teal",
        "has_shape": false,
        "id": "F3",
        "label": "F3",
        "long": "FLEXO 3 - MONTIGNY / MARLY / MAGNY",
        "short": "F3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004AA3",
        "color_name": "teal",
        "has_shape": false,
        "id": "F4",
        "label": "F4",
        "long": "FLEXO 4 - MONTIGNY / MOULINS / MAISON NEUVE",
        "short": "F4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004AA3",
        "color_name": "teal",
        "has_shape": false,
        "id": "F5",
        "label": "F5",
        "long": "FLEXO 5 - KINEPOLIS / REPUBLIQUE / SAULNY",
        "short": "F5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "66BEB0",
        "color_name": "gray",
        "has_shape": true,
        "id": "O1",
        "label": "O1",
        "long": "MOYEN PONT - LONGEVILLE CENTRE",
        "short": "O1",
        "text_color": "000000",
        "type_label": "Ferry"
      },
      {
        "color": "66BEB0",
        "color_name": "gray",
        "has_shape": true,
        "id": "O2",
        "label": "O2",
        "long": "MOYEN PONT - MOULINS-LES-METZ",
        "short": "O2",
        "text_color": "000000",
        "type_label": "Ferry"
      }
    ],
    "stop_count": 1672,
    "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-08-31",
  "top_fixes": [
    {
      "code": "foreign_key_violation",
      "count": 56,
      "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": 1,
      "severity": "ERROR",
      "what": "Foreign key violation (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 1024,
      "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": 15.3,
      "rank": 2,
      "severity": "WARNING",
      "what": "1024 of 1672 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_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,
      "rank": 3,
      "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."
    }
  ],
  "validator_version": "8.0.1"
}
